From a44b50790d15388889d8c6f0e7d9d903d14c7001 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: distance calc --- .../Distance Calculator/Distance Calculator.csproj | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 distance_calc/Distance Calculator/Distance Calculator.csproj (limited to 'distance_calc/Distance Calculator/Distance Calculator.csproj') diff --git a/distance_calc/Distance Calculator/Distance Calculator.csproj b/distance_calc/Distance Calculator/Distance Calculator.csproj new file mode 100644 index 0000000..b45dd22 --- /dev/null +++ b/distance_calc/Distance Calculator/Distance Calculator.csproj @@ -0,0 +1,83 @@ + + + + + Debug + AnyCPU + {5CC74008-29E6-4250-98F2-1B6A02008DD2} + WinExe + Distance_Calculator + Distance Calculator + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + 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 + + + + + + + \ No newline at end of file -- cgit 1.4.1