summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index 74e2959..d451a91 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -54,6 +54,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Constants\Constants.cs" />
+ <Compile Include="Layouts\LogarithmLayout.cs" />
<Compile Include="Layouts\NaturalGainLayout.cs" />
<Compile Include="Layouts\SigmoidGainLayout.cs" />
<Compile Include="Models\AccelGUIFactory.cs" />
@@ -62,7 +63,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" />
@@ -131,5 +137,9 @@
<Name>wrapper</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <Folder Include="Icon\" />
+ <Folder Include="ReadMe\" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file