XunLong.clsNetHashTableAPI.csproj
上传用户:zhangkuixh
上传日期:2013-09-30
资源大小:5473k
文件大小: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.     <ProjectGuid>{E17AE437-12D9-4EB5-81E7-D3A5D712F095}</ProjectGuid>
  6.     <OutputType>Library</OutputType>
  7.     <NoStandardLibraries>false</NoStandardLibraries>
  8.     <AssemblyName>XunLong.NetHashTableAPI</AssemblyName>
  9.     <RootNamespace>XunLong.NetHashTableAPI</RootNamespace>
  10.   </PropertyGroup>
  11.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  12.     <DebugSymbols>true</DebugSymbols>
  13.     <DebugType>full</DebugType>
  14.     <Optimize>true</Optimize>
  15.     <OutputPath>binDebug</OutputPath>
  16.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  17.   </PropertyGroup>
  18.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  19.     <DebugType>pdbonly</DebugType>
  20.     <Optimize>true</Optimize>
  21.     <OutputPath>.binRelease</OutputPath>
  22.     <DefineConstants>TRACE</DefineConstants>
  23.   </PropertyGroup>
  24.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WWWW|AnyCPU' ">
  25.     <OutputPath>binWWWW</OutputPath>
  26.     <DefineConstants>TRACE</DefineConstants>
  27.     <Optimize>true</Optimize>
  28.     <DebugType>pdbonly</DebugType>
  29.     <PlatformTarget>AnyCPU</PlatformTarget>
  30.     <CodeAnalysisRuleAssemblies>D:Program FilesMicrosoft Visual Studio 8Team ToolsStatic Analysis ToolsFxCop\rules</CodeAnalysisRuleAssemblies>
  31.     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  32.     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  33.   </PropertyGroup>
  34.   <ItemGroup>
  35.     <Reference Include="System" />
  36.     <Reference Include="System.Data" />
  37.     <Reference Include="System.Web" />
  38.     <Reference Include="System.Xml" />
  39.   </ItemGroup>
  40.   <ItemGroup>
  41.     <Compile Include="ClassFilesDataBase.cs" />
  42.     <Compile Include="ClassNHT.cs" />
  43.     <Compile Include="Program.cs" />
  44.   </ItemGroup>
  45.   <ItemGroup>
  46.     <ProjectReference Include="..XunLong.CongifDataXunLong.clsCongifData.csproj">
  47.       <Project>{A396AF61-F8A0-4207-BDFA-A86092C17231}</Project>
  48.       <Name>XunLong.clsCongifData</Name>
  49.     </ProjectReference>
  50.     <ProjectReference Include="..XunLong.NewNxuEncodingXunLong.clsNewNxuEncoding.csproj">
  51.       <Project>{777D5593-25DD-4C21-8903-62381D88D5CA}</Project>
  52.       <Name>XunLong.clsNewNxuEncoding</Name>
  53.     </ProjectReference>
  54.   </ItemGroup>
  55.   <Import Project="$(MSBuildBinPath)Microsoft.CSHARP.Targets" />
  56.   <ProjectExtensions>
  57.     <VisualStudio AllowExistingFolder="true" />
  58.   </ProjectExtensions>
  59. </Project>