MSMQReceiver.vbproj
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:5k
源码类别:

中间件编程

开发平台:

Visual C++

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{610BB2E6-BAA6-4749-AD18-BD0CDCB39216}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "MSMQReceiver"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "WinExe"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "MSMQReceiver"
  24.                 StartupObject = "MSMQReceiver.Form1"
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Windows.Forms"
  74.                     AssemblyName = "System.Windows.Forms"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.                 <Reference
  81.                     Name = "PersonInfo"
  82.                     Project = "{B97FEBAC-2414-4811-ABFC-3549D94BE3AE}"
  83.                     Package = "{F184B08F-C81C-45F6-A57F-5ABD9991F28F}"
  84.                 />
  85.                 <Reference
  86.                     Name = "System.Messaging"
  87.                     AssemblyName = "System.Messaging"
  88.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.0.3705System.Messaging.dll"
  89.                 />
  90.             </References>
  91.             <Imports>
  92.                 <Import Namespace = "Microsoft.VisualBasic" />
  93.                 <Import Namespace = "System" />
  94.                 <Import Namespace = "System.Collections" />
  95.                 <Import Namespace = "System.Data" />
  96.                 <Import Namespace = "System.Drawing" />
  97.                 <Import Namespace = "System.Diagnostics" />
  98.                 <Import Namespace = "System.Windows.Forms" />
  99.             </Imports>
  100.         </Build>
  101.         <Files>
  102.             <Include>
  103.                 <File
  104.                     RelPath = "AssemblyInfo.vb"
  105.                     SubType = "Code"
  106.                     BuildAction = "Compile"
  107.                 />
  108.                 <File
  109.                     RelPath = "FrmReceiveMessage.vb"
  110.                     SubType = "Form"
  111.                     BuildAction = "Compile"
  112.                 />
  113.                 <File
  114.                     RelPath = "FrmReceiveMessage.resx"
  115.                     DependentUpon = "FrmReceiveMessage.vb"
  116.                     BuildAction = "EmbeddedResource"
  117.                 />
  118.             </Include>
  119.         </Files>
  120.     </VisualBasic>
  121. </VisualStudioProject>