VB1.vbproj
上传用户:ammar_low
上传日期:2021-11-27
资源大小:44k
文件大小:4k
源码类别:

2D图形编程

开发平台:

Visual Basic

  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>{DCDBD331-C1B5-4883-AD4A-DE005102C2E0}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <StartupObject>VB1.My.MyApplication</StartupObject>
  11.     <RootNamespace>VB1</RootNamespace>
  12.     <AssemblyName>VB1</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>..bin</OutputPath>
  21.     <DocumentationFile>
  22.     </DocumentationFile>
  23.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  24.   </PropertyGroup>
  25.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26.     <DebugType>pdbonly</DebugType>
  27.     <DefineDebug>false</DefineDebug>
  28.     <DefineTrace>true</DefineTrace>
  29.     <Optimize>true</Optimize>
  30.     <OutputPath>..bin</OutputPath>
  31.     <DocumentationFile>
  32.     </DocumentationFile>
  33.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  34.   </PropertyGroup>
  35.   <ItemGroup>
  36.     <Reference Include="System" />
  37.     <Reference Include="System.Data" />
  38.     <Reference Include="System.Deployment" />
  39.     <Reference Include="System.Drawing" />
  40.     <Reference Include="System.Windows.Forms" />
  41.     <Reference Include="System.Xml" />
  42.   </ItemGroup>
  43.   <ItemGroup>
  44.     <Import Include="Microsoft.VisualBasic" />
  45.     <Import Include="System" />
  46.     <Import Include="System.Collections" />
  47.     <Import Include="System.Collections.Generic" />
  48.     <Import Include="System.Data" />
  49.     <Import Include="System.Drawing" />
  50.     <Import Include="System.Diagnostics" />
  51.     <Import Include="System.Windows.Forms" />
  52.   </ItemGroup>
  53.   <ItemGroup>
  54.     <Compile Include="Form1.vb">
  55.       <SubType>Form</SubType>
  56.     </Compile>
  57.     <Compile Include="Form1.Designer.vb">
  58.       <DependentUpon>Form1.vb</DependentUpon>
  59.       <SubType>Form</SubType>
  60.     </Compile>
  61.     <Compile Include="My ProjectAssemblyInfo.vb" />
  62.     <Compile Include="My ProjectApplication.Designer.vb">
  63.       <AutoGen>True</AutoGen>
  64.       <DependentUpon>Application.myapp</DependentUpon>
  65.     </Compile>
  66.     <Compile Include="My ProjectResources.Designer.vb">
  67.       <AutoGen>True</AutoGen>
  68.       <DesignTime>True</DesignTime>
  69.       <DependentUpon>Resources.resx</DependentUpon>
  70.     </Compile>
  71.     <Compile Include="My ProjectSettings.Designer.vb">
  72.       <AutoGen>True</AutoGen>
  73.       <DependentUpon>Settings.settings</DependentUpon>
  74.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  75.     </Compile>
  76.   </ItemGroup>
  77.   <ItemGroup>
  78.     <EmbeddedResource Include="Form1.resx">
  79.       <SubType>Designer</SubType>
  80.       <DependentUpon>Form1.vb</DependentUpon>
  81.     </EmbeddedResource>
  82.     <EmbeddedResource Include="My ProjectResources.resx">
  83.       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  84.       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  85.       <CustomToolNamespace>My.Resources</CustomToolNamespace>
  86.       <SubType>Designer</SubType>
  87.     </EmbeddedResource>
  88.   </ItemGroup>
  89.   <ItemGroup>
  90.     <None Include="My ProjectApplication.myapp">
  91.       <Generator>MyApplicationCodeGenerator</Generator>
  92.       <LastGenOutput>Application.Designer.vb</LastGenOutput>
  93.     </None>
  94.     <None Include="My ProjectSettings.settings">
  95.       <Generator>SettingsSingleFileGenerator</Generator>
  96.       <CustomToolNamespace>My</CustomToolNamespace>
  97.       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  98.     </None>
  99.   </ItemGroup>
  100.   <Import Project="$(MSBuildBinPath)Microsoft.VisualBasic.targets" />
  101.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  102.        Other similar extension points exist, see Microsoft.Common.targets.
  103.   <Target Name="BeforeBuild">
  104.   </Target>
  105.   <Target Name="AfterBuild">
  106.   </Target>
  107.   -->
  108. </Project>