QGIS.vcproj
上传用户:oybseng
上传日期:2015-04-27
资源大小:7831k
文件大小:11k
源码类别:

GDI/图象编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="QGIS"
  6. ProjectGUID="{FA4A0A4C-69D0-485E-B4AD-3EC7874308F1}"
  7. RootNamespace="QGIS"
  8. Keyword="MFCProj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory=".QGISBin"
  21. IntermediateDirectory=".Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  24. UseOfMFC="2"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="true"
  44. SuppressStartupBanner="true"
  45. TargetEnvironment="1"
  46. TypeLibraryName=".QGISBin/QGIS.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  53. MinimalRebuild="true"
  54. BasicRuntimeChecks="3"
  55. RuntimeLibrary="3"
  56. UsePrecompiledHeader="2"
  57. PrecompiledHeaderThrough="stdafx.h"
  58. PrecompiledHeaderFile=".Debug/QGIS.pch"
  59. AssemblerListingLocation=".Debug/"
  60. ObjectFile=".Debug/"
  61. ProgramDataBaseFileName=".Debug/"
  62. WarningLevel="3"
  63. SuppressStartupBanner="true"
  64. DebugInformationFormat="4"
  65. />
  66. <Tool
  67. Name="VCManagedResourceCompilerTool"
  68. />
  69. <Tool
  70. Name="VCResourceCompilerTool"
  71. PreprocessorDefinitions="_DEBUG"
  72. Culture="2052"
  73. />
  74. <Tool
  75. Name="VCPreLinkEventTool"
  76. />
  77. <Tool
  78. Name="VCLinkerTool"
  79. AdditionalDependencies="lib/QObjects.lib"
  80. OutputFile=".QGISBin/QGIS.exe"
  81. LinkIncremental="2"
  82. SuppressStartupBanner="true"
  83. GenerateDebugInformation="true"
  84. ProgramDatabaseFile=".QGISBin/QGIS.pdb"
  85. SubSystem="2"
  86. TargetMachine="1"
  87. />
  88. <Tool
  89. Name="VCALinkTool"
  90. />
  91. <Tool
  92. Name="VCManifestTool"
  93. />
  94. <Tool
  95. Name="VCXDCMakeTool"
  96. />
  97. <Tool
  98. Name="VCBscMakeTool"
  99. SuppressStartupBanner="true"
  100. OutputFile=".QGISBin/QGIS.bsc"
  101. />
  102. <Tool
  103. Name="VCFxCopTool"
  104. />
  105. <Tool
  106. Name="VCAppVerifierTool"
  107. />
  108. <Tool
  109. Name="VCWebDeploymentTool"
  110. />
  111. <Tool
  112. Name="VCPostBuildEventTool"
  113. />
  114. </Configuration>
  115. <Configuration
  116. Name="Release|Win32"
  117. OutputDirectory=".Release"
  118. IntermediateDirectory=".Release"
  119. ConfigurationType="1"
  120. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  121. UseOfMFC="2"
  122. ATLMinimizesCRunTimeLibraryUsage="false"
  123. CharacterSet="2"
  124. >
  125. <Tool
  126. Name="VCPreBuildEventTool"
  127. />
  128. <Tool
  129. Name="VCCustomBuildTool"
  130. />
  131. <Tool
  132. Name="VCXMLDataGeneratorTool"
  133. />
  134. <Tool
  135. Name="VCWebServiceProxyGeneratorTool"
  136. />
  137. <Tool
  138. Name="VCMIDLTool"
  139. PreprocessorDefinitions="NDEBUG"
  140. MkTypLibCompatible="true"
  141. SuppressStartupBanner="true"
  142. TargetEnvironment="1"
  143. TypeLibraryName=".Release/QGIS.tlb"
  144. HeaderFileName=""
  145. />
  146. <Tool
  147. Name="VCCLCompilerTool"
  148. Optimization="2"
  149. InlineFunctionExpansion="1"
  150. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  151. StringPooling="true"
  152. RuntimeLibrary="2"
  153. EnableFunctionLevelLinking="true"
  154. UsePrecompiledHeader="2"
  155. PrecompiledHeaderThrough="stdafx.h"
  156. PrecompiledHeaderFile=".Release/QGIS.pch"
  157. AssemblerListingLocation=".Release/"
  158. ObjectFile=".Release/"
  159. ProgramDataBaseFileName=".Release/"
  160. WarningLevel="3"
  161. SuppressStartupBanner="true"
  162. />
  163. <Tool
  164. Name="VCManagedResourceCompilerTool"
  165. />
  166. <Tool
  167. Name="VCResourceCompilerTool"
  168. PreprocessorDefinitions="NDEBUG"
  169. Culture="2052"
  170. />
  171. <Tool
  172. Name="VCPreLinkEventTool"
  173. />
  174. <Tool
  175. Name="VCLinkerTool"
  176. OutputFile=".Release/QGIS.exe"
  177. LinkIncremental="1"
  178. SuppressStartupBanner="true"
  179. ProgramDatabaseFile=".Release/QGIS.pdb"
  180. SubSystem="2"
  181. TargetMachine="1"
  182. />
  183. <Tool
  184. Name="VCALinkTool"
  185. />
  186. <Tool
  187. Name="VCManifestTool"
  188. />
  189. <Tool
  190. Name="VCXDCMakeTool"
  191. />
  192. <Tool
  193. Name="VCBscMakeTool"
  194. SuppressStartupBanner="true"
  195. OutputFile=".Release/QGIS.bsc"
  196. />
  197. <Tool
  198. Name="VCFxCopTool"
  199. />
  200. <Tool
  201. Name="VCAppVerifierTool"
  202. />
  203. <Tool
  204. Name="VCWebDeploymentTool"
  205. />
  206. <Tool
  207. Name="VCPostBuildEventTool"
  208. />
  209. </Configuration>
  210. </Configurations>
  211. <References>
  212. </References>
  213. <Files>
  214. <Filter
  215. Name="Source Files"
  216. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  217. >
  218. <File
  219. RelativePath="ChildFrm.cpp"
  220. >
  221. <FileConfiguration
  222. Name="Debug|Win32"
  223. >
  224. <Tool
  225. Name="VCCLCompilerTool"
  226. PreprocessorDefinitions=""
  227. />
  228. </FileConfiguration>
  229. <FileConfiguration
  230. Name="Release|Win32"
  231. >
  232. <Tool
  233. Name="VCCLCompilerTool"
  234. PreprocessorDefinitions=""
  235. />
  236. </FileConfiguration>
  237. </File>
  238. <File
  239. RelativePath="QDlgDlgLayerManager.cpp"
  240. >
  241. <FileConfiguration
  242. Name="Debug|Win32"
  243. >
  244. <Tool
  245. Name="VCCLCompilerTool"
  246. PreprocessorDefinitions=""
  247. />
  248. </FileConfiguration>
  249. <FileConfiguration
  250. Name="Release|Win32"
  251. >
  252. <Tool
  253. Name="VCCLCompilerTool"
  254. PreprocessorDefinitions=""
  255. />
  256. </FileConfiguration>
  257. </File>
  258. <File
  259. RelativePath="QDlgDlgLineAttSet.cpp"
  260. >
  261. <FileConfiguration
  262. Name="Debug|Win32"
  263. >
  264. <Tool
  265. Name="VCCLCompilerTool"
  266. PreprocessorDefinitions=""
  267. />
  268. </FileConfiguration>
  269. <FileConfiguration
  270. Name="Release|Win32"
  271. >
  272. <Tool
  273. Name="VCCLCompilerTool"
  274. PreprocessorDefinitions=""
  275. />
  276. </FileConfiguration>
  277. </File>
  278. <File
  279. RelativePath=".QDlgDlgLineBeThin.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath="QDlgdlgmapattset.cpp"
  284. >
  285. <FileConfiguration
  286. Name="Debug|Win32"
  287. >
  288. <Tool
  289. Name="VCCLCompilerTool"
  290. PreprocessorDefinitions=""
  291. />
  292. </FileConfiguration>
  293. <FileConfiguration
  294. Name="Release|Win32"
  295. >
  296. <Tool
  297. Name="VCCLCompilerTool"
  298. PreprocessorDefinitions=""
  299. />
  300. </FileConfiguration>
  301. </File>
  302. <File
  303. RelativePath=".excel9.cpp"
  304. >
  305. </File>
  306. <File
  307. RelativePath="MainFrm.cpp"
  308. >
  309. <FileConfiguration
  310. Name="Debug|Win32"
  311. >
  312. <Tool
  313. Name="VCCLCompilerTool"
  314. PreprocessorDefinitions=""
  315. />
  316. </FileConfiguration>
  317. <FileConfiguration
  318. Name="Release|Win32"
  319. >
  320. <Tool
  321. Name="VCCLCompilerTool"
  322. PreprocessorDefinitions=""
  323. />
  324. </FileConfiguration>
  325. </File>
  326. <File
  327. RelativePath="QDlgqdlgptattset.cpp"
  328. >
  329. <FileConfiguration
  330. Name="Debug|Win32"
  331. >
  332. <Tool
  333. Name="VCCLCompilerTool"
  334. AdditionalIncludeDirectories=".."
  335. PreprocessorDefinitions=""
  336. />
  337. </FileConfiguration>
  338. <FileConfiguration
  339. Name="Release|Win32"
  340. >
  341. <Tool
  342. Name="VCCLCompilerTool"
  343. AdditionalIncludeDirectories=".."
  344. PreprocessorDefinitions=""
  345. />
  346. </FileConfiguration>
  347. </File>
  348. <File
  349. RelativePath=".QDlgQDlgTextSet.cpp"
  350. >
  351. </File>
  352. <File
  353. RelativePath="QGIS.cpp"
  354. >
  355. <FileConfiguration
  356. Name="Debug|Win32"
  357. >
  358. <Tool
  359. Name="VCCLCompilerTool"
  360. PreprocessorDefinitions=""
  361. />
  362. </FileConfiguration>
  363. <FileConfiguration
  364. Name="Release|Win32"
  365. >
  366. <Tool
  367. Name="VCCLCompilerTool"
  368. PreprocessorDefinitions=""
  369. />
  370. </FileConfiguration>
  371. </File>
  372. <File
  373. RelativePath="QGIS.rc"
  374. >
  375. <FileConfiguration
  376. Name="Debug|Win32"
  377. >
  378. <Tool
  379. Name="VCResourceCompilerTool"
  380. PreprocessorDefinitions=""
  381. />
  382. </FileConfiguration>
  383. <FileConfiguration
  384. Name="Release|Win32"
  385. >
  386. <Tool
  387. Name="VCResourceCompilerTool"
  388. PreprocessorDefinitions=""
  389. />
  390. </FileConfiguration>
  391. </File>
  392. <File
  393. RelativePath="QGISDoc.cpp"
  394. >
  395. <FileConfiguration
  396. Name="Debug|Win32"
  397. >
  398. <Tool
  399. Name="VCCLCompilerTool"
  400. PreprocessorDefinitions=""
  401. />
  402. </FileConfiguration>
  403. <FileConfiguration
  404. Name="Release|Win32"
  405. >
  406. <Tool
  407. Name="VCCLCompilerTool"
  408. PreprocessorDefinitions=""
  409. />
  410. </FileConfiguration>
  411. </File>
  412. <File
  413. RelativePath="QGISView.cpp"
  414. >
  415. <FileConfiguration
  416. Name="Debug|Win32"
  417. >
  418. <Tool
  419. Name="VCCLCompilerTool"
  420. PreprocessorDefinitions=""
  421. />
  422. </FileConfiguration>
  423. <FileConfiguration
  424. Name="Release|Win32"
  425. >
  426. <Tool
  427. Name="VCCLCompilerTool"
  428. PreprocessorDefinitions=""
  429. />
  430. </FileConfiguration>
  431. </File>
  432. <File
  433. RelativePath=".QReadExcelToMap.cpp"
  434. >
  435. </File>
  436. <File
  437. RelativePath="StdAfx.cpp"
  438. >
  439. <FileConfiguration
  440. Name="Debug|Win32"
  441. >
  442. <Tool
  443. Name="VCCLCompilerTool"
  444. PreprocessorDefinitions=""
  445. UsePrecompiledHeader="1"
  446. />
  447. </FileConfiguration>
  448. <FileConfiguration
  449. Name="Release|Win32"
  450. >
  451. <Tool
  452. Name="VCCLCompilerTool"
  453. PreprocessorDefinitions=""
  454. UsePrecompiledHeader="1"
  455. />
  456. </FileConfiguration>
  457. </File>
  458. </Filter>
  459. <Filter
  460. Name="Header Files"
  461. Filter="h;hpp;hxx;hm;inl"
  462. >
  463. <File
  464. RelativePath="ChildFrm.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath="QDlgDlgLayerManager.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath="QDlgDlgLineAttSet.h"
  473. >
  474. </File>
  475. <File
  476. RelativePath=".QDlgDlgLineBeThin.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath="QDlgdlgmapattset.h"
  481. >
  482. </File>
  483. <File
  484. RelativePath=".excel9.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath="MainFrm.h"
  489. >
  490. </File>
  491. <File
  492. RelativePath="QDlgqdlgptattset.h"
  493. >
  494. </File>
  495. <File
  496. RelativePath=".QDlgQDlgTextSet.h"
  497. >
  498. </File>
  499. <File
  500. RelativePath="QGIS.h"
  501. >
  502. </File>
  503. <File
  504. RelativePath="QGISDoc.h"
  505. >
  506. </File>
  507. <File
  508. RelativePath="QGISView.h"
  509. >
  510. </File>
  511. <File
  512. RelativePath=".QReadExcelToMap.h"
  513. >
  514. </File>
  515. <File
  516. RelativePath="includeResource.h"
  517. >
  518. </File>
  519. <File
  520. RelativePath="StdAfx.h"
  521. >
  522. </File>
  523. </Filter>
  524. <Filter
  525. Name="Resource Files"
  526. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  527. >
  528. <File
  529. RelativePath=".resbmp00001.bmp"
  530. >
  531. </File>
  532. <File
  533. RelativePath="rescursor_m.cur"
  534. >
  535. </File>
  536. <File
  537. RelativePath="resicon1.ico"
  538. >
  539. </File>
  540. <File
  541. RelativePath="resQGIS.ico"
  542. >
  543. </File>
  544. <File
  545. RelativePath="resQGIS.rc2"
  546. >
  547. </File>
  548. <File
  549. RelativePath="resQGISDoc.ico"
  550. >
  551. </File>
  552. <File
  553. RelativePath="resToolbar.bmp"
  554. >
  555. </File>
  556. <File
  557. RelativePath=".restoolbar1.bmp"
  558. >
  559. </File>
  560. </Filter>
  561. <File
  562. RelativePath="ReadMe.txt"
  563. >
  564. </File>
  565. </Files>
  566. <Globals>
  567. <Global
  568. Name="RESOURCE_FILE"
  569. Value="QGIS.rc"
  570. />
  571. </Globals>
  572. </VisualStudioProject>