testlog4c.vcproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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="3"
  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="$(SolutionDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  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. </Configurations>
  174. <References>
  175. </References>
  176. <Files>
  177. <Filter
  178. Name="Ô´Îļþ"
  179. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  180. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  181. >
  182. <File
  183. RelativePath=".\stdafx.cpp"
  184. >
  185. <FileConfiguration
  186. Name="Debug|Win32"
  187. >
  188. <Tool
  189. Name="VCCLCompilerTool"
  190. UsePrecompiledHeader="1"
  191. />
  192. </FileConfiguration>
  193. <FileConfiguration
  194. Name="Release|Win32"
  195. >
  196. <Tool
  197. Name="VCCLCompilerTool"
  198. UsePrecompiledHeader="1"
  199. />
  200. </FileConfiguration>
  201. </File>
  202. <File
  203. RelativePath=".\testlog4c.cpp"
  204. >
  205. </File>
  206. </Filter>
  207. <Filter
  208. Name="Í·Îļþ"
  209. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  210. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  211. >
  212. <File
  213. RelativePath=".\Log.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\log4c.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\stdafx.h"
  222. >
  223. </File>
  224. </Filter>
  225. <Filter
  226. Name="×ÊÔ´Îļþ"
  227. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  228. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  229. >
  230. </Filter>
  231. <File
  232. RelativePath=".\ReadMe.txt"
  233. >
  234. </File>
  235. </Files>
  236. <Globals>
  237. </Globals>
  238. </VisualStudioProject>