mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 16:47:57 +00:00
9 lines
305 B
XML
Executable file
9 lines
305 B
XML
Executable file
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<OutputPath>..\..\..\BuildOutput\Tools</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
</PropertyGroup>
|
|
</Project>
|