⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rt.vbproj

📁 大名鼎鼎的mono是.NET平台的跨平台(支持linux
💻 VBPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <PropertyGroup>    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>    <ProductVersion>8.0.50727</ProductVersion>    <SchemaVersion>2.0</SchemaVersion>    <ProjectGuid>{C24CC77B-ED7F-4A02-9206-B9EB480EFB7D}</ProjectGuid>    <OutputType>WinExe</OutputType>    <StartupObject>Sub Main</StartupObject>    <RootNamespace>rt</RootNamespace>    <AssemblyName>rt</AssemblyName>    <MyType>WindowsFormsWithCustomSubMain</MyType>    <OptionStrict>On</OptionStrict>    <PublishUrl>http://localhost/Regression Tester</PublishUrl>    <Install>true</Install>    <InstallFrom>Web</InstallFrom>    <FallbackCulture>en-US</FallbackCulture>    <UpdateEnabled>true</UpdateEnabled>    <UpdateMode>Foreground</UpdateMode>    <UpdateInterval>7</UpdateInterval>    <UpdateIntervalUnits>Days</UpdateIntervalUnits>    <UpdatePeriodically>false</UpdatePeriodically>    <UpdateRequired>false</UpdateRequired>    <UpdateUrlEnabled>false</UpdateUrlEnabled>    <ApplicationVersion>1.0.0.*</ApplicationVersion>    <ApplicationRevision>0</ApplicationRevision>    <IsWebBootstrapper>true</IsWebBootstrapper>    <BootstrapperEnabled>true</BootstrapperEnabled>    <SignAssembly>true</SignAssembly>    <AssemblyOriginatorKeyFile>keyfile.snk</AssemblyOriginatorKeyFile>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">    <DebugSymbols>True</DebugSymbols>    <DebugType>full</DebugType>    <DefineDebug>true</DefineDebug>    <DefineTrace>true</DefineTrace>    <IncrementalBuild>true</IncrementalBuild>    <OutputPath>../bin/</OutputPath>    <DocumentationFile>rt.xml</DocumentationFile>    <NoWarn>    </NoWarn>    <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>    <OutputType>WinExe</OutputType>    <AssemblyName>rt</AssemblyName>    <RootNamespace>rt</RootNamespace>    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>    <Optimize>True</Optimize>    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>    <DefineConstants>    </DefineConstants>    <WarningLevel>4</WarningLevel>    <OptionExplicit>True</OptionExplicit>    <OptionStrict>True</OptionStrict>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">    <DebugSymbols>False</DebugSymbols>    <DefineDebug>false</DefineDebug>    <DefineTrace>true</DefineTrace>    <IncrementalBuild>false</IncrementalBuild>    <Optimize>True</Optimize>    <OutputPath>../bin/</OutputPath>    <DocumentationFile>rt.xml</DocumentationFile>    <NoWarn>    </NoWarn>    <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>    <OutputType>WinExe</OutputType>    <AssemblyName>rt</AssemblyName>    <RootNamespace>rt</RootNamespace>    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>    <DefineConstants>    </DefineConstants>    <WarningLevel>4</WarningLevel>    <OptionExplicit>True</OptionExplicit>    <OptionStrict>True</OptionStrict>  </PropertyGroup>  <ItemGroup>    <Reference Include="System" />    <Reference Include="System.Configuration" />    <Reference Include="System.Data" />    <Reference Include="System.Drawing" />    <Reference Include="System.Windows.Forms" />    <Reference Include="System.XML" />  </ItemGroup>  <ItemGroup>    <Import Include="Microsoft.VisualBasic" />    <Import Include="System" />    <Import Include="System.Collections" />    <Import Include="System.Drawing" />    <Import Include="System.Diagnostics" />    <Import Include="System.Windows.Forms" />  </ItemGroup>  <ItemGroup>    <Compile Include="AssemblyCompare.vb" />    <Compile Include="AssemblyInfo.vb" />    <Compile Include="CommandLine.vb" />    <Compile Include="CompilerHelper.vb" />    <Compile Include="EnhancedProgressBar.Designer.vb">      <DependentUpon>EnhancedProgressBar.vb</DependentUpon>    </Compile>    <Compile Include="EnhancedProgressBar.vb">      <SubType>UserControl</SubType>    </Compile>    <Compile Include="ExternalProcessExecutor.vb" />    <Compile Include="ExternalProcessVerification.vb" />    <Compile Include="FileComparer.vb" />    <Compile Include="FileTabPage.Designer.vb">      <DependentUpon>FileTabPage.vb</DependentUpon>    </Compile>    <Compile Include="FileTabPage.vb">      <SubType>Component</SubType>    </Compile>    <Compile Include="frmAssemblyDiff.Designer.vb">      <DependentUpon>frmAssemblyDiff.vb</DependentUpon>    </Compile>    <Compile Include="frmAssemblyDiff.vb">      <SubType>Form</SubType>    </Compile>    <Compile Include="frmDiff.Designer.vb">      <DependentUpon>frmDiff.vb</DependentUpon>    </Compile>    <Compile Include="frmDiff.vb">      <SubType>Form</SubType>    </Compile>    <Compile Include="frmMain.Designer.vb">      <DependentUpon>frmMain.vb</DependentUpon>    </Compile>    <Compile Include="frmMain.vb">      <SubType>Form</SubType>    </Compile>    <Compile Include="frmNewTest.Designer.vb">      <DependentUpon>frmNewTest.vb</DependentUpon>    </Compile>    <Compile Include="frmNewTest.vb">      <SubType>Form</SubType>    </Compile>    <Compile Include="frmTestEditor.Designer.vb">      <DependentUpon>frmTestEditor.vb</DependentUpon>    </Compile>    <Compile Include="frmTestEditor.vb">      <SubType>Form</SubType>    </Compile>    <Compile Include="Helper.vb">    </Compile>    <Compile Include="ListViewItemComparer.vb" />    <Compile Include="Main.vb" />    <Compile Include="OldResult.vb" />    <Compile Include="Settings.vb" />    <Compile Include="Test.Results.vb" />    <Compile Include="Test.vb" />    <Compile Include="TestExecutor.vb" />    <Compile Include="TestList.vb" />    <Compile Include="Tests.vb" />    <Compile Include="TestStatistics.vb" />    <Compile Include="TestView.vb" />    <Compile Include="VerificationBase.vb" />    <Compile Include="XmlCompare.vb" />    <Compile Include="XMLVerifier.vb" />  </ItemGroup>  <ItemGroup>    <EmbeddedResource Include="FileTabPage.resx">      <SubType>Designer</SubType>      <DependentUpon>FileTabPage.vb</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="frmAssemblyDiff.resx">      <SubType>Designer</SubType>      <DependentUpon>frmAssemblyDiff.vb</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="frmDiff.resx">      <DependentUpon>frmDiff.vb</DependentUpon>      <SubType>Designer</SubType>    </EmbeddedResource>    <EmbeddedResource Include="frmMain.resx">      <DependentUpon>frmMain.vb</DependentUpon>      <SubType>Designer</SubType>    </EmbeddedResource>    <EmbeddedResource Include="frmNewTest.resx">      <SubType>Designer</SubType>      <DependentUpon>frmNewTest.vb</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="frmTestEditor.resx">      <SubType>Designer</SubType>      <DependentUpon>frmTestEditor.vb</DependentUpon>    </EmbeddedResource>  </ItemGroup>  <ItemGroup>    <None Include="app.config" />    <None Include="keyfile.snk" />  </ItemGroup>  <ItemGroup>    <AppDesigner Include="My Project\" />  </ItemGroup>  <ItemGroup>    <BootstrapperFile Include="Microsoft.Net.Framework.2.0">      <InProject>False</InProject>      <ProductName>.NET Framework 2.0</ProductName>      <Install>true</Install>    </BootstrapperFile>  </ItemGroup>  <ItemGroup>    <Folder Include="My Project\" />  </ItemGroup>  <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />  <PropertyGroup>    <PreBuildEvent>    </PreBuildEvent>    <PostBuildEvent>    </PostBuildEvent>    <ProjectGuid>{C24CC77B-ED7F-4A02-9206-B9EB480EFB7D}</ProjectGuid>  </PropertyGroup></Project>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -