Visual Basic Usage Example.vbproj
上传用户:szltgg
上传日期:2019-05-16
资源大小:604k
文件大小:5k
源码类别:

Telnet服务器

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>8.0.50727</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{FD3D86E6-1654-4650-A1B1-8E1B1F2CEEDC}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <StartupObject>Visual_Basic_Usage_Example.My.MyApplication</StartupObject>
  11.     <RootNamespace>Visual_Basic_Usage_Example</RootNamespace>
  12.     <AssemblyName>Visual Basic Usage Example</AssemblyName>
  13.     <MyType>WindowsForms</MyType>
  14.   </PropertyGroup>
  15.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16.     <DebugSymbols>true</DebugSymbols>
  17.     <DebugType>full</DebugType>
  18.     <DefineDebug>true</DefineDebug>
  19.     <DefineTrace>true</DefineTrace>
  20.     <OutputPath>binDebug</OutputPath>
  21.     <DocumentationFile>Visual Basic Usage Example.xml</DocumentationFile>
  22.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  23.   </PropertyGroup>
  24.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25.     <DebugType>pdbonly</DebugType>
  26.     <DefineDebug>false</DefineDebug>
  27.     <DefineTrace>true</DefineTrace>
  28.     <Optimize>true</Optimize>
  29.     <OutputPath>binRelease</OutputPath>
  30.     <DocumentationFile>Visual Basic Usage Example.xml</DocumentationFile>
  31.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  32.   </PropertyGroup>
  33.   <ItemGroup>
  34.     <Reference Include="Microsoft.JScript" />
  35.     <Reference Include="System" />
  36.     <Reference Include="System.Data" />
  37.     <Reference Include="System.Deployment" />
  38.     <Reference Include="System.Drawing" />
  39.     <Reference Include="System.Windows.Forms" />
  40.     <Reference Include="System.Xml" />
  41.   </ItemGroup>
  42.   <ItemGroup>
  43.     <Import Include="Microsoft.VisualBasic" />
  44.     <Import Include="System" />
  45.     <Import Include="System.Collections" />
  46.     <Import Include="System.Collections.Generic" />
  47.     <Import Include="System.Data" />
  48.     <Import Include="System.Drawing" />
  49.     <Import Include="System.Diagnostics" />
  50.     <Import Include="System.Windows.Forms" />
  51.   </ItemGroup>
  52.   <ItemGroup>
  53.     <Compile Include="Form1.vb">
  54.       <SubType>Form</SubType>
  55.     </Compile>
  56.     <Compile Include="Form1.Designer.vb">
  57.       <DependentUpon>Form1.vb</DependentUpon>
  58.       <SubType>Form</SubType>
  59.     </Compile>
  60.     <Compile Include="My ProjectAssemblyInfo.vb" />
  61.     <Compile Include="My ProjectApplication.Designer.vb">
  62.       <AutoGen>True</AutoGen>
  63.       <DependentUpon>Application.myapp</DependentUpon>
  64.     </Compile>
  65.     <Compile Include="My ProjectResources.Designer.vb">
  66.       <AutoGen>True</AutoGen>
  67.       <DesignTime>True</DesignTime>
  68.       <DependentUpon>Resources.resx</DependentUpon>
  69.     </Compile>
  70.     <Compile Include="My ProjectSettings.Designer.vb">
  71.       <AutoGen>True</AutoGen>
  72.       <DependentUpon>Settings.settings</DependentUpon>
  73.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  74.     </Compile>
  75.   </ItemGroup>
  76.   <ItemGroup>
  77.     <EmbeddedResource Include="Form1.resx">
  78.       <SubType>Designer</SubType>
  79.       <DependentUpon>Form1.vb</DependentUpon>
  80.     </EmbeddedResource>
  81.     <EmbeddedResource Include="My ProjectResources.resx">
  82.       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  83.       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  84.       <CustomToolNamespace>My.Resources</CustomToolNamespace>
  85.       <SubType>Designer</SubType>
  86.     </EmbeddedResource>
  87.   </ItemGroup>
  88.   <ItemGroup>
  89.     <None Include="My ProjectApplication.myapp">
  90.       <Generator>MyApplicationCodeGenerator</Generator>
  91.       <LastGenOutput>Application.Designer.vb</LastGenOutput>
  92.     </None>
  93.     <None Include="My ProjectSettings.settings">
  94.       <Generator>SettingsSingleFileGenerator</Generator>
  95.       <CustomToolNamespace>My</CustomToolNamespace>
  96.       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  97.     </None>
  98.   </ItemGroup>
  99.   <ItemGroup>
  100.     <ProjectReference Include="..Terminal ControlTerminal Control.csproj">
  101.       <Project>{60BE1158-C079-4603-8BC4-1658133E8EE5}</Project>
  102.       <Name>Terminal Control</Name>
  103.     </ProjectReference>
  104.   </ItemGroup>
  105.   <Import Project="$(MSBuildBinPath)Microsoft.VisualBasic.targets" />
  106.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  107.        Other similar extension points exist, see Microsoft.Common.targets.
  108.   <Target Name="BeforeBuild">
  109.   </Target>
  110.   <Target Name="AfterBuild">
  111.   </Target>
  112.   -->
  113. </Project>