diff --git a/EducationTrail.sln b/EducationTrail.sln new file mode 100644 index 0000000..7dffe29 --- /dev/null +++ b/EducationTrail.sln @@ -0,0 +1,39 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D476CC28-F74E-46C6-905B-EF2E9442E71A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EducationTrail", "src\EducationTrail\EducationTrail.csproj", "{2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}" +EndProject +Global + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Debug|x64.ActiveCfg = Debug|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Debug|x64.Build.0 = Debug|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Debug|x86.ActiveCfg = Debug|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Debug|x86.Build.0 = Debug|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Release|Any CPU.Build.0 = Release|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Release|x64.ActiveCfg = Release|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Release|x64.Build.0 = Release|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Release|x86.ActiveCfg = Release|Any CPU + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {2CC8B6A4-8AE6-44ED-9883-E733CF0F7E59} = {D476CC28-F74E-46C6-905B-EF2E9442E71A} + EndGlobalSection +EndGlobal diff --git a/src/EducationTrail.sln b/src/EducationTrail.sln deleted file mode 100644 index 25d39cb..0000000 --- a/src/EducationTrail.sln +++ /dev/null @@ -1,22 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EducationTrail", "EducationTrail\EducationTrail.csproj", "{4F1AD9BB-81FE-40F4-B899-38D92C594CEA}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4F1AD9BB-81FE-40F4-B899-38D92C594CEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4F1AD9BB-81FE-40F4-B899-38D92C594CEA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4F1AD9BB-81FE-40F4-B899-38D92C594CEA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4F1AD9BB-81FE-40F4-B899-38D92C594CEA}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection -EndGlobal