diff options
| author | Jacob Palecki <[email protected]> | 2020-07-29 19:35:57 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-29 19:35:57 -0700 |
| commit | 621ab8d23d10c892a18c39234b24266fd90b90fa (patch) | |
| tree | 7c46133ef24dc74b02437fb61616ece0163fb64f /grapher/grapher.csproj | |
| parent | Take all variables through GUI (diff) | |
| download | rawaccel-621ab8d23d10c892a18c39234b24266fd90b90fa.tar.xz rawaccel-621ab8d23d10c892a18c39234b24266fd90b90fa.zip | |
Separate classes into files, add Field class for text box state
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index f67ced1..9c29da4 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,7 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="Field.cs" /> <Compile Include="Form1.cs"> <SubType>Form</SubType> </Compile> @@ -55,6 +56,7 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="VectorXY.cs" /> <EmbeddedResource Include="Form1.resx"> <DependentUpon>Form1.cs</DependentUpon> </EmbeddedResource> |