summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-29 19:35:57 -0700
committerJacob Palecki <[email protected]>2020-07-29 19:35:57 -0700
commit621ab8d23d10c892a18c39234b24266fd90b90fa (patch)
tree7c46133ef24dc74b02437fb61616ece0163fb64f /grapher/grapher.csproj
parentTake all variables through GUI (diff)
downloadrawaccel-621ab8d23d10c892a18c39234b24266fd90b90fa.tar.xz
rawaccel-621ab8d23d10c892a18c39234b24266fd90b90fa.zip
Separate classes into files, add Field class for text box state
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index f67ced1..9c29da4 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -47,6 +47,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Field.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
@@ -55,6 +56,7 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="VectorXY.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>