Ryujinx-GtkSharp/Source/Templates/Directory.Build.props
Harry 4710fa1d06
Upgrade CAKE build system (#325)
* Upgrade CAKE build system

* fix paths
2022-01-26 21:15:32 +01:00

16 lines
710 B
XML

<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>