blob: 108213ba9ce0fa7395fc7cf84918b53f2f75a205 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGameLibrary", "MonoGameLibrary.csproj", "{0E52B038-7007-E89F-D8DA-A8C72068ADEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E52B038-7007-E89F-D8DA-A8C72068ADEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E52B038-7007-E89F-D8DA-A8C72068ADEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E52B038-7007-E89F-D8DA-A8C72068ADEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E52B038-7007-E89F-D8DA-A8C72068ADEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D147C50-ABFF-4D82-A12C-2AC364F5BC91}
EndGlobalSection
EndGlobal
|