Log4C.vcproj 8.5 KB

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