diff options
| -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" /> |