HelloVB.vbproj
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:4k
源码类别:

C#编程

开发平台:

Others

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{398A8C0A-865D-40C7-A63D-BD0AB6A59CC2}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "HelloVB"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "Library"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "Wrox.ProCSharp.Assemblies.CrossLanguage"
  24.                 StartupObject = "Wrox.ProCSharp.Assemblies.CrossLanguage.(None)"
  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.XML"
  70.                     AssemblyName = "System.Xml"
  71.                 />
  72.                 <Reference
  73.                     Name = "HelloMCPP"
  74.                     Project = "{14AB7301-EB26-4C31-B99E-AEC650E9618C}"
  75.                     Package = "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}"
  76.                 />
  77.             </References>
  78.             <Imports>
  79.                 <Import Namespace = "Microsoft.VisualBasic" />
  80.                 <Import Namespace = "System" />
  81.                 <Import Namespace = "System.Collections" />
  82.                 <Import Namespace = "System.Data" />
  83.                 <Import Namespace = "System.Diagnostics" />
  84.             </Imports>
  85.         </Build>
  86.         <Files>
  87.             <Include>
  88.                 <File
  89.                     RelPath = "AssemblyInfo.vb"
  90.                     SubType = "Code"
  91.                     BuildAction = "Compile"
  92.                 />
  93.                 <File
  94.                     RelPath = "Class1.vb"
  95.                     SubType = "Code"
  96.                     BuildAction = "Compile"
  97.                 />
  98.             </Include>
  99.         </Files>
  100.     </VisualBasic>
  101. </VisualStudioProject>