diff options
| author | Jacob Palecki <[email protected]> | 2020-09-21 14:27:12 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-21 14:27:12 -0700 |
| commit | 96112bf6eaee310985ae607b66b43fafcc5efb1e (patch) | |
| tree | 6ffdee3a16c7b5c89b6f12117e8a9b78b1112e6f /grapher/grapher.csproj | |
| parent | conditional around lookup map (diff) | |
| parent | Merge pull request #21 from JacobPalecki/GUI (diff) | |
| download | rawaccel-96112bf6eaee310985ae607b66b43fafcc5efb1e.tar.xz rawaccel-96112bf6eaee310985ae607b66b43fafcc5efb1e.zip | |
Merge branch 'GUI' into experiment
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index b81a310..ebe224a 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -64,7 +64,12 @@ <Compile Include="Models\Calculations\AccelData.cs" /> <Compile Include="Models\Charts\AccelCharts.cs" /> <Compile Include="Models\AccelGUI.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\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" /> @@ -134,6 +139,7 @@ </ProjectReference> </ItemGroup> <ItemGroup> + <Folder Include="Icon\" /> <Folder Include="ReadMe\" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |