diff options
| author | Jacob Palecki <[email protected]> | 2020-08-12 19:51:38 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-12 19:51:38 -0700 |
| commit | b6254f32a6cfbd40bd1919950b344160f38bf1e4 (patch) | |
| tree | 82a2a514f90b9781062b2919e2b17c4cc6f852bc /grapher/grapher.csproj | |
| parent | Reorganized solution into directories (diff) | |
| download | rawaccel-b6254f32a6cfbd40bd1919950b344160f38bf1e4.tar.xz rawaccel-b6254f32a6cfbd40bd1919950b344160f38bf1e4.zip | |
Factor accel calculations into calculation classes
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index fe29bfd..cc36a5e 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,8 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="Models\Calculations\AccelCalculator.cs" /> + <Compile Include="Models\Calculations\AccelData.cs" /> <Compile Include="Models\Charts\AccelCharts.cs" /> <Compile Include="Models\AccelGUI.cs" /> <Compile Include="Models\Options\AccelOptions.cs" /> |