summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-01 03:15:45 -0700
committerJacob Palecki <[email protected]>2020-09-01 03:15:45 -0700
commitfa497a2a20b02b4a44690d55ffa1cac26bafe35f (patch)
treee53983fb782dce4962e7e432217af914cfdec06c /grapher/grapher.csproj
parentMove constants to central class (diff)
downloadrawaccel-fa497a2a20b02b4a44690d55ffa1cac26bafe35f.tar.xz
rawaccel-fa497a2a20b02b4a44690d55ffa1cac26bafe35f.zip
Add factory to create AccelGUI
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index a726b1b..d382041 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -56,6 +56,7 @@
<Compile Include="Constants\Constants.cs" />
<Compile Include="Layouts\NaturalGainLayout.cs" />
<Compile Include="Layouts\SigmoidGainLayout.cs" />
+ <Compile Include="Models\AccelGUIFactory.cs" />
<Compile Include="Models\Calculations\AccelCalculator.cs" />
<Compile Include="Models\Calculations\AccelChartData.cs" />
<Compile Include="Models\Calculations\AccelData.cs" />