diff options
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 207de79..bd86a0c 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,7 +47,6 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> - <Compile Include="AccelerationSettings.cs" /> <Compile Include="AccelOptions.cs" /> <Compile Include="Field.cs" /> <Compile Include="FieldXY.cs" /> @@ -63,6 +62,7 @@ <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" /> |