summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-31 10:46:23 -0700
committerJacob Palecki <[email protected]>2020-07-31 10:46:23 -0700
commit498e5c1a2fabed3ba5f1c00768d7050c5738e76e (patch)
treeb1a2aedce76abedf7585689cbf636f8e92d0583d /grapher/grapher.csproj
parentUse options instead of fields (diff)
downloadrawaccel-498e5c1a2fabed3ba5f1c00768d7050c5738e76e.tar.xz
rawaccel-498e5c1a2fabed3ba5f1c00768d7050c5738e76e.zip
Small refactoring, use new struct to store magnitudes
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 04d2eaa..207de79 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -47,6 +47,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="AccelerationSettings.cs" />
<Compile Include="AccelOptions.cs" />
<Compile Include="Field.cs" />
<Compile Include="FieldXY.cs" />