2019-10-13 08:02:07 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-04-22 06:13:41 +02:00
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-05-04 04:14:48 +02:00
|
|
|
<LangVersion>8.0</LangVersion>
|
2020-01-07 23:32:00 +01:00
|
|
|
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
2019-12-27 07:09:49 +01:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2019-10-13 08:02:07 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|