1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|ARM" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >ARM</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Debug|Win32" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|ARM" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >ARM</Platform >
19
+ </ProjectConfiguration >
20
+ <ProjectConfiguration Include =" Release|Win32" >
21
+ <Configuration >Release</Configuration >
22
+ <Platform >Win32</Platform >
23
+ </ProjectConfiguration >
24
+ <ProjectConfiguration Include =" Release|x64" >
25
+ <Configuration >Release</Configuration >
26
+ <Platform >x64</Platform >
27
+ </ProjectConfiguration >
28
+ </ItemGroup >
29
+ <ItemGroup >
30
+ <ClCompile Include =" ..\Collision\b2BroadPhase.cpp" />
31
+ <ClCompile Include =" ..\Collision\b2CollideCircle.cpp" />
32
+ <ClCompile Include =" ..\Collision\b2CollideEdge.cpp" />
33
+ <ClCompile Include =" ..\Collision\b2CollidePolygon.cpp" />
34
+ <ClCompile Include =" ..\Collision\b2Collision.cpp" />
35
+ <ClCompile Include =" ..\Collision\b2Distance.cpp" />
36
+ <ClCompile Include =" ..\Collision\b2DynamicTree.cpp" />
37
+ <ClCompile Include =" ..\Collision\b2TimeOfImpact.cpp" />
38
+ <ClCompile Include =" ..\Collision\Shapes\b2ChainShape.cpp" />
39
+ <ClCompile Include =" ..\Collision\Shapes\b2CircleShape.cpp" />
40
+ <ClCompile Include =" ..\Collision\Shapes\b2EdgeShape.cpp" />
41
+ <ClCompile Include =" ..\Collision\Shapes\b2PolygonShape.cpp" />
42
+ <ClCompile Include =" ..\Common\b2BlockAllocator.cpp" />
43
+ <ClCompile Include =" ..\Common\b2Draw.cpp" />
44
+ <ClCompile Include =" ..\Common\b2Math.cpp" />
45
+ <ClCompile Include =" ..\Common\b2Settings.cpp" />
46
+ <ClCompile Include =" ..\Common\b2StackAllocator.cpp" />
47
+ <ClCompile Include =" ..\Common\b2Timer.cpp" />
48
+ <ClCompile Include =" ..\Dynamics\b2Body.cpp" />
49
+ <ClCompile Include =" ..\Dynamics\b2ContactManager.cpp" />
50
+ <ClCompile Include =" ..\Dynamics\b2Fixture.cpp" />
51
+ <ClCompile Include =" ..\Dynamics\b2Island.cpp" />
52
+ <ClCompile Include =" ..\Dynamics\b2World.cpp" />
53
+ <ClCompile Include =" ..\Dynamics\b2WorldCallbacks.cpp" />
54
+ <ClCompile Include =" ..\Dynamics\Contacts\b2ChainAndCircleContact.cpp" />
55
+ <ClCompile Include =" ..\Dynamics\Contacts\b2ChainAndPolygonContact.cpp" />
56
+ <ClCompile Include =" ..\Dynamics\Contacts\b2CircleContact.cpp" />
57
+ <ClCompile Include =" ..\Dynamics\Contacts\b2Contact.cpp" />
58
+ <ClCompile Include =" ..\Dynamics\Contacts\b2ContactSolver.cpp" />
59
+ <ClCompile Include =" ..\Dynamics\Contacts\b2EdgeAndCircleContact.cpp" />
60
+ <ClCompile Include =" ..\Dynamics\Contacts\b2EdgeAndPolygonContact.cpp" />
61
+ <ClCompile Include =" ..\Dynamics\Contacts\b2PolygonAndCircleContact.cpp" />
62
+ <ClCompile Include =" ..\Dynamics\Contacts\b2PolygonContact.cpp" />
63
+ <ClCompile Include =" ..\Dynamics\Joints\b2DistanceJoint.cpp" />
64
+ <ClCompile Include =" ..\Dynamics\Joints\b2FrictionJoint.cpp" />
65
+ <ClCompile Include =" ..\Dynamics\Joints\b2GearJoint.cpp" />
66
+ <ClCompile Include =" ..\Dynamics\Joints\b2Joint.cpp" />
67
+ <ClCompile Include =" ..\Dynamics\Joints\b2MotorJoint.cpp" />
68
+ <ClCompile Include =" ..\Dynamics\Joints\b2MouseJoint.cpp" />
69
+ <ClCompile Include =" ..\Dynamics\Joints\b2PrismaticJoint.cpp" />
70
+ <ClCompile Include =" ..\Dynamics\Joints\b2PulleyJoint.cpp" />
71
+ <ClCompile Include =" ..\Dynamics\Joints\b2RevoluteJoint.cpp" />
72
+ <ClCompile Include =" ..\Dynamics\Joints\b2RopeJoint.cpp" />
73
+ <ClCompile Include =" ..\Dynamics\Joints\b2WeldJoint.cpp" />
74
+ <ClCompile Include =" ..\Dynamics\Joints\b2WheelJoint.cpp" />
75
+ <ClCompile Include =" ..\Rope\b2Rope.cpp" />
76
+ </ItemGroup >
77
+ <ItemGroup >
78
+ <ClInclude Include =" ..\Box2D.h" />
79
+ <ClInclude Include =" ..\Collision\b2BroadPhase.h" />
80
+ <ClInclude Include =" ..\Collision\b2Collision.h" />
81
+ <ClInclude Include =" ..\Collision\b2Distance.h" />
82
+ <ClInclude Include =" ..\Collision\b2DynamicTree.h" />
83
+ <ClInclude Include =" ..\Collision\b2TimeOfImpact.h" />
84
+ <ClInclude Include =" ..\Collision\Shapes\b2ChainShape.h" />
85
+ <ClInclude Include =" ..\Collision\Shapes\b2CircleShape.h" />
86
+ <ClInclude Include =" ..\Collision\Shapes\b2EdgeShape.h" />
87
+ <ClInclude Include =" ..\Collision\Shapes\b2PolygonShape.h" />
88
+ <ClInclude Include =" ..\Collision\Shapes\b2Shape.h" />
89
+ <ClInclude Include =" ..\Common\b2BlockAllocator.h" />
90
+ <ClInclude Include =" ..\Common\b2Draw.h" />
91
+ <ClInclude Include =" ..\Common\b2GrowableStack.h" />
92
+ <ClInclude Include =" ..\Common\b2Math.h" />
93
+ <ClInclude Include =" ..\Common\b2Settings.h" />
94
+ <ClInclude Include =" ..\Common\b2StackAllocator.h" />
95
+ <ClInclude Include =" ..\Common\b2Timer.h" />
96
+ <ClInclude Include =" ..\Dynamics\b2Body.h" />
97
+ <ClInclude Include =" ..\Dynamics\b2ContactManager.h" />
98
+ <ClInclude Include =" ..\Dynamics\b2Fixture.h" />
99
+ <ClInclude Include =" ..\Dynamics\b2Island.h" />
100
+ <ClInclude Include =" ..\Dynamics\b2TimeStep.h" />
101
+ <ClInclude Include =" ..\Dynamics\b2World.h" />
102
+ <ClInclude Include =" ..\Dynamics\b2WorldCallbacks.h" />
103
+ <ClInclude Include =" ..\Dynamics\Contacts\b2ChainAndCircleContact.h" />
104
+ <ClInclude Include =" ..\Dynamics\Contacts\b2ChainAndPolygonContact.h" />
105
+ <ClInclude Include =" ..\Dynamics\Contacts\b2CircleContact.h" />
106
+ <ClInclude Include =" ..\Dynamics\Contacts\b2Contact.h" />
107
+ <ClInclude Include =" ..\Dynamics\Contacts\b2ContactSolver.h" />
108
+ <ClInclude Include =" ..\Dynamics\Contacts\b2EdgeAndCircleContact.h" />
109
+ <ClInclude Include =" ..\Dynamics\Contacts\b2EdgeAndPolygonContact.h" />
110
+ <ClInclude Include =" ..\Dynamics\Contacts\b2PolygonAndCircleContact.h" />
111
+ <ClInclude Include =" ..\Dynamics\Contacts\b2PolygonContact.h" />
112
+ <ClInclude Include =" ..\Dynamics\Joints\b2DistanceJoint.h" />
113
+ <ClInclude Include =" ..\Dynamics\Joints\b2FrictionJoint.h" />
114
+ <ClInclude Include =" ..\Dynamics\Joints\b2GearJoint.h" />
115
+ <ClInclude Include =" ..\Dynamics\Joints\b2Joint.h" />
116
+ <ClInclude Include =" ..\Dynamics\Joints\b2MotorJoint.h" />
117
+ <ClInclude Include =" ..\Dynamics\Joints\b2MouseJoint.h" />
118
+ <ClInclude Include =" ..\Dynamics\Joints\b2PrismaticJoint.h" />
119
+ <ClInclude Include =" ..\Dynamics\Joints\b2PulleyJoint.h" />
120
+ <ClInclude Include =" ..\Dynamics\Joints\b2RevoluteJoint.h" />
121
+ <ClInclude Include =" ..\Dynamics\Joints\b2RopeJoint.h" />
122
+ <ClInclude Include =" ..\Dynamics\Joints\b2WeldJoint.h" />
123
+ <ClInclude Include =" ..\Dynamics\Joints\b2WheelJoint.h" />
124
+ <ClInclude Include =" ..\Rope\b2Rope.h" />
125
+ </ItemGroup >
126
+ <PropertyGroup Label =" Globals" >
127
+ <ProjectGuid >{0c32d479-46d5-46c3-9aa9-0a8ff8320516}</ProjectGuid >
128
+ <Keyword >StaticLibrary</Keyword >
129
+ <ProjectName >libbox2d</ProjectName >
130
+ <RootNamespace >libbox2d</RootNamespace >
131
+ <DefaultLanguage >en-US</DefaultLanguage >
132
+ <MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
133
+ <AppContainerApplication >true</AppContainerApplication >
134
+ <ApplicationType >Windows Store</ApplicationType >
135
+ <ApplicationTypeRevision >8.2</ApplicationTypeRevision >
136
+ </PropertyGroup >
137
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
138
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
139
+ <ConfigurationType >StaticLibrary</ConfigurationType >
140
+ <UseDebugLibraries >true</UseDebugLibraries >
141
+ <PlatformToolset >v140</PlatformToolset >
142
+ </PropertyGroup >
143
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" Label =" Configuration" >
144
+ <ConfigurationType >StaticLibrary</ConfigurationType >
145
+ <UseDebugLibraries >true</UseDebugLibraries >
146
+ <PlatformToolset >v140</PlatformToolset >
147
+ </PropertyGroup >
148
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
149
+ <ConfigurationType >StaticLibrary</ConfigurationType >
150
+ <UseDebugLibraries >true</UseDebugLibraries >
151
+ <PlatformToolset >v140</PlatformToolset >
152
+ </PropertyGroup >
153
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
154
+ <ConfigurationType >StaticLibrary</ConfigurationType >
155
+ <UseDebugLibraries >false</UseDebugLibraries >
156
+ <WholeProgramOptimization >true</WholeProgramOptimization >
157
+ <PlatformToolset >v140</PlatformToolset >
158
+ </PropertyGroup >
159
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM'" Label =" Configuration" >
160
+ <ConfigurationType >StaticLibrary</ConfigurationType >
161
+ <UseDebugLibraries >false</UseDebugLibraries >
162
+ <WholeProgramOptimization >true</WholeProgramOptimization >
163
+ <PlatformToolset >v140</PlatformToolset >
164
+ </PropertyGroup >
165
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
166
+ <ConfigurationType >StaticLibrary</ConfigurationType >
167
+ <UseDebugLibraries >false</UseDebugLibraries >
168
+ <WholeProgramOptimization >true</WholeProgramOptimization >
169
+ <PlatformToolset >v140</PlatformToolset >
170
+ </PropertyGroup >
171
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
172
+ <ImportGroup Label =" ExtensionSettings" >
173
+ </ImportGroup >
174
+ <ImportGroup Label =" Shared" >
175
+ </ImportGroup >
176
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
177
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
178
+ </ImportGroup >
179
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
180
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
181
+ </ImportGroup >
182
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" >
183
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
184
+ </ImportGroup >
185
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|ARM'" >
186
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
187
+ </ImportGroup >
188
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
189
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
190
+ </ImportGroup >
191
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
192
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
193
+ </ImportGroup >
194
+ <PropertyGroup Label =" UserMacros" />
195
+ <PropertyGroup />
196
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
197
+ <GenerateManifest >false</GenerateManifest >
198
+ </PropertyGroup >
199
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
200
+ <GenerateManifest >false</GenerateManifest >
201
+ </PropertyGroup >
202
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" >
203
+ <GenerateManifest >false</GenerateManifest >
204
+ </PropertyGroup >
205
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM'" >
206
+ <GenerateManifest >false</GenerateManifest >
207
+ </PropertyGroup >
208
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
209
+ <GenerateManifest >false</GenerateManifest >
210
+ </PropertyGroup >
211
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
212
+ <GenerateManifest >false</GenerateManifest >
213
+ </PropertyGroup >
214
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
215
+ <ClCompile >
216
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
217
+ <CompileAsWinRT >false</CompileAsWinRT >
218
+ <SDLCheck >true</SDLCheck >
219
+ <AdditionalIncludeDirectories >../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
220
+ <DisableSpecificWarnings >4458;4456;</DisableSpecificWarnings >
221
+ </ClCompile >
222
+ <Link >
223
+ <SubSystem >Console</SubSystem >
224
+ <IgnoreAllDefaultLibraries >false</IgnoreAllDefaultLibraries >
225
+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
226
+ </Link >
227
+ </ItemDefinitionGroup >
228
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
229
+ <ClCompile >
230
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
231
+ <CompileAsWinRT >false</CompileAsWinRT >
232
+ <SDLCheck >true</SDLCheck >
233
+ <WholeProgramOptimization >false</WholeProgramOptimization >
234
+ <AdditionalIncludeDirectories >../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
235
+ <DisableSpecificWarnings >4458;4456;</DisableSpecificWarnings >
236
+ </ClCompile >
237
+ <Link >
238
+ <SubSystem >Console</SubSystem >
239
+ <IgnoreAllDefaultLibraries >false</IgnoreAllDefaultLibraries >
240
+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
241
+ </Link >
242
+ <Lib >
243
+ <LinkTimeCodeGeneration >false</LinkTimeCodeGeneration >
244
+ </Lib >
245
+ </ItemDefinitionGroup >
246
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|arm'" >
247
+ <ClCompile >
248
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
249
+ <CompileAsWinRT >false</CompileAsWinRT >
250
+ <SDLCheck >true</SDLCheck >
251
+ <AdditionalIncludeDirectories >../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
252
+ <DisableSpecificWarnings >4458;4456;</DisableSpecificWarnings >
253
+ </ClCompile >
254
+ <Link >
255
+ <SubSystem >Console</SubSystem >
256
+ <IgnoreAllDefaultLibraries >false</IgnoreAllDefaultLibraries >
257
+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
258
+ </Link >
259
+ </ItemDefinitionGroup >
260
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|arm'" >
261
+ <ClCompile >
262
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
263
+ <CompileAsWinRT >false</CompileAsWinRT >
264
+ <SDLCheck >true</SDLCheck >
265
+ <WholeProgramOptimization >false</WholeProgramOptimization >
266
+ <AdditionalIncludeDirectories >../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
267
+ <DisableSpecificWarnings >4458;4456;</DisableSpecificWarnings >
268
+ </ClCompile >
269
+ <Link >
270
+ <SubSystem >Console</SubSystem >
271
+ <IgnoreAllDefaultLibraries >false</IgnoreAllDefaultLibraries >
272
+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
273
+ </Link >
274
+ <Lib >
275
+ <LinkTimeCodeGeneration >false</LinkTimeCodeGeneration >
276
+ </Lib >
277
+ </ItemDefinitionGroup >
278
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
279
+ <ClCompile >
280
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
281
+ <CompileAsWinRT >false</CompileAsWinRT >
282
+ <SDLCheck >true</SDLCheck >
283
+ <AdditionalIncludeDirectories >../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
284
+ <DisableSpecificWarnings >4458;4456;</DisableSpecificWarnings >
285
+ </ClCompile >
286
+ <Link >
287
+ <SubSystem >Console</SubSystem >
288
+ <IgnoreAllDefaultLibraries >false</IgnoreAllDefaultLibraries >
289
+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
290
+ </Link >
291
+ </ItemDefinitionGroup >
292
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
293
+ <ClCompile >
294
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
295
+ <CompileAsWinRT >false</CompileAsWinRT >
296
+ <SDLCheck >true</SDLCheck >
297
+ <WholeProgramOptimization >false</WholeProgramOptimization >
298
+ <AdditionalIncludeDirectories >../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
299
+ <DisableSpecificWarnings >4458;4456;</DisableSpecificWarnings >
300
+ </ClCompile >
301
+ <Link >
302
+ <SubSystem >Console</SubSystem >
303
+ <IgnoreAllDefaultLibraries >false</IgnoreAllDefaultLibraries >
304
+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
305
+ </Link >
306
+ <Lib >
307
+ <LinkTimeCodeGeneration >false</LinkTimeCodeGeneration >
308
+ </Lib >
309
+ </ItemDefinitionGroup >
310
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
311
+ <ImportGroup Label =" ExtensionTargets" >
312
+ </ImportGroup >
313
+ </Project >
0 commit comments