diff options
| author | Jacob Palecki <[email protected]> | 2020-08-12 19:04:23 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-12 19:04:23 -0700 |
| commit | a6a9f6785eb416ac48d34bb320265c812efc600b (patch) | |
| tree | 871ca3005e21f1c172f955a457610ebd91cdc788 /grapher/grapher.csproj | |
| parent | Fixed some edge cases around not using enter (diff) | |
| download | rawaccel-a6a9f6785eb416ac48d34bb320265c812efc600b.tar.xz rawaccel-a6a9f6785eb416ac48d34bb320265c812efc600b.zip | |
Add ability to have x\y graphs
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 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"> |