diff options
| author | Jacob Palecki <[email protected]> | 2020-07-30 01:13:24 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-30 01:13:24 -0700 |
| commit | 3cbec32cfa91bad661bc126b517faf78458a27a6 (patch) | |
| tree | bf637fbab252befdb1302601e8d759e23c66e82b /grapher/grapher.csproj | |
| parent | Fix small bugs, add AccelOptions class (diff) | |
| download | rawaccel-3cbec32cfa91bad661bc126b517faf78458a27a6.tar.xz rawaccel-3cbec32cfa91bad661bc126b517faf78458a27a6.zip | |
Fully use acceloptions
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 d8ce5d3..3d0f50a 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -56,6 +56,7 @@ <Compile Include="Form1.Designer.cs"> <DependentUpon>Form1.cs</DependentUpon> </Compile> + <Compile Include="Option.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="VectorXY.cs" /> |