forked from MonoGame/MonoGame.WebDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlatformer2D.sln
23 lines (22 loc) · 1.33 KB
/
Platformer2D.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2017
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Platformer2D", "Platformer2D\Platformer2D.csproj", "{435C518C-6323-4AA5-B983-1C1E3362C963}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.Framework.Bridge", "MonoGame\MonoGame.Framework\MonoGame.Framework.Bridge.csproj", "{24B702B8-57D7-4145-8486-A19138085EEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{435C518C-6323-4AA5-B983-1C1E3362C963}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{435C518C-6323-4AA5-B983-1C1E3362C963}.Debug|Any CPU.Build.0 = Debug|Any CPU
{435C518C-6323-4AA5-B983-1C1E3362C963}.Release|Any CPU.ActiveCfg = Release|Any CPU
{435C518C-6323-4AA5-B983-1C1E3362C963}.Release|Any CPU.Build.0 = Release|Any CPU
{24B702B8-57D7-4145-8486-A19138085EEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24B702B8-57D7-4145-8486-A19138085EEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24B702B8-57D7-4145-8486-A19138085EEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24B702B8-57D7-4145-8486-A19138085EEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal