summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-08-12 19:04:23 -0700
committerJacob Palecki <[email protected]>2020-08-12 19:04:23 -0700
commita6a9f6785eb416ac48d34bb320265c812efc600b (patch)
tree871ca3005e21f1c172f955a457610ebd91cdc788 /grapher/grapher.csproj
parentFixed some edge cases around not using enter (diff)
downloadrawaccel-a6a9f6785eb416ac48d34bb320265c812efc600b.tar.xz
rawaccel-a6a9f6785eb416ac48d34bb320265c812efc600b.zip
Add ability to have x\y graphs
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 da70b46..2cce072 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -51,6 +51,7 @@
<Compile Include="AccelGUI.cs" />
<Compile Include="AccelOptions.cs" />
<Compile Include="CapOptions.cs" />
+ <Compile Include="ChartXY.cs" />
<Compile Include="Field.cs" />
<Compile Include="FieldXY.cs" />
<Compile Include="Form1.cs">