From 8ed524392ae4b3b88ab5e9fafdce7620a0467623 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 29 Sep 2018 18:01:34 +0000 Subject: Initial version --- MapEd.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 MapEd.sln (limited to 'MapEd.sln') diff --git a/MapEd.sln b/MapEd.sln new file mode 100644 index 0000000..4469663 --- /dev/null +++ b/MapEd.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28010.2026 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapEd", "MapEd\MapEd.csproj", "{C26307FC-4620-4962-9433-B527B9F5716A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C26307FC-4620-4962-9433-B527B9F5716A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C26307FC-4620-4962-9433-B527B9F5716A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C26307FC-4620-4962-9433-B527B9F5716A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C26307FC-4620-4962-9433-B527B9F5716A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {59784048-BC25-40A4-9E53-746BDEAC5925} + EndGlobalSection +EndGlobal -- cgit v1.2.3