diff options
| author | Jacob Palecki <[email protected]> | 2020-09-17 00:23:22 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-17 00:23:22 -0700 |
| commit | e62dcd5f988ba417dcc340e0c10399d3e8fb8dfd (patch) | |
| tree | 205eefb5197d7becd0ec956f3199553fe1407027 /grapher/grapher.csproj | |
| parent | Merge branch 'GUI' into Unsure (diff) | |
| download | rawaccel-e62dcd5f988ba417dcc340e0c10399d3e8fb8dfd.tar.xz rawaccel-e62dcd5f988ba417dcc340e0c10399d3e8fb8dfd.zip | |
Add chart states to grapher
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 8f5eeda..77f566f 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -63,7 +63,12 @@ <Compile Include="Models\Calculations\AccelData.cs" /> <Compile Include="Models\Charts\AccelCharts.cs" /> <Compile Include="Models\AccelGUI.cs" /> + <Compile Include="Models\Charts\ChartStates\ChartState.cs" /> + <Compile Include="Models\Charts\ChartStates\ChartStateManager.cs" /> + <Compile Include="Models\Charts\ChartStates\CombinedState.cs" /> <Compile Include="Models\Charts\EstimatedPoints.cs" /> + <Compile Include="Models\Charts\ChartStates\XYOneGraphState.cs" /> + <Compile Include="Models\Charts\ChartStates\XYTwoGraphState.cs" /> <Compile Include="Models\Mouse\MouseWatcher.cs" /> <Compile Include="Models\Mouse\PointData.cs" /> <Compile Include="Models\Options\AccelTypeOptions.cs" /> |