summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-08-12 19:51:38 -0700
committerJacob Palecki <[email protected]>2020-08-12 19:51:38 -0700
commitb6254f32a6cfbd40bd1919950b344160f38bf1e4 (patch)
tree82a2a514f90b9781062b2919e2b17c4cc6f852bc /grapher/grapher.csproj
parentReorganized solution into directories (diff)
downloadrawaccel-b6254f32a6cfbd40bd1919950b344160f38bf1e4.tar.xz
rawaccel-b6254f32a6cfbd40bd1919950b344160f38bf1e4.zip
Factor accel calculations into calculation classes
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index fe29bfd..cc36a5e 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -47,6 +47,8 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Models\Calculations\AccelCalculator.cs" />
+ <Compile Include="Models\Calculations\AccelData.cs" />
<Compile Include="Models\Charts\AccelCharts.cs" />
<Compile Include="Models\AccelGUI.cs" />
<Compile Include="Models\Options\AccelOptions.cs" />