9 changed files with 44 additions and 189 deletions
@ -1,71 +0,0 @@ |
|||||
<Project> |
|
||||
|
|
||||
<!-- <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" /> --> |
|
||||
|
|
||||
<!-- 生成 --> |
|
||||
<PropertyGroup> |
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
||||
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> --> |
|
||||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> |
|
||||
<LangVersion>latest</LangVersion> |
|
||||
<!-- <NoWarn>CS0108,CS0162,CS0414,CS0612,CS0618,CS0649,CS1589,CS1570,CS1572,CS1573,CS3019,CS3021</NoWarn> --> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<!-- 程序集信息 --> |
|
||||
<PropertyGroup> |
|
||||
<Product>Apewer Libraries</Product> |
|
||||
<Version>6.5.3</Version> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<!-- NuGet --> |
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release'"> |
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
||||
<PackageOutputPath>..\</PackageOutputPath> |
|
||||
<IsPackable>true</IsPackable> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<!-- .NET Standard 2.1 --> |
|
||||
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard2.1'"> |
|
||||
<AssemblyTitle>$(AssemblyName) - .NET Standard 2.1</AssemblyTitle> |
|
||||
<DefineConstants>NETSTD;$(DefineConstants);$(AdditionalConstants)</DefineConstants> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<!-- .NET Standard 2.0 --> |
|
||||
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard2.0'"> |
|
||||
<AssemblyTitle>$(AssemblyName) - .NET Standard 2.0</AssemblyTitle> |
|
||||
<DefineConstants>NETSTD;$(DefineConstants);$(AdditionalConstants)</DefineConstants> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<!-- .NET Framework 2.0 --> |
|
||||
<PropertyGroup Condition="'$(TargetFramework)'=='net20'"> |
|
||||
<AssemblyTitle>$(AssemblyName) - .NET Framework 2.0</AssemblyTitle> |
|
||||
<DefineConstants>NETFX;NET20;$(DefineConstants);$(AdditionalConstants)</DefineConstants> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<!-- .NET Framework 4.0 --> |
|
||||
<PropertyGroup Condition="'$(TargetFramework)'=='net40'"> |
|
||||
<AssemblyTitle>$(AssemblyName) - .NET Framework 4.0</AssemblyTitle> |
|
||||
<DefineConstants>NETFX;NET40;$(DefineConstants);$(AdditionalConstants)</DefineConstants> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<!-- .NET Framework 4.6.1 --> |
|
||||
<PropertyGroup Condition="'$(TargetFramework)'=='net461'"> |
|
||||
<AssemblyTitle>$(AssemblyName) - .NET Framework 4.6.1</AssemblyTitle> |
|
||||
<DefineConstants>NETFX;NET461;NET45;$(DefineConstants);$(AdditionalConstants)</DefineConstants> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
<!-- .NET Core 3.1 --> |
|
||||
<PropertyGroup Condition="'$(TargetFramework)'=='netcoreapp3.1'"> |
|
||||
<AssemblyTitle>$(AssemblyName) - .NET Core 3.1</AssemblyTitle> |
|
||||
<DefineConstants>NETCORE;$(DefineConstants);$(AdditionalConstants)</DefineConstants> |
|
||||
<!-- <UseWPF>true</UseWPF> --> |
|
||||
<!-- <UseWindowsForms>true</UseWindowsForms> --> |
|
||||
</PropertyGroup> |
|
||||
<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp3.1'"> |
|
||||
<!-- <FrameworkReference Include="Microsoft.AspNetCore.App" /> --> |
|
||||
<!-- <FrameworkReference Include="Microsoft.WindowsDesktop.App" /> --> |
|
||||
</ItemGroup> |
|
||||
|
|
||||
<!-- <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" /> --> |
|
||||
|
|
||||
</Project> |
|
Loading…
Reference in new issue