-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMythicalToyMachine.sln
37 lines (37 loc) · 2.03 KB
/
MythicalToyMachine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MythicalToyMachine", "Website\MythicalToyMachine.csproj", "{2DECE1AD-5AB0-4A40-8283-80670FC5649C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{7E74452B-D33A-45CD-9377-DB46B6595C3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CraigSwAPI", "CraigSwAPI\CraigSwAPI.csproj", "{E964525F-CCDE-47CF-852A-2DA0D30D1A92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DECE1AD-5AB0-4A40-8283-80670FC5649C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DECE1AD-5AB0-4A40-8283-80670FC5649C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DECE1AD-5AB0-4A40-8283-80670FC5649C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DECE1AD-5AB0-4A40-8283-80670FC5649C}.Release|Any CPU.Build.0 = Release|Any CPU
{7E74452B-D33A-45CD-9377-DB46B6595C3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E74452B-D33A-45CD-9377-DB46B6595C3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E74452B-D33A-45CD-9377-DB46B6595C3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E74452B-D33A-45CD-9377-DB46B6595C3F}.Release|Any CPU.Build.0 = Release|Any CPU
{E964525F-CCDE-47CF-852A-2DA0D30D1A92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E964525F-CCDE-47CF-852A-2DA0D30D1A92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E964525F-CCDE-47CF-852A-2DA0D30D1A92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E964525F-CCDE-47CF-852A-2DA0D30D1A92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF84FB42-B67F-4400-B664-7AF818DE5083}
EndGlobalSection
EndGlobal