diff options
| author | Jacob Palecki <[email protected]> | 2020-09-22 00:11:52 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-22 00:11:52 -0700 |
| commit | e560f899b99fb972c5a5d212fff741c891c271f4 (patch) | |
| tree | 3fea503e736ee82c69ecd1ef23be663d23379ab8 /grapher/grapher.csproj | |
| parent | faster type switch (diff) | |
| parent | Merge branch 'GUI' into experiment (diff) | |
| download | rawaccel-e560f899b99fb972c5a5d212fff741c891c271f4.tar.xz rawaccel-e560f899b99fb972c5a5d212fff741c891c271f4.zip | |
Merge branch 'Experiment' into GUI
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index d451a91..ebe224a 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -54,6 +54,7 @@ </ItemGroup> <ItemGroup> <Compile Include="Constants\Constants.cs" /> + <Compile Include="Layouts\ExperimentOneLayout.cs" /> <Compile Include="Layouts\LogarithmLayout.cs" /> <Compile Include="Layouts\NaturalGainLayout.cs" /> <Compile Include="Layouts\SigmoidGainLayout.cs" /> |