dumadetours.vcproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="dumadetours"
  6. ProjectGUID="{E6C785A7-4412-485F-AFA0-B4FC69976E05}"
  7. RootNamespace="dumadetours"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="Debug"
  21. IntermediateDirectory="Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="&quot;$(SolutionDir)..\detours\include&quot;"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="2"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="$(SolutionDir)..\detours\lib\detours.lib"
  66. OutputFile="$(OutDir)/dumadetours.exe"
  67. LinkIncremental="2"
  68. GenerateDebugInformation="true"
  69. ProgramDatabaseFile="$(OutDir)/dumadetours.pdb"
  70. SubSystem="1"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCWebDeploymentTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="Release"
  101. IntermediateDirectory="Release"
  102. ConfigurationType="1"
  103. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  104. CharacterSet="2"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. AdditionalIncludeDirectories="C:\Projects\detours\include"
  124. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  125. RuntimeLibrary="0"
  126. UsePrecompiledHeader="2"
  127. WarningLevel="3"
  128. Detect64BitPortabilityProblems="true"
  129. DebugInformationFormat="3"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. AdditionalDependencies="C:\Projects\detours\lib\detours.lib"
  143. OutputFile="$(OutDir)/dumadetours.exe"
  144. LinkIncremental="1"
  145. GenerateDebugInformation="true"
  146. SubSystem="1"
  147. OptimizeReferences="2"
  148. EnableCOMDATFolding="2"
  149. TargetMachine="1"
  150. />
  151. <Tool
  152. Name="VCALinkTool"
  153. />
  154. <Tool
  155. Name="VCManifestTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCAppVerifierTool"
  168. />
  169. <Tool
  170. Name="VCWebDeploymentTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. />
  175. </Configuration>
  176. <Configuration
  177. Name="Detours1.5|Win32"
  178. OutputDirectory="$(ConfigurationName)"
  179. IntermediateDirectory="$(ConfigurationName)"
  180. ConfigurationType="1"
  181. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  182. CharacterSet="2"
  183. >
  184. <Tool
  185. Name="VCPreBuildEventTool"
  186. />
  187. <Tool
  188. Name="VCCustomBuildTool"
  189. />
  190. <Tool
  191. Name="VCXMLDataGeneratorTool"
  192. />
  193. <Tool
  194. Name="VCWebServiceProxyGeneratorTool"
  195. />
  196. <Tool
  197. Name="VCMIDLTool"
  198. />
  199. <Tool
  200. Name="VCCLCompilerTool"
  201. AdditionalIncludeDirectories="&quot;$(SolutionDir)..\detours\include&quot;;&quot;$(SolutionDir)..&quot;"
  202. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;DUMA_DUMA_DETOURS_VERSION=1.5"
  203. RuntimeLibrary="0"
  204. UsePrecompiledHeader="2"
  205. WarningLevel="3"
  206. Detect64BitPortabilityProblems="true"
  207. DebugInformationFormat="3"
  208. />
  209. <Tool
  210. Name="VCManagedResourceCompilerTool"
  211. />
  212. <Tool
  213. Name="VCResourceCompilerTool"
  214. />
  215. <Tool
  216. Name="VCPreLinkEventTool"
  217. />
  218. <Tool
  219. Name="VCLinkerTool"
  220. AdditionalDependencies="$(SolutionDir)..\detours\lib\detours.lib"
  221. OutputFile="$(OutDir)/dumadetours.exe"
  222. LinkIncremental="1"
  223. GenerateDebugInformation="true"
  224. SubSystem="1"
  225. OptimizeReferences="2"
  226. EnableCOMDATFolding="2"
  227. TargetMachine="1"
  228. />
  229. <Tool
  230. Name="VCALinkTool"
  231. />
  232. <Tool
  233. Name="VCManifestTool"
  234. />
  235. <Tool
  236. Name="VCXDCMakeTool"
  237. />
  238. <Tool
  239. Name="VCBscMakeTool"
  240. />
  241. <Tool
  242. Name="VCFxCopTool"
  243. />
  244. <Tool
  245. Name="VCAppVerifierTool"
  246. />
  247. <Tool
  248. Name="VCWebDeploymentTool"
  249. />
  250. <Tool
  251. Name="VCPostBuildEventTool"
  252. />
  253. </Configuration>
  254. <Configuration
  255. Name="Detours2.1|Win32"
  256. OutputDirectory="$(ConfigurationName)"
  257. IntermediateDirectory="$(ConfigurationName)"
  258. ConfigurationType="1"
  259. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  260. CharacterSet="2"
  261. >
  262. <Tool
  263. Name="VCPreBuildEventTool"
  264. />
  265. <Tool
  266. Name="VCCustomBuildTool"
  267. />
  268. <Tool
  269. Name="VCXMLDataGeneratorTool"
  270. />
  271. <Tool
  272. Name="VCWebServiceProxyGeneratorTool"
  273. />
  274. <Tool
  275. Name="VCMIDLTool"
  276. />
  277. <Tool
  278. Name="VCCLCompilerTool"
  279. AdditionalIncludeDirectories="&quot;$(SolutionDir)..\detours\include&quot;;&quot;$(SolutionDir)..&quot;"
  280. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;DUMA_DUMA_DETOURS_VERSION=1.5"
  281. RuntimeLibrary="0"
  282. UsePrecompiledHeader="2"
  283. WarningLevel="3"
  284. Detect64BitPortabilityProblems="true"
  285. DebugInformationFormat="3"
  286. />
  287. <Tool
  288. Name="VCManagedResourceCompilerTool"
  289. />
  290. <Tool
  291. Name="VCResourceCompilerTool"
  292. />
  293. <Tool
  294. Name="VCPreLinkEventTool"
  295. />
  296. <Tool
  297. Name="VCLinkerTool"
  298. AdditionalDependencies="$(SolutionDir)..\detours\lib\detours.lib"
  299. OutputFile="$(OutDir)/dumadetours.exe"
  300. LinkIncremental="1"
  301. GenerateDebugInformation="true"
  302. SubSystem="1"
  303. OptimizeReferences="2"
  304. EnableCOMDATFolding="2"
  305. TargetMachine="1"
  306. />
  307. <Tool
  308. Name="VCALinkTool"
  309. />
  310. <Tool
  311. Name="VCManifestTool"
  312. />
  313. <Tool
  314. Name="VCXDCMakeTool"
  315. />
  316. <Tool
  317. Name="VCBscMakeTool"
  318. />
  319. <Tool
  320. Name="VCFxCopTool"
  321. />
  322. <Tool
  323. Name="VCAppVerifierTool"
  324. />
  325. <Tool
  326. Name="VCWebDeploymentTool"
  327. />
  328. <Tool
  329. Name="VCPostBuildEventTool"
  330. />
  331. </Configuration>
  332. </Configurations>
  333. <References>
  334. </References>
  335. <Files>
  336. <Filter
  337. Name="Source Files"
  338. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  339. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  340. >
  341. <File
  342. RelativePath="..\..\dumadetours\dumadetours.cpp"
  343. >
  344. </File>
  345. <File
  346. RelativePath="..\..\dumadetours\stdafx.cpp"
  347. >
  348. <FileConfiguration
  349. Name="Debug|Win32"
  350. >
  351. <Tool
  352. Name="VCCLCompilerTool"
  353. UsePrecompiledHeader="1"
  354. />
  355. </FileConfiguration>
  356. <FileConfiguration
  357. Name="Release|Win32"
  358. >
  359. <Tool
  360. Name="VCCLCompilerTool"
  361. UsePrecompiledHeader="1"
  362. />
  363. </FileConfiguration>
  364. <FileConfiguration
  365. Name="Detours1.5|Win32"
  366. >
  367. <Tool
  368. Name="VCCLCompilerTool"
  369. UsePrecompiledHeader="1"
  370. />
  371. </FileConfiguration>
  372. <FileConfiguration
  373. Name="Detours2.1|Win32"
  374. >
  375. <Tool
  376. Name="VCCLCompilerTool"
  377. UsePrecompiledHeader="1"
  378. />
  379. </FileConfiguration>
  380. </File>
  381. </Filter>
  382. <Filter
  383. Name="Header Files"
  384. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  385. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  386. >
  387. <File
  388. RelativePath="..\..\dumadetours\stdafx.h"
  389. >
  390. </File>
  391. </Filter>
  392. <Filter
  393. Name="Resource Files"
  394. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  395. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  396. >
  397. </Filter>
  398. </Files>
  399. <Globals>
  400. </Globals>
  401. </VisualStudioProject>