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