forked from RiltonF/MonogameAsteroids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alpha Build.sln
executable file
·34 lines (34 loc) · 1.79 KB
/
Alpha Build.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alpha Build", "Alpha Build\Alpha Build.csproj", "{7C78DAE7-2D1B-4AA0-9158-028B5F8B6D9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebugView MonoGame", "Farseer Physics DebugView 3.5\DebugView MonoGame.csproj", "{566F1803-90B5-4947-8730-57F092FBB002}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C78DAE7-2D1B-4AA0-9158-028B5F8B6D9B}.Debug|Any CPU.ActiveCfg = Debug|x86
{7C78DAE7-2D1B-4AA0-9158-028B5F8B6D9B}.Debug|x86.ActiveCfg = Debug|x86
{7C78DAE7-2D1B-4AA0-9158-028B5F8B6D9B}.Debug|x86.Build.0 = Debug|x86
{7C78DAE7-2D1B-4AA0-9158-028B5F8B6D9B}.Release|Any CPU.ActiveCfg = Release|x86
{7C78DAE7-2D1B-4AA0-9158-028B5F8B6D9B}.Release|x86.ActiveCfg = Release|x86
{7C78DAE7-2D1B-4AA0-9158-028B5F8B6D9B}.Release|x86.Build.0 = Release|x86
{566F1803-90B5-4947-8730-57F092FBB002}.Debug|Any CPU.ActiveCfg = Debug|x86
{566F1803-90B5-4947-8730-57F092FBB002}.Debug|x86.ActiveCfg = Debug|x86
{566F1803-90B5-4947-8730-57F092FBB002}.Debug|x86.Build.0 = Debug|x86
{566F1803-90B5-4947-8730-57F092FBB002}.Release|Any CPU.ActiveCfg = Release|x86
{566F1803-90B5-4947-8730-57F092FBB002}.Release|x86.ActiveCfg = Release|x86
{566F1803-90B5-4947-8730-57F092FBB002}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal