aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.csproj')
-rw-r--r--Ryujinx.csproj17
1 files changed, 0 insertions, 17 deletions
diff --git a/Ryujinx.csproj b/Ryujinx.csproj
deleted file mode 100644
index 9b0e7396..00000000
--- a/Ryujinx.csproj
+++ /dev/null
@@ -1,17 +0,0 @@
-<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