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

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject 
  3. ProjectType="Intel C++ Project"
  4. Version="9.0"
  5. Name="GSdx9"
  6. ProjectGUID="{4A1B2A9C-A696-4523-B0A4-8046FC423932}"
  7. VCNestedProjectGUID="{345C9F24-0B9A-4289-B375-ADD3B63461B7}"
  8. VCNestedProjectFileName="GSdx9.vcproj"
  9. Keyword="MFCDLLProj">
  10. <Configurations>
  11. <Configuration 
  12. Name="Debug|Win32">
  13. <Tool 
  14. Name="GeneralTool"
  15. OutputDirectory="$(ConfigurationName)"
  16. IntermediateDirectory="$(ConfigurationName)"
  17. ConfigurationType="2"
  18. UseOfMFC="1"
  19. CharacterSet="2"/>
  20. <Tool 
  21. Name="DebugTool"/>
  22. <Tool 
  23. Name="CppCmplrTool"
  24. Optimization="0"
  25. OptimizeForProcessor="2"
  26. PreprocessorDefinitions="D3D_DEBUG_INFO;WIN32;_WINDOWS;_DEBUG;_USRDLL"
  27. MinimalRebuild="1"
  28. BasicRuntimeChecks="3"
  29. RuntimeLibrary="1"
  30. TreatWChar_tAsBuiltInType="0"
  31. UsePrecompiledHeader="3"
  32. WarningLevel="3"
  33. Detect64BitPortabilityProblems="1"
  34. DebugInformationFormat="4"
  35. RecognizeRestrictKeyword="1"/>
  36. <Tool 
  37. Name="LinkerTool"
  38. DelayImpLib="DelayImp.lib"
  39. AdditionalDependencies="d3d9.lib d3dx9.lib ddraw.lib strmbaseD.lib"
  40. OutputFile="$(OutDir)GSdx9.dll"
  41. LinkIncremental="2"
  42. ModuleDefinitionFile=".GSdx9.def"
  43. GenerateDebugInformation="1"
  44. SubSystem="2"
  45. ImportLibrary="$(OutDir)/GSdx9.lib"
  46. TargetMachine="1"/>
  47. <Tool 
  48. Name="LibrarianTool"/>
  49. <Tool 
  50. Name="ResCmplrTool"
  51. PreprocessorDefinitions="_DEBUG"
  52. Culture="1033"
  53. AdditionalIncludeDirectories="$(IntDir)"/>
  54. <Tool 
  55. Name="MidlCmplrTool"
  56. PreprocessorDefinitions="_DEBUG"
  57. MkTypLibCompatible="0"/>
  58. <Tool 
  59. Name="BscMakeTool"/>
  60. <Tool 
  61. Name="PreBuildEventTool"/>
  62. <Tool 
  63. Name="PreLinkEventTool"/>
  64. <Tool 
  65. Name="PostBuildEventTool"/>
  66. <Tool 
  67. Name="CustomTool"/>
  68. <Tool 
  69. Name="CustomNodeTool"/>
  70. </Configuration>
  71. <Configuration 
  72. Name="Release|Win32">
  73. <Tool 
  74. Name="GeneralTool"
  75. OutputDirectory="$(ConfigurationName)"
  76. IntermediateDirectory="$(ConfigurationName)"
  77. ConfigurationType="2"
  78. UseOfMFC="1"
  79. CharacterSet="2"/>
  80. <Tool 
  81. Name="DebugTool"/>
  82. <Tool 
  83. Name="CppCmplrTool"
  84. Optimization="2"
  85. GlobalOptimizations="1"
  86. InlineFunctionExpansion="2"
  87. EnableIntrinsicFunctions="1"
  88. FavorSizeOrSpeed="1"
  89. OmitFramePointers="1"
  90. OptimizeForProcessor="2"
  91. OptimizeForWindowsApplication="1"
  92. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  93. StringPooling="1"
  94. RuntimeLibrary="0"
  95. TreatWChar_tAsBuiltInType="0"
  96. ForceConformanceInForLoopScope="1"
  97. UsePrecompiledHeader="3"
  98. WarningLevel="3"
  99. Detect64BitPortabilityProblems="1"
  100. DebugInformationFormat="3"
  101. RecognizeRestrictKeyword="1"/>
  102. <Tool 
  103. Name="LinkerTool"
  104. DelayImpLib="DelayImp.lib"
  105. AdditionalDependencies="d3d9.lib d3dx9.lib ddraw.lib strmbaseR.lib"
  106. OutputFile="$(OutDir)GSdx9.dll"
  107. LinkIncremental="1"
  108. ModuleDefinitionFile=".GSdx9.def"
  109. GenerateDebugInformation="1"
  110. SubSystem="2"
  111. OptimizeReferences="2"
  112. EnableCOMDATFolding="2"
  113. ImportLibrary="$(OutDir)/GSdx9.lib"
  114. TargetMachine="1"/>
  115. <Tool 
  116. Name="LibrarianTool"/>
  117. <Tool 
  118. Name="ResCmplrTool"
  119. PreprocessorDefinitions="NDEBUG"
  120. Culture="1033"
  121. AdditionalIncludeDirectories="$(IntDir)"/>
  122. <Tool 
  123. Name="MidlCmplrTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. MkTypLibCompatible="0"/>
  126. <Tool 
  127. Name="BscMakeTool"/>
  128. <Tool 
  129. Name="PreBuildEventTool"/>
  130. <Tool 
  131. Name="PreLinkEventTool"/>
  132. <Tool 
  133. Name="PostBuildEventTool"/>
  134. <Tool 
  135. Name="CustomTool"/>
  136. <Tool 
  137. Name="CustomNodeTool"/>
  138. </Configuration>
  139. <Configuration 
  140. Name="DebugSSE2|Win32">
  141. <Tool 
  142. Name="GeneralTool"
  143. OutputDirectory="$(ConfigurationName)"
  144. IntermediateDirectory="$(ConfigurationName)"
  145. ConfigurationType="2"
  146. UseOfMFC="1"
  147. CharacterSet="2"/>
  148. <Tool 
  149. Name="DebugTool"/>
  150. <Tool 
  151. Name="CppCmplrTool"
  152. Optimization="0"
  153. OptimizeForProcessor="3"
  154. PreprocessorDefinitions="_M_IX86_FP=2;D3D_DEBUG_INFO;WIN32;_WINDOWS;_DEBUG;_USRDLL"
  155. MinimalRebuild="1"
  156. BasicRuntimeChecks="3"
  157. RuntimeLibrary="1"
  158. EnableEnhancedInstructionSet="2"
  159. TreatWChar_tAsBuiltInType="0"
  160. UsePrecompiledHeader="3"
  161. WarningLevel="3"
  162. Detect64BitPortabilityProblems="1"
  163. DebugInformationFormat="4"
  164. RecognizeRestrictKeyword="1"/>
  165. <Tool 
  166. Name="LinkerTool"
  167. DelayImpLib="DelayImp.lib"
  168. AdditionalDependencies="d3d9.lib d3dx9.lib ddraw.lib strmbaseD.lib"
  169. OutputFile="$(OutDir)GSdx9.dll"
  170. LinkIncremental="2"
  171. ModuleDefinitionFile=".GSdx9.def"
  172. GenerateDebugInformation="1"
  173. SubSystem="2"
  174. ImportLibrary="$(OutDir)/GSdx9.lib"
  175. TargetMachine="1"/>
  176. <Tool 
  177. Name="LibrarianTool"/>
  178. <Tool 
  179. Name="ResCmplrTool"
  180. PreprocessorDefinitions="_DEBUG"
  181. Culture="1033"
  182. AdditionalIncludeDirectories="$(IntDir)"/>
  183. <Tool 
  184. Name="MidlCmplrTool"
  185. PreprocessorDefinitions="_DEBUG"
  186. MkTypLibCompatible="0"/>
  187. <Tool 
  188. Name="BscMakeTool"/>
  189. <Tool 
  190. Name="PreBuildEventTool"/>
  191. <Tool 
  192. Name="PreLinkEventTool"/>
  193. <Tool 
  194. Name="PostBuildEventTool"/>
  195. <Tool 
  196. Name="CustomTool"/>
  197. <Tool 
  198. Name="CustomNodeTool"/>
  199. </Configuration>
  200. <Configuration 
  201. Name="ReleaseSSE2|Win32">
  202. <Tool 
  203. Name="GeneralTool"
  204. OutputDirectory="$(ConfigurationName)"
  205. IntermediateDirectory="$(ConfigurationName)"
  206. ConfigurationType="2"
  207. UseOfMFC="1"
  208. CharacterSet="2"/>
  209. <Tool 
  210. Name="DebugTool"/>
  211. <Tool 
  212. Name="CppCmplrTool"
  213. Optimization="1000"
  214. GlobalOptimizations="1"
  215. InlineFunctionExpansion="2"
  216. EnableIntrinsicFunctions="1"
  217. FavorSizeOrSpeed="1"
  218. OmitFramePointers="1"
  219. OptimizeForProcessor="3"
  220. OptimizeForWindowsApplication="1"
  221. PreprocessorDefinitions="_M_IX86_FP=2;WIN32;_WINDOWS;NDEBUG;_USRDLL"
  222. StringPooling="1"
  223. RuntimeLibrary="0"
  224. EnableEnhancedInstructionSet="2"
  225. TreatWChar_tAsBuiltInType="0"
  226. ForceConformanceInForLoopScope="1"
  227. UsePrecompiledHeader="3"
  228. WarningLevel="3"
  229. Detect64BitPortabilityProblems="1"
  230. DebugInformationFormat="3"
  231. UseProcExt="2"
  232. RecognizeRestrictKeyword="1"/>
  233. <Tool 
  234. Name="LinkerTool"
  235. DelayImpLib="DelayImp.lib"
  236. AdditionalDependencies="d3d9.lib d3dx9.lib ddraw.lib strmbaseR.lib"
  237. OutputFile="$(OutDir)GSdx9.dll"
  238. LinkIncremental="1"
  239. ModuleDefinitionFile=".GSdx9.def"
  240. GenerateDebugInformation="1"
  241. SubSystem="2"
  242. OptimizeReferences="2"
  243. EnableCOMDATFolding="2"
  244. ImportLibrary="$(OutDir)/GSdx9.lib"
  245. TargetMachine="1"/>
  246. <Tool 
  247. Name="LibrarianTool"/>
  248. <Tool 
  249. Name="ResCmplrTool"
  250. PreprocessorDefinitions="NDEBUG"
  251. Culture="1033"
  252. AdditionalIncludeDirectories="$(IntDir)"/>
  253. <Tool 
  254. Name="MidlCmplrTool"
  255. PreprocessorDefinitions="NDEBUG"
  256. MkTypLibCompatible="0"/>
  257. <Tool 
  258. Name="BscMakeTool"/>
  259. <Tool 
  260. Name="PreBuildEventTool"/>
  261. <Tool 
  262. Name="PreLinkEventTool"/>
  263. <Tool 
  264. Name="PostBuildEventTool"/>
  265. <Tool 
  266. Name="CustomTool"/>
  267. <Tool 
  268. Name="CustomNodeTool"/>
  269. </Configuration>
  270. </Configurations>
  271. <Files>
  272. <File 
  273. RelativePath=".GS.cpp"/>
  274. <File 
  275. RelativePath=".GSCapture.cpp"/>
  276. <File 
  277. RelativePath=".GSCaptureDlg.cpp"/>
  278. <File 
  279. RelativePath=".GSdx9.cpp"/>
  280. <File 
  281. RelativePath=".GSdx9.def"/>
  282. <File 
  283. RelativePath=".GSHash.cpp">
  284. <FileConfiguration 
  285. Name="ReleaseSSE2|Win32">
  286. <Tool 
  287. Name="CppCmplrTool"
  288. AssemblerOutput="4"/>
  289. </FileConfiguration>
  290. </File>
  291. <File 
  292. RelativePath=".GSLocalMemory.cpp">
  293. <FileConfiguration 
  294. Name="ReleaseSSE2|Win32">
  295. <Tool 
  296. Name="CppCmplrTool"
  297. AssemblerOutput="4"/>
  298. </FileConfiguration>
  299. </File>
  300. <File 
  301. RelativePath=".GSPerfMon.cpp"/>
  302. <File 
  303. RelativePath=".GSRegs.cpp"/>
  304. <File 
  305. RelativePath=".GSRenderer.cpp"/>
  306. <File 
  307. RelativePath=".GSRendererHW.cpp">
  308. <FileConfiguration 
  309. Name="ReleaseSSE2|Win32">
  310. <Tool 
  311. Name="CppCmplrTool"
  312. GeneratePreprocessedFile="0"/>
  313. </FileConfiguration>
  314. </File>
  315. <File 
  316. RelativePath=".GSRendererNull.cpp"/>
  317. <File 
  318. RelativePath=".GSRendererSoft.cpp">
  319. <FileConfiguration 
  320. Name="ReleaseSSE2|Win32">
  321. <Tool 
  322. Name="CppCmplrTool"
  323. AssemblerOutput="4"/>
  324. </FileConfiguration>
  325. </File>
  326. <File 
  327. RelativePath=".gssettingsdlg.cpp"/>
  328. <File 
  329. RelativePath=".GSSoftVertex.cpp"/>
  330. <File 
  331. RelativePath=".GSState.cpp">
  332. <FileConfiguration 
  333. Name="ReleaseSSE2|Win32">
  334. <Tool 
  335. Name="CppCmplrTool"
  336. AssemblerOutput="4"/>
  337. </FileConfiguration>
  338. </File>
  339. <File 
  340. RelativePath=".GSTables.cpp"/>
  341. <File 
  342. RelativePath=".GSTextureCache.cpp"/>
  343. <File 
  344. RelativePath=".GSTransfer.cpp"/>
  345. <File 
  346. RelativePath=".GSUtil.cpp"/>
  347. <File 
  348. RelativePath=".GSVertexList.cpp"/>
  349. <File 
  350. RelativePath=".GSWnd.cpp"/>
  351. <File 
  352. RelativePath=".stdafx.cpp">
  353. <FileConfiguration 
  354. Name="Debug|Win32">
  355. <Tool 
  356. Name="CppCmplrTool"
  357. UsePrecompiledHeader="1"/>
  358. </FileConfiguration>
  359. <FileConfiguration 
  360. Name="Release|Win32">
  361. <Tool 
  362. Name="CppCmplrTool"
  363. UsePrecompiledHeader="1"/>
  364. </FileConfiguration>
  365. <FileConfiguration 
  366. Name="DebugSSE2|Win32">
  367. <Tool 
  368. Name="CppCmplrTool"
  369. UsePrecompiledHeader="1"/>
  370. </FileConfiguration>
  371. <FileConfiguration 
  372. Name="ReleaseSSE2|Win32">
  373. <Tool 
  374. Name="CppCmplrTool"
  375. UsePrecompiledHeader="1"/>
  376. </FileConfiguration>
  377. </File>
  378. <File 
  379. RelativePath=".x86-32.asm">
  380. <FileConfiguration 
  381. Name="Debug|Win32">
  382. <Tool 
  383. Name="CustomTool"
  384. CommandLine="ml /nologo /c /Zi /Fo&quot;$(IntDir)$(InputName).obj&quot; &quot;$(InputPath)&quot;
  385. "
  386. Outputs="$(IntDir)$(InputName).obj"/>
  387. </FileConfiguration>
  388. <FileConfiguration 
  389. Name="Release|Win32">
  390. <Tool 
  391. Name="CustomTool"
  392. CommandLine="ml /nologo /c /Zi /Fo&quot;$(IntDir)$(InputName).obj&quot; &quot;$(InputPath)&quot;
  393. "
  394. Outputs="$(IntDir)$(InputName).obj"/>
  395. </FileConfiguration>
  396. <FileConfiguration 
  397. Name="DebugSSE2|Win32">
  398. <Tool 
  399. Name="CustomTool"
  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="ReleaseSSE2|Win32">
  406. <Tool 
  407. Name="CustomTool"
  408. CommandLine="ml /nologo /c /Zi /Fo&quot;$(IntDir)$(InputName).obj&quot; &quot;$(InputPath)&quot;
  409. "
  410. Outputs="$(IntDir)$(InputName).obj"/>
  411. </FileConfiguration>
  412. </File>
  413. <File 
  414. RelativePath=".x86-64.asm">
  415. <FileConfiguration 
  416. Name="Debug|Win32">
  417. <Tool 
  418. Name="GeneralTool"
  419. ExcludedFromBuild="1"/>
  420. </FileConfiguration>
  421. <FileConfiguration 
  422. Name="Release|Win32">
  423. <Tool 
  424. Name="GeneralTool"
  425. ExcludedFromBuild="1"/>
  426. </FileConfiguration>
  427. <FileConfiguration 
  428. Name="DebugSSE2|Win32">
  429. <Tool 
  430. Name="GeneralTool"
  431. ExcludedFromBuild="1"/>
  432. </FileConfiguration>
  433. <FileConfiguration 
  434. Name="ReleaseSSE2|Win32">
  435. <Tool 
  436. Name="GeneralTool"
  437. ExcludedFromBuild="1"/>
  438. </FileConfiguration>
  439. </File>
  440. <File 
  441. RelativePath=".x86.cpp">
  442. <FileConfiguration 
  443. Name="ReleaseSSE2|Win32">
  444. <Tool 
  445. Name="CppCmplrTool"
  446. AssemblerOutput="4"/>
  447. </FileConfiguration>
  448. </File>
  449. <File 
  450. RelativePath=".gs.h"/>
  451. <File 
  452. RelativePath=".GSCapture.h"/>
  453. <File 
  454. RelativePath=".GSCaptureDlg.h"/>
  455. <File 
  456. RelativePath=".GSdx9.h"/>
  457. <File 
  458. RelativePath=".GSHash.h"/>
  459. <File 
  460. RelativePath=".gslocalmemory.h"/>
  461. <File 
  462. RelativePath=".GSPerfMon.h"/>
  463. <File 
  464. RelativePath=".GSRenderer.h"/>
  465. <File 
  466. RelativePath=".GSRendererHW.h"/>
  467. <File 
  468. RelativePath=".GSRendererNull.h"/>
  469. <File 
  470. RelativePath=".GSRendererSoft.h"/>
  471. <File 
  472. RelativePath=".gssettingsdlg.h"/>
  473. <File 
  474. RelativePath=".GSSoftVertex.h"/>
  475. <File 
  476. RelativePath=".GSSoftVertexFP.h"/>
  477. <File 
  478. RelativePath=".GSSoftVertexFX.h"/>
  479. <File 
  480. RelativePath=".GSState.h"/>
  481. <File 
  482. RelativePath=".GSTables.h"/>
  483. <File 
  484. RelativePath=".GSTextureCache.h"/>
  485. <File 
  486. RelativePath=".GSUtil.h"/>
  487. <File 
  488. RelativePath=".GSVertexList.h"/>
  489. <File 
  490. RelativePath=".GSWnd.h"/>
  491. <File 
  492. RelativePath=".resource.h"/>
  493. <File 
  494. RelativePath=".stdafx.h"/>
  495. <File 
  496. RelativePath=".x86.h"/>
  497. <File 
  498. RelativePath=".GSdx9.rc"/>
  499. <File 
  500. RelativePath=".resGSdx9.rc2"/>
  501. <File 
  502. RelativePath=".resps11_en00.psh"/>
  503. <File 
  504. RelativePath=".resps11_en01.psh"/>
  505. <File 
  506. RelativePath=".resps11_en10.psh"/>
  507. <File 
  508. RelativePath=".resps11_en11.psh"/>
  509. <File 
  510. RelativePath=".resps11_tfx000.psh"/>
  511. <File 
  512. RelativePath=".resps11_tfx010.psh"/>
  513. <File 
  514. RelativePath=".resps11_tfx011.psh"/>
  515. <File 
  516. RelativePath=".resps11_tfx1x0.psh"/>
  517. <File 
  518. RelativePath=".resps11_tfx1x1.psh"/>
  519. <File 
  520. RelativePath=".resps11_tfx200.psh"/>
  521. <File 
  522. RelativePath=".resps11_tfx210.psh"/>
  523. <File 
  524. RelativePath=".resps11_tfx211.psh"/>
  525. <File 
  526. RelativePath=".resps11_tfx300.psh"/>
  527. <File 
  528. RelativePath=".resps11_tfx310.psh"/>
  529. <File 
  530. RelativePath=".resps11_tfx311.psh"/>
  531. <File 
  532. RelativePath=".resps11_tfx4xx.psh"/>
  533. <File 
  534. RelativePath=".resps20_merge.fx"/>
  535. <File 
  536. RelativePath=".resps20_tfx.fx"/>
  537. </Files>
  538. </VisualStudioProject>