OpenPOP.csproj
上传用户:hncsjykj
上传日期:2022-08-09
资源大小:461k
文件大小:5k
源码类别:

Email客户端

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{75B3E0DF-61C3-4643-AB47-DBE1CFE3D303}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>OpenPOP</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>
  15.     </AssemblyOriginatorKeyFile>
  16.     <DefaultClientScript>JScript</DefaultClientScript>
  17.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  18.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  19.     <DelaySign>false</DelaySign>
  20.     <OutputType>Library</OutputType>
  21.     <RootNamespace>OpenPOP</RootNamespace>
  22.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  23.     <StartupObject>
  24.     </StartupObject>
  25.     <FileUpgradeFlags>
  26.     </FileUpgradeFlags>
  27.     <UpgradeBackupLocation>
  28.     </UpgradeBackupLocation>
  29.   </PropertyGroup>
  30.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31.     <OutputPath>binDebug</OutputPath>
  32.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  33.     <BaseAddress>285212672</BaseAddress>
  34.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  35.     <ConfigurationOverrideFile>
  36.     </ConfigurationOverrideFile>
  37.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  38.     <DocumentationFile>
  39.     </DocumentationFile>
  40.     <DebugSymbols>true</DebugSymbols>
  41.     <FileAlignment>4096</FileAlignment>
  42.     <NoStdLib>false</NoStdLib>
  43.     <NoWarn>
  44.     </NoWarn>
  45.     <Optimize>false</Optimize>
  46.     <RegisterForComInterop>false</RegisterForComInterop>
  47.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  48.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  49.     <WarningLevel>4</WarningLevel>
  50.     <DebugType>full</DebugType>
  51.     <ErrorReport>prompt</ErrorReport>
  52.   </PropertyGroup>
  53.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  54.     <OutputPath>binRelease</OutputPath>
  55.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  56.     <BaseAddress>285212672</BaseAddress>
  57.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  58.     <ConfigurationOverrideFile>
  59.     </ConfigurationOverrideFile>
  60.     <DefineConstants>TRACE</DefineConstants>
  61.     <DocumentationFile>
  62.     </DocumentationFile>
  63.     <DebugSymbols>false</DebugSymbols>
  64.     <FileAlignment>4096</FileAlignment>
  65.     <NoStdLib>false</NoStdLib>
  66.     <NoWarn>
  67.     </NoWarn>
  68.     <Optimize>true</Optimize>
  69.     <RegisterForComInterop>false</RegisterForComInterop>
  70.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  71.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  72.     <WarningLevel>4</WarningLevel>
  73.     <DebugType>none</DebugType>
  74.     <ErrorReport>prompt</ErrorReport>
  75.   </PropertyGroup>
  76.   <ItemGroup>
  77.     <Reference Include="System">
  78.       <Name>System</Name>
  79.     </Reference>
  80.     <Reference Include="System.Data">
  81.       <Name>System.Data</Name>
  82.     </Reference>
  83.     <Reference Include="System.Drawing">
  84.       <Name>System.Drawing</Name>
  85.     </Reference>
  86.     <Reference Include="System.Web">
  87.       <Name>System.Web</Name>
  88.     </Reference>
  89.     <Reference Include="System.Xml">
  90.       <Name>System.XML</Name>
  91.     </Reference>
  92.     <ProjectReference Include="..MIMEParserMIMEParser.csproj">
  93.       <Name>MIMEParser</Name>
  94.       <Project>{CC4C4334-335D-4369-B0ED-F3C17CD57364}</Project>
  95.       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  96.     </ProjectReference>
  97.   </ItemGroup>
  98.   <ItemGroup>
  99.     <Compile Include="AssemblyInfo.cs">
  100.       <SubType>Code</SubType>
  101.     </Compile>
  102.     <Compile Include="POP3Common.cs">
  103.       <SubType>Code</SubType>
  104.     </Compile>
  105.     <Compile Include="POP3Exceptions.cs">
  106.       <SubType>Code</SubType>
  107.     </Compile>
  108.     <Compile Include="POP3MyMD5.cs">
  109.       <SubType>Code</SubType>
  110.     </Compile>
  111.     <Compile Include="POP3POPClient.cs">
  112.       <SubType>Code</SubType>
  113.     </Compile>
  114.     <Compile Include="POP3Utility.cs">
  115.       <SubType>Code</SubType>
  116.     </Compile>
  117.     <Content Include="changes.txt" />
  118.     <Content Include="GPL.txt" />
  119.     <Content Include="LGPL.txt" />
  120.     <Content Include="todo.txt" />
  121.   </ItemGroup>
  122.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  123.   <PropertyGroup>
  124.     <PreBuildEvent>
  125.     </PreBuildEvent>
  126.     <PostBuildEvent>
  127.     </PostBuildEvent>
  128.   </PropertyGroup>
  129. </Project>