dumadetoursdll.vcproj 14 KB

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