NettrixVB.vbproj
上传用户:c_chunwei
上传日期:2022-05-07
资源大小:80k
文件大小:5k
源码类别:

其他智力游戏

开发平台:

Visual Basic

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{18B20045-C96B-4F69-BAFD-BE4DDBA37461}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "NettrixVB"
  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 = "NettrixVB"
  24.                 StartupObject = "NettrixVB.Nettrix.NetTrix"
  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.             </References>
  81.             <Imports>
  82.                 <Import Namespace = "Microsoft.VisualBasic" />
  83.                 <Import Namespace = "System" />
  84.                 <Import Namespace = "System.Collections" />
  85.                 <Import Namespace = "System.Data" />
  86.                 <Import Namespace = "System.Drawing" />
  87.                 <Import Namespace = "System.Diagnostics" />
  88.                 <Import Namespace = "System.Windows.Forms" />
  89.             </Imports>
  90.         </Build>
  91.         <Files>
  92.             <Include>
  93.                 <File
  94.                     RelPath = "AssemblyInfo.vb"
  95.                     SubType = "Code"
  96.                     BuildAction = "Compile"
  97.                 />
  98.                 <File
  99.                     RelPath = "Block.vb"
  100.                     SubType = "Code"
  101.                     BuildAction = "Compile"
  102.                 />
  103.                 <File
  104.                     RelPath = "GameField.vb"
  105.                     SubType = "Code"
  106.                     BuildAction = "Compile"
  107.                 />
  108.                 <File
  109.                     RelPath = "Nettrix.vb"
  110.                     SubType = "Form"
  111.                     BuildAction = "Compile"
  112.                 />
  113.                 <File
  114.                     RelPath = "Nettrix.resx"
  115.                     DependentUpon = "Nettrix.vb"
  116.                     BuildAction = "EmbeddedResource"
  117.                 />
  118.                 <File
  119.                     RelPath = "Square.vb"
  120.                     SubType = "Code"
  121.                     BuildAction = "Compile"
  122.                 />
  123.             </Include>
  124.         </Files>
  125.     </VisualBasic>
  126. </VisualStudioProject>