派纳发送邮件功能
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.

41 lines
1.7 KiB

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