XunLong.binNewWebServer.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>{F6A2253D-C4AD-4F92-B7EC-789DB1A35329}</ProjectGuid>
  8.     <OutputType>Exe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>XunLong.NewWebServer</RootNamespace>
  11.     <AssemblyName>XunLong.NewWebServer</AssemblyName>
  12.     <StartupObject>XunLong.NewWebServer.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>x86</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.Deployment" />
  46.     <Reference Include="System.Drawing" />
  47.     <Reference Include="System.Web" />
  48.     <Reference Include="System.Windows.Forms" />
  49.     <Reference Include="System.Xml" />
  50.   </ItemGroup>
  51.   <ItemGroup>
  52.     <Compile Include="ClassRUN_XZ.cs" />
  53.     <Compile Include="CWebServer.cs" />
  54.     <Compile Include="Program.cs" />
  55.     <Compile Include="PropertiesAssemblyInfo.cs" />
  56.     <EmbeddedResource Include="PropertiesResources.resx">
  57.       <Generator>ResXFileCodeGenerator</Generator>
  58.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  59.       <SubType>Designer</SubType>
  60.     </EmbeddedResource>
  61.     <Compile Include="PropertiesResources.Designer.cs">
  62.       <AutoGen>True</AutoGen>
  63.       <DependentUpon>Resources.resx</DependentUpon>
  64.       <DesignTime>True</DesignTime>
  65.     </Compile>
  66.     <None Include="PropertiesSettings.settings">
  67.       <Generator>SettingsSingleFileGenerator</Generator>
  68.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  69.     </None>
  70.     <Compile Include="PropertiesSettings.Designer.cs">
  71.       <AutoGen>True</AutoGen>
  72.       <DependentUpon>Settings.settings</DependentUpon>
  73.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  74.     </Compile>
  75.   </ItemGroup>
  76.   <ItemGroup>
  77.     <ProjectReference Include="..XunLong.CongifDataXunLong.clsCongifData.csproj">
  78.       <Project>{A396AF61-F8A0-4207-BDFA-A86092C17231}</Project>
  79.       <Name>XunLong.clsCongifData</Name>
  80.     </ProjectReference>
  81.     <ProjectReference Include="..XunLong.NewNxuEncodingXunLong.clsNewNxuEncoding.csproj">
  82.       <Project>{777D5593-25DD-4C21-8903-62381D88D5CA}</Project>
  83.       <Name>XunLong.clsNewNxuEncoding</Name>
  84.     </ProjectReference>
  85.     <ProjectReference Include="..XunLong.SearchClassLibraryXunLong.clsSearchClassLibrary.csproj">
  86.       <Project>{7CFDAA8D-5EA6-48FA-81DD-A26261CBD4D2}</Project>
  87.       <Name>XunLong.clsSearchClassLibrary</Name>
  88.     </ProjectReference>
  89.   </ItemGroup>
  90.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  91.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  92.        Other similar extension points exist, see Microsoft.Common.targets.
  93.   <Target Name="BeforeBuild">
  94.   </Target>
  95.   <Target Name="AfterBuild">
  96.   </Target>
  97.   -->
  98. </Project>