mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 13:05:49 +00:00
34 lines
1.3 KiB
XML
Executable file
34 lines
1.3 KiB
XML
Executable file
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>..\..\..\BuildOutput\Release</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
|
<Name>GLibSharp</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
|
|
<Name>GioSharp</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
|
<Name>CairoSharp</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
|
<Name>PangoSharp</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="linux-x64\libgdk_pixbuf-2.0-0.so" PackagePath="runtimes\linux-x64\native" Visible="false" />
|
|
<Content Include="linux-x64\libgdk-3-0.so" PackagePath="runtimes\linux-x64\native" Visible="false" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|