diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | a44b50790d15388889d8c6f0e7d9d903d14c7001 (patch) | |
tree | ff955630bc3087ee8f4d0965d96b111f6ef50878 /distance_calc/Distance Calculator.sln | |
parent | chess monitor (diff) | |
download | sql-a44b50790d15388889d8c6f0e7d9d903d14c7001.tar sql-a44b50790d15388889d8c6f0e7d9d903d14c7001.tar.gz sql-a44b50790d15388889d8c6f0e7d9d903d14c7001.tar.bz2 sql-a44b50790d15388889d8c6f0e7d9d903d14c7001.tar.xz sql-a44b50790d15388889d8c6f0e7d9d903d14c7001.zip |
distance calc
Diffstat (limited to 'distance_calc/Distance Calculator.sln')
-rw-r--r-- | distance_calc/Distance Calculator.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/distance_calc/Distance Calculator.sln b/distance_calc/Distance Calculator.sln new file mode 100644 index 0000000..551f2c0 --- /dev/null +++ b/distance_calc/Distance Calculator.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34009.444 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Distance Calculator", "Distance Calculator\Distance Calculator.csproj", "{5CC74008-29E6-4250-98F2-1B6A02008DD2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5CC74008-29E6-4250-98F2-1B6A02008DD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5CC74008-29E6-4250-98F2-1B6A02008DD2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5CC74008-29E6-4250-98F2-1B6A02008DD2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5CC74008-29E6-4250-98F2-1B6A02008DD2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5EFA9F01-7D19-402B-B08F-2B5A4F1E12ED} + EndGlobalSection +EndGlobal |