LogModule.vcproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="LogModule"
  6. ProjectGUID="{276AAD30-D6EF-47E3-9CF4-5631FBBC446D}"
  7. RootNamespace="LogModule"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="2"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\cJson;..\iconv"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LOGMODULE_EXPORTS"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. UsePrecompiledHeader="2"
  51. WarningLevel="3"
  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. GenerateDebugInformation="true"
  67. SubSystem="2"
  68. TargetMachine="1"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCManifestTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCAppVerifierTool"
  87. />
  88. <Tool
  89. Name="VCPostBuildEventTool"
  90. CommandLine="copy $(TargetPath) E:\SAT\SAT_Runner\btc_runner_se\runner\Bll\$(TargetFileName) /y/a"
  91. />
  92. </Configuration>
  93. <Configuration
  94. Name="Release|Win32"
  95. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  96. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  97. ConfigurationType="2"
  98. UseOfMFC="2"
  99. CharacterSet="2"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="2"
  120. EnableIntrinsicFunctions="true"
  121. AdditionalIncludeDirectories="..\cJson;..\iconv"
  122. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LOGMODULE_EXPORTS"
  123. RuntimeLibrary="2"
  124. EnableFunctionLevelLinking="true"
  125. UsePrecompiledHeader="2"
  126. WarningLevel="3"
  127. DebugInformationFormat="3"
  128. />
  129. <Tool
  130. Name="VCManagedResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCPreLinkEventTool"
  137. />
  138. <Tool
  139. Name="VCLinkerTool"
  140. LinkIncremental="1"
  141. GenerateDebugInformation="true"
  142. SubSystem="2"
  143. OptimizeReferences="2"
  144. EnableCOMDATFolding="2"
  145. TargetMachine="1"
  146. />
  147. <Tool
  148. Name="VCALinkTool"
  149. />
  150. <Tool
  151. Name="VCManifestTool"
  152. />
  153. <Tool
  154. Name="VCXDCMakeTool"
  155. />
  156. <Tool
  157. Name="VCBscMakeTool"
  158. />
  159. <Tool
  160. Name="VCFxCopTool"
  161. />
  162. <Tool
  163. Name="VCAppVerifierTool"
  164. />
  165. <Tool
  166. Name="VCPostBuildEventTool"
  167. CommandLine="copy $(TargetPath) E:\SAT\SAT_Runner\btc_runner_se\runner\Bll\$(TargetFileName) /y/a"
  168. />
  169. </Configuration>
  170. </Configurations>
  171. <References>
  172. </References>
  173. <Files>
  174. <Filter
  175. Name="Ô´Îļþ"
  176. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  177. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  178. >
  179. <File
  180. RelativePath=".\Global.cpp"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\IOCPModel.cpp"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\LogModule.cpp"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\stdafx.cpp"
  193. >
  194. <FileConfiguration
  195. Name="Debug|Win32"
  196. >
  197. <Tool
  198. Name="VCCLCompilerTool"
  199. UsePrecompiledHeader="1"
  200. />
  201. </FileConfiguration>
  202. <FileConfiguration
  203. Name="Release|Win32"
  204. >
  205. <Tool
  206. Name="VCCLCompilerTool"
  207. UsePrecompiledHeader="1"
  208. />
  209. </FileConfiguration>
  210. </File>
  211. </Filter>
  212. <Filter
  213. Name="Í·Îļþ"
  214. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  215. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  216. >
  217. <File
  218. RelativePath=".\CritSection.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\Global.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\IOCPModel.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\LogModule.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\Resource.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\stdafx.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\targetver.h"
  243. >
  244. </File>
  245. </Filter>
  246. <Filter
  247. Name="×ÊÔ´Îļþ"
  248. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  249. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  250. >
  251. <File
  252. RelativePath=".\LogModule.rc"
  253. >
  254. </File>
  255. </Filter>
  256. <Filter
  257. Name="cJson"
  258. >
  259. <File
  260. RelativePath="..\cJson\cJSON.c"
  261. >
  262. <FileConfiguration
  263. Name="Debug|Win32"
  264. >
  265. <Tool
  266. Name="VCCLCompilerTool"
  267. UsePrecompiledHeader="0"
  268. />
  269. </FileConfiguration>
  270. <FileConfiguration
  271. Name="Release|Win32"
  272. >
  273. <Tool
  274. Name="VCCLCompilerTool"
  275. UsePrecompiledHeader="0"
  276. />
  277. </FileConfiguration>
  278. </File>
  279. <File
  280. RelativePath="..\cJson\cJSON.h"
  281. >
  282. </File>
  283. </Filter>
  284. <File
  285. RelativePath=".\ReadMe.txt"
  286. >
  287. </File>
  288. </Files>
  289. <Globals>
  290. </Globals>
  291. </VisualStudioProject>