mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 05:05:34 +00:00
9 lines
387 B
XML
9 lines
387 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<PackageProjectUrl>https://github.com/GtkSharp/GtkSharp</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
|
<OutputPath>..\..\..\BuildOutput\$(Configuration)</OutputPath>
|
|
</PropertyGroup>
|
|
</Project> |