DotNetTextBox2008.csproj
上传用户:lanchensha
上传日期:2022-02-27
资源大小:7530k
文件大小:6k
源码类别:

编辑器/阅读器

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>9.0.21022</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{F330FBCD-6381-4D42-8F1A-1C921CC26ABA}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>DotNetTextBox</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>DotNetTextBox.snk</AssemblyOriginatorKeyFile>
  15.     <DefaultClientScript>JScript</DefaultClientScript>
  16.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  17.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  18.     <DelaySign>false</DelaySign>
  19.     <OutputType>Library</OutputType>
  20.     <RootNamespace>DotNetTextBox</RootNamespace>
  21.     <StartupObject>
  22.     </StartupObject>
  23.     <FileUpgradeFlags>
  24.     </FileUpgradeFlags>
  25.     <UpgradeBackupLocation>
  26.     </UpgradeBackupLocation>
  27.     <SignAssembly>true</SignAssembly>
  28.     <OldToolsVersion>2.0</OldToolsVersion>
  29.     <PublishUrl>http://localhost/DotNetTextBox/</PublishUrl>
  30.     <Install>true</Install>
  31.     <InstallFrom>Web</InstallFrom>
  32.     <UpdateEnabled>true</UpdateEnabled>
  33.     <UpdateMode>Foreground</UpdateMode>
  34.     <UpdateInterval>7</UpdateInterval>
  35.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36.     <UpdatePeriodically>false</UpdatePeriodically>
  37.     <UpdateRequired>false</UpdateRequired>
  38.     <MapFileExtensions>true</MapFileExtensions>
  39.     <ApplicationRevision>0</ApplicationRevision>
  40.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41.     <IsWebBootstrapper>true</IsWebBootstrapper>
  42.     <UseApplicationTrust>false</UseApplicationTrust>
  43.     <BootstrapperEnabled>true</BootstrapperEnabled>
  44.   </PropertyGroup>
  45.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  46.     <OutputPath>binDebug</OutputPath>
  47.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  48.     <BaseAddress>285212672</BaseAddress>
  49.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  50.     <ConfigurationOverrideFile>
  51.     </ConfigurationOverrideFile>
  52.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  53.     <DocumentationFile>
  54.     </DocumentationFile>
  55.     <DebugSymbols>true</DebugSymbols>
  56.     <FileAlignment>4096</FileAlignment>
  57.     <Optimize>false</Optimize>
  58.     <RegisterForComInterop>false</RegisterForComInterop>
  59.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  60.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  61.     <WarningLevel>4</WarningLevel>
  62.     <DebugType>full</DebugType>
  63.     <ErrorReport>prompt</ErrorReport>
  64.   </PropertyGroup>
  65.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  66.     <OutputPath>bin</OutputPath>
  67.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  68.     <BaseAddress>285212672</BaseAddress>
  69.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  70.     <ConfigurationOverrideFile>
  71.     </ConfigurationOverrideFile>
  72.     <DefineConstants>TRACE</DefineConstants>
  73.     <DocumentationFile>
  74.     </DocumentationFile>
  75.     <DebugSymbols>false</DebugSymbols>
  76.     <FileAlignment>4096</FileAlignment>
  77.     <Optimize>true</Optimize>
  78.     <RegisterForComInterop>false</RegisterForComInterop>
  79.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  80.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  81.     <WarningLevel>4</WarningLevel>
  82.     <DebugType>none</DebugType>
  83.     <ErrorReport>prompt</ErrorReport>
  84.   </PropertyGroup>
  85.   <ItemGroup>
  86.     <Reference Include="System">
  87.       <Name>System</Name>
  88.     </Reference>
  89.     <Reference Include="System.configuration" />
  90.     <Reference Include="System.Drawing">
  91.       <Name>System.Drawing</Name>
  92.     </Reference>
  93.     <Reference Include="System.Web">
  94.       <Name>System.Web</Name>
  95.     </Reference>
  96.     <Reference Include="System.Xml">
  97.       <Name>System.XML</Name>
  98.     </Reference>
  99.   </ItemGroup>
  100.   <ItemGroup>
  101.     <Compile Include="Advanced.cs" />
  102.     <Compile Include="AssemblyInfo.cs">
  103.       <SubType>Code</SubType>
  104.     </Compile>
  105.     <Compile Include="CollectionSystem.cs">
  106.       <SubType>ASPXCodeBehind</SubType>
  107.     </Compile>
  108.     <Compile Include="LanguageCache.cs" />
  109.     <Compile Include="ResourceManager.cs" />
  110.     <Compile Include="UpLoad.cs">
  111.       <SubType>ASPXCodeBehind</SubType>
  112.     </Compile>
  113.     <Compile Include="WebEditor.cs">
  114.       <SubType>Code</SubType>
  115.     </Compile>
  116.     <EmbeddedResource Include="WebEditor.bmp" />
  117.   </ItemGroup>
  118.   <ItemGroup>
  119.     <None Include="DotNetTextBox.snk" />
  120.   </ItemGroup>
  121.   <ItemGroup>
  122.     <COMReference Include="EnvDTE">
  123.       <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
  124.       <VersionMajor>8</VersionMajor>
  125.       <VersionMinor>0</VersionMinor>
  126.       <Lcid>0</Lcid>
  127.       <WrapperTool>primary</WrapperTool>
  128.       <Isolated>False</Isolated>
  129.     </COMReference>
  130.   </ItemGroup>
  131.   <ItemGroup>
  132.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  133.       <Visible>False</Visible>
  134.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  135.       <Install>true</Install>
  136.     </BootstrapperPackage>
  137.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  138.       <Visible>False</Visible>
  139.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  140.       <Install>false</Install>
  141.     </BootstrapperPackage>
  142.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  143.       <Visible>False</Visible>
  144.       <ProductName>.NET Framework 3.5</ProductName>
  145.       <Install>false</Install>
  146.     </BootstrapperPackage>
  147.   </ItemGroup>
  148.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  149.   <PropertyGroup>
  150.     <PreBuildEvent>
  151.     </PreBuildEvent>
  152.     <PostBuildEvent>
  153.     </PostBuildEvent>
  154.   </PropertyGroup>
  155. </Project>