COSXML-Netcore.csproj 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{FC694C68-F0E3-411F-8E6C-2E9F94826016}</ProjectGuid>
  5. <OutputType>Library</OutputType>
  6. <AppDesignerFolder>Properties</AppDesignerFolder>
  7. <RootNamespace>COSXML</RootNamespace>
  8. <AssemblyName>COSXML</AssemblyName>
  9. <TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
  10. <FileAlignment>512</FileAlignment>
  11. <Deterministic>true</Deterministic>
  12. <PackageId>Tencent.QCloud.Cos.Sdk</PackageId>
  13. <Version>5.4.34.0</Version>
  14. <Authors>Tencent</Authors>
  15. <Company>Tencent</Company>
  16. <description>Tencent Cloud COS(Cloud Object Service) .Net SDK</description>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <DocumentationFile>bin\Release\COSXML.xml</DocumentationFile>
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <GenerateDocumentationFile>true</GenerateDocumentationFile>
  40. <DocumentationFile>bin\COSXML.XML</DocumentationFile>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. </ItemGroup>
  44. </Project>