summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-08-02 14:03:55 -0700
committerJacob Palecki <[email protected]>2020-08-02 14:03:55 -0700
commitf3740b21ad9c08d23368826d1de9eed9a89d9a11 (patch)
tree239ea865bc1f0383a6e555a3476bacceaf3d2e3b /grapher/grapher.csproj
parentMerge pull request #7 from JacobPalecki/GUI (diff)
downloadrawaccel-f3740b21ad9c08d23368826d1de9eed9a89d9a11.tar.xz
rawaccel-f3740b21ad9c08d23368826d1de9eed9a89d9a11.zip
Move logic out of forms class into accelgui class
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index bd86a0c..4fe8f64 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -47,6 +47,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="AccelGUI.cs" />
<Compile Include="AccelOptions.cs" />
<Compile Include="Field.cs" />
<Compile Include="FieldXY.cs" />