SNCSetup.vcproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SNCSetup"
  6. ProjectGUID="{A1DEE04F-A2D0-4D69-AC65-3B8D79242E77}"
  7. RootNamespace="SNCSetup"
  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="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. UseOfMFC="1"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="1"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  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. UseOfMFC="1"
  103. CharacterSet="1"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="false"
  122. ValidateParameters="true"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. EnableIntrinsicFunctions="true"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  129. MinimalRebuild="false"
  130. RuntimeLibrary="0"
  131. EnableFunctionLevelLinking="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. Culture="2052"
  143. AdditionalIncludeDirectories="$(IntDir)"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. />
  148. <Tool
  149. Name="VCLinkerTool"
  150. LinkIncremental="1"
  151. EnableUAC="true"
  152. UACExecutionLevel="0"
  153. GenerateDebugInformation="true"
  154. SubSystem="2"
  155. OptimizeReferences="2"
  156. EnableCOMDATFolding="2"
  157. TargetMachine="1"
  158. />
  159. <Tool
  160. Name="VCALinkTool"
  161. />
  162. <Tool
  163. Name="VCManifestTool"
  164. AdditionalManifestFiles="C:\Users\xuxw\Documents\Visual Studio 2008\Projects\SNCUpdate\Compatibility.manifest"
  165. />
  166. <Tool
  167. Name="VCXDCMakeTool"
  168. />
  169. <Tool
  170. Name="VCBscMakeTool"
  171. />
  172. <Tool
  173. Name="VCFxCopTool"
  174. />
  175. <Tool
  176. Name="VCAppVerifierTool"
  177. />
  178. <Tool
  179. Name="VCPostBuildEventTool"
  180. />
  181. </Configuration>
  182. </Configurations>
  183. <References>
  184. </References>
  185. <Files>
  186. <Filter
  187. Name="Ô´Îļþ"
  188. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  189. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  190. >
  191. <File
  192. RelativePath=".\AppXmlInfo.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\AutoUpdate.cpp"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\FileLocationInfo.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\global.cpp"
  205. >
  206. <FileConfiguration
  207. Name="Release|Win32"
  208. >
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. UsePrecompiledHeader="2"
  212. />
  213. </FileConfiguration>
  214. </File>
  215. <File
  216. RelativePath=".\InstallXmlInfo.cpp"
  217. >
  218. </File>
  219. <File
  220. RelativePath=".\Markup.cpp"
  221. >
  222. <FileConfiguration
  223. Name="Debug|Win32"
  224. >
  225. <Tool
  226. Name="VCCLCompilerTool"
  227. UsePrecompiledHeader="0"
  228. />
  229. </FileConfiguration>
  230. <FileConfiguration
  231. Name="Release|Win32"
  232. >
  233. <Tool
  234. Name="VCCLCompilerTool"
  235. UsePrecompiledHeader="0"
  236. />
  237. </FileConfiguration>
  238. </File>
  239. <File
  240. RelativePath=".\RegInfo.cpp"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\RunExeInfo.cpp"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\ShortCutInfo.cpp"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\SNCSetup.cpp"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\SNCSetupDlg.cpp"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\stdafx.cpp"
  261. >
  262. <FileConfiguration
  263. Name="Debug|Win32"
  264. >
  265. <Tool
  266. Name="VCCLCompilerTool"
  267. UsePrecompiledHeader="1"
  268. />
  269. </FileConfiguration>
  270. <FileConfiguration
  271. Name="Release|Win32"
  272. >
  273. <Tool
  274. Name="VCCLCompilerTool"
  275. UsePrecompiledHeader="1"
  276. />
  277. </FileConfiguration>
  278. </File>
  279. <File
  280. RelativePath=".\UninstallConfirmDialog.cpp"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\XUnzip.cpp"
  285. >
  286. <FileConfiguration
  287. Name="Debug|Win32"
  288. >
  289. <Tool
  290. Name="VCCLCompilerTool"
  291. UsePrecompiledHeader="0"
  292. />
  293. </FileConfiguration>
  294. <FileConfiguration
  295. Name="Release|Win32"
  296. >
  297. <Tool
  298. Name="VCCLCompilerTool"
  299. UsePrecompiledHeader="0"
  300. />
  301. </FileConfiguration>
  302. </File>
  303. <File
  304. RelativePath=".\XZip.cpp"
  305. >
  306. <FileConfiguration
  307. Name="Debug|Win32"
  308. >
  309. <Tool
  310. Name="VCCLCompilerTool"
  311. UsePrecompiledHeader="0"
  312. />
  313. </FileConfiguration>
  314. <FileConfiguration
  315. Name="Release|Win32"
  316. >
  317. <Tool
  318. Name="VCCLCompilerTool"
  319. UsePrecompiledHeader="0"
  320. />
  321. </FileConfiguration>
  322. </File>
  323. <File
  324. RelativePath=".\ZipFileInfo.cpp"
  325. >
  326. </File>
  327. </Filter>
  328. <Filter
  329. Name="Í·Îļþ"
  330. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  331. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  332. >
  333. <File
  334. RelativePath=".\AppXmlInfo.h"
  335. >
  336. </File>
  337. <File
  338. RelativePath=".\AutoUpdate.h"
  339. >
  340. </File>
  341. <File
  342. RelativePath=".\FileLocationInfo.h"
  343. >
  344. </File>
  345. <File
  346. RelativePath=".\global.h"
  347. >
  348. </File>
  349. <File
  350. RelativePath=".\InstallXmlInfo.h"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".\Markup.h"
  355. >
  356. </File>
  357. <File
  358. RelativePath=".\RegInfo.h"
  359. >
  360. </File>
  361. <File
  362. RelativePath=".\Resource.h"
  363. >
  364. </File>
  365. <File
  366. RelativePath=".\RunExeInfo.h"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\ShortCutInfo.h"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".\SNCSetup.h"
  375. >
  376. </File>
  377. <File
  378. RelativePath=".\SNCSetupDlg.h"
  379. >
  380. </File>
  381. <File
  382. RelativePath=".\stdafx.h"
  383. >
  384. </File>
  385. <File
  386. RelativePath=".\targetver.h"
  387. >
  388. </File>
  389. <File
  390. RelativePath=".\UninstallConfirmDialog.h"
  391. >
  392. </File>
  393. <File
  394. RelativePath=".\XUnzip.h"
  395. >
  396. </File>
  397. <File
  398. RelativePath=".\XZip.h"
  399. >
  400. </File>
  401. <File
  402. RelativePath=".\ZipFileInfo.h"
  403. >
  404. </File>
  405. </Filter>
  406. <Filter
  407. Name="×ÊÔ´Îļþ"
  408. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  409. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  410. >
  411. <File
  412. RelativePath=".\res\main.ico"
  413. >
  414. </File>
  415. <File
  416. RelativePath=".\SNCSetup.rc"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\res\SNCSetup.rc2"
  421. >
  422. </File>
  423. </Filter>
  424. <File
  425. RelativePath=".\ReadMe.txt"
  426. >
  427. </File>
  428. </Files>
  429. <Globals>
  430. <Global
  431. Name="RESOURCE_FILE"
  432. Value="SNCSetup.rc"
  433. />
  434. </Globals>
  435. </VisualStudioProject>