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

编辑器/阅读器

开发平台:

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.Xml">
  81.       <Name>System.XML</Name>
  82.     </Reference>
  83.   </ItemGroup>
  84.   <ItemGroup>
  85.     <Compile Include="Advanced.cs" />
  86.     <Compile Include="AssemblyInfo.cs">
  87.       <SubType>Code</SubType>
  88.     </Compile>
  89.     <Compile Include="CollectionSystem.cs">
  90.       <SubType>ASPXCodeBehind</SubType>
  91.     </Compile>
  92.     <Compile Include="LanguageCache.cs" />
  93.     <Compile Include="ResourceManager.cs" />
  94.     <Compile Include="UpLoad.cs">
  95.       <SubType>ASPXCodeBehind</SubType>
  96.     </Compile>
  97.     <Compile Include="WebEditor.cs">
  98.       <SubType>Code</SubType>
  99.     </Compile>
  100.     <EmbeddedResource Include="WebEditor.bmp" />
  101.   </ItemGroup>
  102.   <ItemGroup>
  103.     <None Include="DotNetTextBox.snk" />
  104.   </ItemGroup>
  105.   <ItemGroup>
  106.     <COMReference Include="EnvDTE">
  107.       <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
  108.       <VersionMajor>8</VersionMajor>
  109.       <VersionMinor>0</VersionMinor>
  110.       <Lcid>0</Lcid>
  111.       <WrapperTool>primary</WrapperTool>
  112.       <Isolated>False</Isolated>
  113.     </COMReference>
  114.   </ItemGroup>
  115.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  116.   <PropertyGroup>
  117.     <PreBuildEvent>
  118.     </PreBuildEvent>
  119.     <PostBuildEvent>
  120.     </PostBuildEvent>
  121.   </PropertyGroup>
  122. </Project>