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

编辑器/阅读器

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>9.0.21022</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{76094872-17E8-4A36-8243-E737E848F4BF}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>Word_dntb</RootNamespace>
  11.     <AssemblyName>Word_dntb</AssemblyName>
  12.     <FileUpgradeFlags>
  13.     </FileUpgradeFlags>
  14.     <OldToolsVersion>2.0</OldToolsVersion>
  15.     <UpgradeBackupLocation>
  16.     </UpgradeBackupLocation>
  17.   </PropertyGroup>
  18.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19.     <DebugSymbols>true</DebugSymbols>
  20.     <DebugType>full</DebugType>
  21.     <Optimize>false</Optimize>
  22.     <OutputPath>binDebug</OutputPath>
  23.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  24.     <ErrorReport>prompt</ErrorReport>
  25.     <WarningLevel>4</WarningLevel>
  26.   </PropertyGroup>
  27.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28.     <DebugType>none</DebugType>
  29.     <Optimize>true</Optimize>
  30.     <OutputPath>..PluginimportWordbin</OutputPath>
  31.     <DefineConstants>TRACE</DefineConstants>
  32.     <ErrorReport>prompt</ErrorReport>
  33.     <WarningLevel>4</WarningLevel>
  34.   </PropertyGroup>
  35.   <ItemGroup>
  36.     <Reference Include="DotNetTextBox, Version=3.4.0.0, Culture=neutral, PublicKeyToken=4577255b0d2d7147, processorArchitecture=MSIL">
  37.       <SpecificVersion>False</SpecificVersion>
  38.       <HintPath>..DotNetTextBoxWebSitebinDotNetTextBox.dll</HintPath>
  39.       <Private>False</Private>
  40.     </Reference>
  41.     <Reference Include="Interop.Word, Version=8.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  42.       <SpecificVersion>False</SpecificVersion>
  43.       <HintPath>..PluginimportWordbinInterop.Word.dll</HintPath>
  44.     </Reference>
  45.     <Reference Include="Microsoft.Vbe.Interop, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  46.       <SpecificVersion>False</SpecificVersion>
  47.       <HintPath>..PluginimportWordbinMicrosoft.Vbe.Interop.dll</HintPath>
  48.     </Reference>
  49.     <Reference Include="Office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  50.       <SpecificVersion>False</SpecificVersion>
  51.       <HintPath>..PluginimportWordbinOffice.dll</HintPath>
  52.     </Reference>
  53.     <Reference Include="System" />
  54.     <Reference Include="System.Drawing" />
  55.     <Reference Include="System.Web" />
  56.   </ItemGroup>
  57.   <ItemGroup>
  58.     <Compile Include="Importword.cs">
  59.       <SubType>ASPXCodeBehind</SubType>
  60.     </Compile>
  61.     <Compile Include="PropertiesAssemblyInfo.cs" />
  62.   </ItemGroup>
  63.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  64.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  65.        Other similar extension points exist, see Microsoft.Common.targets.
  66.   <Target Name="BeforeBuild">
  67.   </Target>
  68.   <Target Name="AfterBuild">
  69.   </Target>
  70.   -->
  71. </Project>