diff options
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 15 |
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> |