From 1d19b318c1747954e4e613f36c987478437f9ad5 Mon Sep 17 00:00:00 2001 From: KeatonTheBot Date: Wed, 22 Apr 2026 10:04:19 -0500 Subject: [PATCH] infra: Remove PDB files from Release builds - Use DebugType=none in Directory.Build.props - Remove files included in NuGet packages --- Directory.Build.props | 1 + src/Ryujinx/Ryujinx.csproj | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 8a1aa419e..73a77bb49 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,5 +2,6 @@ net10.0 latest + none diff --git a/src/Ryujinx/Ryujinx.csproj b/src/Ryujinx/Ryujinx.csproj index 4919b6661..5610891b3 100644 --- a/src/Ryujinx/Ryujinx.csproj +++ b/src/Ryujinx/Ryujinx.csproj @@ -13,6 +13,12 @@ false + + + + + +