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

编辑器/阅读器

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</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.   </PropertyGroup>
  29.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30.     <OutputPath>binDebug</OutputPath>
  31.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  32.     <BaseAddress>285212672</BaseAddress>
  33.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  34.     <ConfigurationOverrideFile>
  35.     </ConfigurationOverrideFile>
  36.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  37.     <DocumentationFile>
  38.     </DocumentationFile>
  39.     <DebugSymbols>true</DebugSymbols>
  40.     <FileAlignment>4096</FileAlignment>
  41.     <Optimize>false</Optimize>
  42.     <RegisterForComInterop>false</RegisterForComInterop>
  43.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  44.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  45.     <WarningLevel>4</WarningLevel>
  46.     <DebugType>full</DebugType>
  47.     <ErrorReport>prompt</ErrorReport>
  48.   </PropertyGroup>
  49.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50.     <OutputPath>bin</OutputPath>
  51.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  52.     <BaseAddress>285212672</BaseAddress>
  53.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  54.     <ConfigurationOverrideFile>
  55.     </ConfigurationOverrideFile>
  56.     <DefineConstants>TRACE</DefineConstants>
  57.     <DocumentationFile>
  58.     </DocumentationFile>
  59.     <DebugSymbols>false</DebugSymbols>
  60.     <FileAlignment>4096</FileAlignment>
  61.     <Optimize>true</Optimize>
  62.     <RegisterForComInterop>false</RegisterForComInterop>
  63.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  64.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  65.     <WarningLevel>4</WarningLevel>
  66.     <DebugType>none</DebugType>
  67.     <ErrorReport>prompt</ErrorReport>
  68.   </PropertyGroup>
  69.   <ItemGroup>
  70.     <Reference Include="System">
  71.       <Name>System</Name>
  72.     </Reference>
  73.     <Reference Include="System.configuration" />
  74.     <Reference Include="System.Drawing">
  75.       <Name>System.Drawing</Name>
  76.     </Reference>
  77.     <Reference Include="System.Web">
  78.       <Name>System.Web</Name>
  79.     </Reference>
  80.     <Reference Include="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81.       <SpecificVersion>False</SpecificVersion>
  82.       <HintPath>..DotNetTextBoxWebSitebinSystem.Web.Extensions.dll</HintPath>
  83.       <Private>False</Private>
  84.     </Reference>
  85.     <Reference Include="System.Xml">
  86.       <Name>System.XML</Name>
  87.     </Reference>
  88.   </ItemGroup>
  89.   <ItemGroup>
  90.     <Compile Include="Advanced.cs" />
  91.     <Compile Include="AssemblyInfo.cs">
  92.       <SubType>Code</SubType>
  93.     </Compile>
  94.     <Compile Include="CollectionSystem.cs">
  95.       <SubType>ASPXCodeBehind</SubType>
  96.     </Compile>
  97.     <Compile Include="LanguageCache.cs" />
  98.     <Compile Include="ResourceManager.cs" />
  99.     <Compile Include="UpLoad.cs">
  100.       <SubType>ASPXCodeBehind</SubType>
  101.     </Compile>
  102.     <Compile Include="WebEditor.cs">
  103.       <SubType>Code</SubType>
  104.     </Compile>
  105.     <EmbeddedResource Include="WebEditor.bmp" />
  106.   </ItemGroup>
  107.   <ItemGroup>
  108.     <None Include="DotNetTextBox.snk" />
  109.   </ItemGroup>
  110.   <ItemGroup>
  111.     <COMReference Include="EnvDTE">
  112.       <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
  113.       <VersionMajor>8</VersionMajor>
  114.       <VersionMinor>0</VersionMinor>
  115.       <Lcid>0</Lcid>
  116.       <WrapperTool>primary</WrapperTool>
  117.       <Isolated>False</Isolated>
  118.     </COMReference>
  119.   </ItemGroup>
  120.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  121.   <PropertyGroup>
  122.     <PreBuildEvent>
  123.     </PreBuildEvent>
  124.     <PostBuildEvent>
  125.     </PostBuildEvent>
  126.   </PropertyGroup>
  127. </Project>