XunLong.binConsoleSpiderOne.csproj
上传用户:zhangkuixh
上传日期:2013-09-30
资源大小:5473k
文件大小:4k
源码类别:

搜索引擎

开发平台:

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>{0BFDBD14-F5A6-4E2D-878E-2617BE034FB6}</ProjectGuid>
  8.     <OutputType>Exe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>XunLong.ConsoleSpiderOne</RootNamespace>
  11.     <AssemblyName>XunLong.ConsoleSpiderOne</AssemblyName>
  12.     <StartupObject>XunLong.ConsoleSpiderOne.Program</StartupObject>
  13.   </PropertyGroup>
  14.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15.     <DebugSymbols>true</DebugSymbols>
  16.     <DebugType>full</DebugType>
  17.     <Optimize>true</Optimize>
  18.     <OutputPath>binDebug</OutputPath>
  19.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  20.     <ErrorReport>prompt</ErrorReport>
  21.     <WarningLevel>4</WarningLevel>
  22.   </PropertyGroup>
  23.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24.     <DebugType>pdbonly</DebugType>
  25.     <Optimize>true</Optimize>
  26.     <OutputPath>binRelease</OutputPath>
  27.     <DefineConstants>TRACE</DefineConstants>
  28.     <ErrorReport>prompt</ErrorReport>
  29.     <WarningLevel>4</WarningLevel>
  30.   </PropertyGroup>
  31.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WWWW|AnyCPU' ">
  32.     <OutputPath>binWWWW</OutputPath>
  33.     <DefineConstants>TRACE</DefineConstants>
  34.     <Optimize>true</Optimize>
  35.     <DebugType>pdbonly</DebugType>
  36.     <PlatformTarget>AnyCPU</PlatformTarget>
  37.     <CodeAnalysisRuleAssemblies>D:Program FilesMicrosoft Visual Studio 8Team ToolsStatic Analysis ToolsFxCop\rules</CodeAnalysisRuleAssemblies>
  38.     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  39.     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  40.     <ErrorReport>prompt</ErrorReport>
  41.   </PropertyGroup>
  42.   <ItemGroup>
  43.     <Reference Include="System" />
  44.     <Reference Include="System.Data" />
  45.     <Reference Include="System.Web" />
  46.     <Reference Include="System.Xml" />
  47.   </ItemGroup>
  48.   <ItemGroup>
  49.     <Compile Include="Attribute.cs" />
  50.     <Compile Include="AttributeList.cs" />
  51.     <Compile Include="ClassSpiderMain.cs" />
  52.     <Compile Include="Program.cs" />
  53.     <Compile Include="PropertiesAssemblyInfo.cs" />
  54.     <Compile Include="XHTML.cs" />
  55.     <Compile Include="XParse.cs" />
  56.   </ItemGroup>
  57.   <ItemGroup>
  58.     <ProjectReference Include="..XunLong.binDirectIndexXunLong.clsDirectIndex.csproj">
  59.       <Project>{D095F0F6-6076-4ECA-852D-F0B3ECAA7255}</Project>
  60.       <Name>XunLong.clsDirectIndex</Name>
  61.     </ProjectReference>
  62.     <ProjectReference Include="..XunLong.CongifDataXunLong.clsCongifData.csproj">
  63.       <Project>{A396AF61-F8A0-4207-BDFA-A86092C17231}</Project>
  64.       <Name>XunLong.clsCongifData</Name>
  65.     </ProjectReference>
  66.     <ProjectReference Include="..XunLong.HtmlClassLibraryXunLong.clsHtmlClassLibrary.csproj">
  67.       <Project>{77A4F2B9-D92D-45DE-83DD-ED5A6F718BEA}</Project>
  68.       <Name>XunLong.clsHtmlClassLibrary</Name>
  69.     </ProjectReference>
  70.     <ProjectReference Include="..XunLong.NetHashTableAPIXunLong.clsNetHashTableAPI.csproj">
  71.       <Project>{E17AE437-12D9-4EB5-81E7-D3A5D712F095}</Project>
  72.       <Name>XunLong.clsNetHashTableAPI</Name>
  73.     </ProjectReference>
  74.     <ProjectReference Include="..XunLong.NewNxuEncodingXunLong.clsNewNxuEncoding.csproj">
  75.       <Project>{777D5593-25DD-4C21-8903-62381D88D5CA}</Project>
  76.       <Name>XunLong.clsNewNxuEncoding</Name>
  77.     </ProjectReference>
  78.     <ProjectReference Include="..XunLong.UrlDBClassLibraryXunLong.clsUrlDBClassLibrary.csproj">
  79.       <Project>{D1930884-16FE-4CE5-A288-07BF2C1FA437}</Project>
  80.       <Name>XunLong.clsUrlDBClassLibrary</Name>
  81.     </ProjectReference>
  82.     <ProjectReference Include="..XunLong.UrlStringLibXunLong.clsUrlStringLib.csproj">
  83.       <Project>{CCAE8CE0-9C34-4A7E-955D-DDB85870AB30}</Project>
  84.       <Name>XunLong.clsUrlStringLib</Name>
  85.     </ProjectReference>
  86.   </ItemGroup>
  87.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  88.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  89.        Other similar extension points exist, see Microsoft.Common.targets.
  90.   <Target Name="BeforeBuild">
  91.   </Target>
  92.   <Target Name="AfterBuild">
  93.   </Target>
  94.   -->
  95. </Project>