派纳发送邮件功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.7 KiB

6 months ago
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <ProductVersion>8.0.40301</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{3BCBC8BF-7A74-41BA-ACAB-2AD7B5D5A8A9}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <StartupObject>
  9. </StartupObject>
  10. <RootNamespace>CustPOSendMailNewBE.TestSuite</RootNamespace>
  11. <NoStandardLibraries>false</NoStandardLibraries>
  12. <AssemblyName>CustPOSendMailNewBE.Test</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <Optimize>false</Optimize>
  18. <OutputPath>.\bin\Debug\</OutputPath>
  19. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <WarningLevel>4</WarningLevel>
  22. <NoWarn>1591</NoWarn>
  23. <DocumentationFile>.\bin\Debug\CustPOSendMailNewBE.XML</DocumentationFile>
  24. <IncrementalBuild>false</IncrementalBuild>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  27. <DebugSymbols>false</DebugSymbols>
  28. <Optimize>true</Optimize>
  29. <OutputPath>.\bin\Release\</OutputPath>
  30. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <WarningLevel>4</WarningLevel>
  33. <IncrementalBuild>false</IncrementalBuild>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. </ItemGroup>
  37. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  38. <Import Project="CustPOSendMailNewBE.Test.target" />
  39. </Project>