summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-17 01:29:18 -0700
committerJacob Palecki <[email protected]>2020-09-17 01:29:18 -0700
commit5beedd6d1aca73adaae6556ded584d3f454509b0 (patch)
treeb0aa89c37dcdae4ad2533ba5b60e75c584b47eb3 /grapher/grapher.csproj
parentAdd chart states to grapher (diff)
downloadrawaccel-5beedd6d1aca73adaae6556ded584d3f454509b0.tar.xz
rawaccel-5beedd6d1aca73adaae6556ded584d3f454509b0.zip
Much progress
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index 77f566f..72522dd 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -63,12 +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\ChartState\ChartState.cs" />
+ <Compile Include="Models\Charts\ChartState\ChartStateManager.cs" />
+ <Compile Include="Models\Charts\ChartState\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\Charts\ChartState\XYOneGraphState.cs" />
+ <Compile Include="Models\Charts\ChartState\XYTwoGraphState.cs" />
<Compile Include="Models\Mouse\MouseWatcher.cs" />
<Compile Include="Models\Mouse\PointData.cs" />
<Compile Include="Models\Options\AccelTypeOptions.cs" />