mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 10:05:31 +00:00
9 lines
387 B
Plaintext
9 lines
387 B
Plaintext
|
<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>
|