Tabbed Browser.vbproj
上传用户:bjsjyd6688
上传日期:2022-06-03
资源大小:198k
文件大小:6k
源码类别:

浏览器

开发平台:

Visual Basic

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{335DF2DF-F642-41BC-8FD2-B8598A8FDC49}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <StartupObject>Tabbed_Browser.My.MyApplication</StartupObject>
  11.     <RootNamespace>Tabbed_Browser</RootNamespace>
  12.     <AssemblyName>Tabbed Browser</AssemblyName>
  13.     <FileAlignment>512</FileAlignment>
  14.     <MyType>WindowsForms</MyType>
  15.     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  16.     <OptionExplicit>On</OptionExplicit>
  17.     <OptionCompare>Binary</OptionCompare>
  18.     <OptionStrict>Off</OptionStrict>
  19.     <OptionInfer>On</OptionInfer>
  20.   </PropertyGroup>
  21.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22.     <DebugSymbols>true</DebugSymbols>
  23.     <DebugType>full</DebugType>
  24.     <DefineDebug>true</DefineDebug>
  25.     <DefineTrace>true</DefineTrace>
  26.     <OutputPath>binDebug</OutputPath>
  27.     <DocumentationFile>Tabbed Browser.xml</DocumentationFile>
  28.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  29.   </PropertyGroup>
  30.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31.     <DebugType>pdbonly</DebugType>
  32.     <DefineDebug>false</DefineDebug>
  33.     <DefineTrace>true</DefineTrace>
  34.     <Optimize>true</Optimize>
  35.     <OutputPath>binRelease</OutputPath>
  36.     <DocumentationFile>Tabbed Browser.xml</DocumentationFile>
  37.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  38.   </PropertyGroup>
  39.   <ItemGroup>
  40.     <Reference Include="System" />
  41.     <Reference Include="System.Data" />
  42.     <Reference Include="System.Deployment" />
  43.     <Reference Include="System.Drawing" />
  44.     <Reference Include="System.Windows.Forms" />
  45.     <Reference Include="System.Xml" />
  46.     <Reference Include="System.Core">
  47.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  48.     </Reference>
  49.     <Reference Include="System.Xml.Linq">
  50.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51.     </Reference>
  52.     <Reference Include="System.Data.DataSetExtensions">
  53.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  54.     </Reference>
  55.   </ItemGroup>
  56.   <ItemGroup>
  57.     <Import Include="Microsoft.VisualBasic" />
  58.     <Import Include="System" />
  59.     <Import Include="System.Collections" />
  60.     <Import Include="System.Collections.Generic" />
  61.     <Import Include="System.Data" />
  62.     <Import Include="System.Drawing" />
  63.     <Import Include="System.Diagnostics" />
  64.     <Import Include="System.Windows.Forms" />
  65.     <Import Include="System.Linq" />
  66.     <Import Include="System.Xml.Linq" />
  67.   </ItemGroup>
  68.   <ItemGroup>
  69.     <Compile Include="Form1.vb">
  70.       <SubType>Form</SubType>
  71.     </Compile>
  72.     <Compile Include="Form1.Designer.vb">
  73.       <DependentUpon>Form1.vb</DependentUpon>
  74.       <SubType>Form</SubType>
  75.     </Compile>
  76.     <Compile Include="My ProjectAssemblyInfo.vb" />
  77.     <Compile Include="My ProjectApplication.Designer.vb">
  78.       <AutoGen>True</AutoGen>
  79.       <DependentUpon>Application.myapp</DependentUpon>
  80.     </Compile>
  81.     <Compile Include="My ProjectResources.Designer.vb">
  82.       <AutoGen>True</AutoGen>
  83.       <DesignTime>True</DesignTime>
  84.       <DependentUpon>Resources.resx</DependentUpon>
  85.     </Compile>
  86.     <Compile Include="My ProjectSettings.Designer.vb">
  87.       <AutoGen>True</AutoGen>
  88.       <DependentUpon>Settings.settings</DependentUpon>
  89.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  90.     </Compile>
  91.   </ItemGroup>
  92.   <ItemGroup>
  93.     <EmbeddedResource Include="Form1.resx">
  94.       <DependentUpon>Form1.vb</DependentUpon>
  95.     </EmbeddedResource>
  96.     <EmbeddedResource Include="My ProjectResources.resx">
  97.       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  98.       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  99.       <CustomToolNamespace>My.Resources</CustomToolNamespace>
  100.       <SubType>Designer</SubType>
  101.     </EmbeddedResource>
  102.   </ItemGroup>
  103.   <ItemGroup>
  104.     <None Include="My ProjectApplication.myapp">
  105.       <Generator>MyApplicationCodeGenerator</Generator>
  106.       <LastGenOutput>Application.Designer.vb</LastGenOutput>
  107.     </None>
  108.     <None Include="My ProjectSettings.settings">
  109.       <Generator>SettingsSingleFileGenerator</Generator>
  110.       <CustomToolNamespace>My</CustomToolNamespace>
  111.       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  112.     </None>
  113.   </ItemGroup>
  114.   <ItemGroup>
  115.     <COMReference Include="AxSHDocVw">
  116.       <Guid>{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}</Guid>
  117.       <VersionMajor>1</VersionMajor>
  118.       <VersionMinor>1</VersionMinor>
  119.       <Lcid>0</Lcid>
  120.       <WrapperTool>aximp</WrapperTool>
  121.       <Isolated>False</Isolated>
  122.     </COMReference>
  123.     <COMReference Include="SHDocVw">
  124.       <Guid>{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}</Guid>
  125.       <VersionMajor>1</VersionMajor>
  126.       <VersionMinor>1</VersionMinor>
  127.       <Lcid>0</Lcid>
  128.       <WrapperTool>tlbimp</WrapperTool>
  129.       <Isolated>False</Isolated>
  130.     </COMReference>
  131.   </ItemGroup>
  132.   <Import Project="$(MSBuildToolsPath)Microsoft.VisualBasic.targets" />
  133.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  134.        Other similar extension points exist, see Microsoft.Common.targets.
  135.   <Target Name="BeforeBuild">
  136.   </Target>
  137.   <Target Name="AfterBuild">
  138.   </Target>
  139.   -->
  140. </Project>