diff options
| author | Jacob Palecki <[email protected]> | 2020-07-30 20:15:12 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-30 20:15:12 -0700 |
| commit | 49bd00c71b223d12f1d85d5c1bae635d450403fd (patch) | |
| tree | b8984dcaa28c13c6b5f065cd0e540c1faca55c17 /grapher/grapher.csproj | |
| parent | Use class heirarchy for layout types (diff) | |
| download | rawaccel-49bd00c71b223d12f1d85d5c1bae635d450403fd.tar.xz rawaccel-49bd00c71b223d12f1d85d5c1bae635d450403fd.zip | |
Use options instead of fields
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 91518ce..04d2eaa 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -65,6 +65,7 @@ <Compile Include="Layouts\PowerLayout.cs" /> <Compile Include="Layouts\SigmoidLayout.cs" /> <Compile Include="Option.cs" /> + <Compile Include="OptionXY.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="VectorXY.cs" /> |