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