-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMagicMaze.sln
39 lines (39 loc) · 1.61 KB
/
MagicMaze.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MagicMaze", "Source\MagicMaze.vcxproj", "{C42CA014-B164-4540-B883-1AAAEB768DEA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC203159-550C-4396-B77E-488D857E519C}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C42CA014-B164-4540-B883-1AAAEB768DEA}.Debug|x86.ActiveCfg = Debug|Win32
{C42CA014-B164-4540-B883-1AAAEB768DEA}.Debug|x86.Build.0 = Debug|Win32
{C42CA014-B164-4540-B883-1AAAEB768DEA}.Release|x86.ActiveCfg = Release|Win32
{C42CA014-B164-4540-B883-1AAAEB768DEA}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E2890B6-651E-49E4-9AAC-5D3A692D530E}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://ualr-projects.visualstudio.com/
SccLocalPath0 = .
SccProjectUniqueName1 = Source\\MagicMaze.vcxproj
SccProjectName1 = Source
SccLocalPath1 = Source
EndGlobalSection
EndGlobal