1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-13 22:51:56 -08:00
Ryujinx/ARMeilleure/ARMeilleure.csproj
gdkchan f93c5f006a
Revert "ARMeilleure: Add initial support for AVX512(EVEX encoding) ()" ()
This reverts commit 295fbd0542a93ac50e558054a3f0c8c64286b764.
2022-12-18 20:21:10 -03:00

13 lines
283 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
</ItemGroup>
</Project>