summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-04-01 22:08:01 -0700
committerJacob Palecki <[email protected]>2021-04-01 22:08:01 -0700
commitebfd5a8af07bc5fdf5b463714d8030e49eac53ba (patch)
treea31b8b3350cdde51cfdaa86260d9788c3e75d010 /grapher/grapher.csproj
parentAdd lookuptable json (diff)
downloadrawaccel-ebfd5a8af07bc5fdf5b463714d8030e49eac53ba.tar.xz
rawaccel-ebfd5a8af07bc5fdf5b463714d8030e49eac53ba.zip
Add differing table types
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index 1160ba8..67948ff 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -136,6 +136,7 @@
<Compile Include="Models\Options\OptionBase.cs" />
<Compile Include="Models\Options\OptionXY.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" />