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

35 lines
1.6 KiB

5 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>{3ED1E7D5-A38D-469B-A20B-3DC068D08101}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <StartupObject>
  9. </StartupObject>
  10. <RootNamespace>CusSupplierContactBP.Test</RootNamespace>
  11. <NoStandardLibraries>false</NoStandardLibraries>
  12. <AssemblyName>CusSupplierContactBP.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. <IncrementalBuild>false</IncrementalBuild>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  25. <DebugSymbols>false</DebugSymbols>
  26. <Optimize>true</Optimize>
  27. <OutputPath>.\bin\Release\</OutputPath>
  28. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <WarningLevel>4</WarningLevel>
  31. <IncrementalBuild>false</IncrementalBuild>
  32. </PropertyGroup>
  33. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  34. <Import Project="CusSupplierContactBP.Test.target" />
  35. </Project>