-
Notifications
You must be signed in to change notification settings - Fork 123
/
cocos2d-xna.PSM.sln
47 lines (47 loc) · 2.95 KB
/
cocos2d-xna.PSM.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
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests.PSM", "tests\tests\tests.PSM.csproj", "{33546FA7-14FD-472C-9CC2-C9B93562D458}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cocos2d.PSM", "cocos2d\cocos2d.PSM.csproj", "{30E7611D-6275-4948-BF43-DA477399100E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.Framework.PSMobile", "MonoGame\MonoGame.Framework\MonoGame.Framework.PSMobile.csproj", "{EA26E76F-FDFE-4A8C-B5A3-C3B5761E28F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lidgren.Network.PSMobile", "MonoGame\ThirdParty\Lidgren.Network\Lidgren.Network.PSMobile.csproj", "{167676EE-E2D5-440A-BB2B-EFBD02BC8493}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "box2d.PSM", "box2d\box2d.PSM.csproj", "{B81B6701-7A78-4846-BF6F-04E0591F0F38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{167676EE-E2D5-440A-BB2B-EFBD02BC8493}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{167676EE-E2D5-440A-BB2B-EFBD02BC8493}.Debug|Any CPU.Build.0 = Debug|Any CPU
{167676EE-E2D5-440A-BB2B-EFBD02BC8493}.Release|Any CPU.ActiveCfg = Release|Any CPU
{167676EE-E2D5-440A-BB2B-EFBD02BC8493}.Release|Any CPU.Build.0 = Release|Any CPU
{30E7611D-6275-4948-BF43-DA477399100E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30E7611D-6275-4948-BF43-DA477399100E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30E7611D-6275-4948-BF43-DA477399100E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30E7611D-6275-4948-BF43-DA477399100E}.Release|Any CPU.Build.0 = Release|Any CPU
{33546FA7-14FD-472C-9CC2-C9B93562D458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33546FA7-14FD-472C-9CC2-C9B93562D458}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33546FA7-14FD-472C-9CC2-C9B93562D458}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33546FA7-14FD-472C-9CC2-C9B93562D458}.Release|Any CPU.Build.0 = Release|Any CPU
{B81B6701-7A78-4846-BF6F-04E0591F0F38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B81B6701-7A78-4846-BF6F-04E0591F0F38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B81B6701-7A78-4846-BF6F-04E0591F0F38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B81B6701-7A78-4846-BF6F-04E0591F0F38}.Release|Any CPU.Build.0 = Release|Any CPU
{EA26E76F-FDFE-4A8C-B5A3-C3B5761E28F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA26E76F-FDFE-4A8C-B5A3-C3B5761E28F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA26E76F-FDFE-4A8C-B5A3-C3B5761E28F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA26E76F-FDFE-4A8C-B5A3-C3B5761E28F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = tests\tests\tests.PSM.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal