diff options
| author | Jacob Palecki <[email protected]> | 2020-09-09 19:56:54 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-09 19:56:54 -0700 |
| commit | 9b4556c59f063e5c6816338c1608b354e1441fb0 (patch) | |
| tree | 5232bf3bf9c3f0c75569a2f3a03262931e71e9bc /grapher/grapher.csproj | |
| parent | Further work on guide (diff) | |
| download | rawaccel-9b4556c59f063e5c6816338c1608b354e1441fb0.tar.xz rawaccel-9b4556c59f063e5c6816338c1608b354e1441fb0.zip | |
Add improved logarithm style
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 74e2959..8f5eeda 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" /> @@ -131,5 +132,8 @@ <Name>wrapper</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <Folder Include="ReadMe\" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |