mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 19:45:34 +00:00
4710fa1d06
* Upgrade CAKE build system * fix paths
16 lines
710 B
XML
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> |