GSdx9.vcproj
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:15k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="GSdx9"
  6. ProjectGUID="{345C9F24-0B9A-4289-B375-ADD3B63461B7}"
  7. Keyword="MFCDLLProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="$(ConfigurationName)"
  16. IntermediateDirectory="$(ConfigurationName)"
  17. ConfigurationType="2"
  18. UseOfMFC="1"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. OptimizeForProcessor="2"
  24. PreprocessorDefinitions="D3D_DEBUG_INFO;WIN32;_WINDOWS;_DEBUG;_USRDLL"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="1"
  28. TreatWChar_tAsBuiltInType="FALSE"
  29. UsePrecompiledHeader="3"
  30. WarningLevel="3"
  31. Detect64BitPortabilityProblems="TRUE"
  32. DebugInformationFormat="4"/>
  33. <Tool
  34. Name="VCCustomBuildTool"/>
  35. <Tool
  36. Name="VCLinkerTool"
  37. AdditionalDependencies="d3d9.lib d3dx9.lib ddraw.lib strmbaseD.lib"
  38. OutputFile="$(OutDir)GSdx9.dll"
  39. LinkIncremental="2"
  40. ModuleDefinitionFile=".GSdx9.def"
  41. GenerateDebugInformation="TRUE"
  42. SubSystem="2"
  43. ImportLibrary="$(OutDir)/GSdx9.lib"
  44. TargetMachine="1"/>
  45. <Tool
  46. Name="VCMIDLTool"
  47. PreprocessorDefinitions="_DEBUG"
  48. MkTypLibCompatible="FALSE"/>
  49. <Tool
  50. Name="VCPostBuildEventTool"/>
  51. <Tool
  52. Name="VCPreBuildEventTool"/>
  53. <Tool
  54. Name="VCPreLinkEventTool"/>
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. PreprocessorDefinitions="_DEBUG"
  58. Culture="1033"
  59. AdditionalIncludeDirectories="$(IntDir)"/>
  60. <Tool
  61. Name="VCWebServiceProxyGeneratorTool"/>
  62. <Tool
  63. Name="VCXMLDataGeneratorTool"/>
  64. <Tool
  65. Name="VCWebDeploymentTool"/>
  66. <Tool
  67. Name="VCManagedWrapperGeneratorTool"/>
  68. <Tool
  69. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  70. </Configuration>
  71. <Configuration
  72. Name="Release|Win32"
  73. OutputDirectory="$(ConfigurationName)"
  74. IntermediateDirectory="$(ConfigurationName)"
  75. ConfigurationType="2"
  76. UseOfMFC="1"
  77. CharacterSet="2">
  78. <Tool
  79. Name="VCCLCompilerTool"
  80. Optimization="2"
  81. GlobalOptimizations="TRUE"
  82. InlineFunctionExpansion="2"
  83. EnableIntrinsicFunctions="TRUE"
  84. FavorSizeOrSpeed="1"
  85. OmitFramePointers="TRUE"
  86. OptimizeForProcessor="2"
  87. OptimizeForWindowsApplication="TRUE"
  88. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  89. StringPooling="TRUE"
  90. RuntimeLibrary="0"
  91. TreatWChar_tAsBuiltInType="FALSE"
  92. ForceConformanceInForLoopScope="TRUE"
  93. UsePrecompiledHeader="3"
  94. WarningLevel="3"
  95. Detect64BitPortabilityProblems="TRUE"
  96. DebugInformationFormat="3"/>
  97. <Tool
  98. Name="VCCustomBuildTool"/>
  99. <Tool
  100. Name="VCLinkerTool"
  101. AdditionalDependencies="d3d9.lib d3dx9.lib ddraw.lib strmbaseR.lib"
  102. OutputFile="$(OutDir)GSdx9.dll"
  103. LinkIncremental="1"
  104. ModuleDefinitionFile=".GSdx9.def"
  105. GenerateDebugInformation="TRUE"
  106. SubSystem="2"
  107. OptimizeReferences="2"
  108. EnableCOMDATFolding="2"
  109. ImportLibrary="$(OutDir)/GSdx9.lib"
  110. TargetMachine="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. PreprocessorDefinitions="NDEBUG"
  114. MkTypLibCompatible="FALSE"/>
  115. <Tool
  116. Name="VCPostBuildEventTool"/>
  117. <Tool
  118. Name="VCPreBuildEventTool"/>
  119. <Tool
  120. Name="VCPreLinkEventTool"/>
  121. <Tool
  122. Name="VCResourceCompilerTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. Culture="1033"
  125. AdditionalIncludeDirectories="$(IntDir)"/>
  126. <Tool
  127. Name="VCWebServiceProxyGeneratorTool"/>
  128. <Tool
  129. Name="VCXMLDataGeneratorTool"/>
  130. <Tool
  131. Name="VCWebDeploymentTool"/>
  132. <Tool
  133. Name="VCManagedWrapperGeneratorTool"/>
  134. <Tool
  135. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  136. </Configuration>
  137. <Configuration
  138. Name="DebugSSE2|Win32"
  139. OutputDirectory="$(ConfigurationName)"
  140. IntermediateDirectory="$(ConfigurationName)"
  141. ConfigurationType="2"
  142. UseOfMFC="1"
  143. CharacterSet="2">
  144. <Tool
  145. Name="VCCLCompilerTool"
  146. Optimization="0"
  147. OptimizeForProcessor="3"
  148. PreprocessorDefinitions="_M_IX86_FP=2;D3D_DEBUG_INFO;WIN32;_WINDOWS;_DEBUG;_USRDLL"
  149. MinimalRebuild="TRUE"
  150. BasicRuntimeChecks="3"
  151. RuntimeLibrary="1"
  152. EnableEnhancedInstructionSet="2"
  153. TreatWChar_tAsBuiltInType="FALSE"
  154. UsePrecompiledHeader="3"
  155. WarningLevel="3"
  156. Detect64BitPortabilityProblems="TRUE"
  157. DebugInformationFormat="4"/>
  158. <Tool
  159. Name="VCCustomBuildTool"/>
  160. <Tool
  161. Name="VCLinkerTool"
  162. AdditionalDependencies="d3d9.lib d3dx9.lib ddraw.lib strmbaseD.lib"
  163. OutputFile="$(OutDir)GSdx9.dll"
  164. LinkIncremental="2"
  165. ModuleDefinitionFile=".GSdx9.def"
  166. GenerateDebugInformation="TRUE"
  167. SubSystem="2"
  168. ImportLibrary="$(OutDir)/GSdx9.lib"
  169. TargetMachine="1"/>
  170. <Tool
  171. Name="VCMIDLTool"
  172. PreprocessorDefinitions="_DEBUG"
  173. MkTypLibCompatible="FALSE"/>
  174. <Tool
  175. Name="VCPostBuildEventTool"/>
  176. <Tool
  177. Name="VCPreBuildEventTool"/>
  178. <Tool
  179. Name="VCPreLinkEventTool"/>
  180. <Tool
  181. Name="VCResourceCompilerTool"
  182. PreprocessorDefinitions="_DEBUG"
  183. Culture="1033"
  184. AdditionalIncludeDirectories="$(IntDir)"/>
  185. <Tool
  186. Name="VCWebServiceProxyGeneratorTool"/>
  187. <Tool
  188. Name="VCXMLDataGeneratorTool"/>
  189. <Tool
  190. Name="VCWebDeploymentTool"/>
  191. <Tool
  192. Name="VCManagedWrapperGeneratorTool"/>
  193. <Tool
  194. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  195. </Configuration>
  196. <Configuration
  197. Name="ReleaseSSE2|Win32"
  198. OutputDirectory="$(ConfigurationName)"
  199. IntermediateDirectory="$(ConfigurationName)"
  200. ConfigurationType="2"
  201. UseOfMFC="1"
  202. CharacterSet="2">
  203. <Tool
  204. Name="VCCLCompilerTool"
  205. Optimization="2"
  206. GlobalOptimizations="TRUE"
  207. InlineFunctionExpansion="2"
  208. EnableIntrinsicFunctions="TRUE"
  209. FavorSizeOrSpeed="1"
  210. OmitFramePointers="TRUE"
  211. OptimizeForProcessor="3"
  212. OptimizeForWindowsApplication="TRUE"
  213. PreprocessorDefinitions="_M_IX86_FP=2;WIN32;_WINDOWS;NDEBUG;_USRDLL"
  214. StringPooling="TRUE"
  215. RuntimeLibrary="0"
  216. EnableEnhancedInstructionSet="2"
  217. TreatWChar_tAsBuiltInType="FALSE"
  218. ForceConformanceInForLoopScope="TRUE"
  219. UsePrecompiledHeader="3"
  220. WarningLevel="3"
  221. Detect64BitPortabilityProblems="TRUE"
  222. DebugInformationFormat="3"/>
  223. <Tool
  224. Name="VCCustomBuildTool"/>
  225. <Tool
  226. Name="VCLinkerTool"
  227. AdditionalDependencies="d3d9.lib d3dx9.lib ddraw.lib strmbaseR.lib"
  228. OutputFile="$(OutDir)GSdx9.dll"
  229. LinkIncremental="1"
  230. ModuleDefinitionFile=".GSdx9.def"
  231. GenerateDebugInformation="TRUE"
  232. SubSystem="2"
  233. OptimizeReferences="2"
  234. EnableCOMDATFolding="2"
  235. ImportLibrary="$(OutDir)/GSdx9.lib"
  236. TargetMachine="1"/>
  237. <Tool
  238. Name="VCMIDLTool"
  239. PreprocessorDefinitions="NDEBUG"
  240. MkTypLibCompatible="FALSE"/>
  241. <Tool
  242. Name="VCPostBuildEventTool"/>
  243. <Tool
  244. Name="VCPreBuildEventTool"/>
  245. <Tool
  246. Name="VCPreLinkEventTool"/>
  247. <Tool
  248. Name="VCResourceCompilerTool"
  249. PreprocessorDefinitions="NDEBUG"
  250. Culture="1033"
  251. AdditionalIncludeDirectories="$(IntDir)"/>
  252. <Tool
  253. Name="VCWebServiceProxyGeneratorTool"/>
  254. <Tool
  255. Name="VCXMLDataGeneratorTool"/>
  256. <Tool
  257. Name="VCWebDeploymentTool"/>
  258. <Tool
  259. Name="VCManagedWrapperGeneratorTool"/>
  260. <Tool
  261. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  262. </Configuration>
  263. </Configurations>
  264. <References>
  265. </References>
  266. <Files>
  267. <Filter
  268. Name="Source Files"
  269. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  270. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  271. <File
  272. RelativePath=".GS.cpp">
  273. </File>
  274. <File
  275. RelativePath=".GSCapture.cpp">
  276. </File>
  277. <File
  278. RelativePath=".GSCaptureDlg.cpp">
  279. </File>
  280. <File
  281. RelativePath=".GSdx9.cpp">
  282. </File>
  283. <File
  284. RelativePath=".GSdx9.def">
  285. </File>
  286. <File
  287. RelativePath=".GSHash.cpp">
  288. <FileConfiguration
  289. Name="ReleaseSSE2|Win32">
  290. <Tool
  291. Name="VCCLCompilerTool"
  292. AssemblerOutput="4"/>
  293. </FileConfiguration>
  294. </File>
  295. <File
  296. RelativePath=".GSLocalMemory.cpp">
  297. <FileConfiguration
  298. Name="ReleaseSSE2|Win32">
  299. <Tool
  300. Name="VCCLCompilerTool"
  301. AssemblerOutput="4"/>
  302. </FileConfiguration>
  303. </File>
  304. <File
  305. RelativePath=".GSPerfMon.cpp">
  306. </File>
  307. <File
  308. RelativePath=".GSRegs.cpp">
  309. </File>
  310. <File
  311. RelativePath=".GSRenderer.cpp">
  312. </File>
  313. <File
  314. RelativePath=".GSRendererHW.cpp">
  315. <FileConfiguration
  316. Name="ReleaseSSE2|Win32">
  317. <Tool
  318. Name="VCCLCompilerTool"
  319. GeneratePreprocessedFile="0"/>
  320. </FileConfiguration>
  321. </File>
  322. <File
  323. RelativePath=".GSRendererNull.cpp">
  324. </File>
  325. <File
  326. RelativePath=".GSRendererSoft.cpp">
  327. <FileConfiguration
  328. Name="ReleaseSSE2|Win32">
  329. <Tool
  330. Name="VCCLCompilerTool"
  331. AssemblerOutput="4"/>
  332. </FileConfiguration>
  333. </File>
  334. <File
  335. RelativePath=".GSSettingsDlg.cpp">
  336. </File>
  337. <File
  338. RelativePath=".GSSoftVertex.cpp">
  339. </File>
  340. <File
  341. RelativePath=".GSState.cpp">
  342. <FileConfiguration
  343. Name="ReleaseSSE2|Win32">
  344. <Tool
  345. Name="VCCLCompilerTool"
  346. AssemblerOutput="4"/>
  347. </FileConfiguration>
  348. </File>
  349. <File
  350. RelativePath=".GSTables.cpp">
  351. </File>
  352. <File
  353. RelativePath=".GSTextureCache.cpp">
  354. </File>
  355. <File
  356. RelativePath=".GSTransfer.cpp">
  357. </File>
  358. <File
  359. RelativePath=".GSUtil.cpp">
  360. </File>
  361. <File
  362. RelativePath=".GSVertexList.cpp">
  363. </File>
  364. <File
  365. RelativePath=".GSWnd.cpp">
  366. </File>
  367. <File
  368. RelativePath=".stdafx.cpp">
  369. <FileConfiguration
  370. Name="Debug|Win32">
  371. <Tool
  372. Name="VCCLCompilerTool"
  373. UsePrecompiledHeader="1"/>
  374. </FileConfiguration>
  375. <FileConfiguration
  376. Name="Release|Win32">
  377. <Tool
  378. Name="VCCLCompilerTool"
  379. UsePrecompiledHeader="1"/>
  380. </FileConfiguration>
  381. <FileConfiguration
  382. Name="DebugSSE2|Win32">
  383. <Tool
  384. Name="VCCLCompilerTool"
  385. UsePrecompiledHeader="1"/>
  386. </FileConfiguration>
  387. <FileConfiguration
  388. Name="ReleaseSSE2|Win32">
  389. <Tool
  390. Name="VCCLCompilerTool"
  391. UsePrecompiledHeader="1"/>
  392. </FileConfiguration>
  393. </File>
  394. <File
  395. RelativePath=".x86-32.asm">
  396. <FileConfiguration
  397. Name="Debug|Win32">
  398. <Tool
  399. Name="VCCustomBuildTool"
  400. CommandLine="ml /nologo /c /Zi /Fo&quot;$(IntDir)$(InputName).obj&quot; &quot;$(InputPath)&quot;
  401. "
  402. Outputs="$(IntDir)$(InputName).obj"/>
  403. </FileConfiguration>
  404. <FileConfiguration
  405. Name="Release|Win32">
  406. <Tool
  407. Name="VCCustomBuildTool"
  408. CommandLine="ml /nologo /c /Zi /Fo&quot;$(IntDir)$(InputName).obj&quot; &quot;$(InputPath)&quot;
  409. "
  410. Outputs="$(IntDir)$(InputName).obj"/>
  411. </FileConfiguration>
  412. <FileConfiguration
  413. Name="DebugSSE2|Win32">
  414. <Tool
  415. Name="VCCustomBuildTool"
  416. CommandLine="ml /nologo /c /Zi /Fo&quot;$(IntDir)$(InputName).obj&quot; &quot;$(InputPath)&quot;
  417. "
  418. Outputs="$(IntDir)$(InputName).obj"/>
  419. </FileConfiguration>
  420. <FileConfiguration
  421. Name="ReleaseSSE2|Win32">
  422. <Tool
  423. Name="VCCustomBuildTool"
  424. CommandLine="ml /nologo /c /Zi /Fo&quot;$(IntDir)$(InputName).obj&quot; &quot;$(InputPath)&quot;
  425. "
  426. Outputs="$(IntDir)$(InputName).obj"/>
  427. </FileConfiguration>
  428. </File>
  429. <File
  430. RelativePath=".x86-64.asm">
  431. <FileConfiguration
  432. Name="Debug|Win32"
  433. ExcludedFromBuild="TRUE">
  434. <Tool
  435. Name="VCCustomBuildTool"/>
  436. </FileConfiguration>
  437. <FileConfiguration
  438. Name="Release|Win32"
  439. ExcludedFromBuild="TRUE">
  440. <Tool
  441. Name="VCCustomBuildTool"/>
  442. </FileConfiguration>
  443. <FileConfiguration
  444. Name="DebugSSE2|Win32"
  445. ExcludedFromBuild="TRUE">
  446. <Tool
  447. Name="VCCustomBuildTool"/>
  448. </FileConfiguration>
  449. <FileConfiguration
  450. Name="ReleaseSSE2|Win32"
  451. ExcludedFromBuild="TRUE">
  452. <Tool
  453. Name="VCCustomBuildTool"/>
  454. </FileConfiguration>
  455. </File>
  456. <File
  457. RelativePath=".x86.cpp">
  458. <FileConfiguration
  459. Name="ReleaseSSE2|Win32">
  460. <Tool
  461. Name="VCCLCompilerTool"
  462. AssemblerOutput="4"/>
  463. </FileConfiguration>
  464. </File>
  465. </Filter>
  466. <Filter
  467. Name="Header Files"
  468. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  469. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  470. <File
  471. RelativePath=".GS.h">
  472. </File>
  473. <File
  474. RelativePath=".GSCapture.h">
  475. </File>
  476. <File
  477. RelativePath=".GSCaptureDlg.h">
  478. </File>
  479. <File
  480. RelativePath=".GSdx9.h">
  481. </File>
  482. <File
  483. RelativePath=".GSHash.h">
  484. </File>
  485. <File
  486. RelativePath=".GSLocalMemory.h">
  487. </File>
  488. <File
  489. RelativePath=".GSPerfMon.h">
  490. </File>
  491. <File
  492. RelativePath=".GSRenderer.h">
  493. </File>
  494. <File
  495. RelativePath=".GSRendererHW.h">
  496. </File>
  497. <File
  498. RelativePath=".GSRendererNull.h">
  499. </File>
  500. <File
  501. RelativePath=".GSRendererSoft.h">
  502. </File>
  503. <File
  504. RelativePath=".GSSettingsDlg.h">
  505. </File>
  506. <File
  507. RelativePath=".GSSoftVertex.h">
  508. </File>
  509. <File
  510. RelativePath=".GSSoftVertexFP.h">
  511. </File>
  512. <File
  513. RelativePath=".GSSoftVertexFX.h">
  514. </File>
  515. <File
  516. RelativePath=".GSState.h">
  517. </File>
  518. <File
  519. RelativePath=".GSTables.h">
  520. </File>
  521. <File
  522. RelativePath=".GSTextureCache.h">
  523. </File>
  524. <File
  525. RelativePath=".GSUtil.h">
  526. </File>
  527. <File
  528. RelativePath=".GSVertexList.h">
  529. </File>
  530. <File
  531. RelativePath=".GSWnd.h">
  532. </File>
  533. <File
  534. RelativePath=".Resource.h">
  535. </File>
  536. <File
  537. RelativePath=".stdafx.h">
  538. </File>
  539. <File
  540. RelativePath=".x86.h">
  541. </File>
  542. </Filter>
  543. <Filter
  544. Name="Resource Files"
  545. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  546. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  547. <File
  548. RelativePath=".GSdx9.rc">
  549. </File>
  550. <File
  551. RelativePath=".resGSdx9.rc2">
  552. </File>
  553. </Filter>
  554. <Filter
  555. Name="Shaders"
  556. Filter="">
  557. <File
  558. RelativePath=".resps11_en00.psh">
  559. </File>
  560. <File
  561. RelativePath=".resps11_en01.psh">
  562. </File>
  563. <File
  564. RelativePath=".resps11_en10.psh">
  565. </File>
  566. <File
  567. RelativePath=".resps11_en11.psh">
  568. </File>
  569. <File
  570. RelativePath=".resps11_tfx000.psh">
  571. </File>
  572. <File
  573. RelativePath=".resps11_tfx010.psh">
  574. </File>
  575. <File
  576. RelativePath=".resps11_tfx011.psh">
  577. </File>
  578. <File
  579. RelativePath=".resps11_tfx1x0.psh">
  580. </File>
  581. <File
  582. RelativePath=".resps11_tfx1x1.psh">
  583. </File>
  584. <File
  585. RelativePath=".resps11_tfx200.psh">
  586. </File>
  587. <File
  588. RelativePath=".resps11_tfx210.psh">
  589. </File>
  590. <File
  591. RelativePath=".resps11_tfx211.psh">
  592. </File>
  593. <File
  594. RelativePath=".resps11_tfx300.psh">
  595. </File>
  596. <File
  597. RelativePath=".resps11_tfx310.psh">
  598. </File>
  599. <File
  600. RelativePath=".resps11_tfx311.psh">
  601. </File>
  602. <File
  603. RelativePath=".resps11_tfx4xx.psh">
  604. </File>
  605. <File
  606. RelativePath=".resps20_merge.fx">
  607. </File>
  608. <File
  609. RelativePath=".resps20_tfx.fx">
  610. </File>
  611. </Filter>
  612. </Files>
  613. <Globals>
  614. <Global
  615. Name="RESOURCE_FILE"
  616. Value="GSdx9.rc"/>
  617. </Globals>
  618. </VisualStudioProject>