diff options
| author | Mary <me@thog.eu> | 2020-08-30 19:06:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-30 19:06:05 +0200 |
| commit | 4f3ae6f62ca5858c2b74eba5a15bad5dff580349 (patch) | |
| tree | 1ab0427f411d530b253abc73bb6ef97b64a3a6d6 /ARMeilleure | |
| parent | b9398f1f3a13612a0bc3e64205cdb7eca3f48d4d (diff) | |
Remove the Ryujinx.Debugger project (#1506)
This project wasn't really used by anyone and isn't worth mantaining.
This commit remove the profiler entirely from Ryujinx and remove the associated CI tasks.
Diffstat (limited to 'ARMeilleure')
| -rw-r--r-- | ARMeilleure/ARMeilleure.csproj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ARMeilleure/ARMeilleure.csproj b/ARMeilleure/ARMeilleure.csproj index 2fac4f63..4a221e69 100644 --- a/ARMeilleure/ARMeilleure.csproj +++ b/ARMeilleure/ARMeilleure.csproj @@ -14,15 +14,6 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Release|AnyCPU'"> - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> - <Optimize>true</Optimize> - </PropertyGroup> - - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Debug|AnyCPU'"> - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> - </PropertyGroup> - <ItemGroup> <PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" /> </ItemGroup> |
