summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-08-12 20:12:43 -0400
committerGitHub <[email protected]>2020-08-12 20:12:43 -0400
commit8a61f87647007316d5a55cc040821f1440e30173 (patch)
treed15dbadb2497ae5df3d734b534d73ea613a0e943 /grapher/grapher.csproj
parentMerge pull request #13 from a1xd/write-cd (diff)
parentDisallow differing x and y weights with gain cap (diff)
downloadrawaccel-8a61f87647007316d5a55cc040821f1440e30173.tar.xz
rawaccel-8a61f87647007316d5a55cc040821f1440e30173.zip
Merge pull request #14 from JacobPalecki/GainCap
Gain cap
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 1611fd3..da70b46 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -50,6 +50,7 @@
<Compile Include="AccelCharts.cs" />
<Compile Include="AccelGUI.cs" />
<Compile Include="AccelOptions.cs" />
+ <Compile Include="CapOptions.cs" />
<Compile Include="Field.cs" />
<Compile Include="FieldXY.cs" />
<Compile Include="Form1.cs">