aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Ryujinx.Graphics.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Ryujinx.Graphics.csproj')
-rw-r--r--Ryujinx.Graphics/Ryujinx.Graphics.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/Ryujinx.Graphics/Ryujinx.Graphics.csproj b/Ryujinx.Graphics/Ryujinx.Graphics.csproj
index 74000895..e2bf1693 100644
--- a/Ryujinx.Graphics/Ryujinx.Graphics.csproj
+++ b/Ryujinx.Graphics/Ryujinx.Graphics.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
- <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
+ <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<Configurations>Debug;Release;Profile Debug;Profile Release</Configurations>
</PropertyGroup>
@@ -32,8 +32,9 @@
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
+ <ProjectReference Include="..\ARMeilleure\ARMeilleure.csproj" />
+ <ProjectReference Include="..\Ryujinx.Profiler\Ryujinx.Profiler.csproj" />
</ItemGroup>
</Project>