Matrices_2008.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Matrices"
  6. ProjectGUID="{D3D09003-96D0-4629-88B8-122C0256058C}"
  7. RootNamespace="Matrices"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="Debug"
  25. IntermediateDirectory="Debug"
  26. ConfigurationType="1"
  27. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  28. CharacterSet="1"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="DXUT\Core;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin&quot;;&quot;$(SolutionDir)Source&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly\Optional&quot;"
  49. PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PROFILE;_WINDOWS"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="0"
  52. RuntimeLibrary="1"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="3"
  55. Detect64BitPortabilityProblems="false"
  56. DebugInformationFormat="4"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. AdditionalOptions="/IGNORE:4089"
  70. AdditionalDependencies="d3dxof.lib dxguid.lib d3dx9d.lib d3d9.lib winmm.lib ws2_32.lib"
  71. OutputFile="$(OutDir)/Matrices.exe"
  72. LinkIncremental="2"
  73. GenerateManifest="false"
  74. GenerateDebugInformation="true"
  75. ProgramDatabaseFile="$(OutDir)/Matrices.pdb"
  76. SubSystem="2"
  77. RandomizedBaseAddress="1"
  78. DataExecutionPrevention="0"
  79. TargetMachine="1"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. EmbedManifest="false"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCAppVerifierTool"
  99. />
  100. <Tool
  101. Name="VCPostBuildEventTool"
  102. />
  103. </Configuration>
  104. <Configuration
  105. Name="Debug|x64"
  106. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  107. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  108. ConfigurationType="1"
  109. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  110. CharacterSet="1"
  111. >
  112. <Tool
  113. Name="VCPreBuildEventTool"
  114. />
  115. <Tool
  116. Name="VCCustomBuildTool"
  117. />
  118. <Tool
  119. Name="VCXMLDataGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCMIDLTool"
  126. TargetEnvironment="3"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. Optimization="0"
  131. AdditionalIncludeDirectories="DXUT\Core"
  132. PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PROFILE;_WINDOWS"
  133. MinimalRebuild="true"
  134. BasicRuntimeChecks="0"
  135. RuntimeLibrary="1"
  136. UsePrecompiledHeader="0"
  137. WarningLevel="3"
  138. Detect64BitPortabilityProblems="false"
  139. DebugInformationFormat="3"
  140. />
  141. <Tool
  142. Name="VCManagedResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCResourceCompilerTool"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLinkerTool"
  152. AdditionalOptions="/IGNORE:4089"
  153. AdditionalDependencies="d3dxof.lib dxguid.lib d3dx9d.lib d3d9.lib winmm.lib"
  154. OutputFile="$(OutDir)/Matrices.exe"
  155. LinkIncremental="2"
  156. GenerateManifest="false"
  157. GenerateDebugInformation="true"
  158. ProgramDatabaseFile="$(OutDir)/Matrices.pdb"
  159. SubSystem="2"
  160. RandomizedBaseAddress="1"
  161. DataExecutionPrevention="0"
  162. TargetMachine="17"
  163. />
  164. <Tool
  165. Name="VCALinkTool"
  166. />
  167. <Tool
  168. Name="VCManifestTool"
  169. EmbedManifest="false"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. />
  177. <Tool
  178. Name="VCFxCopTool"
  179. />
  180. <Tool
  181. Name="VCAppVerifierTool"
  182. />
  183. <Tool
  184. Name="VCPostBuildEventTool"
  185. />
  186. </Configuration>
  187. <Configuration
  188. Name="Release|Win32"
  189. OutputDirectory="Release"
  190. IntermediateDirectory="Release"
  191. ConfigurationType="1"
  192. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  193. CharacterSet="1"
  194. >
  195. <Tool
  196. Name="VCPreBuildEventTool"
  197. />
  198. <Tool
  199. Name="VCCustomBuildTool"
  200. />
  201. <Tool
  202. Name="VCXMLDataGeneratorTool"
  203. />
  204. <Tool
  205. Name="VCWebServiceProxyGeneratorTool"
  206. />
  207. <Tool
  208. Name="VCMIDLTool"
  209. />
  210. <Tool
  211. Name="VCCLCompilerTool"
  212. Optimization="2"
  213. InlineFunctionExpansion="1"
  214. OmitFramePointers="true"
  215. AdditionalIncludeDirectories="DXUT\Core;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin&quot;;&quot;$(SolutionDir)Source&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ClientOnly\Optional&quot;"
  216. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  217. StringPooling="true"
  218. RuntimeLibrary="0"
  219. BufferSecurityCheck="false"
  220. EnableFunctionLevelLinking="true"
  221. UsePrecompiledHeader="0"
  222. WarningLevel="3"
  223. Detect64BitPortabilityProblems="false"
  224. DebugInformationFormat="3"
  225. />
  226. <Tool
  227. Name="VCManagedResourceCompilerTool"
  228. />
  229. <Tool
  230. Name="VCResourceCompilerTool"
  231. />
  232. <Tool
  233. Name="VCPreLinkEventTool"
  234. />
  235. <Tool
  236. Name="VCLinkerTool"
  237. AdditionalOptions="/IGNORE:4089"
  238. AdditionalDependencies="d3dxof.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib ws2_32.lib"
  239. OutputFile="$(OutDir)/Matrices.exe"
  240. LinkIncremental="1"
  241. GenerateManifest="false"
  242. GenerateDebugInformation="true"
  243. SubSystem="2"
  244. OptimizeReferences="2"
  245. EnableCOMDATFolding="2"
  246. RandomizedBaseAddress="1"
  247. DataExecutionPrevention="0"
  248. TargetMachine="1"
  249. />
  250. <Tool
  251. Name="VCALinkTool"
  252. />
  253. <Tool
  254. Name="VCManifestTool"
  255. EmbedManifest="false"
  256. />
  257. <Tool
  258. Name="VCXDCMakeTool"
  259. />
  260. <Tool
  261. Name="VCBscMakeTool"
  262. />
  263. <Tool
  264. Name="VCFxCopTool"
  265. />
  266. <Tool
  267. Name="VCAppVerifierTool"
  268. />
  269. <Tool
  270. Name="VCPostBuildEventTool"
  271. />
  272. </Configuration>
  273. <Configuration
  274. Name="Release|x64"
  275. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  276. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  277. ConfigurationType="1"
  278. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  279. CharacterSet="1"
  280. >
  281. <Tool
  282. Name="VCPreBuildEventTool"
  283. />
  284. <Tool
  285. Name="VCCustomBuildTool"
  286. />
  287. <Tool
  288. Name="VCXMLDataGeneratorTool"
  289. />
  290. <Tool
  291. Name="VCWebServiceProxyGeneratorTool"
  292. />
  293. <Tool
  294. Name="VCMIDLTool"
  295. TargetEnvironment="3"
  296. />
  297. <Tool
  298. Name="VCCLCompilerTool"
  299. Optimization="2"
  300. InlineFunctionExpansion="1"
  301. OmitFramePointers="true"
  302. AdditionalIncludeDirectories="DXUT\Core"
  303. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  304. StringPooling="true"
  305. RuntimeLibrary="0"
  306. BufferSecurityCheck="false"
  307. EnableFunctionLevelLinking="true"
  308. UsePrecompiledHeader="0"
  309. WarningLevel="3"
  310. Detect64BitPortabilityProblems="false"
  311. DebugInformationFormat="3"
  312. />
  313. <Tool
  314. Name="VCManagedResourceCompilerTool"
  315. />
  316. <Tool
  317. Name="VCResourceCompilerTool"
  318. />
  319. <Tool
  320. Name="VCPreLinkEventTool"
  321. />
  322. <Tool
  323. Name="VCLinkerTool"
  324. AdditionalOptions="/IGNORE:4089"
  325. AdditionalDependencies="d3dxof.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib"
  326. OutputFile="$(OutDir)/Matrices.exe"
  327. LinkIncremental="1"
  328. GenerateManifest="false"
  329. GenerateDebugInformation="true"
  330. SubSystem="2"
  331. OptimizeReferences="2"
  332. EnableCOMDATFolding="2"
  333. RandomizedBaseAddress="1"
  334. DataExecutionPrevention="0"
  335. TargetMachine="17"
  336. />
  337. <Tool
  338. Name="VCALinkTool"
  339. />
  340. <Tool
  341. Name="VCManifestTool"
  342. EmbedManifest="false"
  343. />
  344. <Tool
  345. Name="VCXDCMakeTool"
  346. />
  347. <Tool
  348. Name="VCBscMakeTool"
  349. />
  350. <Tool
  351. Name="VCFxCopTool"
  352. />
  353. <Tool
  354. Name="VCAppVerifierTool"
  355. />
  356. <Tool
  357. Name="VCPostBuildEventTool"
  358. />
  359. </Configuration>
  360. </Configurations>
  361. <References>
  362. </References>
  363. <Files>
  364. <Filter
  365. Name="ClientLogger"
  366. >
  367. <File
  368. RelativePath="..\..\Optional\DX9_BackbufferGrabber.cpp"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\..\Optional\DX9_BackbufferGrabber.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\..\..\..\sqlite3.c"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\..\..\..\sqlite3.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\..\..\..\SQLite3ClientPlugin.cpp"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\..\..\..\SQLite3ClientPlugin.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\..\..\..\SQLite3PluginCommon.cpp"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\..\..\..\SQLite3PluginCommon.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\..\SQLiteClientLoggerPlugin.cpp"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\..\SQLiteClientLoggerPlugin.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\..\..\SQLiteLoggerCommon.cpp"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\..\..\SQLiteLoggerCommon.h"
  413. >
  414. </File>
  415. </Filter>
  416. <File
  417. RelativePath="DXUT\Optional\directx.ico"
  418. >
  419. </File>
  420. <File
  421. RelativePath="Matrices.cpp"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".\Matrices.manifest"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\Matrices.rc"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\resource.h"
  434. >
  435. </File>
  436. </Files>
  437. <Globals>
  438. </Globals>
  439. </VisualStudioProject>
粤ICP备19079148号