summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-04-06 01:21:42 -0400
committera1xd <[email protected]>2021-04-06 01:21:42 -0400
commit7c1f14845bc948e9ea25908e96099203d9433a69 (patch)
treeeadfae6ec0a775a35c29807bde3c20be8160e034 /grapher/grapher.csproj
parentLUT text layout (diff)
downloadrawaccel-7c1f14845bc948e9ea25908e96099203d9433a69.tar.xz
rawaccel-7c1f14845bc948e9ea25908e96099203d9433a69.zip
update wrapper + writer to handle lut
grapher is building but applying options still broken for the most part
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj3
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" />