diff options
| author | a1xd <[email protected]> | 2020-08-12 20:12:43 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-12 20:12:43 -0400 |
| commit | 8a61f87647007316d5a55cc040821f1440e30173 (patch) | |
| tree | d15dbadb2497ae5df3d734b534d73ea613a0e943 /grapher/grapher.csproj | |
| parent | Merge pull request #13 from a1xd/write-cd (diff) | |
| parent | Disallow differing x and y weights with gain cap (diff) | |
| download | rawaccel-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.csproj | 1 |
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"> |