home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / gpssdk / GPS.NET Global Positioning SDK 1.4.6.msi / Data1.cab / GPS.NET_for_PocketPC_Example2 < prev    next >
Encoding:
Text File  |  2004-08-25  |  5.8 KB  |  156 lines

  1. <VisualStudioProject>
  2.     <EVisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{3AC02F8A-91B5-4E68-A15A-7A33BDCDDD8D}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "Example1"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DelaySign = "false"
  16.                 OutputType = "WinExe"
  17.                 OptionCompare = "Binary"
  18.                 OptionExplicit = "On"
  19.                 OptionStrict = "Off"
  20.                 OutputFileFolder = "\Program Files\GPS.NET\Example 1"
  21.                 RootNamespace = "Example1"
  22.                 StartupObject = "Example1.Form1"
  23.             >
  24.                 <Platform Name = "Pocket PC" />
  25.                 <Config
  26.                     Name = "Debug|Pocket PC"
  27.                     BaseAddress = "0"
  28.                     ConfigurationOverrideFile = ""
  29.                     DefineConstants = ""
  30.                     DefineDebug = "true"
  31.                     DefineTrace = "true"
  32.                     DebugSymbols = "true"
  33.                     IncrementalBuild = "false"
  34.                     Optimize = "false"
  35.                     OutputPath = "bin\Debug\"
  36.                     RegisterForComInterop = "false"
  37.                     RemoveIntegerChecks = "false"
  38.                     TreatWarningsAsErrors = "false"
  39.                     WarningLevel = "1"
  40.                 />
  41.                 <Config
  42.                     Name = "Release|Pocket PC"
  43.                     BaseAddress = "0"
  44.                     ConfigurationOverrideFile = ""
  45.                     DefineConstants = ""
  46.                     DefineDebug = "false"
  47.                     DefineTrace = "true"
  48.                     DebugSymbols = "false"
  49.                     IncrementalBuild = "false"
  50.                     Optimize = "false"
  51.                     OutputPath = "bin\Release\"
  52.                     RegisterForComInterop = "false"
  53.                     RemoveIntegerChecks = "false"
  54.                     TreatWarningsAsErrors = "false"
  55.                     WarningLevel = "1"
  56.                 />
  57.             </Settings>
  58.             <References>
  59.                 <Reference
  60.                     Platform = "Pocket PC"
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                     Private = "False"
  64.                 />
  65.                 <Reference
  66.                     Platform = "Pocket PC"
  67.                     Name = "System.Data"
  68.                     AssemblyName = "System.Data"
  69.                     Private = "False"
  70.                 />
  71.                 <Reference
  72.                     Platform = "Pocket PC"
  73.                     Name = "System.Drawing"
  74.                     AssemblyName = "System.Drawing"
  75.                     Private = "False"
  76.                 />
  77.                 <Reference
  78.                     Platform = "Pocket PC"
  79.                     Name = "System.XML"
  80.                     AssemblyName = "System.Xml"
  81.                     Private = "False"
  82.                 />
  83.                 <Reference
  84.                     Platform = "Pocket PC"
  85.                     Name = "System.Windows.Forms"
  86.                     AssemblyName = "System.Windows.Forms"
  87.                 />
  88.                 <Reference
  89.                     Platform = "Pocket PC"
  90.                     Name = "StormSource.Gps"
  91.                     AssemblyName = "StormSource.Gps"
  92.                 />
  93.                 <Reference
  94.                     Platform = "Pocket PC-Designer"
  95.                     Name = "System.CF.Design"
  96.                     AssemblyName = "System.CF.Design"
  97.                     Private = "False"
  98.                 />
  99.                 <Reference
  100.                     Platform = "Pocket PC-Designer"
  101.                     Name = "System.CF.Design.UI"
  102.                     AssemblyName = "System.CF.Design.UI"
  103.                     Private = "False"
  104.                 />
  105.                 <Reference
  106.                     Platform = "Pocket PC-Designer"
  107.                     Name = "System.CF.Windows.Forms"
  108.                     AssemblyName = "System.CF.Windows.Forms"
  109.                     Private = "False"
  110.                 />
  111.                 <Reference
  112.                     Platform = "Pocket PC-Designer"
  113.                     Name = "System.CF.Drawing"
  114.                     AssemblyName = "System.CF.Drawing"
  115.                     Private = "False"
  116.                 />
  117.                 <Reference
  118.                     Platform = "Pocket PC-Designer"
  119.                     Name = "System"
  120.                     AssemblyName = "System"
  121.                     Private = "False"
  122.                 />
  123.             </References>
  124.             <Imports>
  125.                 <Import Namespace = "Microsoft.VisualBasic" />
  126.                 <Import Namespace = "System" />
  127.                 <Import Namespace = "System.Data" />
  128.                 <Import Namespace = "System.Collections" />
  129.                 <Import Namespace = "System.Configuration" />
  130.                 <Import Namespace = "System.Drawing" />
  131.                 <Import Namespace = "System.Diagnostics" />
  132.             </Imports>
  133.         </Build>
  134.         <Files>
  135.             <Include>
  136.                 <File
  137.                     RelPath = "AssemblyInfo.vb"
  138.                     SubType = "Code"
  139.                     BuildAction = "Compile"
  140.                 />
  141.                 <File
  142.                     RelPath = "Form1.vb"
  143.                     SubType = "Form"
  144.                     BuildAction = "Compile"
  145.                 />
  146.                 <File
  147.                     RelPath = "Form1.resx"
  148.                     DependentUpon = "Form1.vb"
  149.                     BuildAction = "EmbeddedResource"
  150.                 />
  151.             </Include>
  152.         </Files>
  153.     </EVisualBasic>
  154. </VisualStudioProject>
  155.  
  156.