From 6bfed779552aa2fa05d83513ce78c9b04745db97 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 20 Apr 2021 12:57:35 -0500 Subject: added Plotter WinForms class --- src/CS340.Plotter/CS340.Plotter.csproj | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/CS340.Plotter/CS340.Plotter.csproj (limited to 'src/CS340.Plotter/CS340.Plotter.csproj') 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 @@ + + + + WinExe + net5.0-windows + true + Plotter + + + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2