summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-29 21:03:02 -0700
committerJacob Palecki <[email protected]>2020-07-29 21:03:02 -0700
commit36abeecf953e0efcd1ec9dcafa4bd1c554e362f5 (patch)
tree92683e3c6b6330df917b366d24c1dfa0452c70a4 /grapher/grapher.csproj
parentAll single-value boxes use fields (diff)
downloadrawaccel-36abeecf953e0efcd1ec9dcafa4bd1c554e362f5.tar.xz
rawaccel-36abeecf953e0efcd1ec9dcafa4bd1c554e362f5.zip
Add FieldXY
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 9c29da4..7b0849f 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -48,6 +48,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Field.cs" />
+ <Compile Include="FieldXY.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>