summaryrefslogtreecommitdiffstats
path: root/src/CS340.Plotter/CS340.Plotter.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/CS340.Plotter/CS340.Plotter.csproj')
-rw-r--r--src/CS340.Plotter/CS340.Plotter.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/CS340.Plotter/CS340.Plotter.csproj b/src/CS340.Plotter/CS340.Plotter.csproj
new file mode 100644
index 0000000..de15111
--- /dev/null
+++ b/src/CS340.Plotter/CS340.Plotter.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>net5.0-windows</TargetFramework>
+ <UseWindowsForms>true</UseWindowsForms>
+ <RootNamespace>Plotter</RootNamespace>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="System.Windows.Forms.DataVisualization" Version="1.0.0-prerelease.20110.1" />
+ </ItemGroup>
+
+</Project> \ No newline at end of file