OGCAssistTool.vcproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="OGCAssistTool"
  6. ProjectGUID="{0B8CE487-8311-4878-902B-15813A89DB90}"
  7. RootNamespace="OGCAssistTool"
  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="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. AdditionalIncludeDirectories="..\include"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;CURL_STATICLIB;__LIST_DRAW__"
  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="crypt32.lib ws2_32.lib winmm.lib wldap32.lib libcurld.lib libeay32.lib ssleay32.lib sqlite3d.lib"
  72. LinkIncremental="2"
  73. AdditionalLibraryDirectories="..\lib"
  74. GenerateDebugInformation="true"
  75. SubSystem="2"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  103. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  104. ConfigurationType="1"
  105. UseOfMFC="2"
  106. CharacterSet="1"
  107. WholeProgramOptimization="1"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. MkTypLibCompatible="false"
  125. ValidateParameters="true"
  126. />
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. Optimization="2"
  130. EnableIntrinsicFunctions="true"
  131. AdditionalIncludeDirectories="..\include"
  132. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;CURL_STATICLIB;__LIST_DRAW__"
  133. MinimalRebuild="false"
  134. RuntimeLibrary="2"
  135. EnableFunctionLevelLinking="true"
  136. UsePrecompiledHeader="2"
  137. WarningLevel="3"
  138. DebugInformationFormat="3"
  139. />
  140. <Tool
  141. Name="VCManagedResourceCompilerTool"
  142. />
  143. <Tool
  144. Name="VCResourceCompilerTool"
  145. PreprocessorDefinitions="NDEBUG"
  146. Culture="2052"
  147. AdditionalIncludeDirectories="$(IntDir)"
  148. />
  149. <Tool
  150. Name="VCPreLinkEventTool"
  151. />
  152. <Tool
  153. Name="VCLinkerTool"
  154. AdditionalDependencies="crypt32.lib ws2_32.lib winmm.lib wldap32.lib libcurl.lib libeay32.lib ssleay32.lib sqlite3.lib"
  155. LinkIncremental="1"
  156. AdditionalLibraryDirectories="..\lib"
  157. GenerateDebugInformation="true"
  158. SubSystem="2"
  159. OptimizeReferences="2"
  160. EnableCOMDATFolding="2"
  161. TargetMachine="1"
  162. />
  163. <Tool
  164. Name="VCALinkTool"
  165. />
  166. <Tool
  167. Name="VCManifestTool"
  168. />
  169. <Tool
  170. Name="VCXDCMakeTool"
  171. />
  172. <Tool
  173. Name="VCBscMakeTool"
  174. />
  175. <Tool
  176. Name="VCFxCopTool"
  177. />
  178. <Tool
  179. Name="VCAppVerifierTool"
  180. />
  181. <Tool
  182. Name="VCPostBuildEventTool"
  183. />
  184. </Configuration>
  185. </Configurations>
  186. <References>
  187. </References>
  188. <Files>
  189. <Filter
  190. Name="Ô´Îļþ"
  191. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  192. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  193. >
  194. <File
  195. RelativePath=".\OGCAssistTool.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\OGCAssistToolDlg.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\stdafx.cpp"
  204. >
  205. <FileConfiguration
  206. Name="Debug|Win32"
  207. >
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. UsePrecompiledHeader="1"
  211. />
  212. </FileConfiguration>
  213. <FileConfiguration
  214. Name="Release|Win32"
  215. >
  216. <Tool
  217. Name="VCCLCompilerTool"
  218. UsePrecompiledHeader="1"
  219. />
  220. </FileConfiguration>
  221. </File>
  222. </Filter>
  223. <Filter
  224. Name="Í·Îļþ"
  225. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  226. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  227. >
  228. <File
  229. RelativePath=".\OGCAssistTool.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\OGCAssistToolDlg.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\Resource.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\sqlite3.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".\stdafx.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\targetver.h"
  250. >
  251. </File>
  252. </Filter>
  253. <Filter
  254. Name="×ÊÔ´Îļþ"
  255. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  256. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  257. >
  258. <File
  259. RelativePath=".\res\logo.bmp"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\res\OGCAssistTool.ico"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\OGCAssistTool.rc"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\res\OGCAssistTool.rc2"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\res\tab.bmp"
  276. >
  277. </File>
  278. </Filter>
  279. <Filter
  280. Name="Page"
  281. >
  282. <File
  283. RelativePath=".\DlgLogin.cpp"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\DlgLogin.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\PageConfig.cpp"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\PageConfig.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\PageDebug.cpp"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\PageDebug.h"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\PageLog.cpp"
  308. >
  309. </File>
  310. <File
  311. RelativePath=".\PageLog.h"
  312. >
  313. </File>
  314. <File
  315. RelativePath=".\PageStatistics.cpp"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\PageStatistics.h"
  320. >
  321. </File>
  322. </Filter>
  323. <Filter
  324. Name="Core"
  325. >
  326. <File
  327. RelativePath=".\CharConvert.cpp"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\CharConvert.h"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\CharEncoding.cpp"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\CharEncoding.h"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\CritSection.h"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\CurlClient.cpp"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\CurlClient.h"
  352. >
  353. </File>
  354. <File
  355. RelativePath=".\DataImpl.cpp"
  356. >
  357. </File>
  358. <File
  359. RelativePath=".\DataImpl.h"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\Global.cpp"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\Global.h"
  368. >
  369. </File>
  370. <File
  371. RelativePath=".\Injection.cpp"
  372. >
  373. </File>
  374. <File
  375. RelativePath=".\Injection.h"
  376. >
  377. </File>
  378. <File
  379. RelativePath=".\MD5.cpp"
  380. >
  381. </File>
  382. <File
  383. RelativePath=".\MD5.h"
  384. >
  385. </File>
  386. <File
  387. RelativePath=".\MTVERIFY.H"
  388. >
  389. </File>
  390. <File
  391. RelativePath=".\PipeService.cpp"
  392. >
  393. </File>
  394. <File
  395. RelativePath=".\PipeService.h"
  396. >
  397. </File>
  398. <File
  399. RelativePath=".\Protocol.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath=".\TableInfo.h"
  404. >
  405. </File>
  406. </Filter>
  407. <Filter
  408. Name="UI"
  409. >
  410. <File
  411. RelativePath=".\BCMenu.cpp"
  412. >
  413. </File>
  414. <File
  415. RelativePath=".\BCMenu.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath=".\BtnST.cpp"
  420. >
  421. </File>
  422. <File
  423. RelativePath=".\BtnST.h"
  424. >
  425. </File>
  426. <File
  427. RelativePath=".\CeXDib.cpp"
  428. >
  429. </File>
  430. <File
  431. RelativePath=".\CeXDib.h"
  432. >
  433. </File>
  434. <File
  435. RelativePath=".\FontSize.cpp"
  436. >
  437. </File>
  438. <File
  439. RelativePath=".\FontSize.h"
  440. >
  441. </File>
  442. <File
  443. RelativePath=".\HyperLink.cpp"
  444. >
  445. </File>
  446. <File
  447. RelativePath=".\HyperLink.h"
  448. >
  449. </File>
  450. <File
  451. RelativePath=".\ListSortCtrl.cpp"
  452. >
  453. </File>
  454. <File
  455. RelativePath=".\ListSortCtrl.h"
  456. >
  457. </File>
  458. <File
  459. RelativePath=".\ShadeButtonST.cpp"
  460. >
  461. </File>
  462. <File
  463. RelativePath=".\ShadeButtonST.h"
  464. >
  465. </File>
  466. <File
  467. RelativePath=".\SortHeaderCtrl.cpp"
  468. >
  469. </File>
  470. <File
  471. RelativePath=".\SortHeaderCtrl.h"
  472. >
  473. </File>
  474. <File
  475. RelativePath=".\SubLabel.cpp"
  476. >
  477. </File>
  478. <File
  479. RelativePath=".\SubLabel.h"
  480. >
  481. </File>
  482. <File
  483. RelativePath=".\WinXPButtonST.cpp"
  484. >
  485. </File>
  486. <File
  487. RelativePath=".\WinXPButtonST.h"
  488. >
  489. </File>
  490. <File
  491. RelativePath=".\XColorStatic.cpp"
  492. >
  493. </File>
  494. <File
  495. RelativePath=".\XColorStatic.h"
  496. >
  497. </File>
  498. </Filter>
  499. <File
  500. RelativePath=".\ReadMe.txt"
  501. >
  502. </File>
  503. </Files>
  504. <Globals>
  505. <Global
  506. Name="RESOURCE_FILE"
  507. Value="OGCAssistTool.rc"
  508. />
  509. </Globals>
  510. </VisualStudioProject>