libBox2D.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ClCompile Include="..\b2ObjectDestroyNotifier.cpp" />
  15. <ClCompile Include="..\Collision\b2BroadPhase.cpp" />
  16. <ClCompile Include="..\Collision\b2CollideCircle.cpp" />
  17. <ClCompile Include="..\Collision\b2CollideEdge.cpp" />
  18. <ClCompile Include="..\Collision\b2CollidePolygon.cpp" />
  19. <ClCompile Include="..\Collision\b2Collision.cpp" />
  20. <ClCompile Include="..\Collision\b2Distance.cpp" />
  21. <ClCompile Include="..\Collision\b2DynamicTree.cpp" />
  22. <ClCompile Include="..\Collision\b2TimeOfImpact.cpp" />
  23. <ClCompile Include="..\Collision\Shapes\b2ChainShape.cpp" />
  24. <ClCompile Include="..\Collision\Shapes\b2CircleShape.cpp" />
  25. <ClCompile Include="..\Collision\Shapes\b2EdgeShape.cpp" />
  26. <ClCompile Include="..\Collision\Shapes\b2PolygonShape.cpp" />
  27. <ClCompile Include="..\Common\b2BlockAllocator.cpp" />
  28. <ClCompile Include="..\Common\b2Draw.cpp" />
  29. <ClCompile Include="..\Common\b2Math.cpp" />
  30. <ClCompile Include="..\Common\b2Settings.cpp" />
  31. <ClCompile Include="..\Common\b2StackAllocator.cpp" />
  32. <ClCompile Include="..\Common\b2Timer.cpp" />
  33. <ClCompile Include="..\Dynamics\b2Body.cpp" />
  34. <ClCompile Include="..\Dynamics\b2ContactManager.cpp" />
  35. <ClCompile Include="..\Dynamics\b2Fixture.cpp" />
  36. <ClCompile Include="..\Dynamics\b2Island.cpp" />
  37. <ClCompile Include="..\Dynamics\b2World.cpp" />
  38. <ClCompile Include="..\Dynamics\b2WorldCallbacks.cpp" />
  39. <ClCompile Include="..\Dynamics\Contacts\b2ChainAndCircleContact.cpp" />
  40. <ClCompile Include="..\Dynamics\Contacts\b2ChainAndPolygonContact.cpp" />
  41. <ClCompile Include="..\Dynamics\Contacts\b2CircleContact.cpp" />
  42. <ClCompile Include="..\Dynamics\Contacts\b2Contact.cpp" />
  43. <ClCompile Include="..\Dynamics\Contacts\b2ContactSolver.cpp" />
  44. <ClCompile Include="..\Dynamics\Contacts\b2EdgeAndCircleContact.cpp" />
  45. <ClCompile Include="..\Dynamics\Contacts\b2EdgeAndPolygonContact.cpp" />
  46. <ClCompile Include="..\Dynamics\Contacts\b2PolygonAndCircleContact.cpp" />
  47. <ClCompile Include="..\Dynamics\Contacts\b2PolygonContact.cpp" />
  48. <ClCompile Include="..\Dynamics\Joints\b2DistanceJoint.cpp" />
  49. <ClCompile Include="..\Dynamics\Joints\b2FrictionJoint.cpp" />
  50. <ClCompile Include="..\Dynamics\Joints\b2GearJoint.cpp" />
  51. <ClCompile Include="..\Dynamics\Joints\b2Joint.cpp" />
  52. <ClCompile Include="..\Dynamics\Joints\b2MotorJoint.cpp" />
  53. <ClCompile Include="..\Dynamics\Joints\b2MouseJoint.cpp" />
  54. <ClCompile Include="..\Dynamics\Joints\b2PrismaticJoint.cpp" />
  55. <ClCompile Include="..\Dynamics\Joints\b2PulleyJoint.cpp" />
  56. <ClCompile Include="..\Dynamics\Joints\b2RevoluteJoint.cpp" />
  57. <ClCompile Include="..\Dynamics\Joints\b2RopeJoint.cpp" />
  58. <ClCompile Include="..\Dynamics\Joints\b2WeldJoint.cpp" />
  59. <ClCompile Include="..\Dynamics\Joints\b2WheelJoint.cpp" />
  60. <ClCompile Include="..\Rope\b2Rope.cpp" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <ClInclude Include="..\b2ObjectDestroyNotifier.h" />
  64. <ClInclude Include="..\Box2D.h" />
  65. <ClInclude Include="..\Collision\b2BroadPhase.h" />
  66. <ClInclude Include="..\Collision\b2Collision.h" />
  67. <ClInclude Include="..\Collision\b2Distance.h" />
  68. <ClInclude Include="..\Collision\b2DynamicTree.h" />
  69. <ClInclude Include="..\Collision\b2TimeOfImpact.h" />
  70. <ClInclude Include="..\Collision\Shapes\b2ChainShape.h" />
  71. <ClInclude Include="..\Collision\Shapes\b2CircleShape.h" />
  72. <ClInclude Include="..\Collision\Shapes\b2EdgeShape.h" />
  73. <ClInclude Include="..\Collision\Shapes\b2PolygonShape.h" />
  74. <ClInclude Include="..\Collision\Shapes\b2Shape.h" />
  75. <ClInclude Include="..\Common\b2BlockAllocator.h" />
  76. <ClInclude Include="..\Common\b2Draw.h" />
  77. <ClInclude Include="..\Common\b2GrowableStack.h" />
  78. <ClInclude Include="..\Common\b2Math.h" />
  79. <ClInclude Include="..\Common\b2Settings.h" />
  80. <ClInclude Include="..\Common\b2StackAllocator.h" />
  81. <ClInclude Include="..\Common\b2Timer.h" />
  82. <ClInclude Include="..\Dynamics\b2Body.h" />
  83. <ClInclude Include="..\Dynamics\b2ContactManager.h" />
  84. <ClInclude Include="..\Dynamics\b2Fixture.h" />
  85. <ClInclude Include="..\Dynamics\b2Island.h" />
  86. <ClInclude Include="..\Dynamics\b2TimeStep.h" />
  87. <ClInclude Include="..\Dynamics\b2World.h" />
  88. <ClInclude Include="..\Dynamics\b2WorldCallbacks.h" />
  89. <ClInclude Include="..\Dynamics\Contacts\b2ChainAndCircleContact.h" />
  90. <ClInclude Include="..\Dynamics\Contacts\b2ChainAndPolygonContact.h" />
  91. <ClInclude Include="..\Dynamics\Contacts\b2CircleContact.h" />
  92. <ClInclude Include="..\Dynamics\Contacts\b2Contact.h" />
  93. <ClInclude Include="..\Dynamics\Contacts\b2ContactSolver.h" />
  94. <ClInclude Include="..\Dynamics\Contacts\b2EdgeAndCircleContact.h" />
  95. <ClInclude Include="..\Dynamics\Contacts\b2EdgeAndPolygonContact.h" />
  96. <ClInclude Include="..\Dynamics\Contacts\b2PolygonAndCircleContact.h" />
  97. <ClInclude Include="..\Dynamics\Contacts\b2PolygonContact.h" />
  98. <ClInclude Include="..\Dynamics\Joints\b2DistanceJoint.h" />
  99. <ClInclude Include="..\Dynamics\Joints\b2FrictionJoint.h" />
  100. <ClInclude Include="..\Dynamics\Joints\b2GearJoint.h" />
  101. <ClInclude Include="..\Dynamics\Joints\b2Joint.h" />
  102. <ClInclude Include="..\Dynamics\Joints\b2MotorJoint.h" />
  103. <ClInclude Include="..\Dynamics\Joints\b2MouseJoint.h" />
  104. <ClInclude Include="..\Dynamics\Joints\b2PrismaticJoint.h" />
  105. <ClInclude Include="..\Dynamics\Joints\b2PulleyJoint.h" />
  106. <ClInclude Include="..\Dynamics\Joints\b2RevoluteJoint.h" />
  107. <ClInclude Include="..\Dynamics\Joints\b2RopeJoint.h" />
  108. <ClInclude Include="..\Dynamics\Joints\b2WeldJoint.h" />
  109. <ClInclude Include="..\Dynamics\Joints\b2WheelJoint.h" />
  110. <ClInclude Include="..\Rope\b2Rope.h" />
  111. </ItemGroup>
  112. <PropertyGroup Label="Globals">
  113. <ProjectGuid>{EB7E5610-C178-49C9-8B4C-1C283E616ED9}</ProjectGuid>
  114. <RootNamespace>libSpine</RootNamespace>
  115. </PropertyGroup>
  116. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  118. <ConfigurationType>StaticLibrary</ConfigurationType>
  119. <UseDebugLibraries>true</UseDebugLibraries>
  120. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
  121. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v120_xp</PlatformToolset>
  122. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
  123. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
  124. <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v140</PlatformToolset>
  125. <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
  126. <CharacterSet>Unicode</CharacterSet>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  129. <ConfigurationType>StaticLibrary</ConfigurationType>
  130. <UseDebugLibraries>false</UseDebugLibraries>
  131. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
  132. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v120_xp</PlatformToolset>
  133. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
  134. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
  135. <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v140</PlatformToolset>
  136. <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
  137. <WholeProgramOptimization>true</WholeProgramOptimization>
  138. <CharacterSet>Unicode</CharacterSet>
  139. </PropertyGroup>
  140. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  141. <ImportGroup Label="ExtensionSettings">
  142. </ImportGroup>
  143. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  144. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  145. <Import Project="..\..\..\..\cocos\2d\cocos2d_headers.props" />
  146. </ImportGroup>
  147. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  148. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  149. <Import Project="..\..\..\..\cocos\2d\cocos2d_headers.props" />
  150. </ImportGroup>
  151. <PropertyGroup Label="UserMacros" />
  152. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  153. <OutDir>$(SolutionDir)$(Configuration).win32\</OutDir>
  154. <IntDir>$(Configuration).win32\</IntDir>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  157. <OutDir>$(SolutionDir)$(Configuration).win32\</OutDir>
  158. <IntDir>$(Configuration).win32\</IntDir>
  159. </PropertyGroup>
  160. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  161. <ClCompile>
  162. <WarningLevel>Level3</WarningLevel>
  163. <Optimization>Disabled</Optimization>
  164. <SDLCheck>
  165. </SDLCheck>
  166. <AdditionalIncludeDirectories>$(EngineRoot);$(EngineRoot)cocos\editor-support;$(EngineRoot)extensions;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  167. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_LIB;COCOS2DXWIN32_EXPORTS;GL_GLEXT_PROTOTYPES;COCOS2D_DEBUG=1;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  168. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  169. <DisableSpecificWarnings>4267;4251;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  170. <MinimalRebuild>false</MinimalRebuild>
  171. </ClCompile>
  172. <Link>
  173. <GenerateDebugInformation>true</GenerateDebugInformation>
  174. </Link>
  175. </ItemDefinitionGroup>
  176. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  177. <ClCompile>
  178. <WarningLevel>Level3</WarningLevel>
  179. <Optimization>MinSpace</Optimization>
  180. <FunctionLevelLinking>true</FunctionLevelLinking>
  181. <IntrinsicFunctions>true</IntrinsicFunctions>
  182. <SDLCheck>
  183. </SDLCheck>
  184. <PreprocessorDefinitions>WIN32;_WINDOWS;_LIB;COCOS2DXWIN32_EXPORTS;GL_GLEXT_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  185. <AdditionalIncludeDirectories>$(EngineRoot);$(EngineRoot)cocos\editor-support;$(EngineRoot)extensions;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  186. <DebugInformationFormat>None</DebugInformationFormat>
  187. <WholeProgramOptimization>false</WholeProgramOptimization>
  188. </ClCompile>
  189. <Link>
  190. <GenerateDebugInformation>true</GenerateDebugInformation>
  191. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  192. <OptimizeReferences>true</OptimizeReferences>
  193. </Link>
  194. </ItemDefinitionGroup>
  195. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  196. <ImportGroup Label="ExtensionTargets">
  197. </ImportGroup>
  198. </Project>