-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathBox2DNet.sln
71 lines (71 loc) · 4.43 KB
/
Box2DNet.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{04EF37E0-B0CD-4A85-ACAA-53B7C0E8B5C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Box2DNet", "src\Box2DNet\Box2DNet.csproj", "{C20791D0-F341-44A8-B6C1-50049A29B158}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{BB66E02A-0B91-4D4C-80F6-D0686B124992}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld", "examples\HelloWorld\HelloWorld.csproj", "{DD567358-C46A-4354-B7E9-7479EF9B6236}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestBed", "examples\TestBed\TestBed.csproj", "{46D4436A-8750-4F01-8790-4028AF2D1127}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C20791D0-F341-44A8-B6C1-50049A29B158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Debug|x64.ActiveCfg = Debug|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Debug|x64.Build.0 = Debug|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Debug|x86.ActiveCfg = Debug|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Debug|x86.Build.0 = Debug|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Release|Any CPU.Build.0 = Release|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Release|x64.ActiveCfg = Release|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Release|x64.Build.0 = Release|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Release|x86.ActiveCfg = Release|Any CPU
{C20791D0-F341-44A8-B6C1-50049A29B158}.Release|x86.Build.0 = Release|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Debug|x64.ActiveCfg = Debug|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Debug|x64.Build.0 = Debug|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Debug|x86.ActiveCfg = Debug|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Debug|x86.Build.0 = Debug|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Release|Any CPU.Build.0 = Release|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Release|x64.ActiveCfg = Release|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Release|x64.Build.0 = Release|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Release|x86.ActiveCfg = Release|Any CPU
{DD567358-C46A-4354-B7E9-7479EF9B6236}.Release|x86.Build.0 = Release|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Debug|x64.ActiveCfg = Debug|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Debug|x64.Build.0 = Debug|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Debug|x86.ActiveCfg = Debug|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Debug|x86.Build.0 = Debug|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Release|Any CPU.Build.0 = Release|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Release|x64.ActiveCfg = Release|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Release|x64.Build.0 = Release|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Release|x86.ActiveCfg = Release|Any CPU
{46D4436A-8750-4F01-8790-4028AF2D1127}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C20791D0-F341-44A8-B6C1-50049A29B158} = {04EF37E0-B0CD-4A85-ACAA-53B7C0E8B5C5}
{DD567358-C46A-4354-B7E9-7479EF9B6236} = {BB66E02A-0B91-4D4C-80F6-D0686B124992}
{46D4436A-8750-4F01-8790-4028AF2D1127} = {BB66E02A-0B91-4D4C-80F6-D0686B124992}
EndGlobalSection
EndGlobal