-
Notifications
You must be signed in to change notification settings - Fork 9
/
Farseer Physics Engine.sln
136 lines (136 loc) · 8.05 KB
/
Farseer Physics Engine.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FarseerPhysics.Portable", "FarseerPhysics.Portable\FarseerPhysics.Portable.csproj", "{A1807D3F-3546-4C28-B713-C4F767383B61}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{508D4660-B001-489C-963C-AEFAEB99CCB1}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA79E9C3-B345-4297-BB95-BD146458D7F3}"
ProjectSection(SolutionItems) = preProject
FarseerPhysics.Portable.nuspec = FarseerPhysics.Portable.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Android|Any CPU = Android|Any CPU
Android|Mixed Platforms = Android|Mixed Platforms
Android|Windows Phone = Android|Windows Phone
Android|x86 = Android|x86
Android|Xbox 360 = Android|Xbox 360
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Windows Phone = Debug|Windows Phone
Debug|x86 = Debug|x86
Debug|Xbox 360 = Debug|Xbox 360
iOS|Any CPU = iOS|Any CPU
iOS|Mixed Platforms = iOS|Mixed Platforms
iOS|Windows Phone = iOS|Windows Phone
iOS|x86 = iOS|x86
iOS|Xbox 360 = iOS|Xbox 360
Linux|Any CPU = Linux|Any CPU
Linux|Mixed Platforms = Linux|Mixed Platforms
Linux|Windows Phone = Linux|Windows Phone
Linux|x86 = Linux|x86
Linux|Xbox 360 = Linux|Xbox 360
OSX|Any CPU = OSX|Any CPU
OSX|Mixed Platforms = OSX|Mixed Platforms
OSX|Windows Phone = OSX|Windows Phone
OSX|x86 = OSX|x86
OSX|Xbox 360 = OSX|Xbox 360
PSM|Any CPU = PSM|Any CPU
PSM|Mixed Platforms = PSM|Mixed Platforms
PSM|Windows Phone = PSM|Windows Phone
PSM|x86 = PSM|x86
PSM|Xbox 360 = PSM|Xbox 360
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Windows Phone = Release|Windows Phone
Release|x86 = Release|x86
Release|Xbox 360 = Release|Xbox 360
Windows|Any CPU = Windows|Any CPU
Windows|Mixed Platforms = Windows|Mixed Platforms
Windows|Windows Phone = Windows|Windows Phone
Windows|x86 = Windows|x86
Windows|Xbox 360 = Windows|Xbox 360
Windows8|Any CPU = Windows8|Any CPU
Windows8|Mixed Platforms = Windows8|Mixed Platforms
Windows8|Windows Phone = Windows8|Windows Phone
Windows8|x86 = Windows8|x86
Windows8|Xbox 360 = Windows8|Xbox 360
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1807D3F-3546-4C28-B713-C4F767383B61}.Android|Any CPU.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Android|Any CPU.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Android|Mixed Platforms.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Android|Mixed Platforms.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Android|Windows Phone.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Android|x86.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Android|Xbox 360.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Debug|Windows Phone.ActiveCfg = Debug|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Debug|x86.ActiveCfg = Debug|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Debug|Xbox 360.ActiveCfg = Debug|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.iOS|Any CPU.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.iOS|Any CPU.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.iOS|Mixed Platforms.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.iOS|Mixed Platforms.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.iOS|Windows Phone.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.iOS|x86.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.iOS|Xbox 360.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Linux|Any CPU.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Linux|Any CPU.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Linux|Mixed Platforms.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Linux|Mixed Platforms.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Linux|Windows Phone.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Linux|x86.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Linux|Xbox 360.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.OSX|Any CPU.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.OSX|Any CPU.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.OSX|Mixed Platforms.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.OSX|Mixed Platforms.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.OSX|Windows Phone.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.OSX|x86.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.OSX|Xbox 360.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.PSM|Any CPU.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.PSM|Any CPU.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.PSM|Mixed Platforms.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.PSM|Mixed Platforms.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.PSM|Windows Phone.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.PSM|x86.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.PSM|Xbox 360.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Release|Any CPU.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Release|Windows Phone.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Release|x86.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Release|Xbox 360.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows|Any CPU.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows|Any CPU.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows|Mixed Platforms.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows|Mixed Platforms.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows|Windows Phone.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows|x86.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows|Xbox 360.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows8|Any CPU.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows8|Any CPU.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows8|Mixed Platforms.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows8|Mixed Platforms.Build.0 = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows8|Windows Phone.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows8|x86.ActiveCfg = Release|Any CPU
{A1807D3F-3546-4C28-B713-C4F767383B61}.Windows8|Xbox 360.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal