Particles.vcproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="Particles"
  6. ProjectGUID="{D9EA73CF-2949-43C2-907B-FAEC190B3CEF}"
  7. SccProjectName="\Workspace\CaptainBlood\Programming\DRIVE_V3\"
  8. SccLocalPath=".."
  9. SccProvider="MSSCCI:Alienbrain"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="Xbox 360"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Release|Win32"
  24. OutputDirectory=".\temp\Release"
  25. IntermediateDirectory=".\temp\Release"
  26. ConfigurationType="2"
  27. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  28. UseOfMFC="0"
  29. ATLMinimizesCRunTimeLibraryUsage="false"
  30. CharacterSet="2"
  31. WholeProgramOptimization="1"
  32. >
  33. <Tool
  34. Name="VCPreBuildEventTool"
  35. />
  36. <Tool
  37. Name="VCCustomBuildTool"
  38. />
  39. <Tool
  40. Name="VCXMLDataGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCWebServiceProxyGeneratorTool"
  44. />
  45. <Tool
  46. Name="VCMIDLTool"
  47. PreprocessorDefinitions="NDEBUG"
  48. MkTypLibCompatible="true"
  49. SuppressStartupBanner="true"
  50. TargetEnvironment="1"
  51. TypeLibraryName=".\Release/Particles.tlb"
  52. HeaderFileName=""
  53. />
  54. <Tool
  55. Name="VCCLCompilerTool"
  56. Optimization="3"
  57. InlineFunctionExpansion="2"
  58. EnableIntrinsicFunctions="true"
  59. FavorSizeOrSpeed="1"
  60. PreprocessorDefinitions="ENABLE_PARTICLE_THREADS;WIN32;NDEBUG;_WINDOWS;_USRDLL;PARTICLES_EXPORTS;USE_XML_FILE_FORMAT_;"
  61. StringPooling="true"
  62. RuntimeLibrary="0"
  63. EnableFunctionLevelLinking="true"
  64. ForceConformanceInForLoopScope="false"
  65. UsePrecompiledHeader="0"
  66. PrecompiledHeaderFile=".\temp\Release/Particles.pch"
  67. AssemblerListingLocation=".\temp\Release/"
  68. ObjectFile=".\temp\Release/"
  69. ProgramDataBaseFileName=".\temp\Release/"
  70. WarningLevel="3"
  71. SuppressStartupBanner="true"
  72. DebugInformationFormat="3"
  73. CallingConvention="0"
  74. />
  75. <Tool
  76. Name="VCManagedResourceCompilerTool"
  77. />
  78. <Tool
  79. Name="VCResourceCompilerTool"
  80. PreprocessorDefinitions="NDEBUG"
  81. Culture="1049"
  82. />
  83. <Tool
  84. Name="VCPreLinkEventTool"
  85. />
  86. <Tool
  87. Name="VCLinkerTool"
  88. ShowProgress="0"
  89. OutputFile="..\ENGINE\modules\Particles.dll"
  90. LinkIncremental="2"
  91. SuppressStartupBanner="true"
  92. GenerateDebugInformation="true"
  93. ProgramDatabaseFile="..\engine\modules\debugInfo\$(ProjectName).pdb"
  94. ProfileGuidedDatabase=""
  95. ImportLibrary="$(ProjectDir)$(ConfigurationName)\$(ProjectName).lib"
  96. TargetMachine="1"
  97. />
  98. <Tool
  99. Name="VCALinkTool"
  100. />
  101. <Tool
  102. Name="VCManifestTool"
  103. />
  104. <Tool
  105. Name="VCXDCMakeTool"
  106. />
  107. <Tool
  108. Name="VCBscMakeTool"
  109. />
  110. <Tool
  111. Name="VCFxCopTool"
  112. />
  113. <Tool
  114. Name="VCAppVerifierTool"
  115. />
  116. <Tool
  117. Name="VCWebDeploymentTool"
  118. />
  119. <Tool
  120. Name="VCPostBuildEventTool"
  121. />
  122. </Configuration>
  123. <Configuration
  124. Name="Release|Xbox 360"
  125. OutputDirectory="$(ConfigurationName)\$(PlatformName)"
  126. IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
  127. ConfigurationType="1"
  128. UseOfMFC="-1"
  129. UseOfATL="0"
  130. >
  131. <Tool
  132. Name="VCPreBuildEventTool"
  133. />
  134. <Tool
  135. Name="VCCustomBuildTool"
  136. />
  137. <Tool
  138. Name="VCXMLDataGeneratorTool"
  139. />
  140. <Tool
  141. Name="VCWebServiceProxyGeneratorTool"
  142. />
  143. <Tool
  144. Name="VCMIDLTool"
  145. />
  146. <Tool
  147. Name="VCCLX360CompilerTool"
  148. Optimization="2"
  149. InlineFunctionExpansion="2"
  150. EnableIntrinsicFunctions="true"
  151. FavorSizeOrSpeed="1"
  152. PreprocessorDefinitions="ENABLE_PARTICLE_THREADS;_XBOX;_USRDLL"
  153. ForceConformanceInForLoopScope="false"
  154. DebugInformationFormat="3"
  155. RegisterReservation="true"
  156. />
  157. <Tool
  158. Name="VCManagedResourceCompilerTool"
  159. />
  160. <Tool
  161. Name="VCResourceCompilerTool"
  162. />
  163. <Tool
  164. Name="VCPreLinkEventTool"
  165. />
  166. <Tool
  167. Name="VCX360LinkerTool"
  168. AdditionalOptions="/dll /entry:&quot;_DllMainCRTStartup&quot; /include:&quot;XboxKrnlBuildNumber&quot;"
  169. OutputFile="$(ConfigurationName)\$(PlatformName)\$(ProjectName).dll"
  170. LinkIncremental="1"
  171. GenerateDebugInformation="true"
  172. ProgramDatabaseFile="..\engine\modules\debugInfo360\$(ProjectName).pdb"
  173. ProfileGuidedDatabase=""
  174. ImportLibrary="$(ProjectDir)$(ConfigurationName)\$(ProjectName).lib"
  175. />
  176. <Tool
  177. Name="VCALinkTool"
  178. />
  179. <Tool
  180. Name="VCX360ImageTool"
  181. AdditionalOptions="/baseaddrfile:$(SolutionDir)xbox_memory_map.txt"
  182. OutputFileName="$(SolutionDir)Engine\Modules\Xbox360\$(ProjectName).xdl"
  183. ExportByName="true"
  184. />
  185. <Tool
  186. Name="VCBscMakeTool"
  187. />
  188. <Tool
  189. Name="VCX360DeploymentTool"
  190. RemoteRoot="devkit:\Captain Blood"
  191. DeploymentType="0"
  192. />
  193. <Tool
  194. Name="VCPostBuildEventTool"
  195. />
  196. <DebuggerTool
  197. />
  198. </Configuration>
  199. <Configuration
  200. Name="Debug|Win32"
  201. OutputDirectory=".\temp\Debug"
  202. IntermediateDirectory=".\temp\Debug"
  203. ConfigurationType="2"
  204. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  205. UseOfMFC="0"
  206. ATLMinimizesCRunTimeLibraryUsage="false"
  207. CharacterSet="2"
  208. >
  209. <Tool
  210. Name="VCPreBuildEventTool"
  211. />
  212. <Tool
  213. Name="VCCustomBuildTool"
  214. />
  215. <Tool
  216. Name="VCXMLDataGeneratorTool"
  217. />
  218. <Tool
  219. Name="VCWebServiceProxyGeneratorTool"
  220. />
  221. <Tool
  222. Name="VCMIDLTool"
  223. PreprocessorDefinitions="_DEBUG"
  224. MkTypLibCompatible="true"
  225. SuppressStartupBanner="true"
  226. TargetEnvironment="1"
  227. TypeLibraryName=".\Debug/Particles.tlb"
  228. HeaderFileName=""
  229. />
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. Optimization="0"
  233. PreprocessorDefinitions="ENABLE_PARTICLE_THREADS"
  234. BasicRuntimeChecks="3"
  235. RuntimeLibrary="1"
  236. ForceConformanceInForLoopScope="false"
  237. UsePrecompiledHeader="0"
  238. PrecompiledHeaderFile=".\temp\Debug/Particles.pch"
  239. AssemblerListingLocation=".\temp\Debug/"
  240. ObjectFile=".\temp\Debug/"
  241. ProgramDataBaseFileName=".\temp\Debug/"
  242. WarningLevel="3"
  243. SuppressStartupBanner="true"
  244. DebugInformationFormat="4"
  245. CallingConvention="0"
  246. />
  247. <Tool
  248. Name="VCManagedResourceCompilerTool"
  249. />
  250. <Tool
  251. Name="VCResourceCompilerTool"
  252. PreprocessorDefinitions="_DEBUG"
  253. Culture="1049"
  254. />
  255. <Tool
  256. Name="VCPreLinkEventTool"
  257. />
  258. <Tool
  259. Name="VCLinkerTool"
  260. OutputFile="..\ENGINE\modules\Particles.dll"
  261. LinkIncremental="2"
  262. SuppressStartupBanner="true"
  263. GenerateDebugInformation="true"
  264. ProgramDatabaseFile="..\engine\modules\debugInfo\$(ProjectName)_d.pdb"
  265. ProfileGuidedDatabase=""
  266. ImportLibrary="$(ProjectDir)$(ConfigurationName)\$(ProjectName).lib"
  267. TargetMachine="1"
  268. />
  269. <Tool
  270. Name="VCALinkTool"
  271. />
  272. <Tool
  273. Name="VCManifestTool"
  274. />
  275. <Tool
  276. Name="VCXDCMakeTool"
  277. />
  278. <Tool
  279. Name="VCBscMakeTool"
  280. />
  281. <Tool
  282. Name="VCFxCopTool"
  283. />
  284. <Tool
  285. Name="VCAppVerifierTool"
  286. />
  287. <Tool
  288. Name="VCWebDeploymentTool"
  289. />
  290. <Tool
  291. Name="VCPostBuildEventTool"
  292. />
  293. </Configuration>
  294. <Configuration
  295. Name="Debug|Xbox 360"
  296. OutputDirectory="$(ConfigurationName)\$(PlatformName)"
  297. IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
  298. ConfigurationType="1"
  299. UseOfMFC="-1"
  300. UseOfATL="0"
  301. >
  302. <Tool
  303. Name="VCPreBuildEventTool"
  304. />
  305. <Tool
  306. Name="VCCustomBuildTool"
  307. />
  308. <Tool
  309. Name="VCXMLDataGeneratorTool"
  310. />
  311. <Tool
  312. Name="VCWebServiceProxyGeneratorTool"
  313. />
  314. <Tool
  315. Name="VCMIDLTool"
  316. />
  317. <Tool
  318. Name="VCCLX360CompilerTool"
  319. Optimization="4"
  320. PreprocessorDefinitions="ENABLE_PARTICLE_THREADS;_DEBUG;_XBOX;_USRDLL"
  321. BasicRuntimeChecks="3"
  322. ForceConformanceInForLoopScope="false"
  323. DebugInformationFormat="4"
  324. RegisterReservation="true"
  325. />
  326. <Tool
  327. Name="VCManagedResourceCompilerTool"
  328. />
  329. <Tool
  330. Name="VCResourceCompilerTool"
  331. />
  332. <Tool
  333. Name="VCPreLinkEventTool"
  334. />
  335. <Tool
  336. Name="VCX360LinkerTool"
  337. AdditionalOptions="/dll /entry:&quot;_DllMainCRTStartup&quot; /include:&quot;XboxKrnlBuildNumber&quot;"
  338. OutputFile="$(ConfigurationName)\$(PlatformName)\$(ProjectName).dll"
  339. LinkIncremental="1"
  340. IgnoreDefaultLibraryNames="XAPILIB.lib"
  341. GenerateDebugInformation="true"
  342. ProgramDatabaseFile="..\engine\modules\debugInfo360\$(ProjectName)_d.pdb"
  343. ProfileGuidedDatabase=""
  344. ImportLibrary="$(ProjectDir)$(ConfigurationName)\$(ProjectName).lib"
  345. />
  346. <Tool
  347. Name="VCALinkTool"
  348. />
  349. <Tool
  350. Name="VCX360ImageTool"
  351. AdditionalOptions="/baseaddrfile:$(SolutionDir)xbox_memory_map.txt"
  352. OutputFileName="$(SolutionDir)Engine\Modules\Xbox360\$(ProjectName).xdl"
  353. ExportByName="true"
  354. />
  355. <Tool
  356. Name="VCBscMakeTool"
  357. />
  358. <Tool
  359. Name="VCX360DeploymentTool"
  360. RemoteRoot="devkit:\Captain Blood"
  361. DeploymentType="0"
  362. />
  363. <Tool
  364. Name="VCPostBuildEventTool"
  365. />
  366. <DebuggerTool
  367. />
  368. </Configuration>
  369. <Configuration
  370. Name="Xbox360 Release|Win32"
  371. IntermediateDirectory="$(ConfigurationName)"
  372. ConfigurationType="1"
  373. >
  374. <Tool
  375. Name="VCPreBuildEventTool"
  376. />
  377. <Tool
  378. Name="VCCustomBuildTool"
  379. />
  380. <Tool
  381. Name="VCXMLDataGeneratorTool"
  382. />
  383. <Tool
  384. Name="VCWebServiceProxyGeneratorTool"
  385. />
  386. <Tool
  387. Name="VCMIDLTool"
  388. />
  389. <Tool
  390. Name="VCCLCompilerTool"
  391. PreprocessorDefinitions="ENABLE_PARTICLE_THREADS;"
  392. />
  393. <Tool
  394. Name="VCManagedResourceCompilerTool"
  395. />
  396. <Tool
  397. Name="VCResourceCompilerTool"
  398. />
  399. <Tool
  400. Name="VCPreLinkEventTool"
  401. />
  402. <Tool
  403. Name="VCLinkerTool"
  404. />
  405. <Tool
  406. Name="VCALinkTool"
  407. />
  408. <Tool
  409. Name="VCManifestTool"
  410. />
  411. <Tool
  412. Name="VCXDCMakeTool"
  413. />
  414. <Tool
  415. Name="VCBscMakeTool"
  416. />
  417. <Tool
  418. Name="VCFxCopTool"
  419. />
  420. <Tool
  421. Name="VCAppVerifierTool"
  422. />
  423. <Tool
  424. Name="VCWebDeploymentTool"
  425. />
  426. <Tool
  427. Name="VCPostBuildEventTool"
  428. />
  429. </Configuration>
  430. <Configuration
  431. Name="Xbox360 Release|Xbox 360"
  432. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  433. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  434. ConfigurationType="1"
  435. UseOfMFC="-1"
  436. UseOfATL="0"
  437. >
  438. <Tool
  439. Name="VCPreBuildEventTool"
  440. />
  441. <Tool
  442. Name="VCCustomBuildTool"
  443. />
  444. <Tool
  445. Name="VCXMLDataGeneratorTool"
  446. />
  447. <Tool
  448. Name="VCWebServiceProxyGeneratorTool"
  449. />
  450. <Tool
  451. Name="VCMIDLTool"
  452. />
  453. <Tool
  454. Name="VCCLX360CompilerTool"
  455. PreprocessorDefinitions="ENABLE_PARTICLE_THREADS;"
  456. RegisterReservation="true"
  457. />
  458. <Tool
  459. Name="VCManagedResourceCompilerTool"
  460. />
  461. <Tool
  462. Name="VCResourceCompilerTool"
  463. />
  464. <Tool
  465. Name="VCPreLinkEventTool"
  466. />
  467. <Tool
  468. Name="VCX360LinkerTool"
  469. />
  470. <Tool
  471. Name="VCALinkTool"
  472. />
  473. <Tool
  474. Name="VCX360ImageTool"
  475. />
  476. <Tool
  477. Name="VCBscMakeTool"
  478. />
  479. <Tool
  480. Name="VCX360DeploymentTool"
  481. />
  482. <Tool
  483. Name="VCPostBuildEventTool"
  484. />
  485. <DebuggerTool
  486. />
  487. </Configuration>
  488. <Configuration
  489. Name="Pix profile|Win32"
  490. OutputDirectory="$(ConfigurationName)"
  491. IntermediateDirectory="$(ConfigurationName)"
  492. ConfigurationType="2"
  493. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  494. UseOfMFC="0"
  495. ATLMinimizesCRunTimeLibraryUsage="false"
  496. CharacterSet="2"
  497. WholeProgramOptimization="1"
  498. >
  499. <Tool
  500. Name="VCPreBuildEventTool"
  501. />
  502. <Tool
  503. Name="VCCustomBuildTool"
  504. />
  505. <Tool
  506. Name="VCXMLDataGeneratorTool"
  507. />
  508. <Tool
  509. Name="VCWebServiceProxyGeneratorTool"
  510. />
  511. <Tool
  512. Name="VCMIDLTool"
  513. PreprocessorDefinitions="NDEBUG"
  514. MkTypLibCompatible="true"
  515. SuppressStartupBanner="true"
  516. TargetEnvironment="1"
  517. TypeLibraryName=".\Release/Particles.tlb"
  518. HeaderFileName=""
  519. />
  520. <Tool
  521. Name="VCCLCompilerTool"
  522. Optimization="3"
  523. InlineFunctionExpansion="2"
  524. EnableIntrinsicFunctions="true"
  525. FavorSizeOrSpeed="1"
  526. PreprocessorDefinitions="ENABLE_PARTICLE_THREADS;WIN32;NDEBUG;_WINDOWS;_USRDLL;PARTICLES_EXPORTS;USE_XML_FILE_FORMAT_;"
  527. StringPooling="true"
  528. RuntimeLibrary="0"
  529. EnableFunctionLevelLinking="true"
  530. ForceConformanceInForLoopScope="false"
  531. UsePrecompiledHeader="0"
  532. PrecompiledHeaderFile=".\temp\Release/Particles.pch"
  533. AssemblerListingLocation=".\temp\Release/"
  534. ObjectFile=".\temp\Release/"
  535. ProgramDataBaseFileName=".\temp\Release/"
  536. WarningLevel="3"
  537. SuppressStartupBanner="true"
  538. DebugInformationFormat="3"
  539. CallingConvention="0"
  540. />
  541. <Tool
  542. Name="VCManagedResourceCompilerTool"
  543. />
  544. <Tool
  545. Name="VCResourceCompilerTool"
  546. PreprocessorDefinitions="NDEBUG"
  547. Culture="1049"
  548. />
  549. <Tool
  550. Name="VCPreLinkEventTool"
  551. />
  552. <Tool
  553. Name="VCLinkerTool"
  554. ShowProgress="0"
  555. OutputFile="..\ENGINE\modules\Particles.dll"
  556. LinkIncremental="2"
  557. SuppressStartupBanner="true"
  558. GenerateDebugInformation="true"
  559. ProgramDatabaseFile="..\engine\modules\debugInfo\$(ProjectName)_p.pdb"
  560. ProfileGuidedDatabase=""
  561. ImportLibrary="$(ProjectDir)$(ConfigurationName)\$(ProjectName).lib"
  562. TargetMachine="1"
  563. />
  564. <Tool
  565. Name="VCALinkTool"
  566. />
  567. <Tool
  568. Name="VCManifestTool"
  569. />
  570. <Tool
  571. Name="VCXDCMakeTool"
  572. />
  573. <Tool
  574. Name="VCBscMakeTool"
  575. />
  576. <Tool
  577. Name="VCFxCopTool"
  578. />
  579. <Tool
  580. Name="VCAppVerifierTool"
  581. />
  582. <Tool
  583. Name="VCWebDeploymentTool"
  584. />
  585. <Tool
  586. Name="VCPostBuildEventTool"
  587. />
  588. </Configuration>
  589. <Configuration
  590. Name="Pix profile|Xbox 360"
  591. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  592. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  593. ConfigurationType="1"
  594. UseOfMFC="-1"
  595. UseOfATL="0"
  596. >
  597. <Tool
  598. Name="VCPreBuildEventTool"
  599. />
  600. <Tool
  601. Name="VCCustomBuildTool"
  602. />
  603. <Tool
  604. Name="VCXMLDataGeneratorTool"
  605. />
  606. <Tool
  607. Name="VCWebServiceProxyGeneratorTool"
  608. />
  609. <Tool
  610. Name="VCMIDLTool"
  611. />
  612. <Tool
  613. Name="VCCLX360CompilerTool"
  614. Optimization="2"
  615. InlineFunctionExpansion="2"
  616. EnableIntrinsicFunctions="true"
  617. FavorSizeOrSpeed="1"
  618. PreprocessorDefinitions="ENABLE_PARTICLE_THREADS;_XBOX;_USRDLL;PROFILE"
  619. ForceConformanceInForLoopScope="false"
  620. DebugInformationFormat="3"
  621. RegisterReservation="true"
  622. />
  623. <Tool
  624. Name="VCManagedResourceCompilerTool"
  625. />
  626. <Tool
  627. Name="VCResourceCompilerTool"
  628. />
  629. <Tool
  630. Name="VCPreLinkEventTool"
  631. />
  632. <Tool
  633. Name="VCX360LinkerTool"
  634. AdditionalOptions="/dll /entry:&quot;_DllMainCRTStartup&quot; /include:&quot;XboxKrnlBuildNumber&quot;"
  635. OutputFile="$(ConfigurationName)\$(PlatformName)\$(ProjectName).dll"
  636. LinkIncremental="1"
  637. GenerateDebugInformation="true"
  638. ProgramDatabaseFile="..\engine\modules\debugInfo360\$(ProjectName)_p.pdb"
  639. ProfileGuidedDatabase=""
  640. ImportLibrary="$(ProjectDir)$(ConfigurationName)\$(ProjectName).lib"
  641. />
  642. <Tool
  643. Name="VCALinkTool"
  644. />
  645. <Tool
  646. Name="VCX360ImageTool"
  647. AdditionalOptions="/baseaddrfile:$(SolutionDir)xbox_memory_map.txt"
  648. OutputFileName="$(SolutionDir)Engine\Modules\Xbox360\$(ProjectName).xdl"
  649. ExportByName="true"
  650. />
  651. <Tool
  652. Name="VCBscMakeTool"
  653. />
  654. <Tool
  655. Name="VCX360DeploymentTool"
  656. RemoteRoot="devkit:\Captain Blood"
  657. DeploymentType="0"
  658. />
  659. <Tool
  660. Name="VCPostBuildEventTool"
  661. />
  662. <DebuggerTool
  663. />
  664. </Configuration>
  665. <Configuration
  666. Name="Final Release|Win32"
  667. OutputDirectory="$(ConfigurationName)"
  668. IntermediateDirectory="$(ConfigurationName)"
  669. ConfigurationType="2"
  670. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  671. UseOfMFC="0"
  672. ATLMinimizesCRunTimeLibraryUsage="false"
  673. CharacterSet="2"
  674. WholeProgramOptimization="1"
  675. >
  676. <Tool
  677. Name="VCPreBuildEventTool"
  678. />
  679. <Tool
  680. Name="VCCustomBuildTool"
  681. />
  682. <Tool
  683. Name="VCXMLDataGeneratorTool"
  684. />
  685. <Tool
  686. Name="VCWebServiceProxyGeneratorTool"
  687. />
  688. <Tool
  689. Name="VCMIDLTool"
  690. PreprocessorDefinitions="NDEBUG"
  691. MkTypLibCompatible="true"
  692. SuppressStartupBanner="true"
  693. TargetEnvironment="1"
  694. TypeLibraryName=".\Release/Particles.tlb"
  695. HeaderFileName=""
  696. />
  697. <Tool
  698. Name="VCCLCompilerTool"
  699. Optimization="3"
  700. InlineFunctionExpansion="2"
  701. EnableIntrinsicFunctions="true"
  702. FavorSizeOrSpeed="1"
  703. PreprocessorDefinitions="ENABLE_PARTICLE_THREADS;WIN32;NDEBUG;_WINDOWS;_USRDLL;PARTICLES_EXPORTS;USE_XML_FILE_FORMAT_;STOP_DEBUG"
  704. StringPooling="true"
  705. RuntimeLibrary="0"
  706. EnableFunctionLevelLinking="true"
  707. ForceConformanceInForLoopScope="false"
  708. UsePrecompiledHeader="0"
  709. PrecompiledHeaderFile=".\temp\Release/Particles.pch"
  710. AssemblerOutput="0"
  711. AssemblerListingLocation=".\temp\Release/"
  712. ObjectFile=".\temp\Release/"
  713. ProgramDataBaseFileName=".\temp\Release/"
  714. WarningLevel="3"
  715. SuppressStartupBanner="true"
  716. DebugInformationFormat="0"
  717. CallingConvention="0"
  718. />
  719. <Tool
  720. Name="VCManagedResourceCompilerTool"
  721. />
  722. <Tool
  723. Name="VCResourceCompilerTool"
  724. PreprocessorDefinitions="NDEBUG"
  725. Culture="1049"
  726. />
  727. <Tool
  728. Name="VCPreLinkEventTool"
  729. />
  730. <Tool
  731. Name="VCLinkerTool"
  732. ShowProgress="0"
  733. OutputFile="..\ENGINE\modules\Particles.dll"
  734. LinkIncremental="2"
  735. SuppressStartupBanner="true"
  736. GenerateDebugInformation="false"
  737. ProgramDatabaseFile="..\engine\modules\debugInfo\$(ProjectName).pdb"
  738. ProfileGuidedDatabase=""
  739. ImportLibrary="$(ProjectDir)$(ConfigurationName)\$(ProjectName).lib"
  740. TargetMachine="1"
  741. />
  742. <Tool
  743. Name="VCALinkTool"
  744. />
  745. <Tool
  746. Name="VCManifestTool"
  747. />
  748. <Tool
  749. Name="VCXDCMakeTool"
  750. />
  751. <Tool
  752. Name="VCBscMakeTool"
  753. />
  754. <Tool
  755. Name="VCFxCopTool"
  756. />
  757. <Tool
  758. Name="VCAppVerifierTool"
  759. />
  760. <Tool
  761. Name="VCWebDeploymentTool"
  762. />
  763. <Tool
  764. Name="VCPostBuildEventTool"
  765. />
  766. </Configuration>
  767. <Configuration
  768. Name="Final Release|Xbox 360"
  769. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  770. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  771. ConfigurationType="1"
  772. UseOfMFC="-1"
  773. UseOfATL="0"
  774. >
  775. <Tool
  776. Name="VCPreBuildEventTool"
  777. />
  778. <Tool
  779. Name="VCCustomBuildTool"
  780. />
  781. <Tool
  782. Name="VCXMLDataGeneratorTool"
  783. />
  784. <Tool
  785. Name="VCWebServiceProxyGeneratorTool"
  786. />
  787. <Tool
  788. Name="VCMIDLTool"
  789. />
  790. <Tool
  791. Name="VCCLX360CompilerTool"
  792. Optimization="2"
  793. InlineFunctionExpansion="2"
  794. EnableIntrinsicFunctions="true"
  795. FavorSizeOrSpeed="1"
  796. PreprocessorDefinitions="ENABLE_PARTICLE_THREADS;_XBOX;_USRDLL"
  797. ForceConformanceInForLoopScope="false"
  798. DebugInformationFormat="3"
  799. RegisterReservation="true"
  800. />
  801. <Tool
  802. Name="VCManagedResourceCompilerTool"
  803. />
  804. <Tool
  805. Name="VCResourceCompilerTool"
  806. />
  807. <Tool
  808. Name="VCPreLinkEventTool"
  809. />
  810. <Tool
  811. Name="VCX360LinkerTool"
  812. AdditionalOptions="/dll /entry:&quot;_DllMainCRTStartup&quot; /include:&quot;XboxKrnlBuildNumber&quot;"
  813. OutputFile="$(ConfigurationName)\$(PlatformName)\$(ProjectName).dll"
  814. LinkIncremental="1"
  815. GenerateDebugInformation="true"
  816. ProgramDatabaseFile="..\engine\modules\debugInfo360\$(ProjectName).pdb"
  817. ProfileGuidedDatabase=""
  818. ImportLibrary="$(ProjectDir)$(ConfigurationName)\$(ProjectName).lib"
  819. />
  820. <Tool
  821. Name="VCALinkTool"
  822. />
  823. <Tool
  824. Name="VCX360ImageTool"
  825. AdditionalOptions="/baseaddrfile:$(SolutionDir)xbox_memory_map.txt"
  826. OutputFileName="$(SolutionDir)Engine\Modules\Xbox360\$(ProjectName).xdl"
  827. ExportByName="true"
  828. />
  829. <Tool
  830. Name="VCBscMakeTool"
  831. />
  832. <Tool
  833. Name="VCX360DeploymentTool"
  834. RemoteRoot="devkit:\Captain Blood"
  835. DeploymentType="0"
  836. />
  837. <Tool
  838. Name="VCPostBuildEventTool"
  839. />
  840. <DebuggerTool
  841. />
  842. </Configuration>
  843. </Configurations>
  844. <References>
  845. </References>
  846. <Files>
  847. <Filter
  848. Name="System"
  849. >
  850. <File
  851. RelativePath=".\textfile.h"
  852. >
  853. </File>
  854. <Filter
  855. Name="Service"
  856. >
  857. <File
  858. RelativePath=".\Service\particleservice.cpp"
  859. >
  860. </File>
  861. <File
  862. RelativePath=".\Service\particleservice.h"
  863. >
  864. </File>
  865. </Filter>
  866. <Filter
  867. Name="System"
  868. >
  869. <Filter
  870. Name="DataSource"
  871. >
  872. <File
  873. RelativePath=".\System\DataSource\DataBool.cpp"
  874. >
  875. </File>
  876. <File
  877. RelativePath=".\System\DataSource\DataBool.h"
  878. >
  879. </File>
  880. <File
  881. RelativePath=".\System\DataSource\DataColor.cpp"
  882. >
  883. </File>
  884. <File
  885. RelativePath=".\System\DataSource\DataColor.h"
  886. >
  887. </File>
  888. <File
  889. RelativePath=".\System\DataSource\DataFloat.cpp"
  890. >
  891. </File>
  892. <File
  893. RelativePath=".\System\DataSource\DataFloat.h"
  894. >
  895. </File>
  896. <File
  897. RelativePath=".\System\DataSource\DataGraph.cpp"
  898. >
  899. </File>
  900. <File
  901. RelativePath=".\System\DataSource\DataGraph.h"
  902. >
  903. </File>
  904. <File
  905. RelativePath=".\System\DataSource\DataPosition.cpp"
  906. >
  907. </File>
  908. <File
  909. RelativePath=".\System\DataSource\DataPosition.h"
  910. >
  911. </File>
  912. <File
  913. RelativePath=".\System\DataSource\DataSource.cpp"
  914. >
  915. </File>
  916. <File
  917. RelativePath=".\System\DataSource\DataSource.h"
  918. >
  919. </File>
  920. <File
  921. RelativePath=".\System\DataSource\DataString.cpp"
  922. >
  923. </File>
  924. <File
  925. RelativePath=".\System\DataSource\DataString.h"
  926. >
  927. </File>
  928. <File
  929. RelativePath=".\System\DataSource\DataUV.cpp"
  930. >
  931. </File>
  932. <File
  933. RelativePath=".\System\DataSource\DataUV.h"
  934. >
  935. </File>
  936. <File
  937. RelativePath=".\System\DataSource\FieldList.cpp"
  938. >
  939. </File>
  940. <File
  941. RelativePath=".\System\DataSource\FieldList.h"
  942. >
  943. </File>
  944. </Filter>
  945. <Filter
  946. Name="Emitters"
  947. >
  948. <File
  949. RelativePath=".\System\Emitters\base.cpp"
  950. >
  951. </File>
  952. <File
  953. RelativePath=".\System\Emitters\base.h"
  954. >
  955. </File>
  956. <File
  957. RelativePath=".\System\Emitters\point.cpp"
  958. >
  959. </File>
  960. <File
  961. RelativePath=".\System\Emitters\point.h"
  962. >
  963. </File>
  964. </Filter>
  965. <Filter
  966. Name="DataDescription"
  967. >
  968. <File
  969. RelativePath=".\System\DataDesc\data_desc.cpp"
  970. >
  971. </File>
  972. <File
  973. RelativePath=".\System\DataDesc\data_desc.h"
  974. >
  975. </File>
  976. </Filter>
  977. <Filter
  978. Name="ParticleSystem"
  979. >
  980. <File
  981. RelativePath=".\System\ParticleSystem\particlesystem.cpp"
  982. >
  983. </File>
  984. <File
  985. RelativePath=".\System\ParticleSystem\particlesystem.h"
  986. >
  987. </File>
  988. <File
  989. RelativePath=".\system\particlesystem\SystemProxy.cpp"
  990. >
  991. </File>
  992. <File
  993. RelativePath=".\system\particlesystem\SystemProxy.h"
  994. >
  995. </File>
  996. </Filter>
  997. </Filter>
  998. <Filter
  999. Name="Manager"
  1000. >
  1001. <File
  1002. RelativePath=".\Manager\particlemanager.cpp"
  1003. >
  1004. </File>
  1005. <File
  1006. RelativePath=".\Manager\particlemanager.h"
  1007. >
  1008. </File>
  1009. <File
  1010. RelativePath=".\manager\SyncParams.h"
  1011. >
  1012. </File>
  1013. </Filter>
  1014. <Filter
  1015. Name="DataCache"
  1016. >
  1017. <File
  1018. RelativePath=".\DataCache\DataCache.cpp"
  1019. >
  1020. </File>
  1021. <File
  1022. RelativePath=".\DataCache\DataCache.h"
  1023. >
  1024. </File>
  1025. </Filter>
  1026. <Filter
  1027. Name="ParticlesProcessor"
  1028. >
  1029. <File
  1030. RelativePath=".\System\ParticleProcessor\bb_processor.cpp"
  1031. >
  1032. </File>
  1033. <File
  1034. RelativePath=".\System\ParticleProcessor\bb_processor.h"
  1035. >
  1036. </File>
  1037. <File
  1038. RelativePath=".\System\ParticleProcessor\nameparser.h"
  1039. >
  1040. </File>
  1041. <File
  1042. RelativePath=".\System\ParticleProcessor\physic.h"
  1043. >
  1044. </File>
  1045. </Filter>
  1046. </Filter>
  1047. <Filter
  1048. Name="Internal_common"
  1049. >
  1050. <File
  1051. RelativePath=".\ICommon\BillBoard.h"
  1052. >
  1053. </File>
  1054. <File
  1055. RelativePath=".\ICommon\ColorVertex.h"
  1056. >
  1057. </File>
  1058. <File
  1059. RelativePath=".\ICommon\EditorTypes.h"
  1060. >
  1061. </File>
  1062. <File
  1063. RelativePath=".\ICommon\GraphTime.h"
  1064. >
  1065. </File>
  1066. <File
  1067. RelativePath=".\ICommon\GraphVertex.h"
  1068. >
  1069. </File>
  1070. <File
  1071. RelativePath=".\ICommon\IEmitter.h"
  1072. >
  1073. </File>
  1074. <File
  1075. RelativePath=".\ICommon\MemFile.h"
  1076. >
  1077. </File>
  1078. <File
  1079. RelativePath=".\ICommon\Names.h"
  1080. >
  1081. </File>
  1082. <File
  1083. RelativePath=".\ICommon\Particle.h"
  1084. >
  1085. </File>
  1086. <File
  1087. RelativePath=".\ICommon\readme.txt"
  1088. >
  1089. </File>
  1090. <File
  1091. RelativePath=".\ICommon\Types.h"
  1092. >
  1093. </File>
  1094. </Filter>
  1095. <Filter
  1096. Name="Documentation"
  1097. >
  1098. <File
  1099. RelativePath=".\doc\PARTICLES EDITOR.doc"
  1100. >
  1101. </File>
  1102. </Filter>
  1103. <Filter
  1104. Name="ParticleEditor"
  1105. >
  1106. <File
  1107. RelativePath=".\Editor\EditorMain.cpp"
  1108. >
  1109. </File>
  1110. <File
  1111. RelativePath=".\Editor\EditorMain.h"
  1112. >
  1113. </File>
  1114. <Filter
  1115. Name="CustomControls"
  1116. >
  1117. <File
  1118. RelativePath=".\Editor\CustomControls\coloredit.cpp"
  1119. >
  1120. </File>
  1121. <File
  1122. RelativePath=".\Editor\CustomControls\coloredit.h"
  1123. >
  1124. </File>
  1125. <File
  1126. RelativePath=".\Editor\customcontrols\gui_grapheditor.cpp"
  1127. >
  1128. </File>
  1129. <File
  1130. RelativePath=".\Editor\customcontrols\gui_grapheditor.h"
  1131. >
  1132. </File>
  1133. <File
  1134. RelativePath=".\Editor\customcontrols\gui_graphline.cpp"
  1135. >
  1136. </File>
  1137. <File
  1138. RelativePath=".\Editor\customcontrols\gui_graphline.h"
  1139. >
  1140. </File>
  1141. <File
  1142. RelativePath=".\Editor\customcontrols\gui_linelist.cpp"
  1143. >
  1144. </File>
  1145. <File
  1146. RelativePath=".\Editor\customcontrols\gui_linelist.h"
  1147. >
  1148. </File>
  1149. <File
  1150. RelativePath=".\Editor\customcontrols\gui_viewport.cpp"
  1151. >
  1152. </File>
  1153. <File
  1154. RelativePath=".\Editor\customcontrols\gui_viewport.h"
  1155. >
  1156. </File>
  1157. <File
  1158. RelativePath=".\Editor\CustomControls\StrUtil.cpp"
  1159. >
  1160. </File>
  1161. <File
  1162. RelativePath=".\Editor\CustomControls\StrUtil.h"
  1163. >
  1164. </File>
  1165. <File
  1166. RelativePath=".\Editor\CustomControls\texturesselector.cpp"
  1167. >
  1168. </File>
  1169. <File
  1170. RelativePath=".\Editor\CustomControls\texturesselector.h"
  1171. >
  1172. </File>
  1173. <File
  1174. RelativePath=".\Editor\CustomControls\texview.cpp"
  1175. >
  1176. </File>
  1177. <File
  1178. RelativePath=".\Editor\CustomControls\texview.h"
  1179. >
  1180. </File>
  1181. </Filter>
  1182. <Filter
  1183. Name="ArcBall"
  1184. >
  1185. <File
  1186. RelativePath=".\Editor\ArcBall\ArcBall.cpp"
  1187. >
  1188. </File>
  1189. <File
  1190. RelativePath=".\Editor\ArcBall\ArcBall.h"
  1191. >
  1192. </File>
  1193. </Filter>
  1194. <Filter
  1195. Name="Forms"
  1196. >
  1197. <File
  1198. RelativePath=".\Editor\Forms\choosename.cpp"
  1199. >
  1200. </File>
  1201. <File
  1202. RelativePath=".\Editor\Forms\choosename.h"
  1203. >
  1204. </File>
  1205. <File
  1206. RelativePath=".\Editor\Forms\mainwindow.cpp"
  1207. >
  1208. </File>
  1209. <File
  1210. RelativePath=".\Editor\Forms\mainwindow.h"
  1211. >
  1212. </File>
  1213. <File
  1214. RelativePath=".\Editor\Forms\projectbrowser.cpp"
  1215. >
  1216. </File>
  1217. <File
  1218. RelativePath=".\Editor\Forms\projectbrowser.h"
  1219. >
  1220. </File>
  1221. <File
  1222. RelativePath=".\Editor\Forms\rename.cpp"
  1223. >
  1224. </File>
  1225. <File
  1226. RelativePath=".\Editor\Forms\rename.h"
  1227. >
  1228. </File>
  1229. <File
  1230. RelativePath=".\Editor\Forms\systemselect.cpp"
  1231. >
  1232. </File>
  1233. <File
  1234. RelativePath=".\Editor\Forms\systemselect.h"
  1235. >
  1236. </File>
  1237. </Filter>
  1238. <Filter
  1239. Name="Editors"
  1240. >
  1241. <File
  1242. RelativePath=".\Editor\Editors\base.h"
  1243. >
  1244. </File>
  1245. <Filter
  1246. Name="Graph"
  1247. >
  1248. <File
  1249. RelativePath=".\Editor\Editors\graph.cpp"
  1250. >
  1251. </File>
  1252. <File
  1253. RelativePath=".\Editor\Editors\graph.h"
  1254. >
  1255. </File>
  1256. </Filter>
  1257. <Filter
  1258. Name="UV"
  1259. >
  1260. <File
  1261. RelativePath=".\Editor\Editors\uv.cpp"
  1262. >
  1263. </File>
  1264. <File
  1265. RelativePath=".\Editor\Editors\uv.h"
  1266. >
  1267. </File>
  1268. </Filter>
  1269. <Filter
  1270. Name="Color"
  1271. >
  1272. <File
  1273. RelativePath=".\Editor\Editors\color.cpp"
  1274. >
  1275. </File>
  1276. <File
  1277. RelativePath=".\Editor\Editors\color.h"
  1278. >
  1279. </File>
  1280. </Filter>
  1281. <Filter
  1282. Name="Bool"
  1283. >
  1284. <File
  1285. RelativePath=".\Editor\Editors\bool.cpp"
  1286. >
  1287. </File>
  1288. <File
  1289. RelativePath=".\Editor\Editors\bool.h"
  1290. >
  1291. </File>
  1292. </Filter>
  1293. <Filter
  1294. Name="Float"
  1295. >
  1296. <File
  1297. RelativePath=".\Editor\Editors\float.cpp"
  1298. >
  1299. </File>
  1300. <File
  1301. RelativePath=".\Editor\Editors\float.h"
  1302. >
  1303. </File>
  1304. </Filter>
  1305. <Filter
  1306. Name="Position"
  1307. >
  1308. <File
  1309. RelativePath=".\Editor\Editors\position.cpp"
  1310. >
  1311. </File>
  1312. <File
  1313. RelativePath=".\Editor\Editors\position.h"
  1314. >
  1315. </File>
  1316. </Filter>
  1317. <Filter
  1318. Name="String"
  1319. >
  1320. <File
  1321. RelativePath=".\Editor\Editors\string.cpp"
  1322. >
  1323. </File>
  1324. <File
  1325. RelativePath=".\Editor\Editors\string.h"
  1326. >
  1327. </File>
  1328. </Filter>
  1329. </Filter>
  1330. </Filter>
  1331. <Filter
  1332. Name="GIZMO"
  1333. >
  1334. <File
  1335. RelativePath=".\gizmo\gizmo.cpp"
  1336. >
  1337. </File>
  1338. <File
  1339. RelativePath=".\gizmo\gizmo.h"
  1340. >
  1341. </File>
  1342. </Filter>
  1343. <Filter
  1344. Name="TinyXML"
  1345. >
  1346. <File
  1347. RelativePath="..\Common_h\tinyxml\tinystr.cpp"
  1348. >
  1349. </File>
  1350. <File
  1351. RelativePath="..\Common_h\tinyxml\tinystr.h"
  1352. >
  1353. </File>
  1354. <File
  1355. RelativePath="..\Common_h\tinyxml\tinyxml.cpp"
  1356. >
  1357. </File>
  1358. <File
  1359. RelativePath="..\Common_h\tinyxml\tinyxml.h"
  1360. >
  1361. </File>
  1362. <File
  1363. RelativePath="..\Common_h\tinyxml\tinyxmlerror.cpp"
  1364. >
  1365. </File>
  1366. <File
  1367. RelativePath="..\Common_h\tinyxml\tinyxmlparser.cpp"
  1368. >
  1369. </File>
  1370. </Filter>
  1371. <Filter
  1372. Name="Common_h"
  1373. >
  1374. <File
  1375. RelativePath="..\common_h\particles.h"
  1376. >
  1377. </File>
  1378. <Filter
  1379. Name="Particles"
  1380. >
  1381. <File
  1382. RelativePath="..\common_h\particles\iparticlemanager.h"
  1383. >
  1384. </File>
  1385. <File
  1386. RelativePath="..\common_h\particles\iparticlesservice.h"
  1387. >
  1388. </File>
  1389. <File
  1390. RelativePath="..\common_h\particles\iparticlesystem.h"
  1391. >
  1392. </File>
  1393. </Filter>
  1394. </Filter>
  1395. <Filter
  1396. Name="Shaders"
  1397. >
  1398. <File
  1399. RelativePath="..\ENGINE\modules\Shaders\Particles\Types\Particles.fx"
  1400. >
  1401. </File>
  1402. <File
  1403. RelativePath="..\ENGINE\modules\Shaders\Particles\ParticlesCommon.h"
  1404. >
  1405. </File>
  1406. <File
  1407. RelativePath="..\ENGINE\modules\Shaders\Particles\ParticlesPixelShader.h"
  1408. >
  1409. </File>
  1410. <File
  1411. RelativePath="..\ENGINE\modules\Shaders\Particles\ParticlesStruct.h"
  1412. >
  1413. </File>
  1414. <File
  1415. RelativePath="..\ENGINE\modules\Shaders\Particles\ParticlesVertexShader.h"
  1416. >
  1417. </File>
  1418. </Filter>
  1419. </Files>
  1420. <Globals>
  1421. </Globals>
  1422. </VisualStudioProject>