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

其他智力游戏

开发平台:

Visual Basic

  1. <Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>9.0.21022</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{18B20045-C96B-4F69-BAFD-BE4DDBA37461}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>NettrixVB</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>
  15.     </AssemblyOriginatorKeyFile>
  16.     <AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
  17.     <DefaultClientScript>JScript</DefaultClientScript>
  18.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  19.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  20.     <DelaySign>false</DelaySign>
  21.     <OutputType>WinExe</OutputType>
  22.     <OptionCompare>Binary</OptionCompare>
  23.     <OptionExplicit>On</OptionExplicit>
  24.     <OptionStrict>Off</OptionStrict>
  25.     <RootNamespace>NettrixVB</RootNamespace>
  26.     <StartupObject>NettrixVB.Nettrix.NetTrix</StartupObject>
  27.     <FileUpgradeFlags>
  28.     </FileUpgradeFlags>
  29.     <MyType>WindowsFormsWithCustomSubMain</MyType>
  30.     <UpgradeBackupLocation>
  31.     </UpgradeBackupLocation>
  32.     <OldToolsVersion>0.0</OldToolsVersion>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35.     <OutputPath>bin</OutputPath>
  36.     <DocumentationFile>NettrixVB.xml</DocumentationFile>
  37.     <BaseAddress>285212672</BaseAddress>
  38.     <ConfigurationOverrideFile>
  39.     </ConfigurationOverrideFile>
  40.     <DefineConstants>
  41.     </DefineConstants>
  42.     <DefineDebug>true</DefineDebug>
  43.     <DefineTrace>true</DefineTrace>
  44.     <DebugSymbols>true</DebugSymbols>
  45.     <Optimize>false</Optimize>
  46.     <RegisterForComInterop>false</RegisterForComInterop>
  47.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  48.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  49.     <WarningLevel>1</WarningLevel>
  50.     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  51.     <DebugType>full</DebugType>
  52.   </PropertyGroup>
  53.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  54.     <OutputPath>bin</OutputPath>
  55.     <DocumentationFile>NettrixVB.xml</DocumentationFile>
  56.     <BaseAddress>285212672</BaseAddress>
  57.     <ConfigurationOverrideFile>
  58.     </ConfigurationOverrideFile>
  59.     <DefineConstants>
  60.     </DefineConstants>
  61.     <DefineDebug>false</DefineDebug>
  62.     <DefineTrace>true</DefineTrace>
  63.     <DebugSymbols>false</DebugSymbols>
  64.     <Optimize>true</Optimize>
  65.     <RegisterForComInterop>false</RegisterForComInterop>
  66.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  67.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  68.     <WarningLevel>1</WarningLevel>
  69.     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  70.     <DebugType>none</DebugType>
  71.   </PropertyGroup>
  72.   <ItemGroup>
  73.     <Reference Include="System">
  74.       <Name>System</Name>
  75.     </Reference>
  76.     <Reference Include="System.Data">
  77.       <Name>System.Data</Name>
  78.     </Reference>
  79.     <Reference Include="System.Drawing">
  80.       <Name>System.Drawing</Name>
  81.     </Reference>
  82.     <Reference Include="System.Windows.Forms">
  83.       <Name>System.Windows.Forms</Name>
  84.     </Reference>
  85.     <Reference Include="System.Xml">
  86.       <Name>System.XML</Name>
  87.     </Reference>
  88.   </ItemGroup>
  89.   <ItemGroup>
  90.     <Import Include="Microsoft.VisualBasic" />
  91.     <Import Include="System" />
  92.     <Import Include="System.Collections" />
  93.     <Import Include="System.Data" />
  94.     <Import Include="System.Diagnostics" />
  95.     <Import Include="System.Drawing" />
  96.     <Import Include="System.Windows.Forms" />
  97.   </ItemGroup>
  98.   <ItemGroup>
  99.     <Compile Include="AssemblyInfo.vb">
  100.       <SubType>Code</SubType>
  101.     </Compile>
  102.     <Compile Include="Block.vb">
  103.       <SubType>Code</SubType>
  104.     </Compile>
  105.     <Compile Include="GameField.vb">
  106.       <SubType>Code</SubType>
  107.     </Compile>
  108.     <Compile Include="Nettrix.vb">
  109.       <SubType>Form</SubType>
  110.     </Compile>
  111.     <Compile Include="Square.vb">
  112.       <SubType>Code</SubType>
  113.     </Compile>
  114.     <EmbeddedResource Include="Nettrix.resx">
  115.       <DependentUpon>Nettrix.vb</DependentUpon>
  116.     </EmbeddedResource>
  117.   </ItemGroup>
  118.   <ItemGroup>
  119.     <Folder Include="My Project" />
  120.   </ItemGroup>
  121.   <Import Project="$(MSBuildBinPath)Microsoft.VisualBasic.targets" />
  122.   <PropertyGroup>
  123.     <PreBuildEvent>
  124.     </PreBuildEvent>
  125.     <PostBuildEvent>
  126.     </PostBuildEvent>
  127.   </PropertyGroup>
  128. </Project>