summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacobPalecki <[email protected]>2020-09-21 14:20:18 -0700
committerGitHub <[email protected]>2020-09-21 14:20:18 -0700
commit4ec16a2ff35e0e910a13f92713d56d317b24e790 (patch)
treec4aead24d52e3002cfd3282ddd697a3766de405a /grapher/grapher.csproj
parentMerge pull request #20 from JacobPalecki/GUI (diff)
parentx/y diff sens works (diff)
downloadrawaccel-4ec16a2ff35e0e910a13f92713d56d317b24e790.tar.xz
rawaccel-4ec16a2ff35e0e910a13f92713d56d317b24e790.zip
Merge pull request #21 from JacobPalecki/GUI
GUI: Icon, Separate X/Y sens mode, some fixes
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