GPSDemo.vcproj
上传用户:jhjyl123
上传日期:2016-03-29
资源大小:51k
文件大小:16k
源码类别:

Windows Mobile

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="GPSDemo"
  6. ProjectGUID="{12C422F8-675C-45AE-BD93-0719EFE31CAE}"
  7. RootNamespace="GPSDemo"
  8. Keyword="MFCProj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Pocket PC 2003 (ARMV4)"
  13. />
  14. <Platform
  15. Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  16. />
  17. <Platform
  18. Name="Windows Mobile 6 Professional SDK (ARMV4I)"
  19. />
  20. </Platforms>
  21. <ToolFiles>
  22. </ToolFiles>
  23. <Configurations>
  24. <Configuration
  25. Name="Debug|Pocket PC 2003 (ARMV4)"
  26. OutputDirectory="$(PlatformName)$(ConfigurationName)"
  27. IntermediateDirectory="$(PlatformName)$(ConfigurationName)"
  28. ConfigurationType="1"
  29. UseOfMFC="1"
  30. CharacterSet="1"
  31. >
  32. <Tool
  33. Name="VCPreBuildEventTool"
  34. />
  35. <Tool
  36. Name="VCCustomBuildTool"
  37. />
  38. <Tool
  39. Name="VCXMLDataGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCWebServiceProxyGeneratorTool"
  43. />
  44. <Tool
  45. Name="VCMIDLTool"
  46. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  47. MkTypLibCompatible="false"
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. ExecutionBucket="7"
  52. Optimization="0"
  53. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL"
  54. MinimalRebuild="true"
  55. RuntimeLibrary="1"
  56. UsePrecompiledHeader="2"
  57. WarningLevel="3"
  58. DebugInformationFormat="3"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  66. Culture="2052"
  67. AdditionalIncludeDirectories="$(IntDir)"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE"
  75. LinkIncremental="2"
  76. GenerateDebugInformation="true"
  77. StackReserveSize="65536"
  78. StackCommitSize="4096"
  79. EntryPointSymbol="WinMainCRTStartup"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCCodeSignTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. <DeploymentTool
  97. ForceDirty="-1"
  98. RemoteDirectory=""
  99. RegisterOutput="0"
  100. AdditionalFiles=""
  101. />
  102. <DebuggerTool
  103. />
  104. </Configuration>
  105. <Configuration
  106. Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  107. OutputDirectory="$(PlatformName)$(ConfigurationName)"
  108. IntermediateDirectory="$(PlatformName)$(ConfigurationName)"
  109. ConfigurationType="1"
  110. UseOfMFC="1"
  111. CharacterSet="1"
  112. >
  113. <Tool
  114. Name="VCPreBuildEventTool"
  115. />
  116. <Tool
  117. Name="VCCustomBuildTool"
  118. />
  119. <Tool
  120. Name="VCXMLDataGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  128. MkTypLibCompatible="false"
  129. />
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. ExecutionBucket="7"
  133. Optimization="0"
  134. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL"
  135. MinimalRebuild="true"
  136. RuntimeLibrary="1"
  137. UsePrecompiledHeader="2"
  138. WarningLevel="3"
  139. DebugInformationFormat="3"
  140. />
  141. <Tool
  142. Name="VCManagedResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCResourceCompilerTool"
  146. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  147. Culture="2052"
  148. AdditionalIncludeDirectories="$(IntDir)"
  149. />
  150. <Tool
  151. Name="VCPreLinkEventTool"
  152. />
  153. <Tool
  154. Name="VCLinkerTool"
  155. AdditionalOptions=" /subsystem:windowsce,5.01"
  156. LinkIncremental="2"
  157. GenerateDebugInformation="true"
  158. StackReserveSize="65536"
  159. StackCommitSize="4096"
  160. EntryPointSymbol="WinMainCRTStartup"
  161. />
  162. <Tool
  163. Name="VCALinkTool"
  164. />
  165. <Tool
  166. Name="VCXDCMakeTool"
  167. />
  168. <Tool
  169. Name="VCBscMakeTool"
  170. />
  171. <Tool
  172. Name="VCCodeSignTool"
  173. />
  174. <Tool
  175. Name="VCPostBuildEventTool"
  176. />
  177. <DeploymentTool
  178. ForceDirty="-1"
  179. RemoteDirectory=""
  180. RegisterOutput="0"
  181. AdditionalFiles=""
  182. />
  183. <DebuggerTool
  184. />
  185. </Configuration>
  186. <Configuration
  187. Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
  188. OutputDirectory="$(PlatformName)$(ConfigurationName)"
  189. IntermediateDirectory="$(PlatformName)$(ConfigurationName)"
  190. ConfigurationType="1"
  191. UseOfMFC="1"
  192. CharacterSet="1"
  193. >
  194. <Tool
  195. Name="VCPreBuildEventTool"
  196. />
  197. <Tool
  198. Name="VCCustomBuildTool"
  199. />
  200. <Tool
  201. Name="VCXMLDataGeneratorTool"
  202. />
  203. <Tool
  204. Name="VCWebServiceProxyGeneratorTool"
  205. />
  206. <Tool
  207. Name="VCMIDLTool"
  208. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  209. MkTypLibCompatible="false"
  210. />
  211. <Tool
  212. Name="VCCLCompilerTool"
  213. ExecutionBucket="7"
  214. Optimization="0"
  215. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL"
  216. MinimalRebuild="true"
  217. RuntimeLibrary="1"
  218. UsePrecompiledHeader="2"
  219. WarningLevel="3"
  220. DebugInformationFormat="3"
  221. />
  222. <Tool
  223. Name="VCManagedResourceCompilerTool"
  224. />
  225. <Tool
  226. Name="VCResourceCompilerTool"
  227. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  228. Culture="2052"
  229. AdditionalIncludeDirectories="$(IntDir)"
  230. />
  231. <Tool
  232. Name="VCPreLinkEventTool"
  233. />
  234. <Tool
  235. Name="VCLinkerTool"
  236. AdditionalOptions=" /subsystem:windowsce,5.02"
  237. LinkIncremental="2"
  238. GenerateDebugInformation="true"
  239. StackReserveSize="65536"
  240. StackCommitSize="4096"
  241. EntryPointSymbol="WinMainCRTStartup"
  242. />
  243. <Tool
  244. Name="VCALinkTool"
  245. />
  246. <Tool
  247. Name="VCXDCMakeTool"
  248. />
  249. <Tool
  250. Name="VCBscMakeTool"
  251. />
  252. <Tool
  253. Name="VCCodeSignTool"
  254. />
  255. <Tool
  256. Name="VCPostBuildEventTool"
  257. />
  258. <DeploymentTool
  259. ForceDirty="-1"
  260. RemoteDirectory=""
  261. RegisterOutput="0"
  262. AdditionalFiles=""
  263. />
  264. <DebuggerTool
  265. />
  266. </Configuration>
  267. <Configuration
  268. Name="Release|Pocket PC 2003 (ARMV4)"
  269. OutputDirectory="$(PlatformName)$(ConfigurationName)"
  270. IntermediateDirectory="$(PlatformName)$(ConfigurationName)"
  271. ConfigurationType="1"
  272. UseOfMFC="1"
  273. CharacterSet="1"
  274. >
  275. <Tool
  276. Name="VCPreBuildEventTool"
  277. />
  278. <Tool
  279. Name="VCCustomBuildTool"
  280. />
  281. <Tool
  282. Name="VCXMLDataGeneratorTool"
  283. />
  284. <Tool
  285. Name="VCWebServiceProxyGeneratorTool"
  286. />
  287. <Tool
  288. Name="VCMIDLTool"
  289. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  290. MkTypLibCompatible="false"
  291. />
  292. <Tool
  293. Name="VCCLCompilerTool"
  294. ExecutionBucket="7"
  295. Optimization="2"
  296. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL"
  297. MinimalRebuild="false"
  298. RuntimeLibrary="0"
  299. UsePrecompiledHeader="2"
  300. WarningLevel="3"
  301. DebugInformationFormat="3"
  302. />
  303. <Tool
  304. Name="VCManagedResourceCompilerTool"
  305. />
  306. <Tool
  307. Name="VCResourceCompilerTool"
  308. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  309. Culture="2052"
  310. AdditionalIncludeDirectories="$(IntDir)"
  311. />
  312. <Tool
  313. Name="VCPreLinkEventTool"
  314. />
  315. <Tool
  316. Name="VCLinkerTool"
  317. AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE"
  318. LinkIncremental="1"
  319. GenerateDebugInformation="true"
  320. StackReserveSize="65536"
  321. StackCommitSize="4096"
  322. OptimizeReferences="2"
  323. EnableCOMDATFolding="2"
  324. EntryPointSymbol="WinMainCRTStartup"
  325. />
  326. <Tool
  327. Name="VCALinkTool"
  328. />
  329. <Tool
  330. Name="VCXDCMakeTool"
  331. />
  332. <Tool
  333. Name="VCBscMakeTool"
  334. />
  335. <Tool
  336. Name="VCCodeSignTool"
  337. />
  338. <Tool
  339. Name="VCPostBuildEventTool"
  340. />
  341. <DeploymentTool
  342. ForceDirty="-1"
  343. RemoteDirectory=""
  344. RegisterOutput="0"
  345. AdditionalFiles=""
  346. />
  347. <DebuggerTool
  348. />
  349. </Configuration>
  350. <Configuration
  351. Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  352. OutputDirectory="$(PlatformName)$(ConfigurationName)"
  353. IntermediateDirectory="$(PlatformName)$(ConfigurationName)"
  354. ConfigurationType="1"
  355. UseOfMFC="1"
  356. CharacterSet="1"
  357. >
  358. <Tool
  359. Name="VCPreBuildEventTool"
  360. />
  361. <Tool
  362. Name="VCCustomBuildTool"
  363. />
  364. <Tool
  365. Name="VCXMLDataGeneratorTool"
  366. />
  367. <Tool
  368. Name="VCWebServiceProxyGeneratorTool"
  369. />
  370. <Tool
  371. Name="VCMIDLTool"
  372. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  373. MkTypLibCompatible="false"
  374. />
  375. <Tool
  376. Name="VCCLCompilerTool"
  377. ExecutionBucket="7"
  378. Optimization="2"
  379. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL"
  380. MinimalRebuild="false"
  381. RuntimeLibrary="0"
  382. UsePrecompiledHeader="2"
  383. WarningLevel="3"
  384. DebugInformationFormat="3"
  385. />
  386. <Tool
  387. Name="VCManagedResourceCompilerTool"
  388. />
  389. <Tool
  390. Name="VCResourceCompilerTool"
  391. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  392. Culture="2052"
  393. AdditionalIncludeDirectories="$(IntDir)"
  394. />
  395. <Tool
  396. Name="VCPreLinkEventTool"
  397. />
  398. <Tool
  399. Name="VCLinkerTool"
  400. AdditionalOptions=" /subsystem:windowsce,5.01"
  401. LinkIncremental="1"
  402. GenerateDebugInformation="true"
  403. StackReserveSize="65536"
  404. StackCommitSize="4096"
  405. OptimizeReferences="2"
  406. EnableCOMDATFolding="2"
  407. EntryPointSymbol="WinMainCRTStartup"
  408. />
  409. <Tool
  410. Name="VCALinkTool"
  411. />
  412. <Tool
  413. Name="VCXDCMakeTool"
  414. />
  415. <Tool
  416. Name="VCBscMakeTool"
  417. />
  418. <Tool
  419. Name="VCCodeSignTool"
  420. />
  421. <Tool
  422. Name="VCPostBuildEventTool"
  423. />
  424. <DeploymentTool
  425. ForceDirty="-1"
  426. RemoteDirectory=""
  427. RegisterOutput="0"
  428. AdditionalFiles=""
  429. />
  430. <DebuggerTool
  431. />
  432. </Configuration>
  433. <Configuration
  434. Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
  435. OutputDirectory="$(PlatformName)$(ConfigurationName)"
  436. IntermediateDirectory="$(PlatformName)$(ConfigurationName)"
  437. ConfigurationType="1"
  438. UseOfMFC="1"
  439. CharacterSet="1"
  440. >
  441. <Tool
  442. Name="VCPreBuildEventTool"
  443. />
  444. <Tool
  445. Name="VCCustomBuildTool"
  446. />
  447. <Tool
  448. Name="VCXMLDataGeneratorTool"
  449. />
  450. <Tool
  451. Name="VCWebServiceProxyGeneratorTool"
  452. />
  453. <Tool
  454. Name="VCMIDLTool"
  455. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  456. MkTypLibCompatible="false"
  457. />
  458. <Tool
  459. Name="VCCLCompilerTool"
  460. ExecutionBucket="7"
  461. Optimization="2"
  462. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL"
  463. MinimalRebuild="false"
  464. RuntimeLibrary="0"
  465. UsePrecompiledHeader="2"
  466. WarningLevel="3"
  467. DebugInformationFormat="3"
  468. />
  469. <Tool
  470. Name="VCManagedResourceCompilerTool"
  471. />
  472. <Tool
  473. Name="VCResourceCompilerTool"
  474. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  475. Culture="2052"
  476. AdditionalIncludeDirectories="$(IntDir)"
  477. />
  478. <Tool
  479. Name="VCPreLinkEventTool"
  480. />
  481. <Tool
  482. Name="VCLinkerTool"
  483. AdditionalOptions=" /subsystem:windowsce,5.02"
  484. LinkIncremental="1"
  485. GenerateDebugInformation="true"
  486. StackReserveSize="65536"
  487. StackCommitSize="4096"
  488. OptimizeReferences="2"
  489. EnableCOMDATFolding="2"
  490. EntryPointSymbol="WinMainCRTStartup"
  491. />
  492. <Tool
  493. Name="VCALinkTool"
  494. />
  495. <Tool
  496. Name="VCXDCMakeTool"
  497. />
  498. <Tool
  499. Name="VCBscMakeTool"
  500. />
  501. <Tool
  502. Name="VCCodeSignTool"
  503. />
  504. <Tool
  505. Name="VCPostBuildEventTool"
  506. />
  507. <DeploymentTool
  508. ForceDirty="-1"
  509. RemoteDirectory=""
  510. RegisterOutput="0"
  511. AdditionalFiles=""
  512. />
  513. <DebuggerTool
  514. />
  515. </Configuration>
  516. </Configurations>
  517. <References>
  518. </References>
  519. <Files>
  520. <Filter
  521. Name="源文件"
  522. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  523. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  524. >
  525. <File
  526. RelativePath=".CESeries.cpp"
  527. >
  528. </File>
  529. <File
  530. RelativePath=".GPS.cpp"
  531. >
  532. </File>
  533. <File
  534. RelativePath=".GPSDemo.cpp"
  535. >
  536. </File>
  537. <File
  538. RelativePath=".GPSDemoDlg.cpp"
  539. >
  540. </File>
  541. <File
  542. RelativePath=".stdafx.cpp"
  543. >
  544. <FileConfiguration
  545. Name="Debug|Pocket PC 2003 (ARMV4)"
  546. >
  547. <Tool
  548. Name="VCCLCompilerTool"
  549. UsePrecompiledHeader="1"
  550. />
  551. </FileConfiguration>
  552. <FileConfiguration
  553. Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  554. >
  555. <Tool
  556. Name="VCCLCompilerTool"
  557. UsePrecompiledHeader="1"
  558. />
  559. </FileConfiguration>
  560. <FileConfiguration
  561. Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
  562. >
  563. <Tool
  564. Name="VCCLCompilerTool"
  565. UsePrecompiledHeader="1"
  566. />
  567. </FileConfiguration>
  568. <FileConfiguration
  569. Name="Release|Pocket PC 2003 (ARMV4)"
  570. >
  571. <Tool
  572. Name="VCCLCompilerTool"
  573. UsePrecompiledHeader="1"
  574. />
  575. </FileConfiguration>
  576. <FileConfiguration
  577. Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  578. >
  579. <Tool
  580. Name="VCCLCompilerTool"
  581. UsePrecompiledHeader="1"
  582. />
  583. </FileConfiguration>
  584. <FileConfiguration
  585. Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
  586. >
  587. <Tool
  588. Name="VCCLCompilerTool"
  589. UsePrecompiledHeader="1"
  590. />
  591. </FileConfiguration>
  592. </File>
  593. </Filter>
  594. <Filter
  595. Name="头文件"
  596. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  597. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  598. >
  599. <File
  600. RelativePath=".CESeries.h"
  601. >
  602. </File>
  603. <File
  604. RelativePath=".GPS.h"
  605. >
  606. </File>
  607. <File
  608. RelativePath=".GPSDemo.h"
  609. >
  610. </File>
  611. <File
  612. RelativePath=".GPSDemoDlg.h"
  613. >
  614. </File>
  615. <File
  616. RelativePath=".Resourceppc.h"
  617. >
  618. </File>
  619. <File
  620. RelativePath=".stdafx.h"
  621. >
  622. </File>
  623. </Filter>
  624. <Filter
  625. Name="资源文件"
  626. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  627. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  628. >
  629. <File
  630. RelativePath=".resGPSDemo.ico"
  631. >
  632. </File>
  633. <File
  634. RelativePath=".GPSDemoppc.rc"
  635. >
  636. <FileConfiguration
  637. Name="Debug|Pocket PC 2003 (ARMV4)"
  638. >
  639. <Tool
  640. Name="VCResourceCompilerTool"
  641. />
  642. </FileConfiguration>
  643. <FileConfiguration
  644. Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  645. >
  646. <Tool
  647. Name="VCResourceCompilerTool"
  648. />
  649. </FileConfiguration>
  650. <FileConfiguration
  651. Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
  652. >
  653. <Tool
  654. Name="VCResourceCompilerTool"
  655. />
  656. </FileConfiguration>
  657. <FileConfiguration
  658. Name="Release|Pocket PC 2003 (ARMV4)"
  659. >
  660. <Tool
  661. Name="VCResourceCompilerTool"
  662. />
  663. </FileConfiguration>
  664. <FileConfiguration
  665. Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  666. >
  667. <Tool
  668. Name="VCResourceCompilerTool"
  669. />
  670. </FileConfiguration>
  671. <FileConfiguration
  672. Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
  673. >
  674. <Tool
  675. Name="VCResourceCompilerTool"
  676. />
  677. </FileConfiguration>
  678. </File>
  679. <File
  680. RelativePath=".resGPSDemoppc.rc2"
  681. >
  682. </File>
  683. </Filter>
  684. <File
  685. RelativePath=".ReadMe.txt"
  686. >
  687. </File>
  688. </Files>
  689. <Globals>
  690. <Global
  691. Name="RESOURCE_FILE"
  692. Value="GPSDemoppc.rc"
  693. />
  694. </Globals>
  695. </VisualStudioProject>