Matrices_2005.vcproj 9.8 KB

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