summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-01 21:45:42 -0700
committerJacob Palecki <[email protected]>2020-09-01 21:45:42 -0700
commit95cc3ed0a0bf66f5535b873f245bc1c35a145478 (patch)
treede1a9f20dee0239cf7a2204945249b497deb8f9e /grapher/grapher.csproj
parentAdd X Y labels for by component (diff)
downloadrawaccel-95cc3ed0a0bf66f5535b873f245bc1c35a145478.tar.xz
rawaccel-95cc3ed0a0bf66f5535b873f245bc1c35a145478.zip
intermittent commit - large commit halfway done
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index d382041..8481e75 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -65,7 +65,8 @@
<Compile Include="Models\Charts\EstimatedPoints.cs" />
<Compile Include="Models\Mouse\MouseWatcher.cs" />
<Compile Include="Models\Mouse\PointData.cs" />
- <Compile Include="Models\Options\AccelOptions.cs" />
+ <Compile Include="Models\Options\AccelTypeOptions.cs" />
+ <Compile Include="Models\Options\AccelOptionSet.cs" />
<Compile Include="Models\Options\ActiveValueLabel.cs" />
<Compile Include="Models\Options\ActiveValueLabelXY.cs" />
<Compile Include="Models\Options\ApplyOptions.cs" />