diff options
| author | Jacob Palecki <[email protected]> | 2020-07-29 21:03:02 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-29 21:03:02 -0700 |
| commit | 36abeecf953e0efcd1ec9dcafa4bd1c554e362f5 (patch) | |
| tree | 92683e3c6b6330df917b366d24c1dfa0452c70a4 /grapher/grapher.csproj | |
| parent | All single-value boxes use fields (diff) | |
| download | rawaccel-36abeecf953e0efcd1ec9dcafa4bd1c554e362f5.tar.xz rawaccel-36abeecf953e0efcd1ec9dcafa4bd1c554e362f5.zip | |
Add FieldXY
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 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> |