Log4C.vcproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Log4C"
  6. ProjectGUID="{2CE4A92D-3CF6-4BFA-975A-C72EE8536141}"
  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. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="2"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  23. CharacterSet="2"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="..\Log4C"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LOG4C_EXPORTS;XML_STATIC;LOG4C_ENABLE"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="1"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. LinkIncremental="2"
  65. ModuleDefinitionFile="log4c.def"
  66. GenerateDebugInformation="true"
  67. ProgramDatabaseFile="$(OutDir)/Log4C.pdb"
  68. SubSystem="2"
  69. RandomizedBaseAddress="1"
  70. DataExecutionPrevention="0"
  71. ImportLibrary="lib/Log4C.lib"
  72. TargetMachine="1"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCManifestTool"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. CommandLine=""
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="2"
  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;_DEBUG;_WINDOWS;_USRDLL;LOG4C_EXPORTS;XML_STATIC;LOG4C_ENABLE"
  124. RuntimeLibrary="0"
  125. UsePrecompiledHeader="0"
  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. LinkIncremental="1"
  142. GenerateDebugInformation="true"
  143. SubSystem="2"
  144. OptimizeReferences="2"
  145. EnableCOMDATFolding="2"
  146. RandomizedBaseAddress="1"
  147. DataExecutionPrevention="0"
  148. ImportLibrary="lib/Log4C.lib"
  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. CommandLine=""
  172. />
  173. </Configuration>
  174. </Configurations>
  175. <References>
  176. </References>
  177. <Files>
  178. <Filter
  179. Name="Ô´Îļþ"
  180. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  181. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  182. >
  183. <File
  184. RelativePath=".\appender.c"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\appender_type_rollingfile.c"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\appender_type_stream.c"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\appender_type_stream2.c"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\category.c"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\init.c"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".\layout.c"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\layout_type_basic.c"
  213. >
  214. </File>
  215. <File
  216. RelativePath=".\layout_type_basic_r.c"
  217. >
  218. </File>
  219. <File
  220. RelativePath=".\layout_type_dated.c"
  221. >
  222. </File>
  223. <File
  224. RelativePath=".\layout_type_dated_r.c"
  225. >
  226. </File>
  227. <File
  228. RelativePath=".\layout_type_dated_threadid.c"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\log.c"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\log4c.def"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\logging_event.c"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\priority.c"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\rc.c"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\rollingpolicy.c"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\rollingpolicy_type_sizewin.c"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\sharedmemory.c"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\version.c"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\vosnt.c"
  269. >
  270. </File>
  271. </Filter>
  272. <Filter
  273. Name="Í·Îļþ"
  274. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  275. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  276. >
  277. </Filter>
  278. <Filter
  279. Name="×ÊÔ´Îļþ"
  280. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  281. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  282. >
  283. </Filter>
  284. <Filter
  285. Name="sd"
  286. >
  287. <File
  288. RelativePath=".\sd\defs.h"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\sd\domnode-xml-parser.c"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\sd\domnode-xml-parser.h"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\sd\domnode-xml-scanner.c"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\sd\domnode-xml-scanner.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\sd\domnode-xml.c"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\sd\domnode-xml.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\sd\domnode.c"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\sd\domnode.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\sd\error.c"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\sd\error.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\sd\expat.h"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\sd\expat_external.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\sd\factory.c"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\sd\factory.h"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\sd\hash.c"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\sd\hash.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\sd\list.c"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\sd\list.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\sd\malloc.c"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\sd\malloc.h"
  369. >
  370. </File>
  371. <File
  372. RelativePath=".\sd\sd_xplatform.c"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\sd\sd_xplatform.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\sd\sprintf.c"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\sd\sprintf.h"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\sd\stack.c"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\sd\stack.h"
  393. >
  394. </File>
  395. <Filter
  396. Name="include"
  397. >
  398. <File
  399. RelativePath=".\log4c\appender.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath=".\log4c\appender_type_rollingfile.h"
  404. >
  405. </File>
  406. <File
  407. RelativePath=".\log4c\appender_type_stream.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath=".\log4c\appender_type_stream2.h"
  412. >
  413. </File>
  414. <File
  415. RelativePath=".\log4c\buffer.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath=".\log4c\category.h"
  420. >
  421. </File>
  422. <File
  423. RelativePath=".\log4c\config-win32.h"
  424. >
  425. </File>
  426. <File
  427. RelativePath=".\log4c\defs.h"
  428. >
  429. </File>
  430. <File
  431. RelativePath=".\log4c\init.h"
  432. >
  433. </File>
  434. <File
  435. RelativePath=".\log4c\layout.h"
  436. >
  437. </File>
  438. <File
  439. RelativePath=".\log4c\layout_type_basic.h"
  440. >
  441. </File>
  442. <File
  443. RelativePath=".\log4c\layout_type_dated.h"
  444. >
  445. </File>
  446. <File
  447. RelativePath=".\log4c\location_info.h"
  448. >
  449. </File>
  450. <File
  451. RelativePath=".\log4c\logging_event.h"
  452. >
  453. </File>
  454. <File
  455. RelativePath=".\log4c\priority.h"
  456. >
  457. </File>
  458. <File
  459. RelativePath=".\log4c\rc.h"
  460. >
  461. </File>
  462. <File
  463. RelativePath=".\log4c\rollingpolicy.h"
  464. >
  465. </File>
  466. <File
  467. RelativePath=".\log4c\rollingpolicy_type_sizewin.h"
  468. >
  469. </File>
  470. <File
  471. RelativePath=".\log4c\version.h"
  472. >
  473. </File>
  474. </Filter>
  475. </Filter>
  476. </Files>
  477. <Globals>
  478. </Globals>
  479. </VisualStudioProject>