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

WEB邮件程序

开发平台:

Visual C++

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  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>{1FAF2D0C-7E7F-41F7-B6FE-255CC9473055}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>Fhz.Msn.OpenContactsNet</RootNamespace>
  11.     <AssemblyName>Fhz.Msn.OpenContactsNet</AssemblyName>
  12.     <FileUpgradeFlags>
  13.     </FileUpgradeFlags>
  14.     <OldToolsVersion>2.0</OldToolsVersion>
  15.     <UpgradeBackupLocation>
  16.     </UpgradeBackupLocation>
  17.     <SignAssembly>false</SignAssembly>
  18.   </PropertyGroup>
  19.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20.     <DebugSymbols>true</DebugSymbols>
  21.     <DebugType>full</DebugType>
  22.     <Optimize>false</Optimize>
  23.     <OutputPath>binDebug</OutputPath>
  24.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  25.     <ErrorReport>prompt</ErrorReport>
  26.     <WarningLevel>4</WarningLevel>
  27.   </PropertyGroup>
  28.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29.     <DebugType>pdbonly</DebugType>
  30.     <Optimize>true</Optimize>
  31.     <OutputPath>binRelease</OutputPath>
  32.     <DefineConstants>TRACE</DefineConstants>
  33.     <ErrorReport>prompt</ErrorReport>
  34.     <WarningLevel>4</WarningLevel>
  35.   </PropertyGroup>
  36.   <ItemGroup>
  37.     <Reference Include="Rhino.Mocks, Version=3.2.0.781, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  38.       <SpecificVersion>False</SpecificVersion>
  39.       <HintPath>..LibRhino.Mocks.dll</HintPath>
  40.     </Reference>
  41.     <Reference Include="System" />
  42.     <Reference Include="System.Data" />
  43.     <Reference Include="System.Xml" />
  44.     <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  45.       <SpecificVersion>False</SpecificVersion>
  46.       <HintPath>..LibUtilities.dll</HintPath>
  47.     </Reference>
  48.   </ItemGroup>
  49.   <ItemGroup>
  50.     <Compile Include="GmailExtract.cs" />
  51.     <Compile Include="IMailContactExtract.cs" />
  52.     <Compile Include="LiveExtract.cs" />
  53.     <Compile Include="MailContact.cs" />
  54.     <Compile Include="MailContactList.cs" />
  55.     <Compile Include="PropertiesAssemblyInfo.cs" />
  56.     <Compile Include="TicketAcquirer.cs" />
  57.     <Compile Include="YahooExtract.cs" />
  58.   </ItemGroup>
  59.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  60.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  61.        Other similar extension points exist, see Microsoft.Common.targets.
  62.   <Target Name="BeforeBuild">
  63.   </Target>
  64.   <Target Name="AfterBuild">
  65.   </Target>
  66.   -->
  67. </Project>