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

Email客户端

开发平台:

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>{374104B9-9E1A-4FBE-9330-E22E0FC7DC13}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>LYBemail</RootNamespace>
  11.     <AssemblyName>LYBemail</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>binDebug</OutputPath>
  18.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  19.     <ErrorReport>prompt</ErrorReport>
  20.     <WarningLevel>4</WarningLevel>
  21.   </PropertyGroup>
  22.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23.     <DebugType>pdbonly</DebugType>
  24.     <Optimize>true</Optimize>
  25.     <OutputPath>binRelease</OutputPath>
  26.     <DefineConstants>TRACE</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <ItemGroup>
  31.     <Reference Include="MIMEParser, Version=2004.5.8.12, Culture=neutral, processorArchitecture=MSIL">
  32.       <SpecificVersion>False</SpecificVersion>
  33.       <HintPath>MIMEParserbinDebugMIMEParser.dll</HintPath>
  34.     </Reference>
  35.     <Reference Include="OpenPOP, Version=2004.6.16.1248, Culture=neutral, processorArchitecture=MSIL">
  36.       <SpecificVersion>False</SpecificVersion>
  37.       <HintPath>OpenPOPbinDebugOpenPOP.dll</HintPath>
  38.     </Reference>
  39.     <Reference Include="System" />
  40.     <Reference Include="System.Data" />
  41.     <Reference Include="System.Deployment" />
  42.     <Reference Include="System.Drawing" />
  43.     <Reference Include="System.Windows.Forms" />
  44.     <Reference Include="System.Xml" />
  45.   </ItemGroup>
  46.   <ItemGroup>
  47.     <Compile Include="receiveLetter.cs">
  48.       <SubType>Form</SubType>
  49.     </Compile>
  50.     <Compile Include="receiveLetter.designer.cs">
  51.       <DependentUpon>receiveLetter.cs</DependentUpon>
  52.     </Compile>
  53.     <Compile Include="ReceiveMail.cs" />
  54.     <Compile Include="sendSmtp.cs" />
  55.     <Compile Include="Main.cs">
  56.       <SubType>Form</SubType>
  57.     </Compile>
  58.     <Compile Include="Main.Designer.cs">
  59.       <DependentUpon>Main.cs</DependentUpon>
  60.     </Compile>
  61.     <Compile Include="Program.cs" />
  62.     <Compile Include="PropertiesAssemblyInfo.cs" />
  63.     <EmbeddedResource Include="receiveLetter.resx">
  64.       <DependentUpon>receiveLetter.cs</DependentUpon>
  65.       <SubType>Designer</SubType>
  66.     </EmbeddedResource>
  67.     <EmbeddedResource Include="Main.resx">
  68.       <SubType>Designer</SubType>
  69.       <DependentUpon>Main.cs</DependentUpon>
  70.     </EmbeddedResource>
  71.     <EmbeddedResource Include="PropertiesResources.resx">
  72.       <Generator>ResXFileCodeGenerator</Generator>
  73.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  74.       <SubType>Designer</SubType>
  75.     </EmbeddedResource>
  76.     <EmbeddedResource Include="writeLetter.resx">
  77.       <SubType>Designer</SubType>
  78.       <DependentUpon>writeLetter.cs</DependentUpon>
  79.     </EmbeddedResource>
  80.     <Compile Include="PropertiesResources.Designer.cs">
  81.       <AutoGen>True</AutoGen>
  82.       <DependentUpon>Resources.resx</DependentUpon>
  83.     </Compile>
  84.     <None Include="PropertiesSettings.settings">
  85.       <Generator>SettingsSingleFileGenerator</Generator>
  86.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  87.     </None>
  88.     <Compile Include="PropertiesSettings.Designer.cs">
  89.       <AutoGen>True</AutoGen>
  90.       <DependentUpon>Settings.settings</DependentUpon>
  91.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  92.     </Compile>
  93.     <Compile Include="sendMail.cs" />
  94.     <Compile Include="writeLetter.cs">
  95.       <SubType>Form</SubType>
  96.     </Compile>
  97.     <Compile Include="writeLetter.Designer.cs">
  98.       <DependentUpon>writeLetter.cs</DependentUpon>
  99.     </Compile>
  100.   </ItemGroup>
  101.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  102.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  103.        Other similar extension points exist, see Microsoft.Common.targets.
  104.   <Target Name="BeforeBuild">
  105.   </Target>
  106.   <Target Name="AfterBuild">
  107.   </Target>
  108.   -->
  109. </Project>