EPocalipse.IFilter.csproj
上传用户:huiyue
上传日期:2022-04-08
资源大小:1429k
文件大小:2k
源码类别:

搜索引擎

开发平台:

ASP/ASPX

  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>{400462CE-40B3-498F-B95A-B1D2AE679359}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>EPocalipse.IFilter</RootNamespace>
  11.     <AssemblyName>EPocalipse.IFilter</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.     <DocumentationFile>
  22.     </DocumentationFile>
  23.   </PropertyGroup>
  24.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25.     <DebugType>pdbonly</DebugType>
  26.     <Optimize>true</Optimize>
  27.     <OutputPath>binRelease</OutputPath>
  28.     <DefineConstants>TRACE</DefineConstants>
  29.     <ErrorReport>prompt</ErrorReport>
  30.     <WarningLevel>4</WarningLevel>
  31.   </PropertyGroup>
  32.   <ItemGroup>
  33.     <Reference Include="System" />
  34.     <Reference Include="System.Data" />
  35.     <Reference Include="System.Xml" />
  36.   </ItemGroup>
  37.   <ItemGroup>
  38.     <Compile Include="FilterReader.cs" />
  39.     <Compile Include="ComHelper.cs" />
  40.     <Compile Include="FilterLoader.cs" />
  41.     <Compile Include="IFilter.cs" />
  42.     <Compile Include="PropertiesAssemblyInfo.cs" />
  43.   </ItemGroup>
  44.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  45.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  46.        Other similar extension points exist, see Microsoft.Common.targets.
  47.   <Target Name="BeforeBuild">
  48.   </Target>
  49.   <Target Name="AfterBuild">
  50.   </Target>
  51.   -->
  52. </Project>