16 lines
710 B
Text
16 lines
710 B
Text
|
<Project>
|
||
|
<PropertyGroup>
|
||
|
<PackageType>Template</PackageType>
|
||
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||
|
<PackageIcon>Icon.png</PackageIcon>
|
||
|
<Authors>GtkSharp Contributors</Authors>
|
||
|
<PackageProjectUrl>https://github.com/GtkSharp/GtkSharp</PackageProjectUrl>
|
||
|
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
||
|
<OutputPath>..\..\..\BuildOutput\$(Configuration)</OutputPath>
|
||
|
<IncludeContentInPack>true</IncludeContentInPack>
|
||
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||
|
<ContentTargetFolders>content</ContentTargetFolders>
|
||
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||
|
<NoWarn>NU5128</NoWarn>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|