From 700425f68a989636f6d9a0d4a67a966a47760ffa Mon Sep 17 00:00:00 2001 From: atom0s Date: Mon, 4 Apr 2022 21:59:42 -0700 Subject: [PATCH] CLI: Remove .pdb generation on Release mode. Unpacker: Variant v10x86 - Fix incorrect output path when compiled for Release mode. --- Steamless.CLI/Steamless.CLI.csproj | 2 +- .../Steamless.Unpacker.Variant10.x86.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Steamless.CLI/Steamless.CLI.csproj b/Steamless.CLI/Steamless.CLI.csproj index 668a51d..89efa7b 100644 --- a/Steamless.CLI/Steamless.CLI.csproj +++ b/Steamless.CLI/Steamless.CLI.csproj @@ -25,7 +25,7 @@ x86 - pdbonly + none true ..\Steamless\bin\x86\Release\ TRACE diff --git a/Steamless.Unpacker.Variant10.x86/Steamless.Unpacker.Variant10.x86.csproj b/Steamless.Unpacker.Variant10.x86/Steamless.Unpacker.Variant10.x86.csproj index 6834d2b..e455977 100644 --- a/Steamless.Unpacker.Variant10.x86/Steamless.Unpacker.Variant10.x86.csproj +++ b/Steamless.Unpacker.Variant10.x86/Steamless.Unpacker.Variant10.x86.csproj @@ -24,9 +24,9 @@ x86 - pdbonly + none true - bin\Release\ + ..\Steamless\bin\x86\Release\Plugins\ TRACE prompt 4