WxAdoInterface.vcproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="WxAdoInterface"
  6. ProjectGUID="{3DA33328-6F2A-4673-9A30-BB8791A88171}"
  7. RootNamespace="WxAdoInterface"
  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="4"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  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="..\Include;..\pb"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  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="VCLibrarianTool"
  65. AdditionalDependencies="libprotobufd.lib libprotobuf-lited.lib libprotocd.lib"
  66. AdditionalLibraryDirectories="..\lib;"
  67. />
  68. <Tool
  69. Name="VCALinkTool"
  70. />
  71. <Tool
  72. Name="VCXDCMakeTool"
  73. />
  74. <Tool
  75. Name="VCBscMakeTool"
  76. />
  77. <Tool
  78. Name="VCFxCopTool"
  79. />
  80. <Tool
  81. Name="VCPostBuildEventTool"
  82. />
  83. </Configuration>
  84. <Configuration
  85. Name="Release|Win32"
  86. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  87. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)\"
  88. ConfigurationType="4"
  89. UseOfMFC="2"
  90. CharacterSet="1"
  91. WholeProgramOptimization="1"
  92. >
  93. <Tool
  94. Name="VCPreBuildEventTool"
  95. />
  96. <Tool
  97. Name="VCCustomBuildTool"
  98. />
  99. <Tool
  100. Name="VCXMLDataGeneratorTool"
  101. />
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"
  104. />
  105. <Tool
  106. Name="VCMIDLTool"
  107. />
  108. <Tool
  109. Name="VCCLCompilerTool"
  110. Optimization="2"
  111. EnableIntrinsicFunctions="true"
  112. AdditionalIncludeDirectories="..\Include;..\pb"
  113. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  114. RuntimeLibrary="2"
  115. EnableFunctionLevelLinking="true"
  116. UsePrecompiledHeader="2"
  117. WarningLevel="3"
  118. DebugInformationFormat="3"
  119. />
  120. <Tool
  121. Name="VCManagedResourceCompilerTool"
  122. />
  123. <Tool
  124. Name="VCResourceCompilerTool"
  125. />
  126. <Tool
  127. Name="VCPreLinkEventTool"
  128. />
  129. <Tool
  130. Name="VCLibrarianTool"
  131. AdditionalDependencies="libprotobuf.lib libprotobuf-lite.lib libprotoc.lib"
  132. AdditionalLibraryDirectories="..\lib;"
  133. />
  134. <Tool
  135. Name="VCALinkTool"
  136. />
  137. <Tool
  138. Name="VCXDCMakeTool"
  139. />
  140. <Tool
  141. Name="VCBscMakeTool"
  142. />
  143. <Tool
  144. Name="VCFxCopTool"
  145. />
  146. <Tool
  147. Name="VCPostBuildEventTool"
  148. />
  149. </Configuration>
  150. </Configurations>
  151. <References>
  152. </References>
  153. <Files>
  154. <Filter
  155. Name="Ô´Îļþ"
  156. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  157. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  158. >
  159. <File
  160. RelativePath=".\Global.cpp"
  161. >
  162. </File>
  163. <File
  164. RelativePath=".\stdafx.cpp"
  165. >
  166. <FileConfiguration
  167. Name="Debug|Win32"
  168. >
  169. <Tool
  170. Name="VCCLCompilerTool"
  171. UsePrecompiledHeader="1"
  172. />
  173. </FileConfiguration>
  174. <FileConfiguration
  175. Name="Release|Win32"
  176. >
  177. <Tool
  178. Name="VCCLCompilerTool"
  179. UsePrecompiledHeader="1"
  180. />
  181. </FileConfiguration>
  182. </File>
  183. <File
  184. RelativePath=".\WxAdoImpl.cpp"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\WxAdoPool.cpp"
  189. >
  190. </File>
  191. </Filter>
  192. <Filter
  193. Name="Í·Îļþ"
  194. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  195. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  196. >
  197. <File
  198. RelativePath=".\CritSection.h"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\Global.h"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\IWxAdoInterface.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".\SafeList.h"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\stdafx.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\targetver.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\WxAdoImpl.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\WxAdoPool.h"
  227. >
  228. </File>
  229. </Filter>
  230. <Filter
  231. Name="×ÊÔ´Îļþ"
  232. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  233. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  234. >
  235. </Filter>
  236. <Filter
  237. Name="pb"
  238. >
  239. <File
  240. RelativePath="..\pb\msg.pb.cc"
  241. >
  242. <FileConfiguration
  243. Name="Debug|Win32"
  244. >
  245. <Tool
  246. Name="VCCLCompilerTool"
  247. UsePrecompiledHeader="0"
  248. />
  249. </FileConfiguration>
  250. <FileConfiguration
  251. Name="Release|Win32"
  252. >
  253. <Tool
  254. Name="VCCLCompilerTool"
  255. UsePrecompiledHeader="0"
  256. />
  257. </FileConfiguration>
  258. </File>
  259. <File
  260. RelativePath="..\pb\msg.pb.h"
  261. >
  262. </File>
  263. <File
  264. RelativePath="..\pb\table.pb.cc"
  265. >
  266. <FileConfiguration
  267. Name="Debug|Win32"
  268. >
  269. <Tool
  270. Name="VCCLCompilerTool"
  271. UsePrecompiledHeader="0"
  272. />
  273. </FileConfiguration>
  274. <FileConfiguration
  275. Name="Release|Win32"
  276. >
  277. <Tool
  278. Name="VCCLCompilerTool"
  279. UsePrecompiledHeader="0"
  280. />
  281. </FileConfiguration>
  282. </File>
  283. <File
  284. RelativePath="..\pb\table.pb.h"
  285. >
  286. </File>
  287. </Filter>
  288. <File
  289. RelativePath=".\ReadMe.txt"
  290. >
  291. </File>
  292. </Files>
  293. <Globals>
  294. </Globals>
  295. </VisualStudioProject>