CamCaptureSP.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 = "{C009A9F4-D1EB-4150-A685-D256745762AE}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "CamCaptureSP"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DelaySign = "false"
  16.                 OutputType = "WinExe"
  17.                 OptionCompare = "Binary"
  18.                 OptionExplicit = "On"
  19.                 OptionStrict = "Off"
  20.                 OutputFileFolder = "StorageProgram FilesCamCaptureSP"
  21.                 RootNamespace = "CamCaptureSP"
  22.                 StartupObject = "CamCaptureSP.MainForm"
  23.                 ReferencePath = "E:neilcoHTCCameraAPISamplesReferences"
  24.             >
  25.                 <Platform Name = "Smartphone" />
  26.                 <Config
  27.                     Name = "Debug|Smartphone"
  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|Smartphone"
  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 = "Smartphone-Designer"
  62.                     Name = "System.CF.Design"
  63.                     AssemblyName = "System.CF.Design"
  64.                     Private = "False"
  65.                 />
  66.                 <Reference
  67.                     Platform = "Smartphone-Designer"
  68.                     Name = "System.CF.Design.UI"
  69.                     AssemblyName = "System.CF.Design.UI"
  70.                     Private = "False"
  71.                 />
  72.                 <Reference
  73.                     Platform = "Smartphone-Designer"
  74.                     Name = "System.CF.Windows.Forms"
  75.                     AssemblyName = "System.CF.Windows.Forms"
  76.                     Private = "False"
  77.                 />
  78.                 <Reference
  79.                     Platform = "Smartphone-Designer"
  80.                     Name = "System.CF.Drawing"
  81.                     AssemblyName = "System.CF.Drawing"
  82.                     Private = "False"
  83.                 />
  84.                 <Reference
  85.                     Platform = "Smartphone-Designer"
  86.                     Name = "System"
  87.                     AssemblyName = "System"
  88.                     Private = "False"
  89.                 />
  90.                 <Reference
  91.                     Platform = "Smartphone"
  92.                     Name = "System"
  93.                     AssemblyName = "System"
  94.                     Private = "False"
  95.                 />
  96.                 <Reference
  97.                     Platform = "Smartphone"
  98.                     Name = "System.Data"
  99.                     AssemblyName = "System.Data"
  100.                     Private = "False"
  101.                 />
  102.                 <Reference
  103.                     Platform = "Smartphone"
  104.                     Name = "System.Drawing"
  105.                     AssemblyName = "System.Drawing"
  106.                     Private = "False"
  107.                 />
  108.                 <Reference
  109.                     Platform = "Smartphone"
  110.                     Name = "System.Windows.Forms"
  111.                     AssemblyName = "System.Windows.Forms"
  112.                     Private = "False"
  113.                 />
  114.                 <Reference
  115.                     Platform = "Smartphone"
  116.                     Name = "System.XML"
  117.                     AssemblyName = "System.Xml"
  118.                     Private = "False"
  119.                 />
  120.                 <Reference
  121.                     Platform = "Smartphone"
  122.                     Name = "Cowburn.Imaging"
  123.                     AssemblyName = "Cowburn.Imaging"
  124.                 />
  125.             </References>
  126.             <Imports>
  127.                 <Import Namespace = "Microsoft.VisualBasic" />
  128.                 <Import Namespace = "System" />
  129.                 <Import Namespace = "System.Data" />
  130.                 <Import Namespace = "System.Collections" />
  131.                 <Import Namespace = "System.Configuration" />
  132.                 <Import Namespace = "System.Drawing" />
  133.                 <Import Namespace = "System.Diagnostics" />
  134.                 <Import Namespace = "System.Windows.Forms" />
  135.             </Imports>
  136.         </Build>
  137.         <Files>
  138.             <Include>
  139.                 <File
  140.                     RelPath = "AssemblyInfo.vb"
  141.                     SubType = "Code"
  142.                     BuildAction = "Compile"
  143.                 />
  144.                 <File
  145.                     RelPath = "MainForm.vb"
  146.                     SubType = "Form"
  147.                     BuildAction = "Compile"
  148.                 />
  149.                 <File
  150.                     RelPath = "MainForm.resx"
  151.                     DependentUpon = "MainForm.vb"
  152.                     BuildAction = "EmbeddedResource"
  153.                 />
  154.             </Include>
  155.         </Files>
  156.     </EVisualBasic>
  157. </VisualStudioProject>