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