Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
chore: move solution file to root. (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Ford authored Dec 31, 2023
1 parent 2cd51ad commit 4630cb1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 22 deletions.
39 changes: 39 additions & 0 deletions EducationTrail.sln
Original file line number Diff line number Diff line change
@@ -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
22 changes: 0 additions & 22 deletions src/EducationTrail.sln

This file was deleted.

0 comments on commit 4630cb1

Please sign in to comment.