summaryrefslogtreecommitdiffstats
path: root/src/CS340.Plotter/CS340.Plotter.csproj
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-20 12:57:35 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-20 12:57:35 -0500
commit6bfed779552aa2fa05d83513ce78c9b04745db97 (patch)
treef076d974b4dd1bb6d7e6a45f96dbf2bc94446955 /src/CS340.Plotter/CS340.Plotter.csproj
parent9891f2e94aef0e8f197d73dcc64eb9dac804f52a (diff)
added Plotter WinForms class
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