Fhz.MSN.GetFriend.csproj
上传用户:asz878
上传日期:2020-04-01
资源大小:189k
文件大小:4k
源码类别:

WEB邮件程序

开发平台:

Visual C++

  1. <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{F2BD2D5D-9E38-4355-89A6-D52C23FF07F8}</ProjectGuid>
  8.     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>WebApplication</RootNamespace>
  12.     <AssemblyName>WebApplication</AssemblyName>
  13.     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14.     <SignAssembly>false</SignAssembly>
  15.   </PropertyGroup>
  16.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17.     <DebugSymbols>true</DebugSymbols>
  18.     <DebugType>full</DebugType>
  19.     <Optimize>false</Optimize>
  20.     <OutputPath>bin</OutputPath>
  21.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  22.     <ErrorReport>prompt</ErrorReport>
  23.     <WarningLevel>4</WarningLevel>
  24.   </PropertyGroup>
  25.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26.     <DebugType>pdbonly</DebugType>
  27.     <Optimize>true</Optimize>
  28.     <OutputPath>bin</OutputPath>
  29.     <DefineConstants>TRACE</DefineConstants>
  30.     <ErrorReport>prompt</ErrorReport>
  31.     <WarningLevel>4</WarningLevel>
  32.   </PropertyGroup>
  33.   <ItemGroup>
  34.     <Reference Include="System" />
  35.     <Reference Include="System.Data" />
  36.     <Reference Include="System.Drawing" />
  37.     <Reference Include="System.Web" />
  38.     <Reference Include="System.Xml" />
  39.     <Reference Include="System.Configuration" />
  40.     <Reference Include="System.Web.Services" />
  41.     <Reference Include="System.EnterpriseServices" />
  42.     <Reference Include="System.Web.Mobile" />
  43.   </ItemGroup>
  44.   <ItemGroup>
  45.     <Content Include="Default.aspx" />
  46.     <Content Include="Web.config" />
  47.   </ItemGroup>
  48.   <ItemGroup>
  49.     <Compile Include="Default.aspx.cs">
  50.       <SubType>ASPXCodeBehind</SubType>
  51.       <DependentUpon>Default.aspx</DependentUpon>
  52.     </Compile>
  53.     <Compile Include="Default.aspx.designer.cs">
  54.       <DependentUpon>Default.aspx</DependentUpon>
  55.     </Compile>
  56.     <Compile Include="PropertiesAssemblyInfo.cs" />
  57.   </ItemGroup>
  58.   <ItemGroup>
  59.     <ProjectReference Include="..Fhz.Msn.OpenContactsNetFhz.Msn.OpenContactsNet.csproj">
  60.       <Project>{1FAF2D0C-7E7F-41F7-B6FE-255CC9473055}</Project>
  61.       <Name>Fhz.Msn.OpenContactsNet</Name>
  62.     </ProjectReference>
  63.   </ItemGroup>
  64.   <ItemGroup>
  65.     <Folder Include="App_Data" />
  66.   </ItemGroup>
  67.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  68.   <Import Project="$(MSBuildExtensionsPath)MicrosoftVisualStudiov9.0WebApplicationsMicrosoft.WebApplication.targets" />
  69.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  70.        Other similar extension points exist, see Microsoft.Common.targets.
  71.   <Target Name="BeforeBuild">
  72.   </Target>
  73.   <Target Name="AfterBuild">
  74.   </Target>
  75.   -->
  76.   <ProjectExtensions>
  77.     <VisualStudio>
  78.       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  79.         <WebProjectProperties>
  80.           <UseIIS>False</UseIIS>
  81.           <AutoAssignPort>True</AutoAssignPort>
  82.           <DevelopmentServerPort>2126</DevelopmentServerPort>
  83.           <DevelopmentServerVPath>/</DevelopmentServerVPath>
  84.           <IISUrl>
  85.           </IISUrl>
  86.           <NTLMAuthentication>False</NTLMAuthentication>
  87.           <UseCustomServer>False</UseCustomServer>
  88.           <CustomServerUrl>
  89.           </CustomServerUrl>
  90.           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  91.         </WebProjectProperties>
  92.       </FlavorProperties>
  93.     </VisualStudio>
  94.   </ProjectExtensions>
  95. </Project>