testlog4c.vcproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="testlog4c"
  6. ProjectGUID="{DE1B40A9-F04D-48ED-A1B9-D276CDF04EA5}"
  7. Keyword="Win32Proj"
  8. TargetFrameworkVersion="131072"
  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="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  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="..\Log4C\"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;LOG4C_ENABLE"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="2"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. CallingConvention="0"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. AdditionalDependencies="..\Log4C\lib\Log4C.lib"
  67. LinkIncremental="2"
  68. GenerateDebugInformation="true"
  69. ProgramDatabaseFile="$(OutDir)/testlog4c.pdb"
  70. SubSystem="1"
  71. RandomizedBaseAddress="1"
  72. DataExecutionPrevention="0"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="E:\Work\version\Tmp\testLog4C\Release"
  100. IntermediateDirectory="E:\Work\version\Tmp\testLog4C\Release"
  101. ConfigurationType="1"
  102. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  103. CharacterSet="2"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. AdditionalIncludeDirectories="..\Log4C\"
  123. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;LOG4C_ENABLE"
  124. RuntimeLibrary="0"
  125. UsePrecompiledHeader="2"
  126. WarningLevel="3"
  127. Detect64BitPortabilityProblems="true"
  128. DebugInformationFormat="3"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. AdditionalDependencies="..\Log4C\lib\Log4C.lib"
  142. LinkIncremental="1"
  143. GenerateDebugInformation="true"
  144. SubSystem="1"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. RandomizedBaseAddress="1"
  148. DataExecutionPrevention="0"
  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="VCPostBuildEventTool"
  171. />
  172. </Configuration>
  173. <Configuration
  174. Name="Debug_Unicode|Win32"
  175. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  176. IntermediateDirectory="$(ConfigurationName)"
  177. ConfigurationType="1"
  178. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  179. CharacterSet="1"
  180. >
  181. <Tool
  182. Name="VCPreBuildEventTool"
  183. />
  184. <Tool
  185. Name="VCCustomBuildTool"
  186. />
  187. <Tool
  188. Name="VCXMLDataGeneratorTool"
  189. />
  190. <Tool
  191. Name="VCWebServiceProxyGeneratorTool"
  192. />
  193. <Tool
  194. Name="VCMIDLTool"
  195. />
  196. <Tool
  197. Name="VCCLCompilerTool"
  198. Optimization="0"
  199. AdditionalIncludeDirectories="..\Log4C\"
  200. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;LOG4C_ENABLE"
  201. MinimalRebuild="true"
  202. BasicRuntimeChecks="3"
  203. RuntimeLibrary="1"
  204. UsePrecompiledHeader="2"
  205. WarningLevel="3"
  206. Detect64BitPortabilityProblems="true"
  207. DebugInformationFormat="4"
  208. CallingConvention="0"
  209. />
  210. <Tool
  211. Name="VCManagedResourceCompilerTool"
  212. />
  213. <Tool
  214. Name="VCResourceCompilerTool"
  215. />
  216. <Tool
  217. Name="VCPreLinkEventTool"
  218. />
  219. <Tool
  220. Name="VCLinkerTool"
  221. AdditionalDependencies="..\Log4C\lib\Log4C.lib"
  222. OutputFile="$(OutDir)\$(ProjectName).exe"
  223. LinkIncremental="2"
  224. GenerateDebugInformation="true"
  225. ProgramDatabaseFile="$(OutDir)/testlog4c.pdb"
  226. SubSystem="1"
  227. RandomizedBaseAddress="1"
  228. DataExecutionPrevention="0"
  229. TargetMachine="1"
  230. />
  231. <Tool
  232. Name="VCALinkTool"
  233. />
  234. <Tool
  235. Name="VCManifestTool"
  236. />
  237. <Tool
  238. Name="VCXDCMakeTool"
  239. />
  240. <Tool
  241. Name="VCBscMakeTool"
  242. />
  243. <Tool
  244. Name="VCFxCopTool"
  245. />
  246. <Tool
  247. Name="VCAppVerifierTool"
  248. />
  249. <Tool
  250. Name="VCPostBuildEventTool"
  251. />
  252. </Configuration>
  253. <Configuration
  254. Name="Release_Unicode|Win32"
  255. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  256. IntermediateDirectory="$(ConfigurationName)"
  257. ConfigurationType="1"
  258. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  259. CharacterSet="1"
  260. >
  261. <Tool
  262. Name="VCPreBuildEventTool"
  263. />
  264. <Tool
  265. Name="VCCustomBuildTool"
  266. />
  267. <Tool
  268. Name="VCXMLDataGeneratorTool"
  269. />
  270. <Tool
  271. Name="VCWebServiceProxyGeneratorTool"
  272. />
  273. <Tool
  274. Name="VCMIDLTool"
  275. />
  276. <Tool
  277. Name="VCCLCompilerTool"
  278. AdditionalIncludeDirectories="..\Log4C\"
  279. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;LOG4C_ENABLE"
  280. RuntimeLibrary="0"
  281. UsePrecompiledHeader="2"
  282. WarningLevel="3"
  283. Detect64BitPortabilityProblems="true"
  284. DebugInformationFormat="3"
  285. />
  286. <Tool
  287. Name="VCManagedResourceCompilerTool"
  288. />
  289. <Tool
  290. Name="VCResourceCompilerTool"
  291. />
  292. <Tool
  293. Name="VCPreLinkEventTool"
  294. />
  295. <Tool
  296. Name="VCLinkerTool"
  297. AdditionalDependencies="..\Log4C\lib\Log4C.lib"
  298. LinkIncremental="1"
  299. GenerateDebugInformation="true"
  300. SubSystem="1"
  301. OptimizeReferences="2"
  302. EnableCOMDATFolding="2"
  303. RandomizedBaseAddress="1"
  304. DataExecutionPrevention="0"
  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="VCPostBuildEventTool"
  327. />
  328. </Configuration>
  329. </Configurations>
  330. <References>
  331. </References>
  332. <Files>
  333. <Filter
  334. Name="Ô´Îļþ"
  335. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  336. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  337. >
  338. <File
  339. RelativePath=".\stdafx.cpp"
  340. >
  341. <FileConfiguration
  342. Name="Debug|Win32"
  343. >
  344. <Tool
  345. Name="VCCLCompilerTool"
  346. UsePrecompiledHeader="1"
  347. />
  348. </FileConfiguration>
  349. <FileConfiguration
  350. Name="Release|Win32"
  351. >
  352. <Tool
  353. Name="VCCLCompilerTool"
  354. UsePrecompiledHeader="1"
  355. />
  356. </FileConfiguration>
  357. <FileConfiguration
  358. Name="Debug_Unicode|Win32"
  359. >
  360. <Tool
  361. Name="VCCLCompilerTool"
  362. UsePrecompiledHeader="1"
  363. />
  364. </FileConfiguration>
  365. <FileConfiguration
  366. Name="Release_Unicode|Win32"
  367. >
  368. <Tool
  369. Name="VCCLCompilerTool"
  370. UsePrecompiledHeader="1"
  371. />
  372. </FileConfiguration>
  373. </File>
  374. <File
  375. RelativePath=".\testlog4c.cpp"
  376. >
  377. </File>
  378. </Filter>
  379. <Filter
  380. Name="Í·Îļþ"
  381. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  382. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  383. >
  384. <File
  385. RelativePath=".\Log.h"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\log4c.h"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\stdafx.h"
  394. >
  395. </File>
  396. </Filter>
  397. <Filter
  398. Name="×ÊÔ´Îļþ"
  399. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  400. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  401. >
  402. </Filter>
  403. <File
  404. RelativePath=".\ReadMe.txt"
  405. >
  406. </File>
  407. </Files>
  408. <Globals>
  409. </Globals>
  410. </VisualStudioProject>