WeChats.vcproj 5.8 KB

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