lyfzUpgrade.vcproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="lyfzUpgrade"
  6. ProjectGUID="{FD221F71-2EE8-428E-982D-D5C0F16C6F83}"
  7. RootNamespace="lyfzUpgrade"
  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="..\..\..\..\输出文件\lyfUpgradeInternal\Debug"
  22. IntermediateDirectory="..\..\..\..\输出文件\lyfUpgradeInternal\Debug"
  23. ConfigurationType="1"
  24. UseOfMFC="1"
  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. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="2"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. AdditionalDependencies="odbc32.lib"
  65. OutputFile="..\..\..\..\lyfzClassicSoft\InternalServices\lyfzInternalUpgrade.exe"
  66. LinkIncremental="2"
  67. UACExecutionLevel="2"
  68. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  69. GenerateDebugInformation="true"
  70. SubSystem="1"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="..\..\..\..\输出文件\lyfUpgradeInternal\Release"
  98. IntermediateDirectory="..\..\..\..\输出文件\lyfUpgradeInternal\Release"
  99. ConfigurationType="1"
  100. UseOfMFC="1"
  101. CharacterSet="2"
  102. WholeProgramOptimization="1"
  103. >
  104. <Tool
  105. Name="VCPreBuildEventTool"
  106. />
  107. <Tool
  108. Name="VCCustomBuildTool"
  109. />
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCMIDLTool"
  118. />
  119. <Tool
  120. Name="VCCLCompilerTool"
  121. Optimization="2"
  122. EnableIntrinsicFunctions="true"
  123. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  124. RuntimeLibrary="0"
  125. EnableFunctionLevelLinking="true"
  126. UsePrecompiledHeader="2"
  127. WarningLevel="3"
  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="odbc32.lib"
  142. OutputFile="..\..\..\..\lyfzClassicSoft\InternalServices\lyfzInternalUpgrade.exe"
  143. LinkIncremental="1"
  144. UACExecutionLevel="2"
  145. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  146. GenerateDebugInformation="true"
  147. SubSystem="1"
  148. OptimizeReferences="2"
  149. EnableCOMDATFolding="2"
  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. />
  173. </Configuration>
  174. </Configurations>
  175. <References>
  176. </References>
  177. <Files>
  178. <Filter
  179. Name="源文件"
  180. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  181. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  182. >
  183. <File
  184. RelativePath=".\lyfzUpgrade.cpp"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\stdafx.cpp"
  189. >
  190. <FileConfiguration
  191. Name="Debug|Win32"
  192. >
  193. <Tool
  194. Name="VCCLCompilerTool"
  195. UsePrecompiledHeader="1"
  196. />
  197. </FileConfiguration>
  198. <FileConfiguration
  199. Name="Release|Win32"
  200. >
  201. <Tool
  202. Name="VCCLCompilerTool"
  203. UsePrecompiledHeader="1"
  204. />
  205. </FileConfiguration>
  206. </File>
  207. </Filter>
  208. <Filter
  209. Name="头文件"
  210. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  211. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  212. >
  213. <File
  214. RelativePath=".\lyfzUpgrade.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\Resource.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\stdafx.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\targetver.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. <File
  236. RelativePath=".\res\004.lia"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\res\1.lia"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\res\10-red.lia"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\res\10.lia"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\res\2.lia"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\res\3.lia"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\res\4.lia"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\res\5.lia"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\res\6.lia"
  269. >
  270. </File>
  271. <File
  272. RelativePath=".\res\AutoRun.exe"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\res\AutoUpdate.exe"
  277. >
  278. </File>
  279. <File
  280. RelativePath=".\res\DBServer.exe"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\res\Log4C.dll"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\res\lyfzUpgrade.ico"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\lyfzUpgrade.rc"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\res\MSCHRT20.OCX"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\ReadMe.txt"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\res\regsvr32.exe"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\res\ServiceInfo.ini"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\res\SMSHandle.exe"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\res\YLGL.exe"
  317. >
  318. </File>
  319. </Filter>
  320. <Filter
  321. Name="Worker"
  322. >
  323. <File
  324. RelativePath=".\Executor.cpp"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\Executor.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\ffsco.cpp"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\ffsco.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\Global.cpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\Global.h"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\ImageCompress.cpp"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\ImageCompress.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\MD5.cpp"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\MD5.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\SQLStatementImpl.cpp"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\SQLStatementImpl.h"
  369. >
  370. </File>
  371. <File
  372. RelativePath=".\Tabledindan.cpp"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\Tabledindan.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\Tableupdate.cpp"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\Tableupdate.h"
  385. >
  386. </File>
  387. </Filter>
  388. <Filter
  389. Name="加密狗"
  390. >
  391. <File
  392. RelativePath=".\my32.h"
  393. >
  394. </File>
  395. </Filter>
  396. </Files>
  397. <Globals>
  398. </Globals>
  399. </VisualStudioProject>