summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-07-31 17:56:46 -0400
committerGitHub <[email protected]>2020-07-31 17:56:46 -0400
commit1fcbb0fa51dbc35958d211026e4d40384a049049 (patch)
treeefb65bf3f305f376ea75f4f687b08bf8998c020f /grapher/grapher.csproj
parentMerge pull request #6 from a1xd/st-refactor (diff)
parentShow no settings for off, remove unused class for PR (diff)
downloadrawaccel-1fcbb0fa51dbc35958d211026e4d40384a049049.tar.xz
rawaccel-1fcbb0fa51dbc35958d211026e4d40384a049049.zip
Merge pull request #7 from JacobPalecki/GUI
Add GUI
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index f67ced1..bd86a0c 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -47,14 +47,29 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="AccelOptions.cs" />
+ <Compile Include="Field.cs" />
+ <Compile Include="FieldXY.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
+ <Compile Include="Layouts\ClassicLayout.cs" />
+ <Compile Include="Layouts\DefaultLayout.cs" />
+ <Compile Include="Layouts\LayoutBase.cs" />
+ <Compile Include="Layouts\LinearLayout.cs" />
+ <Compile Include="Layouts\LogLayout.cs" />
+ <Compile Include="Layouts\NaturalLayout.cs" />
+ <Compile Include="Layouts\OffLayout.cs" />
+ <Compile Include="Layouts\PowerLayout.cs" />
+ <Compile Include="Layouts\SigmoidLayout.cs" />
+ <Compile Include="Option.cs" />
+ <Compile Include="OptionXY.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="VectorXY.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>