From f2c5c052bc5402856123b0f57c7c5a50be97ba49 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Mon, 18 Apr 2022 14:39:04 -0700 Subject: [PATCH] msbuild: use pdbaltpath to strip dirname of pdb --- Source/VSProps/Base.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 0e2ed4daf3..5235e57eb6 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -158,6 +158,7 @@ true true /experimental:deterministic %(AdditionalOptions) + /PDBALTPATH:Build\$(Platform)\$(Configuration)\$(ProjectName)\bin\%_PDB% %(AdditionalOptions)