App_BulletExampleBrowser.vcxproj 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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|Emscripten">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Emscripten</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release Universal|ARM">
  17. <Configuration>Release Universal</Configuration>
  18. <Platform>ARM</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release Universal|Emscripten">
  21. <Configuration>Release Universal</Configuration>
  22. <Platform>Emscripten</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release Universal|Win32">
  25. <Configuration>Release Universal</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release Universal|x64">
  29. <Configuration>Release Universal</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|ARM">
  33. <Configuration>Release</Configuration>
  34. <Platform>ARM</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release|Emscripten">
  37. <Configuration>Release</Configuration>
  38. <Platform>Emscripten</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|Win32">
  41. <Configuration>Release</Configuration>
  42. <Platform>Win32</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Debug|Win32">
  45. <Configuration>Debug</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Release|x64">
  49. <Configuration>Release</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. </ItemGroup>
  53. <PropertyGroup Label="Globals">
  54. <ProjectGuid>{3D5CE8EE-2981-376F-52CC-1CFF3E50368D}</ProjectGuid>
  55. <Keyword>Win32Proj</Keyword>
  56. <RootNamespace>App_BulletExampleBrowser</RootNamespace>
  57. </PropertyGroup>
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  60. <ConfigurationType>Application</ConfigurationType>
  61. <UseDebugLibraries>false</UseDebugLibraries>
  62. <CharacterSet>Unicode</CharacterSet>
  63. <PlatformToolset>v141</PlatformToolset>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|Win32'" Label="Configuration">
  66. <ConfigurationType>Application</ConfigurationType>
  67. <UseDebugLibraries>false</UseDebugLibraries>
  68. <CharacterSet>Unicode</CharacterSet>
  69. <PlatformToolset>v141</PlatformToolset>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="Configuration">
  72. <ConfigurationType>Application</ConfigurationType>
  73. <UseDebugLibraries>false</UseDebugLibraries>
  74. <CharacterSet>Unicode</CharacterSet>
  75. <PlatformToolset>v141</PlatformToolset>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|Emscripten'" Label="Configuration">
  78. <ConfigurationType>Application</ConfigurationType>
  79. <UseDebugLibraries>false</UseDebugLibraries>
  80. <CharacterSet>Unicode</CharacterSet>
  81. <PlatformToolset>v141</PlatformToolset>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  84. <ConfigurationType>Application</ConfigurationType>
  85. <UseDebugLibraries>false</UseDebugLibraries>
  86. <CharacterSet>Unicode</CharacterSet>
  87. <PlatformToolset>v141</PlatformToolset>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|x64'" Label="Configuration">
  90. <ConfigurationType>Application</ConfigurationType>
  91. <UseDebugLibraries>false</UseDebugLibraries>
  92. <CharacterSet>Unicode</CharacterSet>
  93. <PlatformToolset>v141</PlatformToolset>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  96. <ConfigurationType>Application</ConfigurationType>
  97. <UseDebugLibraries>false</UseDebugLibraries>
  98. <CharacterSet>Unicode</CharacterSet>
  99. <PlatformToolset>v141</PlatformToolset>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|ARM'" Label="Configuration">
  102. <ConfigurationType>Application</ConfigurationType>
  103. <UseDebugLibraries>false</UseDebugLibraries>
  104. <CharacterSet>Unicode</CharacterSet>
  105. <PlatformToolset>v141</PlatformToolset>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  108. <ConfigurationType>Application</ConfigurationType>
  109. <UseDebugLibraries>true</UseDebugLibraries>
  110. <CharacterSet>Unicode</CharacterSet>
  111. <PlatformToolset>v141</PlatformToolset>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="Configuration">
  114. <ConfigurationType>Application</ConfigurationType>
  115. <UseDebugLibraries>true</UseDebugLibraries>
  116. <CharacterSet>Unicode</CharacterSet>
  117. <PlatformToolset>v141</PlatformToolset>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  120. <ConfigurationType>Application</ConfigurationType>
  121. <UseDebugLibraries>true</UseDebugLibraries>
  122. <CharacterSet>Unicode</CharacterSet>
  123. <PlatformToolset>v141</PlatformToolset>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  126. <ConfigurationType>Application</ConfigurationType>
  127. <UseDebugLibraries>true</UseDebugLibraries>
  128. <CharacterSet>Unicode</CharacterSet>
  129. <PlatformToolset>v141</PlatformToolset>
  130. </PropertyGroup>
  131. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  132. <ImportGroup Label="ExtensionSettings">
  133. </ImportGroup>
  134. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  135. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  136. </ImportGroup>
  137. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|Win32'" Label="PropertySheets">
  138. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  139. </ImportGroup>
  140. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="PropertySheets">
  141. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  142. </ImportGroup>
  143. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|Emscripten'" Label="PropertySheets">
  144. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  145. </ImportGroup>
  146. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  147. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  148. </ImportGroup>
  149. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|x64'" Label="PropertySheets">
  150. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  151. </ImportGroup>
  152. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  153. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  154. </ImportGroup>
  155. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|ARM'" Label="PropertySheets">
  156. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  157. </ImportGroup>
  158. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  159. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  160. </ImportGroup>
  161. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="PropertySheets">
  162. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  163. </ImportGroup>
  164. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  165. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  166. </ImportGroup>
  167. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  168. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  169. </ImportGroup>
  170. <PropertyGroup Label="UserMacros" />
  171. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  172. <LinkIncremental>false</LinkIncremental>
  173. <OutDir>..\..\bin\</OutDir>
  174. <IntDir>obj\Release\App_BulletExampleBrowser\</IntDir>
  175. <TargetName>App_BulletExampleBrowser</TargetName>
  176. <TargetExt>.exe</TargetExt>
  177. </PropertyGroup>
  178. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|Win32'">
  179. <LinkIncremental>false</LinkIncremental>
  180. <OutDir>..\..\bin\</OutDir>
  181. <IntDir>obj\Release\App_BulletExampleBrowser\</IntDir>
  182. <TargetName>App_BulletExampleBrowser</TargetName>
  183. <TargetExt>.exe</TargetExt>
  184. </PropertyGroup>
  185. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  186. <TargetName>App_BulletExampleBrowser</TargetName>
  187. <TargetExt>.exe</TargetExt>
  188. <LinkIncremental>false</LinkIncremental>
  189. </PropertyGroup>
  190. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|Emscripten'">
  191. <TargetName>App_BulletExampleBrowser</TargetName>
  192. <TargetExt>.exe</TargetExt>
  193. <LinkIncremental>false</LinkIncremental>
  194. </PropertyGroup>
  195. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  196. <TargetName>App_BulletExampleBrowser</TargetName>
  197. <TargetExt>.exe</TargetExt>
  198. <LinkIncremental>false</LinkIncremental>
  199. </PropertyGroup>
  200. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|x64'">
  201. <TargetName>App_BulletExampleBrowser</TargetName>
  202. <TargetExt>.exe</TargetExt>
  203. <LinkIncremental>false</LinkIncremental>
  204. </PropertyGroup>
  205. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  206. <TargetName>App_BulletExampleBrowser</TargetName>
  207. <TargetExt>.exe</TargetExt>
  208. <LinkIncremental>false</LinkIncremental>
  209. </PropertyGroup>
  210. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|ARM'">
  211. <TargetName>App_BulletExampleBrowser</TargetName>
  212. <TargetExt>.exe</TargetExt>
  213. <LinkIncremental>false</LinkIncremental>
  214. </PropertyGroup>
  215. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  216. <LinkIncremental>true</LinkIncremental>
  217. <OutDir>..\..\bin\</OutDir>
  218. <IntDir>obj\Debug\App_BulletExampleBrowser\</IntDir>
  219. <TargetName>App_BulletExampleBrowser</TargetName>
  220. <TargetExt>.exe</TargetExt>
  221. </PropertyGroup>
  222. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  223. <TargetName>App_BulletExampleBrowser</TargetName>
  224. <TargetExt>.exe</TargetExt>
  225. <LinkIncremental>true</LinkIncremental>
  226. </PropertyGroup>
  227. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  228. <TargetName>App_BulletExampleBrowser</TargetName>
  229. <TargetExt>.exe</TargetExt>
  230. <LinkIncremental>true</LinkIncremental>
  231. </PropertyGroup>
  232. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  233. <TargetName>App_BulletExampleBrowser</TargetName>
  234. <TargetExt>.exe</TargetExt>
  235. <LinkIncremental>true</LinkIncremental>
  236. </PropertyGroup>
  237. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  238. <ClCompile>
  239. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  240. <WarningLevel>Level3</WarningLevel>
  241. <PreprocessorDefinitions>B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  242. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  243. <Optimization>Full</Optimization>
  244. <FunctionLevelLinking>true</FunctionLevelLinking>
  245. <IntrinsicFunctions>true</IntrinsicFunctions>
  246. <MinimalRebuild>false</MinimalRebuild>
  247. <StringPooling>true</StringPooling>
  248. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  249. <FloatingPointModel>Fast</FloatingPointModel>
  250. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  251. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  252. </ClCompile>
  253. <Link>
  254. <SubSystem>Console</SubSystem>
  255. <GenerateDebugInformation>false</GenerateDebugInformation>
  256. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  257. <OptimizeReferences>true</OptimizeReferences>
  258. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  259. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  260. </Link>
  261. </ItemDefinitionGroup>
  262. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|Win32'">
  263. <ClCompile>
  264. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  265. <WarningLevel>Level3</WarningLevel>
  266. <PreprocessorDefinitions>B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  267. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  268. <Optimization>Full</Optimization>
  269. <FunctionLevelLinking>true</FunctionLevelLinking>
  270. <IntrinsicFunctions>true</IntrinsicFunctions>
  271. <MinimalRebuild>false</MinimalRebuild>
  272. <StringPooling>true</StringPooling>
  273. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  274. <FloatingPointModel>Fast</FloatingPointModel>
  275. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  276. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  277. </ClCompile>
  278. <Link>
  279. <SubSystem>Console</SubSystem>
  280. <GenerateDebugInformation>false</GenerateDebugInformation>
  281. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  282. <OptimizeReferences>true</OptimizeReferences>
  283. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  284. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  285. </Link>
  286. </ItemDefinitionGroup>
  287. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  288. <ClCompile>
  289. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  290. <WarningLevel>Level3</WarningLevel>
  291. <PreprocessorDefinitions>B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  292. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  293. <Optimization>Full</Optimization>
  294. <FunctionLevelLinking>true</FunctionLevelLinking>
  295. <IntrinsicFunctions>true</IntrinsicFunctions>
  296. <MinimalRebuild>false</MinimalRebuild>
  297. <StringPooling>true</StringPooling>
  298. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  299. <FloatingPointModel>Fast</FloatingPointModel>
  300. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  301. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  302. </ClCompile>
  303. <Link>
  304. <SubSystem>Console</SubSystem>
  305. <GenerateDebugInformation>false</GenerateDebugInformation>
  306. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  307. <OptimizeReferences>true</OptimizeReferences>
  308. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  309. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  310. </Link>
  311. </ItemDefinitionGroup>
  312. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|Emscripten'">
  313. <ClCompile>
  314. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  315. <WarningLevel>Level3</WarningLevel>
  316. <PreprocessorDefinitions>B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  317. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  318. <Optimization>Full</Optimization>
  319. <FunctionLevelLinking>true</FunctionLevelLinking>
  320. <IntrinsicFunctions>true</IntrinsicFunctions>
  321. <MinimalRebuild>false</MinimalRebuild>
  322. <StringPooling>true</StringPooling>
  323. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  324. <FloatingPointModel>Fast</FloatingPointModel>
  325. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  326. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  327. </ClCompile>
  328. <Link>
  329. <SubSystem>Console</SubSystem>
  330. <GenerateDebugInformation>false</GenerateDebugInformation>
  331. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  332. <OptimizeReferences>true</OptimizeReferences>
  333. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  334. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  335. </Link>
  336. </ItemDefinitionGroup>
  337. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  338. <ClCompile>
  339. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  340. <WarningLevel>Level3</WarningLevel>
  341. <PreprocessorDefinitions>B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  342. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  343. <Optimization>Full</Optimization>
  344. <FunctionLevelLinking>true</FunctionLevelLinking>
  345. <IntrinsicFunctions>true</IntrinsicFunctions>
  346. <MinimalRebuild>false</MinimalRebuild>
  347. <StringPooling>true</StringPooling>
  348. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  349. <FloatingPointModel>Fast</FloatingPointModel>
  350. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  351. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  352. </ClCompile>
  353. <Link>
  354. <SubSystem>Console</SubSystem>
  355. <GenerateDebugInformation>false</GenerateDebugInformation>
  356. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  357. <OptimizeReferences>true</OptimizeReferences>
  358. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  359. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  360. </Link>
  361. </ItemDefinitionGroup>
  362. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|x64'">
  363. <ClCompile>
  364. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  365. <WarningLevel>Level3</WarningLevel>
  366. <PreprocessorDefinitions>B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  367. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  368. <Optimization>Full</Optimization>
  369. <FunctionLevelLinking>true</FunctionLevelLinking>
  370. <IntrinsicFunctions>true</IntrinsicFunctions>
  371. <MinimalRebuild>false</MinimalRebuild>
  372. <StringPooling>true</StringPooling>
  373. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  374. <FloatingPointModel>Fast</FloatingPointModel>
  375. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  376. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  377. </ClCompile>
  378. <Link>
  379. <SubSystem>Console</SubSystem>
  380. <GenerateDebugInformation>false</GenerateDebugInformation>
  381. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  382. <OptimizeReferences>true</OptimizeReferences>
  383. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  384. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  385. </Link>
  386. </ItemDefinitionGroup>
  387. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  388. <ClCompile>
  389. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  390. <WarningLevel>Level3</WarningLevel>
  391. <PreprocessorDefinitions>B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  392. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  393. <Optimization>Full</Optimization>
  394. <FunctionLevelLinking>true</FunctionLevelLinking>
  395. <IntrinsicFunctions>true</IntrinsicFunctions>
  396. <MinimalRebuild>false</MinimalRebuild>
  397. <StringPooling>true</StringPooling>
  398. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  399. <FloatingPointModel>Fast</FloatingPointModel>
  400. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  401. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  402. </ClCompile>
  403. <Link>
  404. <SubSystem>Console</SubSystem>
  405. <GenerateDebugInformation>false</GenerateDebugInformation>
  406. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  407. <OptimizeReferences>true</OptimizeReferences>
  408. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  409. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  410. </Link>
  411. </ItemDefinitionGroup>
  412. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Universal|ARM'">
  413. <ClCompile>
  414. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  415. <WarningLevel>Level3</WarningLevel>
  416. <PreprocessorDefinitions>B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  417. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  418. <Optimization>Full</Optimization>
  419. <FunctionLevelLinking>true</FunctionLevelLinking>
  420. <IntrinsicFunctions>true</IntrinsicFunctions>
  421. <MinimalRebuild>false</MinimalRebuild>
  422. <StringPooling>true</StringPooling>
  423. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  424. <FloatingPointModel>Fast</FloatingPointModel>
  425. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  426. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  427. </ClCompile>
  428. <Link>
  429. <SubSystem>Console</SubSystem>
  430. <GenerateDebugInformation>false</GenerateDebugInformation>
  431. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  432. <OptimizeReferences>true</OptimizeReferences>
  433. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  434. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  435. </Link>
  436. </ItemDefinitionGroup>
  437. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  438. <ClCompile>
  439. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  440. <WarningLevel>Level3</WarningLevel>
  441. <PreprocessorDefinitions>_DEBUG=1;B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  442. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  443. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  444. <Optimization>Disabled</Optimization>
  445. <MinimalRebuild>false</MinimalRebuild>
  446. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  447. <FloatingPointModel>Fast</FloatingPointModel>
  448. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  449. </ClCompile>
  450. <Link>
  451. <SubSystem>Console</SubSystem>
  452. <GenerateDebugInformation>true</GenerateDebugInformation>
  453. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  454. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  455. </Link>
  456. </ItemDefinitionGroup>
  457. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  458. <ClCompile>
  459. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  460. <WarningLevel>Level3</WarningLevel>
  461. <PreprocessorDefinitions>_DEBUG=1;B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  462. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  463. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  464. <Optimization>Disabled</Optimization>
  465. <MinimalRebuild>false</MinimalRebuild>
  466. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  467. <FloatingPointModel>Fast</FloatingPointModel>
  468. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  469. </ClCompile>
  470. <Link>
  471. <SubSystem>Console</SubSystem>
  472. <GenerateDebugInformation>true</GenerateDebugInformation>
  473. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  474. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  475. </Link>
  476. </ItemDefinitionGroup>
  477. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  478. <ClCompile>
  479. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  480. <WarningLevel>Level3</WarningLevel>
  481. <PreprocessorDefinitions>_DEBUG=1;B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  482. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  483. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  484. <Optimization>Disabled</Optimization>
  485. <MinimalRebuild>false</MinimalRebuild>
  486. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  487. <FloatingPointModel>Fast</FloatingPointModel>
  488. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  489. </ClCompile>
  490. <Link>
  491. <SubSystem>Console</SubSystem>
  492. <GenerateDebugInformation>true</GenerateDebugInformation>
  493. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  494. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  495. </Link>
  496. </ItemDefinitionGroup>
  497. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  498. <ClCompile>
  499. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  500. <WarningLevel>Level3</WarningLevel>
  501. <PreprocessorDefinitions>_DEBUG=1;B3_USE_CLEW;GLEW_STATIC;INCLUDE_CLOTH_DEMOS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  502. <AdditionalIncludeDirectories>..\..\src\clew;..\..\examples\ThirdPartyLibs\Glew;..\..\examples\ExampleBrowser;..\..\src;..\..\examples\ThirdPartyLibs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  503. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  504. <Optimization>Disabled</Optimization>
  505. <MinimalRebuild>false</MinimalRebuild>
  506. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  507. <FloatingPointModel>Fast</FloatingPointModel>
  508. <AdditionalOptions>/MP /wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  509. </ClCompile>
  510. <Link>
  511. <SubSystem>Console</SubSystem>
  512. <GenerateDebugInformation>true</GenerateDebugInformation>
  513. <AdditionalDependencies>opengl32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  514. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  515. </Link>
  516. </ItemDefinitionGroup>
  517. <ItemGroup>
  518. <ClInclude Include="..\..\Extras\Serialize\BulletFileLoader\bChunk.h" />
  519. <ClInclude Include="..\..\Extras\Serialize\BulletFileLoader\bCommon.h" />
  520. <ClInclude Include="..\..\Extras\Serialize\BulletFileLoader\bDNA.h" />
  521. <ClInclude Include="..\..\Extras\Serialize\BulletFileLoader\bDefines.h" />
  522. <ClInclude Include="..\..\Extras\Serialize\BulletFileLoader\bFile.h" />
  523. <ClInclude Include="..\..\Extras\Serialize\BulletFileLoader\btBulletFile.h" />
  524. <ClInclude Include="..\..\Extras\Serialize\BulletWorldImporter\btBulletWorldImporter.h" />
  525. <ClInclude Include="..\..\Extras\Serialize\BulletWorldImporter\btWorldImporter.h" />
  526. <ClInclude Include="..\..\examples\BasicDemo\BasicExample.h" />
  527. <ClInclude Include="..\..\examples\Benchmarks\BenchmarkDemo.h" />
  528. <ClInclude Include="..\..\examples\Benchmarks\TaruData.h" />
  529. <ClInclude Include="..\..\examples\Benchmarks\landscapeData.h" />
  530. <ClInclude Include="..\..\examples\Collision\CollisionSdkC_Api.h" />
  531. <ClInclude Include="..\..\examples\Collision\CollisionTutorialBullet2.h" />
  532. <ClInclude Include="..\..\examples\Collision\Internal\Bullet2CollisionSdk.h" />
  533. <ClInclude Include="..\..\examples\Collision\Internal\CollisionSdkInterface.h" />
  534. <ClInclude Include="..\..\examples\Collision\Internal\RealTimeBullet3CollisionSdk.h" />
  535. <ClInclude Include="..\..\examples\CommonInterfaces\Common2dCanvasInterface.h" />
  536. <ClInclude Include="..\..\examples\CommonInterfaces\CommonCallbacks.h" />
  537. <ClInclude Include="..\..\examples\CommonInterfaces\CommonCameraInterface.h" />
  538. <ClInclude Include="..\..\examples\CommonInterfaces\CommonExampleInterface.h" />
  539. <ClInclude Include="..\..\examples\CommonInterfaces\CommonGUIHelperInterface.h" />
  540. <ClInclude Include="..\..\examples\CommonInterfaces\CommonGraphicsAppInterface.h" />
  541. <ClInclude Include="..\..\examples\CommonInterfaces\CommonMultiBodyBase.h" />
  542. <ClInclude Include="..\..\examples\CommonInterfaces\CommonParameterInterface.h" />
  543. <ClInclude Include="..\..\examples\CommonInterfaces\CommonRenderInterface.h" />
  544. <ClInclude Include="..\..\examples\CommonInterfaces\CommonRigidBodyBase.h" />
  545. <ClInclude Include="..\..\examples\CommonInterfaces\CommonWindowInterface.h" />
  546. <ClInclude Include="..\..\examples\Constraints\ConstraintDemo.h" />
  547. <ClInclude Include="..\..\examples\Constraints\ConstraintPhysicsSetup.h" />
  548. <ClInclude Include="..\..\examples\Constraints\Dof6Spring2Setup.h" />
  549. <ClInclude Include="..\..\examples\Constraints\TestHingeTorque.h" />
  550. <ClInclude Include="..\..\examples\DynamicControlDemo\MotorDemo.h" />
  551. <ClInclude Include="..\..\examples\Evolution\NN3DWalkers.h" />
  552. <ClInclude Include="..\..\examples\ExtendedTutorials\Bridge.h" />
  553. <ClInclude Include="..\..\examples\ExtendedTutorials\Chain.h" />
  554. <ClInclude Include="..\..\examples\ExtendedTutorials\InclinedPlane.h" />
  555. <ClInclude Include="..\..\examples\ExtendedTutorials\MultiPendulum.h" />
  556. <ClInclude Include="..\..\examples\ExtendedTutorials\MultipleBoxes.h" />
  557. <ClInclude Include="..\..\examples\ExtendedTutorials\NewtonsCradle.h" />
  558. <ClInclude Include="..\..\examples\ExtendedTutorials\NewtonsRopeCradle.h" />
  559. <ClInclude Include="..\..\examples\ExtendedTutorials\RigidBodyFromObj.h" />
  560. <ClInclude Include="..\..\examples\ExtendedTutorials\SimpleBox.h" />
  561. <ClInclude Include="..\..\examples\ExtendedTutorials\SimpleCloth.h" />
  562. <ClInclude Include="..\..\examples\ExtendedTutorials\SimpleJoint.h" />
  563. <ClInclude Include="..\..\examples\ForkLift\ForkLiftDemo.h" />
  564. <ClInclude Include="..\..\examples\FractureDemo\FractureDemo.h" />
  565. <ClInclude Include="..\..\examples\FractureDemo\btFractureBody.h" />
  566. <ClInclude Include="..\..\examples\FractureDemo\btFractureDynamicsWorld.h" />
  567. <ClInclude Include="..\..\examples\GyroscopicDemo\GyroscopicSetup.h" />
  568. <ClInclude Include="..\..\examples\Importers\ImportBsp\BspConverter.h" />
  569. <ClInclude Include="..\..\examples\Importers\ImportBsp\BspLoader.h" />
  570. <ClInclude Include="..\..\examples\Importers\ImportBsp\ImportBspExample.h" />
  571. <ClInclude Include="..\..\examples\Importers\ImportBullet\SerializeSetup.h" />
  572. <ClInclude Include="..\..\examples\Importers\ImportColladaDemo\ColladaGraphicsInstance.h" />
  573. <ClInclude Include="..\..\examples\Importers\ImportColladaDemo\ImportColladaSetup.h" />
  574. <ClInclude Include="..\..\examples\Importers\ImportColladaDemo\LoadMeshFromCollada.h" />
  575. <ClInclude Include="..\..\examples\Importers\ImportColladaDemo\btMatrix4x4.h" />
  576. <ClInclude Include="..\..\examples\Importers\ImportMJCFDemo\BulletMJCFImporter.h" />
  577. <ClInclude Include="..\..\examples\Importers\ImportMJCFDemo\ImportMJCFSetup.h" />
  578. <ClInclude Include="..\..\examples\Importers\ImportMeshUtility\b3ImportMeshUtility.h" />
  579. <ClInclude Include="..\..\examples\Importers\ImportObjDemo\ImportObjExample.h" />
  580. <ClInclude Include="..\..\examples\Importers\ImportObjDemo\LoadMeshFromObj.h" />
  581. <ClInclude Include="..\..\examples\Importers\ImportObjDemo\Wavefront2GLInstanceGraphicsShape.h" />
  582. <ClInclude Include="..\..\examples\Importers\ImportSDFDemo\ImportSDFSetup.h" />
  583. <ClInclude Include="..\..\examples\Importers\ImportSTLDemo\ImportSTLSetup.h" />
  584. <ClInclude Include="..\..\examples\Importers\ImportSTLDemo\LoadMeshFromSTL.h" />
  585. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\BulletUrdfImporter.h" />
  586. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\ConvertRigidBodies2MultiBody.h" />
  587. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\ImportURDFSetup.h" />
  588. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\LinkVisualShapesConverter.h" />
  589. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\MultiBodyCreationInterface.h" />
  590. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\MyMultiBodyCreator.h" />
  591. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\SDFAudioTypes.h" />
  592. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\URDF2Bullet.h" />
  593. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\URDFImporterInterface.h" />
  594. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\URDFJointTypes.h" />
  595. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\UrdfParser.h" />
  596. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\urdfLexicalCast.h" />
  597. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\urdfStringSplit.h" />
  598. <ClInclude Include="..\..\examples\Importers\ImportURDFDemo\urdf_samples.h" />
  599. <ClInclude Include="..\..\examples\InverseDynamics\InverseDynamicsExample.h" />
  600. <ClInclude Include="..\..\examples\InverseKinematics\InverseKinematicsExample.h" />
  601. <ClInclude Include="..\..\examples\MultiThreadedDemo\CommonRigidBodyMTBase.h" />
  602. <ClInclude Include="..\..\examples\MultiThreadedDemo\MultiThreadedDemo.h" />
  603. <ClInclude Include="..\..\examples\OpenCL\CommonOpenCL\CommonOpenCLBase.h" />
  604. <ClInclude Include="..\..\examples\OpenCL\CommonOpenCL\GpuDemoInternalData.h" />
  605. <ClInclude Include="..\..\examples\OpenCL\broadphase\PairBench.h" />
  606. <ClInclude Include="..\..\examples\OpenCL\broadphase\pairsKernel.h" />
  607. <ClInclude Include="..\..\examples\Planar2D\Planar2D.h" />
  608. <ClInclude Include="..\..\examples\Raycast\RaytestDemo.h" />
  609. <ClInclude Include="..\..\examples\RenderingExamples\CoordinateSystemDemo.h" />
  610. <ClInclude Include="..\..\examples\RenderingExamples\DynamicTexturedCubeDemo.h" />
  611. <ClInclude Include="..\..\examples\RenderingExamples\RaytracerSetup.h" />
  612. <ClInclude Include="..\..\examples\RenderingExamples\RenderInstancingDemo.h" />
  613. <ClInclude Include="..\..\examples\RenderingExamples\TimeSeriesCanvas.h" />
  614. <ClInclude Include="..\..\examples\RenderingExamples\TimeSeriesExample.h" />
  615. <ClInclude Include="..\..\examples\RenderingExamples\TimeSeriesFontData.h" />
  616. <ClInclude Include="..\..\examples\RenderingExamples\TinyRendererSetup.h" />
  617. <ClInclude Include="..\..\examples\RenderingExamples\TinyVRGui.h" />
  618. <ClInclude Include="..\..\examples\RobotSimulator\b3RobotSimulatorClientAPI.h" />
  619. <ClInclude Include="..\..\examples\RoboticsLearning\GripperGraspExample.h" />
  620. <ClInclude Include="..\..\examples\RoboticsLearning\KukaGraspExample.h" />
  621. <ClInclude Include="..\..\examples\RoboticsLearning\R2D2GraspExample.h" />
  622. <ClInclude Include="..\..\examples\RollingFrictionDemo\RollingFrictionDemo.h" />
  623. <ClInclude Include="..\..\examples\SharedMemory\IKTrajectoryHelper.h" />
  624. <ClInclude Include="..\..\examples\SharedMemory\PhysicsClientC_API.h" />
  625. <ClInclude Include="..\..\examples\SharedMemory\PhysicsClientSharedMemory2.h" />
  626. <ClInclude Include="..\..\examples\SharedMemory\PhysicsClientSharedMemory2_C_API.h" />
  627. <ClInclude Include="..\..\examples\SharedMemory\PhysicsClientSharedMemory_C_API.h" />
  628. <ClInclude Include="..\..\examples\SharedMemory\PhysicsDirect.h" />
  629. <ClInclude Include="..\..\examples\SharedMemory\PhysicsDirectC_API.h" />
  630. <ClInclude Include="..\..\examples\SharedMemory\PhysicsLoopBack.h" />
  631. <ClInclude Include="..\..\examples\SharedMemory\PhysicsLoopBackC_API.h" />
  632. <ClInclude Include="..\..\examples\SharedMemory\PhysicsServerCommandProcessor.h" />
  633. <ClInclude Include="..\..\examples\SharedMemory\SharedMemoryCommandProcessor.h" />
  634. <ClInclude Include="..\..\examples\SharedMemory\SharedMemoryCommands.h" />
  635. <ClInclude Include="..\..\examples\SharedMemory\SharedMemoryPublic.h" />
  636. <ClInclude Include="..\..\examples\SharedMemory\TinyRendererVisualShapeConverter.h" />
  637. <ClInclude Include="..\..\examples\SoftDemo\BunnyMesh.h" />
  638. <ClInclude Include="..\..\examples\SoftDemo\SoftDemo.h" />
  639. <ClInclude Include="..\..\examples\SoftDemo\TorusMesh.h" />
  640. <ClInclude Include="..\..\examples\ThirdPartyLibs\BussIK\Jacobian.h" />
  641. <ClInclude Include="..\..\examples\ThirdPartyLibs\BussIK\LinearR2.h" />
  642. <ClInclude Include="..\..\examples\ThirdPartyLibs\BussIK\LinearR3.h" />
  643. <ClInclude Include="..\..\examples\ThirdPartyLibs\BussIK\LinearR4.h" />
  644. <ClInclude Include="..\..\examples\ThirdPartyLibs\BussIK\MathMisc.h" />
  645. <ClInclude Include="..\..\examples\ThirdPartyLibs\BussIK\MatrixRmn.h" />
  646. <ClInclude Include="..\..\examples\ThirdPartyLibs\BussIK\Node.h" />
  647. <ClInclude Include="..\..\examples\ThirdPartyLibs\BussIK\Spherical.h" />
  648. <ClInclude Include="..\..\examples\ThirdPartyLibs\BussIK\Tree.h" />
  649. <ClInclude Include="..\..\examples\ThirdPartyLibs\BussIK\VectorRn.h" />
  650. <ClInclude Include="..\..\examples\ThirdPartyLibs\Wavefront\tiny_obj_loader.h" />
  651. <ClInclude Include="..\..\examples\ThirdPartyLibs\stb_image\stb_image.h" />
  652. <ClInclude Include="..\..\examples\ThirdPartyLibs\stb_image\stb_image_write.h" />
  653. <ClInclude Include="..\..\examples\ThirdPartyLibs\stb_image\stb_truetype.h" />
  654. <ClInclude Include="..\..\examples\ThirdPartyLibs\tinyxml\tinystr.h" />
  655. <ClInclude Include="..\..\examples\ThirdPartyLibs\tinyxml\tinyxml.h" />
  656. <ClInclude Include="..\..\examples\Tutorial\Dof6ConstraintTutorial.h" />
  657. <ClInclude Include="..\..\examples\Tutorial\Tutorial.h" />
  658. <ClInclude Include="..\..\examples\Utils\RobotLoggingUtil.h" />
  659. <ClInclude Include="..\..\examples\Vehicles\Hinge2Vehicle.h" />
  660. <ClInclude Include="..\..\examples\VoronoiFracture\VoronoiFractureDemo.h" />
  661. <ClInclude Include="..\..\examples\VoronoiFracture\btConvexConvexMprAlgorithm.h" />
  662. <ClInclude Include="..\..\src\clew\clew.h" />
  663. </ItemGroup>
  664. <ItemGroup>
  665. <ClCompile Include="..\..\Extras\Serialize\BulletFileLoader\bChunk.cpp" />
  666. <ClCompile Include="..\..\Extras\Serialize\BulletFileLoader\bDNA.cpp" />
  667. <ClCompile Include="..\..\Extras\Serialize\BulletFileLoader\bFile.cpp" />
  668. <ClCompile Include="..\..\Extras\Serialize\BulletFileLoader\btBulletFile.cpp" />
  669. <ClCompile Include="..\..\Extras\Serialize\BulletWorldImporter\btBulletWorldImporter.cpp" />
  670. <ClCompile Include="..\..\Extras\Serialize\BulletWorldImporter\btWorldImporter.cpp" />
  671. <ClCompile Include="..\..\examples\BasicDemo\BasicExample.cpp" />
  672. <ClCompile Include="..\..\examples\Benchmarks\BenchmarkDemo.cpp" />
  673. <ClCompile Include="..\..\examples\Collision\CollisionSdkC_Api.cpp" />
  674. <ClCompile Include="..\..\examples\Collision\CollisionTutorialBullet2.cpp" />
  675. <ClCompile Include="..\..\examples\Collision\Internal\Bullet2CollisionSdk.cpp" />
  676. <ClCompile Include="..\..\examples\Collision\Internal\RealTimeBullet3CollisionSdk.cpp" />
  677. <ClCompile Include="..\..\examples\Constraints\ConstraintDemo.cpp" />
  678. <ClCompile Include="..\..\examples\Constraints\ConstraintPhysicsSetup.cpp" />
  679. <ClCompile Include="..\..\examples\Constraints\Dof6Spring2Setup.cpp" />
  680. <ClCompile Include="..\..\examples\Constraints\TestHingeTorque.cpp" />
  681. <ClCompile Include="..\..\examples\DynamicControlDemo\MotorDemo.cpp" />
  682. <ClCompile Include="..\..\examples\Evolution\NN3DWalkers.cpp" />
  683. <ClCompile Include="..\..\examples\ExampleBrowser\ExampleEntries.cpp" />
  684. <ClCompile Include="..\..\examples\ExampleBrowser\main.cpp" />
  685. <ClCompile Include="..\..\examples\ExtendedTutorials\Bridge.cpp" />
  686. <ClCompile Include="..\..\examples\ExtendedTutorials\Chain.cpp" />
  687. <ClCompile Include="..\..\examples\ExtendedTutorials\InclinedPlane.cpp" />
  688. <ClCompile Include="..\..\examples\ExtendedTutorials\MultiPendulum.cpp" />
  689. <ClCompile Include="..\..\examples\ExtendedTutorials\MultipleBoxes.cpp" />
  690. <ClCompile Include="..\..\examples\ExtendedTutorials\NewtonsCradle.cpp" />
  691. <ClCompile Include="..\..\examples\ExtendedTutorials\NewtonsRopeCradle.cpp" />
  692. <ClCompile Include="..\..\examples\ExtendedTutorials\RigidBodyFromObj.cpp" />
  693. <ClCompile Include="..\..\examples\ExtendedTutorials\SimpleBox.cpp" />
  694. <ClCompile Include="..\..\examples\ExtendedTutorials\SimpleCloth.cpp" />
  695. <ClCompile Include="..\..\examples\ExtendedTutorials\SimpleJoint.cpp" />
  696. <ClCompile Include="..\..\examples\ForkLift\ForkLiftDemo.cpp" />
  697. <ClCompile Include="..\..\examples\FractureDemo\FractureDemo.cpp" />
  698. <ClCompile Include="..\..\examples\FractureDemo\btFractureBody.cpp" />
  699. <ClCompile Include="..\..\examples\FractureDemo\btFractureDynamicsWorld.cpp" />
  700. <ClCompile Include="..\..\examples\GyroscopicDemo\GyroscopicSetup.cpp" />
  701. <ClCompile Include="..\..\examples\Importers\ImportBsp\BspConverter.cpp" />
  702. <ClCompile Include="..\..\examples\Importers\ImportBsp\BspLoader.cpp" />
  703. <ClCompile Include="..\..\examples\Importers\ImportBsp\ImportBspExample.cpp" />
  704. <ClCompile Include="..\..\examples\Importers\ImportBullet\SerializeSetup.cpp" />
  705. <ClCompile Include="..\..\examples\Importers\ImportColladaDemo\ImportColladaSetup.cpp" />
  706. <ClCompile Include="..\..\examples\Importers\ImportColladaDemo\LoadMeshFromCollada.cpp" />
  707. <ClCompile Include="..\..\examples\Importers\ImportMJCFDemo\BulletMJCFImporter.cpp" />
  708. <ClCompile Include="..\..\examples\Importers\ImportMJCFDemo\ImportMJCFSetup.cpp" />
  709. <ClCompile Include="..\..\examples\Importers\ImportMeshUtility\b3ImportMeshUtility.cpp" />
  710. <ClCompile Include="..\..\examples\Importers\ImportObjDemo\ImportObjExample.cpp" />
  711. <ClCompile Include="..\..\examples\Importers\ImportObjDemo\LoadMeshFromObj.cpp" />
  712. <ClCompile Include="..\..\examples\Importers\ImportObjDemo\Wavefront2GLInstanceGraphicsShape.cpp" />
  713. <ClCompile Include="..\..\examples\Importers\ImportSDFDemo\ImportSDFSetup.cpp" />
  714. <ClCompile Include="..\..\examples\Importers\ImportSTLDemo\ImportSTLSetup.cpp" />
  715. <ClCompile Include="..\..\examples\Importers\ImportURDFDemo\BulletUrdfImporter.cpp" />
  716. <ClCompile Include="..\..\examples\Importers\ImportURDFDemo\ImportURDFSetup.cpp" />
  717. <ClCompile Include="..\..\examples\Importers\ImportURDFDemo\MyMultiBodyCreator.cpp" />
  718. <ClCompile Include="..\..\examples\Importers\ImportURDFDemo\URDF2Bullet.cpp" />
  719. <ClCompile Include="..\..\examples\Importers\ImportURDFDemo\UrdfParser.cpp" />
  720. <ClCompile Include="..\..\examples\Importers\ImportURDFDemo\urdfStringSplit.cpp" />
  721. <ClCompile Include="..\..\examples\InverseDynamics\InverseDynamicsExample.cpp" />
  722. <ClCompile Include="..\..\examples\InverseKinematics\InverseKinematicsExample.cpp" />
  723. <ClCompile Include="..\..\examples\MultiBody\InvertedPendulumPDControl.cpp" />
  724. <ClCompile Include="..\..\examples\MultiBody\MultiBodyConstraintFeedback.cpp" />
  725. <ClCompile Include="..\..\examples\MultiBody\MultiBodySoftContact.cpp" />
  726. <ClCompile Include="..\..\examples\MultiBody\MultiDofDemo.cpp" />
  727. <ClCompile Include="..\..\examples\MultiBody\Pendulum.cpp" />
  728. <ClCompile Include="..\..\examples\MultiBody\TestJointTorqueSetup.cpp" />
  729. <ClCompile Include="..\..\examples\MultiThreadedDemo\CommonRigidBodyMTBase.cpp" />
  730. <ClCompile Include="..\..\examples\MultiThreadedDemo\MultiThreadedDemo.cpp" />
  731. <ClCompile Include="..\..\examples\MultiThreading\MultiThreadingExample.cpp" />
  732. <ClCompile Include="..\..\examples\MultiThreading\b3PosixThreadSupport.cpp" />
  733. <ClCompile Include="..\..\examples\MultiThreading\b3ThreadSupportInterface.cpp" />
  734. <ClCompile Include="..\..\examples\MultiThreading\b3Win32ThreadSupport.cpp" />
  735. <ClCompile Include="..\..\examples\OpenCL\broadphase\PairBench.cpp" />
  736. <ClCompile Include="..\..\examples\OpenCL\rigidbody\GpuConvexScene.cpp" />
  737. <ClCompile Include="..\..\examples\OpenCL\rigidbody\GpuRigidBodyDemo.cpp" />
  738. <ClCompile Include="..\..\examples\Planar2D\Planar2D.cpp" />
  739. <ClCompile Include="..\..\examples\Raycast\RaytestDemo.cpp" />
  740. <ClCompile Include="..\..\examples\RenderingExamples\CoordinateSystemDemo.cpp" />
  741. <ClCompile Include="..\..\examples\RenderingExamples\DynamicTexturedCubeDemo.cpp" />
  742. <ClCompile Include="..\..\examples\RenderingExamples\RaytracerSetup.cpp" />
  743. <ClCompile Include="..\..\examples\RenderingExamples\RenderInstancingDemo.cpp" />
  744. <ClCompile Include="..\..\examples\RenderingExamples\TimeSeriesCanvas.cpp" />
  745. <ClCompile Include="..\..\examples\RenderingExamples\TimeSeriesExample.cpp" />
  746. <ClCompile Include="..\..\examples\RenderingExamples\TimeSeriesFontData.cpp" />
  747. <ClCompile Include="..\..\examples\RenderingExamples\TinyRendererSetup.cpp" />
  748. <ClCompile Include="..\..\examples\RenderingExamples\TinyVRGui.cpp" />
  749. <ClCompile Include="..\..\examples\RigidBody\RigidBodySoftContact.cpp" />
  750. <ClCompile Include="..\..\examples\RobotSimulator\b3RobotSimulatorClientAPI.cpp" />
  751. <ClCompile Include="..\..\examples\RoboticsLearning\GripperGraspExample.cpp" />
  752. <ClCompile Include="..\..\examples\RoboticsLearning\KukaGraspExample.cpp" />
  753. <ClCompile Include="..\..\examples\RoboticsLearning\R2D2GraspExample.cpp" />
  754. <ClCompile Include="..\..\examples\RollingFrictionDemo\RollingFrictionDemo.cpp" />
  755. <ClCompile Include="..\..\examples\SharedMemory\IKTrajectoryHelper.cpp" />
  756. <ClCompile Include="..\..\examples\SharedMemory\InProcessMemory.cpp" />
  757. <ClCompile Include="..\..\examples\SharedMemory\PhysicsClient.cpp" />
  758. <ClCompile Include="..\..\examples\SharedMemory\PhysicsClientC_API.cpp" />
  759. <ClCompile Include="..\..\examples\SharedMemory\PhysicsClientExample.cpp" />
  760. <ClCompile Include="..\..\examples\SharedMemory\PhysicsClientSharedMemory.cpp" />
  761. <ClCompile Include="..\..\examples\SharedMemory\PhysicsClientSharedMemory2.cpp" />
  762. <ClCompile Include="..\..\examples\SharedMemory\PhysicsClientSharedMemory2_C_API.cpp" />
  763. <ClCompile Include="..\..\examples\SharedMemory\PhysicsClientSharedMemory_C_API.cpp" />
  764. <ClCompile Include="..\..\examples\SharedMemory\PhysicsDirect.cpp" />
  765. <ClCompile Include="..\..\examples\SharedMemory\PhysicsDirectC_API.cpp" />
  766. <ClCompile Include="..\..\examples\SharedMemory\PhysicsLoopBack.cpp" />
  767. <ClCompile Include="..\..\examples\SharedMemory\PhysicsLoopBackC_API.cpp" />
  768. <ClCompile Include="..\..\examples\SharedMemory\PhysicsServer.cpp" />
  769. <ClCompile Include="..\..\examples\SharedMemory\PhysicsServerCommandProcessor.cpp" />
  770. <ClCompile Include="..\..\examples\SharedMemory\PhysicsServerExample.cpp" />
  771. <ClCompile Include="..\..\examples\SharedMemory\PhysicsServerExampleBullet2.cpp" />
  772. <ClCompile Include="..\..\examples\SharedMemory\PhysicsServerSharedMemory.cpp" />
  773. <ClCompile Include="..\..\examples\SharedMemory\PosixSharedMemory.cpp" />
  774. <ClCompile Include="..\..\examples\SharedMemory\SharedMemoryCommandProcessor.cpp" />
  775. <ClCompile Include="..\..\examples\SharedMemory\SharedMemoryInProcessPhysicsC_API.cpp" />
  776. <ClCompile Include="..\..\examples\SharedMemory\TinyRendererVisualShapeConverter.cpp" />
  777. <ClCompile Include="..\..\examples\SharedMemory\Win32SharedMemory.cpp" />
  778. <ClCompile Include="..\..\examples\SharedMemory\b3PluginManager.cpp" />
  779. <ClCompile Include="..\..\examples\SoftDemo\SoftDemo.cpp" />
  780. <ClCompile Include="..\..\examples\ThirdPartyLibs\BussIK\Jacobian.cpp" />
  781. <ClCompile Include="..\..\examples\ThirdPartyLibs\BussIK\LinearR2.cpp" />
  782. <ClCompile Include="..\..\examples\ThirdPartyLibs\BussIK\LinearR3.cpp" />
  783. <ClCompile Include="..\..\examples\ThirdPartyLibs\BussIK\LinearR4.cpp" />
  784. <ClCompile Include="..\..\examples\ThirdPartyLibs\BussIK\MatrixRmn.cpp" />
  785. <ClCompile Include="..\..\examples\ThirdPartyLibs\BussIK\Misc.cpp" />
  786. <ClCompile Include="..\..\examples\ThirdPartyLibs\BussIK\Node.cpp" />
  787. <ClCompile Include="..\..\examples\ThirdPartyLibs\BussIK\Tree.cpp" />
  788. <ClCompile Include="..\..\examples\ThirdPartyLibs\BussIK\VectorRn.cpp" />
  789. <ClCompile Include="..\..\examples\ThirdPartyLibs\Glew\glew.c" />
  790. <ClCompile Include="..\..\examples\ThirdPartyLibs\Wavefront\tiny_obj_loader.cpp" />
  791. <ClCompile Include="..\..\examples\ThirdPartyLibs\stb_image\stb_image.cpp" />
  792. <ClCompile Include="..\..\examples\ThirdPartyLibs\tinyxml\tinystr.cpp" />
  793. <ClCompile Include="..\..\examples\ThirdPartyLibs\tinyxml\tinyxml.cpp" />
  794. <ClCompile Include="..\..\examples\ThirdPartyLibs\tinyxml\tinyxmlerror.cpp" />
  795. <ClCompile Include="..\..\examples\ThirdPartyLibs\tinyxml\tinyxmlparser.cpp" />
  796. <ClCompile Include="..\..\examples\TinyRenderer\TinyRenderer.cpp" />
  797. <ClCompile Include="..\..\examples\TinyRenderer\geometry.cpp" />
  798. <ClCompile Include="..\..\examples\TinyRenderer\model.cpp" />
  799. <ClCompile Include="..\..\examples\TinyRenderer\our_gl.cpp" />
  800. <ClCompile Include="..\..\examples\TinyRenderer\tgaimage.cpp" />
  801. <ClCompile Include="..\..\examples\Tutorial\Dof6ConstraintTutorial.cpp" />
  802. <ClCompile Include="..\..\examples\Tutorial\Tutorial.cpp" />
  803. <ClCompile Include="..\..\examples\Utils\RobotLoggingUtil.cpp" />
  804. <ClCompile Include="..\..\examples\Vehicles\Hinge2Vehicle.cpp" />
  805. <ClCompile Include="..\..\examples\VoronoiFracture\VoronoiFractureDemo.cpp" />
  806. <ClCompile Include="..\..\examples\VoronoiFracture\btConvexConvexMprAlgorithm.cpp" />
  807. <ClCompile Include="..\..\src\clew\clew.c" />
  808. </ItemGroup>
  809. <ItemGroup>
  810. <None Include="..\..\Extras\Serialize\BulletFileLoader\CMakeLists.txt" />
  811. <None Include="..\..\Extras\Serialize\BulletFileLoader\premake4.lua" />
  812. <None Include="..\..\Extras\Serialize\BulletWorldImporter\CMakeLists.txt" />
  813. <None Include="..\..\Extras\Serialize\BulletWorldImporter\premake4.lua" />
  814. <None Include="..\..\examples\ExtendedTutorials\premake4.lua" />
  815. <None Include="..\..\examples\OpenCL\broadphase\pairsKernel.cl" />
  816. <None Include="..\..\examples\SoftDemo\bunny.inl" />
  817. <None Include="..\..\examples\SoftDemo\cube.inl" />
  818. <None Include="..\..\examples\ThirdPartyLibs\BussIK\CMakeLists.txt" />
  819. <None Include="..\..\examples\ThirdPartyLibs\BussIK\premake4.lua" />
  820. </ItemGroup>
  821. <ItemGroup>
  822. <ProjectReference Include="BulletExampleBrowserLib.vcxproj">
  823. <Project>{F4C199CC-60F9-E163-6903-4687D5B9085D}</Project>
  824. </ProjectReference>
  825. <ProjectReference Include="gwen.vcxproj">
  826. <Project>{3692977C-22C9-980D-CBB5-7E10B7CB140F}</Project>
  827. </ProjectReference>
  828. <ProjectReference Include="OpenGL_Window.vcxproj">
  829. <Project>{61F86B85-CDB8-E7BB-96F3-303902732C98}</Project>
  830. </ProjectReference>
  831. <ProjectReference Include="BulletSoftBody.vcxproj">
  832. <Project>{D73DDAD3-C30B-CED9-AC9F-3E00980CAA3E}</Project>
  833. </ProjectReference>
  834. <ProjectReference Include="BulletInverseDynamicsUtils.vcxproj">
  835. <Project>{3234F748-1E44-A319-87FD-0738732C92B2}</Project>
  836. </ProjectReference>
  837. <ProjectReference Include="BulletInverseDynamics.vcxproj">
  838. <Project>{C1A79F57-2D14-5B52-F607-F3AF62337DBA}</Project>
  839. </ProjectReference>
  840. <ProjectReference Include="BulletDynamics.vcxproj">
  841. <Project>{45122E0F-31E0-2115-1A74-923B06E1FD79}</Project>
  842. </ProjectReference>
  843. <ProjectReference Include="BulletCollision.vcxproj">
  844. <Project>{B91153C5-259D-C089-2EAE-437E9AB81C8A}</Project>
  845. </ProjectReference>
  846. <ProjectReference Include="LinearMath.vcxproj">
  847. <Project>{EAF25DFD-D6AA-9F4A-3FB2-78A62B893A3B}</Project>
  848. </ProjectReference>
  849. <ProjectReference Include="BussIK.vcxproj">
  850. <Project>{B6B359AA-A255-8480-8B10-98D477510BD1}</Project>
  851. </ProjectReference>
  852. <ProjectReference Include="Bullet3OpenCL_clew.vcxproj">
  853. <Project>{0B05B441-F7E8-7497-6049-6FEA4C4C5F19}</Project>
  854. </ProjectReference>
  855. <ProjectReference Include="Bullet3Dynamics.vcxproj">
  856. <Project>{189748BB-8422-B67F-8D33-3974F93D1280}</Project>
  857. </ProjectReference>
  858. <ProjectReference Include="Bullet3Collision.vcxproj">
  859. <Project>{EC30BEF4-D829-DD46-015C-C2CBEDB3BC52}</Project>
  860. </ProjectReference>
  861. <ProjectReference Include="Bullet3Geometry.vcxproj">
  862. <Project>{0C73AB7F-78FE-1844-810F-9C38ED197544}</Project>
  863. </ProjectReference>
  864. <ProjectReference Include="Bullet3Common.vcxproj">
  865. <Project>{A9326E37-15F3-E96D-DE2D-33EB4AAD2E4A}</Project>
  866. </ProjectReference>
  867. </ItemGroup>
  868. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  869. <ImportGroup Label="ExtensionTargets">
  870. </ImportGroup>
  871. </Project>