XunLong.binConsoleSpiderOne.csproj
上传用户:zhangkuixh
上传日期:2013-09-30
资源大小:5473k
文件大小:4k
源码类别:
搜索引擎
开发平台:
C#
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{0BFDBD14-F5A6-4E2D-878E-2617BE034FB6}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>XunLong.ConsoleSpiderOne</RootNamespace>
- <AssemblyName>XunLong.ConsoleSpiderOne</AssemblyName>
- <StartupObject>XunLong.ConsoleSpiderOne.Program</StartupObject>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>binDebug</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>binRelease</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WWWW|AnyCPU' ">
- <OutputPath>binWWWW</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <CodeAnalysisRuleAssemblies>D:Program FilesMicrosoft Visual Studio 8Team ToolsStatic Analysis ToolsFxCop\rules</CodeAnalysisRuleAssemblies>
- <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
- <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Attribute.cs" />
- <Compile Include="AttributeList.cs" />
- <Compile Include="ClassSpiderMain.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="XHTML.cs" />
- <Compile Include="XParse.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..XunLong.binDirectIndexXunLong.clsDirectIndex.csproj">
- <Project>{D095F0F6-6076-4ECA-852D-F0B3ECAA7255}</Project>
- <Name>XunLong.clsDirectIndex</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.CongifDataXunLong.clsCongifData.csproj">
- <Project>{A396AF61-F8A0-4207-BDFA-A86092C17231}</Project>
- <Name>XunLong.clsCongifData</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.HtmlClassLibraryXunLong.clsHtmlClassLibrary.csproj">
- <Project>{77A4F2B9-D92D-45DE-83DD-ED5A6F718BEA}</Project>
- <Name>XunLong.clsHtmlClassLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.NetHashTableAPIXunLong.clsNetHashTableAPI.csproj">
- <Project>{E17AE437-12D9-4EB5-81E7-D3A5D712F095}</Project>
- <Name>XunLong.clsNetHashTableAPI</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.NewNxuEncodingXunLong.clsNewNxuEncoding.csproj">
- <Project>{777D5593-25DD-4C21-8903-62381D88D5CA}</Project>
- <Name>XunLong.clsNewNxuEncoding</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.UrlDBClassLibraryXunLong.clsUrlDBClassLibrary.csproj">
- <Project>{D1930884-16FE-4CE5-A288-07BF2C1FA437}</Project>
- <Name>XunLong.clsUrlDBClassLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.UrlStringLibXunLong.clsUrlStringLib.csproj">
- <Project>{CCAE8CE0-9C34-4A7E-955D-DDB85870AB30}</Project>
- <Name>XunLong.clsUrlStringLib</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>