diff options
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index e884c0d..c896510 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -80,6 +80,7 @@ <Compile Include="Constants\Constants.cs" /> <Compile Include="Layouts\LUTLayout.cs" /> <Compile Include="Layouts\MotivityLayout.cs" /> + <Compile Include="Layouts\JumpLayout.cs" /> <Compile Include="MessageDialog.cs"> <SubType>Form</SubType> </Compile> @@ -137,8 +138,6 @@ <Compile Include="Models\Options\OptionXY.cs" /> <Compile Include="Models\Options\TextOption.cs" /> <Compile Include="Models\Serialized\GUISettings.cs" /> - <Compile Include="Models\Serialized\LookupTable.cs" /> - <Compile Include="Models\Serialized\RawAccelSettings.cs" /> <Compile Include="Models\Serialized\SettingsManager.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> |