diff options
Diffstat (limited to 'Ryujinx.csproj')
| -rw-r--r-- | Ryujinx.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Ryujinx.csproj b/Ryujinx.csproj new file mode 100644 index 00000000..2c25afc0 --- /dev/null +++ b/Ryujinx.csproj @@ -0,0 +1,12 @@ +<Project Sdk="Microsoft.NET.Sdk"> + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>netcoreapp2.0</TargetFramework> + <RuntimeIdentifier>win10-x64</RuntimeIdentifier> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + <ItemGroup> + <PackageReference Include="OpenTK.NETCore" Version="1.1.2749.6433" /> + <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" /> + </ItemGroup> +</Project>
\ No newline at end of file |
