This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move solution file to root. (#93)
- Loading branch information
Wesley Ford
authored
Dec 31, 2023
1 parent
2cd51ad
commit 4630cb1
Showing
2 changed files
with
39 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.