From 02f5d86a891edb2f49851b400b0d2b2f8b4e4f98 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Fri, 24 Jul 2020 11:15:04 -0700 Subject: Add a basic windows forms grapher --- grapher/grapher.csproj | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 grapher/grapher.csproj (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj new file mode 100644 index 0000000..f67ced1 --- /dev/null +++ b/grapher/grapher.csproj @@ -0,0 +1,90 @@ + + + + + Debug + AnyCPU + {EF67F71F-ABF5-4760-B50D-D1B9836DF01C} + WinExe + grapher + grapher + v4.7.2 + 512 + true + true + + + x64 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + x64 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + {28a3656f-a1de-405c-b547-191c32ec555f} + wrapper + + + + \ No newline at end of file -- cgit v1.2.3