From c88d832e05c97d5032db206c1276174697eb7ddc Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Fri, 21 Aug 2020 18:05:43 -0700 Subject: [PATCH] msbuild: prettify include paths --- Source/VSProps/Base.Macros.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/VSProps/Base.Macros.props b/Source/VSProps/Base.Macros.props index 2ad93b1009..c0d88faaf0 100644 --- a/Source/VSProps/Base.Macros.props +++ b/Source/VSProps/Base.Macros.props @@ -4,7 +4,7 @@ false D - $(MSBuildThisFileDirectory)..\..\ + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..'))\ $(DolphinRootDir)Build\ $(DolphinRootDir)Binary\ $(BinaryRootDir)$(Platform)\