diff options
Diffstat (limited to 'ChocolArm64/ChocolArm64.csproj')
| -rw-r--r-- | ChocolArm64/ChocolArm64.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ChocolArm64/ChocolArm64.csproj b/ChocolArm64/ChocolArm64.csproj index ea98003f..cccdd94d 100644 --- a/ChocolArm64/ChocolArm64.csproj +++ b/ChocolArm64/ChocolArm64.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> @@ -33,6 +33,7 @@ <ItemGroup> <ProjectReference Include="..\Ryujinx.Profiler\Ryujinx.Profiler.csproj" /> + <ProjectReference Include="..\ARMeilleure\ARMeilleure.csproj" /> </ItemGroup> </Project> |
