forked from akaadream/MonoGame.Reload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMonoGameReload.sln
More file actions
34 lines (34 loc) · 1.73 KB
/
Copy pathMonoGameReload.sln
File metadata and controls
34 lines (34 loc) · 1.73 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGameReload", "MonoGameReload.csproj", "{EAAE55CB-2CEF-498A-83E9-69AF890D383E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestMonoGame.Reload", "..\TestMonoGame.Reload\TestMonoGame.Reload.csproj", "{5210B734-991A-4350-A686-8E91A8297BBB}"
ProjectSection(ProjectDependencies) = postProject
{EAAE55CB-2CEF-498A-83E9-69AF890D383E} = {EAAE55CB-2CEF-498A-83E9-69AF890D383E}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAAE55CB-2CEF-498A-83E9-69AF890D383E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAAE55CB-2CEF-498A-83E9-69AF890D383E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAAE55CB-2CEF-498A-83E9-69AF890D383E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAAE55CB-2CEF-498A-83E9-69AF890D383E}.Release|Any CPU.Build.0 = Release|Any CPU
{5210B734-991A-4350-A686-8E91A8297BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5210B734-991A-4350-A686-8E91A8297BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5210B734-991A-4350-A686-8E91A8297BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5210B734-991A-4350-A686-8E91A8297BBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F89FED9-B0EA-4E8D-9519-36A3086062DF}
EndGlobalSection
EndGlobal