CamCapturePPC.vbdproj
上传用户:chengzheng
上传日期:2013-08-05
资源大小:38k
文件大小:6k
源码类别:

Windows Mobile

开发平台:

C#

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