diff options
| author | a1xd <[email protected]> | 2020-08-04 18:30:13 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-04 18:30:13 -0400 |
| commit | ba89e7d3e0bbc0fa85abf76d796e55c215eb2807 (patch) | |
| tree | ff05c61ea7979b3bf38f18b1043d6b2d149cce33 /grapher/grapher.csproj | |
| parent | Merge pull request #9 from a1xd/read-fix (diff) | |
| parent | Even nicer (diff) | |
| download | rawaccel-ba89e7d3e0bbc0fa85abf76d796e55c215eb2807.tar.xz rawaccel-ba89e7d3e0bbc0fa85abf76d796e55c215eb2807.zip | |
Merge pull request #12 from JacobPalecki/GUI
GUI: Add read from driver, velocity and gain graphs, toolbar, and chart optimizations
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index bd86a0c..1611fd3 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,8 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="AccelCharts.cs" /> + <Compile Include="AccelGUI.cs" /> <Compile Include="AccelOptions.cs" /> <Compile Include="Field.cs" /> <Compile Include="FieldXY.cs" /> |