physics.vcproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="physics"
  6. ProjectGUID="{39CDF8C8-016D-423E-94BA-7DD798CF0E15}"
  7. RootNamespace="physics"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="../include;../../../src;../../../src/modules;"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PHYSICS_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. AdditionalDependencies="lua5.1.lib"
  65. OutputFile="$(OutDir)\love\$(ProjectName).dll"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories="..\lib"
  68. GenerateDebugInformation="true"
  69. SubSystem="2"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="2"
  99. CharacterSet="1"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="2"
  120. EnableIntrinsicFunctions="true"
  121. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PHYSICS_EXPORTS"
  122. RuntimeLibrary="2"
  123. EnableFunctionLevelLinking="true"
  124. UsePrecompiledHeader="0"
  125. WarningLevel="3"
  126. DebugInformationFormat="3"
  127. />
  128. <Tool
  129. Name="VCManagedResourceCompilerTool"
  130. />
  131. <Tool
  132. Name="VCResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCPreLinkEventTool"
  136. />
  137. <Tool
  138. Name="VCLinkerTool"
  139. LinkIncremental="1"
  140. GenerateDebugInformation="true"
  141. SubSystem="2"
  142. OptimizeReferences="2"
  143. EnableCOMDATFolding="2"
  144. TargetMachine="1"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCManifestTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCAppVerifierTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. </Configurations>
  169. <References>
  170. </References>
  171. <Files>
  172. <Filter
  173. Name="box2d"
  174. >
  175. <File
  176. RelativePath="..\..\..\src\modules\physics\box2d\Body.cpp"
  177. >
  178. <FileConfiguration
  179. Name="Debug|Win32"
  180. >
  181. <Tool
  182. Name="VCCLCompilerTool"
  183. ObjectFile="$(IntDir)\physics\box2d\"
  184. />
  185. </FileConfiguration>
  186. <FileConfiguration
  187. Name="Release|Win32"
  188. >
  189. <Tool
  190. Name="VCCLCompilerTool"
  191. ObjectFile="$(IntDir)\physics\box2d\"
  192. />
  193. </FileConfiguration>
  194. </File>
  195. <File
  196. RelativePath="..\..\..\src\modules\physics\box2d\Body.h"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\..\..\src\modules\physics\box2d\CircleShape.cpp"
  201. >
  202. <FileConfiguration
  203. Name="Debug|Win32"
  204. >
  205. <Tool
  206. Name="VCCLCompilerTool"
  207. ObjectFile="$(IntDir)\physics\box2d\"
  208. />
  209. </FileConfiguration>
  210. <FileConfiguration
  211. Name="Release|Win32"
  212. >
  213. <Tool
  214. Name="VCCLCompilerTool"
  215. ObjectFile="$(IntDir)\physics\box2d\"
  216. />
  217. </FileConfiguration>
  218. </File>
  219. <File
  220. RelativePath="..\..\..\src\modules\physics\box2d\CircleShape.h"
  221. >
  222. </File>
  223. <File
  224. RelativePath="..\..\..\src\modules\physics\box2d\Contact.cpp"
  225. >
  226. <FileConfiguration
  227. Name="Debug|Win32"
  228. >
  229. <Tool
  230. Name="VCCLCompilerTool"
  231. ObjectFile="$(IntDir)\physics\box2d\"
  232. />
  233. </FileConfiguration>
  234. <FileConfiguration
  235. Name="Release|Win32"
  236. >
  237. <Tool
  238. Name="VCCLCompilerTool"
  239. ObjectFile="$(IntDir)\physics\box2d\"
  240. />
  241. </FileConfiguration>
  242. </File>
  243. <File
  244. RelativePath="..\..\..\src\modules\physics\box2d\Contact.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\..\..\src\modules\physics\box2d\DistanceJoint.cpp"
  249. >
  250. <FileConfiguration
  251. Name="Debug|Win32"
  252. >
  253. <Tool
  254. Name="VCCLCompilerTool"
  255. ObjectFile="$(IntDir)\physics\box2d\"
  256. />
  257. </FileConfiguration>
  258. <FileConfiguration
  259. Name="Release|Win32"
  260. >
  261. <Tool
  262. Name="VCCLCompilerTool"
  263. ObjectFile="$(IntDir)\physics\box2d\"
  264. />
  265. </FileConfiguration>
  266. </File>
  267. <File
  268. RelativePath="..\..\..\src\modules\physics\box2d\DistanceJoint.h"
  269. >
  270. </File>
  271. <File
  272. RelativePath="..\..\..\src\modules\physics\box2d\GearJoint.cpp"
  273. >
  274. <FileConfiguration
  275. Name="Debug|Win32"
  276. >
  277. <Tool
  278. Name="VCCLCompilerTool"
  279. ObjectFile="$(IntDir)\physics\box2d\"
  280. />
  281. </FileConfiguration>
  282. <FileConfiguration
  283. Name="Release|Win32"
  284. >
  285. <Tool
  286. Name="VCCLCompilerTool"
  287. ObjectFile="$(IntDir)\physics\box2d\"
  288. />
  289. </FileConfiguration>
  290. </File>
  291. <File
  292. RelativePath="..\..\..\src\modules\physics\box2d\GearJoint.h"
  293. >
  294. </File>
  295. <File
  296. RelativePath="..\..\..\src\modules\physics\box2d\Joint.cpp"
  297. >
  298. <FileConfiguration
  299. Name="Debug|Win32"
  300. >
  301. <Tool
  302. Name="VCCLCompilerTool"
  303. ObjectFile="$(IntDir)\physics\box2d\"
  304. />
  305. </FileConfiguration>
  306. <FileConfiguration
  307. Name="Release|Win32"
  308. >
  309. <Tool
  310. Name="VCCLCompilerTool"
  311. ObjectFile="$(IntDir)\physics\box2d\"
  312. />
  313. </FileConfiguration>
  314. </File>
  315. <File
  316. RelativePath="..\..\..\src\modules\physics\box2d\Joint.h"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\..\..\src\modules\physics\box2d\MouseJoint.cpp"
  321. >
  322. <FileConfiguration
  323. Name="Debug|Win32"
  324. >
  325. <Tool
  326. Name="VCCLCompilerTool"
  327. ObjectFile="$(IntDir)\physics\box2d\"
  328. />
  329. </FileConfiguration>
  330. <FileConfiguration
  331. Name="Release|Win32"
  332. >
  333. <Tool
  334. Name="VCCLCompilerTool"
  335. ObjectFile="$(IntDir)\physics\box2d\"
  336. />
  337. </FileConfiguration>
  338. </File>
  339. <File
  340. RelativePath="..\..\..\src\modules\physics\box2d\MouseJoint.h"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\..\..\src\modules\physics\box2d\Physics.cpp"
  345. >
  346. <FileConfiguration
  347. Name="Debug|Win32"
  348. >
  349. <Tool
  350. Name="VCCLCompilerTool"
  351. ObjectFile="$(IntDir)\physics\box2d\"
  352. />
  353. </FileConfiguration>
  354. <FileConfiguration
  355. Name="Release|Win32"
  356. >
  357. <Tool
  358. Name="VCCLCompilerTool"
  359. ObjectFile="$(IntDir)\physics\box2d\"
  360. />
  361. </FileConfiguration>
  362. </File>
  363. <File
  364. RelativePath="..\..\..\src\modules\physics\box2d\Physics.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\..\..\src\modules\physics\box2d\PolygonShape.cpp"
  369. >
  370. <FileConfiguration
  371. Name="Debug|Win32"
  372. >
  373. <Tool
  374. Name="VCCLCompilerTool"
  375. ObjectFile="$(IntDir)\physics\box2d\"
  376. />
  377. </FileConfiguration>
  378. <FileConfiguration
  379. Name="Release|Win32"
  380. >
  381. <Tool
  382. Name="VCCLCompilerTool"
  383. ObjectFile="$(IntDir)\physics\box2d\"
  384. />
  385. </FileConfiguration>
  386. </File>
  387. <File
  388. RelativePath="..\..\..\src\modules\physics\box2d\PolygonShape.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\..\..\src\modules\physics\box2d\PrismaticJoint.cpp"
  393. >
  394. <FileConfiguration
  395. Name="Debug|Win32"
  396. >
  397. <Tool
  398. Name="VCCLCompilerTool"
  399. ObjectFile="$(IntDir)\physics\box2d\"
  400. />
  401. </FileConfiguration>
  402. <FileConfiguration
  403. Name="Release|Win32"
  404. >
  405. <Tool
  406. Name="VCCLCompilerTool"
  407. ObjectFile="$(IntDir)\physics\box2d\"
  408. />
  409. </FileConfiguration>
  410. </File>
  411. <File
  412. RelativePath="..\..\..\src\modules\physics\box2d\PrismaticJoint.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\..\..\src\modules\physics\box2d\PulleyJoint.cpp"
  417. >
  418. <FileConfiguration
  419. Name="Debug|Win32"
  420. >
  421. <Tool
  422. Name="VCCLCompilerTool"
  423. ObjectFile="$(IntDir)\physics\box2d\"
  424. />
  425. </FileConfiguration>
  426. <FileConfiguration
  427. Name="Release|Win32"
  428. >
  429. <Tool
  430. Name="VCCLCompilerTool"
  431. ObjectFile="$(IntDir)\physics\box2d\"
  432. />
  433. </FileConfiguration>
  434. </File>
  435. <File
  436. RelativePath="..\..\..\src\modules\physics\box2d\PulleyJoint.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath="..\..\..\src\modules\physics\box2d\RevoluteJoint.cpp"
  441. >
  442. <FileConfiguration
  443. Name="Debug|Win32"
  444. >
  445. <Tool
  446. Name="VCCLCompilerTool"
  447. ObjectFile="$(IntDir)\physics\box2d\"
  448. />
  449. </FileConfiguration>
  450. <FileConfiguration
  451. Name="Release|Win32"
  452. >
  453. <Tool
  454. Name="VCCLCompilerTool"
  455. ObjectFile="$(IntDir)\physics\box2d\"
  456. />
  457. </FileConfiguration>
  458. </File>
  459. <File
  460. RelativePath="..\..\..\src\modules\physics\box2d\RevoluteJoint.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..\..\..\src\modules\physics\box2d\Shape.cpp"
  465. >
  466. <FileConfiguration
  467. Name="Debug|Win32"
  468. >
  469. <Tool
  470. Name="VCCLCompilerTool"
  471. ObjectFile="$(IntDir)\physics\box2d\"
  472. />
  473. </FileConfiguration>
  474. <FileConfiguration
  475. Name="Release|Win32"
  476. >
  477. <Tool
  478. Name="VCCLCompilerTool"
  479. ObjectFile="$(IntDir)\physics\box2d\"
  480. />
  481. </FileConfiguration>
  482. </File>
  483. <File
  484. RelativePath="..\..\..\src\modules\physics\box2d\Shape.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath="..\..\..\src\modules\physics\box2d\World.cpp"
  489. >
  490. <FileConfiguration
  491. Name="Debug|Win32"
  492. >
  493. <Tool
  494. Name="VCCLCompilerTool"
  495. ObjectFile="$(IntDir)\physics\box2d\"
  496. />
  497. </FileConfiguration>
  498. <FileConfiguration
  499. Name="Release|Win32"
  500. >
  501. <Tool
  502. Name="VCCLCompilerTool"
  503. ObjectFile="$(IntDir)\physics\box2d\"
  504. />
  505. </FileConfiguration>
  506. </File>
  507. <File
  508. RelativePath="..\..\..\src\modules\physics\box2d\World.h"
  509. >
  510. </File>
  511. <File
  512. RelativePath="..\..\..\src\modules\physics\box2d\wrap_Body.cpp"
  513. >
  514. <FileConfiguration
  515. Name="Debug|Win32"
  516. >
  517. <Tool
  518. Name="VCCLCompilerTool"
  519. ObjectFile="$(IntDir)\physics\box2d\"
  520. />
  521. </FileConfiguration>
  522. <FileConfiguration
  523. Name="Release|Win32"
  524. >
  525. <Tool
  526. Name="VCCLCompilerTool"
  527. ObjectFile="$(IntDir)\physics\box2d\"
  528. />
  529. </FileConfiguration>
  530. </File>
  531. <File
  532. RelativePath="..\..\..\src\modules\physics\box2d\wrap_Body.h"
  533. >
  534. </File>
  535. <File
  536. RelativePath="..\..\..\src\modules\physics\box2d\wrap_CircleShape.cpp"
  537. >
  538. <FileConfiguration
  539. Name="Debug|Win32"
  540. >
  541. <Tool
  542. Name="VCCLCompilerTool"
  543. ObjectFile="$(IntDir)\physics\box2d\"
  544. />
  545. </FileConfiguration>
  546. <FileConfiguration
  547. Name="Release|Win32"
  548. >
  549. <Tool
  550. Name="VCCLCompilerTool"
  551. ObjectFile="$(IntDir)\physics\box2d\"
  552. />
  553. </FileConfiguration>
  554. </File>
  555. <File
  556. RelativePath="..\..\..\src\modules\physics\box2d\wrap_CircleShape.h"
  557. >
  558. </File>
  559. <File
  560. RelativePath="..\..\..\src\modules\physics\box2d\wrap_Contact.cpp"
  561. >
  562. <FileConfiguration
  563. Name="Debug|Win32"
  564. >
  565. <Tool
  566. Name="VCCLCompilerTool"
  567. ObjectFile="$(IntDir)\physics\box2d\"
  568. />
  569. </FileConfiguration>
  570. <FileConfiguration
  571. Name="Release|Win32"
  572. >
  573. <Tool
  574. Name="VCCLCompilerTool"
  575. ObjectFile="$(IntDir)\physics\box2d\"
  576. />
  577. </FileConfiguration>
  578. </File>
  579. <File
  580. RelativePath="..\..\..\src\modules\physics\box2d\wrap_Contact.h"
  581. >
  582. </File>
  583. <File
  584. RelativePath="..\..\..\src\modules\physics\box2d\wrap_DistanceJoint.cpp"
  585. >
  586. <FileConfiguration
  587. Name="Debug|Win32"
  588. >
  589. <Tool
  590. Name="VCCLCompilerTool"
  591. ObjectFile="$(IntDir)\physics\box2d\"
  592. />
  593. </FileConfiguration>
  594. <FileConfiguration
  595. Name="Release|Win32"
  596. >
  597. <Tool
  598. Name="VCCLCompilerTool"
  599. ObjectFile="$(IntDir)\physics\box2d\"
  600. />
  601. </FileConfiguration>
  602. </File>
  603. <File
  604. RelativePath="..\..\..\src\modules\physics\box2d\wrap_DistanceJoint.h"
  605. >
  606. </File>
  607. <File
  608. RelativePath="..\..\..\src\modules\physics\box2d\wrap_GearJoint.cpp"
  609. >
  610. <FileConfiguration
  611. Name="Debug|Win32"
  612. >
  613. <Tool
  614. Name="VCCLCompilerTool"
  615. ObjectFile="$(IntDir)\physics\box2d\"
  616. />
  617. </FileConfiguration>
  618. <FileConfiguration
  619. Name="Release|Win32"
  620. >
  621. <Tool
  622. Name="VCCLCompilerTool"
  623. ObjectFile="$(IntDir)\physics\box2d\"
  624. />
  625. </FileConfiguration>
  626. </File>
  627. <File
  628. RelativePath="..\..\..\src\modules\physics\box2d\wrap_GearJoint.h"
  629. >
  630. </File>
  631. <File
  632. RelativePath="..\..\..\src\modules\physics\box2d\wrap_Joint.cpp"
  633. >
  634. <FileConfiguration
  635. Name="Debug|Win32"
  636. >
  637. <Tool
  638. Name="VCCLCompilerTool"
  639. ObjectFile="$(IntDir)\physics\box2d\"
  640. />
  641. </FileConfiguration>
  642. <FileConfiguration
  643. Name="Release|Win32"
  644. >
  645. <Tool
  646. Name="VCCLCompilerTool"
  647. ObjectFile="$(IntDir)\physics\box2d\"
  648. />
  649. </FileConfiguration>
  650. </File>
  651. <File
  652. RelativePath="..\..\..\src\modules\physics\box2d\wrap_Joint.h"
  653. >
  654. </File>
  655. <File
  656. RelativePath="..\..\..\src\modules\physics\box2d\wrap_MouseJoint.cpp"
  657. >
  658. <FileConfiguration
  659. Name="Debug|Win32"
  660. >
  661. <Tool
  662. Name="VCCLCompilerTool"
  663. ObjectFile="$(IntDir)\physics\box2d\"
  664. />
  665. </FileConfiguration>
  666. <FileConfiguration
  667. Name="Release|Win32"
  668. >
  669. <Tool
  670. Name="VCCLCompilerTool"
  671. ObjectFile="$(IntDir)\physics\box2d\"
  672. />
  673. </FileConfiguration>
  674. </File>
  675. <File
  676. RelativePath="..\..\..\src\modules\physics\box2d\wrap_MouseJoint.h"
  677. >
  678. </File>
  679. <File
  680. RelativePath="..\..\..\src\modules\physics\box2d\wrap_Physics.cpp"
  681. >
  682. <FileConfiguration
  683. Name="Debug|Win32"
  684. >
  685. <Tool
  686. Name="VCCLCompilerTool"
  687. ObjectFile="$(IntDir)\physics\box2d\"
  688. />
  689. </FileConfiguration>
  690. <FileConfiguration
  691. Name="Release|Win32"
  692. >
  693. <Tool
  694. Name="VCCLCompilerTool"
  695. ObjectFile="$(IntDir)\physics\box2d\"
  696. />
  697. </FileConfiguration>
  698. </File>
  699. <File
  700. RelativePath="..\..\..\src\modules\physics\box2d\wrap_Physics.h"
  701. >
  702. </File>
  703. <File
  704. RelativePath="..\..\..\src\modules\physics\box2d\wrap_PolygonShape.cpp"
  705. >
  706. <FileConfiguration
  707. Name="Debug|Win32"
  708. >
  709. <Tool
  710. Name="VCCLCompilerTool"
  711. ObjectFile="$(IntDir)\physics\box2d\"
  712. />
  713. </FileConfiguration>
  714. <FileConfiguration
  715. Name="Release|Win32"
  716. >
  717. <Tool
  718. Name="VCCLCompilerTool"
  719. ObjectFile="$(IntDir)\physics\box2d\"
  720. />
  721. </FileConfiguration>
  722. </File>
  723. <File
  724. RelativePath="..\..\..\src\modules\physics\box2d\wrap_PolygonShape.h"
  725. >
  726. </File>
  727. <File
  728. RelativePath="..\..\..\src\modules\physics\box2d\wrap_PrismaticJoint.cpp"
  729. >
  730. <FileConfiguration
  731. Name="Debug|Win32"
  732. >
  733. <Tool
  734. Name="VCCLCompilerTool"
  735. ObjectFile="$(IntDir)\physics\box2d\"
  736. />
  737. </FileConfiguration>
  738. <FileConfiguration
  739. Name="Release|Win32"
  740. >
  741. <Tool
  742. Name="VCCLCompilerTool"
  743. ObjectFile="$(IntDir)\physics\box2d\"
  744. />
  745. </FileConfiguration>
  746. </File>
  747. <File
  748. RelativePath="..\..\..\src\modules\physics\box2d\wrap_PrismaticJoint.h"
  749. >
  750. </File>
  751. <File
  752. RelativePath="..\..\..\src\modules\physics\box2d\wrap_PulleyJoint.cpp"
  753. >
  754. <FileConfiguration
  755. Name="Debug|Win32"
  756. >
  757. <Tool
  758. Name="VCCLCompilerTool"
  759. ObjectFile="$(IntDir)\physics\box2d\"
  760. />
  761. </FileConfiguration>
  762. <FileConfiguration
  763. Name="Release|Win32"
  764. >
  765. <Tool
  766. Name="VCCLCompilerTool"
  767. ObjectFile="$(IntDir)\physics\box2d\"
  768. />
  769. </FileConfiguration>
  770. </File>
  771. <File
  772. RelativePath="..\..\..\src\modules\physics\box2d\wrap_PulleyJoint.h"
  773. >
  774. </File>
  775. <File
  776. RelativePath="..\..\..\src\modules\physics\box2d\wrap_RevoluteJoint.cpp"
  777. >
  778. <FileConfiguration
  779. Name="Debug|Win32"
  780. >
  781. <Tool
  782. Name="VCCLCompilerTool"
  783. ObjectFile="$(IntDir)\physics\box2d\"
  784. />
  785. </FileConfiguration>
  786. <FileConfiguration
  787. Name="Release|Win32"
  788. >
  789. <Tool
  790. Name="VCCLCompilerTool"
  791. ObjectFile="$(IntDir)\physics\box2d\"
  792. />
  793. </FileConfiguration>
  794. </File>
  795. <File
  796. RelativePath="..\..\..\src\modules\physics\box2d\wrap_RevoluteJoint.h"
  797. >
  798. </File>
  799. <File
  800. RelativePath="..\..\..\src\modules\physics\box2d\wrap_Shape.cpp"
  801. >
  802. <FileConfiguration
  803. Name="Debug|Win32"
  804. >
  805. <Tool
  806. Name="VCCLCompilerTool"
  807. ObjectFile="$(IntDir)\physics\box2d\"
  808. />
  809. </FileConfiguration>
  810. <FileConfiguration
  811. Name="Release|Win32"
  812. >
  813. <Tool
  814. Name="VCCLCompilerTool"
  815. ObjectFile="$(IntDir)\physics\box2d\"
  816. />
  817. </FileConfiguration>
  818. </File>
  819. <File
  820. RelativePath="..\..\..\src\modules\physics\box2d\wrap_Shape.h"
  821. >
  822. </File>
  823. <File
  824. RelativePath="..\..\..\src\modules\physics\box2d\wrap_World.cpp"
  825. >
  826. <FileConfiguration
  827. Name="Debug|Win32"
  828. >
  829. <Tool
  830. Name="VCCLCompilerTool"
  831. ObjectFile="$(IntDir)\physics\box2d\"
  832. />
  833. </FileConfiguration>
  834. <FileConfiguration
  835. Name="Release|Win32"
  836. >
  837. <Tool
  838. Name="VCCLCompilerTool"
  839. ObjectFile="$(IntDir)\physics\box2d\"
  840. />
  841. </FileConfiguration>
  842. </File>
  843. <File
  844. RelativePath="..\..\..\src\modules\physics\box2d\wrap_World.h"
  845. >
  846. </File>
  847. <Filter
  848. Name="lib"
  849. >
  850. <File
  851. RelativePath="..\..\..\src\modules\physics\box2d\Source\Common\b2BlockAllocator.cpp"
  852. >
  853. <FileConfiguration
  854. Name="Debug|Win32"
  855. >
  856. <Tool
  857. Name="VCCLCompilerTool"
  858. ObjectFile="$(IntDir)\physics\box2d\lib\"
  859. />
  860. </FileConfiguration>
  861. </File>
  862. <File
  863. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\b2Body.cpp"
  864. >
  865. <FileConfiguration
  866. Name="Debug|Win32"
  867. >
  868. <Tool
  869. Name="VCCLCompilerTool"
  870. ObjectFile="$(IntDir)\physics\box2d\lib\"
  871. />
  872. </FileConfiguration>
  873. </File>
  874. <File
  875. RelativePath="..\..\..\src\modules\physics\box2d\Source\Collision\b2BroadPhase.cpp"
  876. >
  877. <FileConfiguration
  878. Name="Debug|Win32"
  879. >
  880. <Tool
  881. Name="VCCLCompilerTool"
  882. ObjectFile="$(IntDir)\physics\box2d\lib\"
  883. />
  884. </FileConfiguration>
  885. </File>
  886. <File
  887. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Contacts\b2CircleContact.cpp"
  888. >
  889. <FileConfiguration
  890. Name="Debug|Win32"
  891. >
  892. <Tool
  893. Name="VCCLCompilerTool"
  894. ObjectFile="$(IntDir)\physics\box2d\lib\"
  895. />
  896. </FileConfiguration>
  897. </File>
  898. <File
  899. RelativePath="..\..\..\src\modules\physics\box2d\Source\Collision\Shapes\b2CircleShape.cpp"
  900. >
  901. <FileConfiguration
  902. Name="Debug|Win32"
  903. >
  904. <Tool
  905. Name="VCCLCompilerTool"
  906. ObjectFile="$(IntDir)\physics\box2d\lib\"
  907. />
  908. </FileConfiguration>
  909. </File>
  910. <File
  911. RelativePath="..\..\..\src\modules\physics\box2d\Source\Collision\b2CollideCircle.cpp"
  912. >
  913. <FileConfiguration
  914. Name="Debug|Win32"
  915. >
  916. <Tool
  917. Name="VCCLCompilerTool"
  918. ObjectFile="$(IntDir)\physics\box2d\lib\"
  919. />
  920. </FileConfiguration>
  921. </File>
  922. <File
  923. RelativePath="..\..\..\src\modules\physics\box2d\Source\Collision\b2CollidePoly.cpp"
  924. >
  925. <FileConfiguration
  926. Name="Debug|Win32"
  927. >
  928. <Tool
  929. Name="VCCLCompilerTool"
  930. ObjectFile="$(IntDir)\physics\box2d\lib\"
  931. />
  932. </FileConfiguration>
  933. </File>
  934. <File
  935. RelativePath="..\..\..\src\modules\physics\box2d\Source\Collision\b2Collision.cpp"
  936. >
  937. <FileConfiguration
  938. Name="Debug|Win32"
  939. >
  940. <Tool
  941. Name="VCCLCompilerTool"
  942. ObjectFile="$(IntDir)\physics\box2d\lib\"
  943. />
  944. </FileConfiguration>
  945. </File>
  946. <File
  947. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Contacts\b2Contact.cpp"
  948. >
  949. <FileConfiguration
  950. Name="Debug|Win32"
  951. >
  952. <Tool
  953. Name="VCCLCompilerTool"
  954. ObjectFile="$(IntDir)\physics\box2d\lib\"
  955. />
  956. </FileConfiguration>
  957. </File>
  958. <File
  959. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\b2ContactManager.cpp"
  960. >
  961. <FileConfiguration
  962. Name="Debug|Win32"
  963. >
  964. <Tool
  965. Name="VCCLCompilerTool"
  966. ObjectFile="$(IntDir)\physics\box2d\lib\"
  967. />
  968. </FileConfiguration>
  969. </File>
  970. <File
  971. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Contacts\b2ContactSolver.cpp"
  972. >
  973. <FileConfiguration
  974. Name="Debug|Win32"
  975. >
  976. <Tool
  977. Name="VCCLCompilerTool"
  978. ObjectFile="$(IntDir)\physics\box2d\lib\"
  979. />
  980. </FileConfiguration>
  981. </File>
  982. <File
  983. RelativePath="..\..\..\src\modules\physics\box2d\Source\Collision\b2Distance.cpp"
  984. >
  985. <FileConfiguration
  986. Name="Debug|Win32"
  987. >
  988. <Tool
  989. Name="VCCLCompilerTool"
  990. ObjectFile="$(IntDir)\physics\box2d\lib\"
  991. />
  992. </FileConfiguration>
  993. </File>
  994. <File
  995. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Joints\b2DistanceJoint.cpp"
  996. >
  997. <FileConfiguration
  998. Name="Debug|Win32"
  999. >
  1000. <Tool
  1001. Name="VCCLCompilerTool"
  1002. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1003. />
  1004. </FileConfiguration>
  1005. </File>
  1006. <File
  1007. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Joints\b2GearJoint.cpp"
  1008. >
  1009. <FileConfiguration
  1010. Name="Debug|Win32"
  1011. >
  1012. <Tool
  1013. Name="VCCLCompilerTool"
  1014. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1015. />
  1016. </FileConfiguration>
  1017. </File>
  1018. <File
  1019. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\b2Island.cpp"
  1020. >
  1021. <FileConfiguration
  1022. Name="Debug|Win32"
  1023. >
  1024. <Tool
  1025. Name="VCCLCompilerTool"
  1026. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1027. />
  1028. </FileConfiguration>
  1029. </File>
  1030. <File
  1031. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Joints\b2Joint.cpp"
  1032. >
  1033. <FileConfiguration
  1034. Name="Debug|Win32"
  1035. >
  1036. <Tool
  1037. Name="VCCLCompilerTool"
  1038. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1039. />
  1040. </FileConfiguration>
  1041. </File>
  1042. <File
  1043. RelativePath="..\..\..\src\modules\physics\box2d\Source\Common\b2Math.cpp"
  1044. >
  1045. <FileConfiguration
  1046. Name="Debug|Win32"
  1047. >
  1048. <Tool
  1049. Name="VCCLCompilerTool"
  1050. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1051. />
  1052. </FileConfiguration>
  1053. </File>
  1054. <File
  1055. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Joints\b2MouseJoint.cpp"
  1056. >
  1057. <FileConfiguration
  1058. Name="Debug|Win32"
  1059. >
  1060. <Tool
  1061. Name="VCCLCompilerTool"
  1062. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1063. />
  1064. </FileConfiguration>
  1065. </File>
  1066. <File
  1067. RelativePath="..\..\..\src\modules\physics\box2d\Source\Collision\b2PairManager.cpp"
  1068. >
  1069. <FileConfiguration
  1070. Name="Debug|Win32"
  1071. >
  1072. <Tool
  1073. Name="VCCLCompilerTool"
  1074. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1075. />
  1076. </FileConfiguration>
  1077. </File>
  1078. <File
  1079. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Contacts\b2PolyAndCircleContact.cpp"
  1080. >
  1081. <FileConfiguration
  1082. Name="Debug|Win32"
  1083. >
  1084. <Tool
  1085. Name="VCCLCompilerTool"
  1086. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1087. />
  1088. </FileConfiguration>
  1089. </File>
  1090. <File
  1091. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Contacts\b2PolyContact.cpp"
  1092. >
  1093. <FileConfiguration
  1094. Name="Debug|Win32"
  1095. >
  1096. <Tool
  1097. Name="VCCLCompilerTool"
  1098. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1099. />
  1100. </FileConfiguration>
  1101. </File>
  1102. <File
  1103. RelativePath="..\..\..\src\modules\physics\box2d\Source\Collision\Shapes\b2PolygonShape.cpp"
  1104. >
  1105. <FileConfiguration
  1106. Name="Debug|Win32"
  1107. >
  1108. <Tool
  1109. Name="VCCLCompilerTool"
  1110. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1111. />
  1112. </FileConfiguration>
  1113. </File>
  1114. <File
  1115. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Joints\b2PrismaticJoint.cpp"
  1116. >
  1117. <FileConfiguration
  1118. Name="Debug|Win32"
  1119. >
  1120. <Tool
  1121. Name="VCCLCompilerTool"
  1122. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1123. />
  1124. </FileConfiguration>
  1125. </File>
  1126. <File
  1127. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Joints\b2PulleyJoint.cpp"
  1128. >
  1129. <FileConfiguration
  1130. Name="Debug|Win32"
  1131. >
  1132. <Tool
  1133. Name="VCCLCompilerTool"
  1134. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1135. />
  1136. </FileConfiguration>
  1137. </File>
  1138. <File
  1139. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\Joints\b2RevoluteJoint.cpp"
  1140. >
  1141. <FileConfiguration
  1142. Name="Debug|Win32"
  1143. >
  1144. <Tool
  1145. Name="VCCLCompilerTool"
  1146. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1147. />
  1148. </FileConfiguration>
  1149. </File>
  1150. <File
  1151. RelativePath="..\..\..\src\modules\physics\box2d\Source\Common\b2Settings.cpp"
  1152. >
  1153. <FileConfiguration
  1154. Name="Debug|Win32"
  1155. >
  1156. <Tool
  1157. Name="VCCLCompilerTool"
  1158. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1159. />
  1160. </FileConfiguration>
  1161. </File>
  1162. <File
  1163. RelativePath="..\..\..\src\modules\physics\box2d\Source\Collision\Shapes\b2Shape.cpp"
  1164. >
  1165. <FileConfiguration
  1166. Name="Debug|Win32"
  1167. >
  1168. <Tool
  1169. Name="VCCLCompilerTool"
  1170. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1171. />
  1172. </FileConfiguration>
  1173. </File>
  1174. <File
  1175. RelativePath="..\..\..\src\modules\physics\box2d\Source\Common\b2StackAllocator.cpp"
  1176. >
  1177. <FileConfiguration
  1178. Name="Debug|Win32"
  1179. >
  1180. <Tool
  1181. Name="VCCLCompilerTool"
  1182. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1183. />
  1184. </FileConfiguration>
  1185. </File>
  1186. <File
  1187. RelativePath="..\..\..\src\modules\physics\box2d\Source\Collision\b2TimeOfImpact.cpp"
  1188. >
  1189. <FileConfiguration
  1190. Name="Debug|Win32"
  1191. >
  1192. <Tool
  1193. Name="VCCLCompilerTool"
  1194. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1195. />
  1196. </FileConfiguration>
  1197. </File>
  1198. <File
  1199. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\b2World.cpp"
  1200. >
  1201. <FileConfiguration
  1202. Name="Debug|Win32"
  1203. >
  1204. <Tool
  1205. Name="VCCLCompilerTool"
  1206. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1207. />
  1208. </FileConfiguration>
  1209. </File>
  1210. <File
  1211. RelativePath="..\..\..\src\modules\physics\box2d\Source\Dynamics\b2WorldCallbacks.cpp"
  1212. >
  1213. <FileConfiguration
  1214. Name="Debug|Win32"
  1215. >
  1216. <Tool
  1217. Name="VCCLCompilerTool"
  1218. ObjectFile="$(IntDir)\physics\box2d\lib\"
  1219. />
  1220. </FileConfiguration>
  1221. </File>
  1222. </Filter>
  1223. <Filter
  1224. Name="graham"
  1225. >
  1226. <File
  1227. RelativePath="..\..\..\src\modules\physics\box2d\graham\GrahamScanConvexHull.cpp"
  1228. >
  1229. <FileConfiguration
  1230. Name="Debug|Win32"
  1231. >
  1232. <Tool
  1233. Name="VCCLCompilerTool"
  1234. ObjectFile="$(IntDir)\physics\box2d\graham\"
  1235. />
  1236. </FileConfiguration>
  1237. </File>
  1238. <File
  1239. RelativePath="..\..\..\src\modules\physics\box2d\graham\GrahamScanConvexHull.h"
  1240. >
  1241. </File>
  1242. </Filter>
  1243. </Filter>
  1244. <File
  1245. RelativePath="..\..\..\src\modules\physics\Joint.cpp"
  1246. >
  1247. </File>
  1248. <File
  1249. RelativePath="..\..\..\src\modules\physics\Joint.h"
  1250. >
  1251. </File>
  1252. <File
  1253. RelativePath="..\..\..\src\modules\physics\Shape.cpp"
  1254. >
  1255. </File>
  1256. <File
  1257. RelativePath="..\..\..\src\modules\physics\Shape.h"
  1258. >
  1259. </File>
  1260. </Files>
  1261. <Globals>
  1262. </Globals>
  1263. </VisualStudioProject>