dumatest.vcproj 9.7 KB

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