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.

18 lines
459 B

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="_Common.props" />
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>netcoreapp3.1;netstandard2.1;netstandard2.0;net461;net40;net20</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>Apewer</AssemblyName>
<Description></Description>
<PackageId>Apewer</PackageId>
<RootNamespace>Apewer</RootNamespace>
<Title>Apewer</Title>
</PropertyGroup>
</Project>