-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCocosPhysics.sln
31 lines (31 loc) · 1.59 KB
/
CocosPhysics.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CocosPhysics.PCL", "CocosPhysics.PCL\CocosPhysics.PCL.csproj", "{CBE0BA8E-6E4F-44DE-8180-42E772AD7197}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "box2dConsole", "box2dConsole\box2dConsole.csproj", "{F402FE6F-6A07-44E3-841B-F503125ACA35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{60C0D206-65C4-437B-AEB7-1281DEC121FC}"
ProjectSection(SolutionItems) = preProject
Performance1.psess = Performance1.psess
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CBE0BA8E-6E4F-44DE-8180-42E772AD7197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBE0BA8E-6E4F-44DE-8180-42E772AD7197}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBE0BA8E-6E4F-44DE-8180-42E772AD7197}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBE0BA8E-6E4F-44DE-8180-42E772AD7197}.Release|Any CPU.Build.0 = Release|Any CPU
{F402FE6F-6A07-44E3-841B-F503125ACA35}.Debug|Any CPU.ActiveCfg = Debug|x86
{F402FE6F-6A07-44E3-841B-F503125ACA35}.Debug|Any CPU.Build.0 = Debug|x86
{F402FE6F-6A07-44E3-841B-F503125ACA35}.Release|Any CPU.ActiveCfg = Release|x86
{F402FE6F-6A07-44E3-841B-F503125ACA35}.Release|Any CPU.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal