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

编辑器/阅读器

开发平台:

C#

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