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.

27 lines
855 B

4 years ago
4 years ago
4 years ago
  1. <Project>
  2. <!-- 生成 -->
  3. <PropertyGroup>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
  6. <LangVersion>latest</LangVersion>
  7. <NoWarn>CS0108,CS0162,CS0414,CS0612,CS0618,CS0649,CS1589,CS1570,CS1572,CS1573,CS3019,CS3021</NoWarn>
  8. </PropertyGroup>
  9. <!-- 程序集信息 -->
  10. <PropertyGroup>
  11. <Product>Apewer Libraries</Product>
  12. <Version>6.3.5</Version>
  13. </PropertyGroup>
  14. <!-- NuGet -->
  15. <PropertyGroup Condition="'$(Configuration)'=='Release'">
  16. <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
  17. <IsPackable>true</IsPackable>
  18. </PropertyGroup>
  19. <!-- Debug -->
  20. <PropertyGroup Condition="'$(Configuration)'=='Debug'">
  21. <DefineConstants>DEBUG;TRACE;$(DefineConstants);$(AdditionalConstants)</DefineConstants>
  22. </PropertyGroup>
  23. </Project>