diff options
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 10 |
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" /> |