From 1ab3e1b602a12a95d91433e8b91c2aec8146940f Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Tue, 16 Jul 2019 12:00:30 +0800 Subject: fix --- xmake/plugins/project/vsxmake/vsproj/Xmake.props | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.props b/xmake/plugins/project/vsxmake/vsproj/Xmake.props index 243a114b2..20432fec3 100644 --- a/xmake/plugins/project/vsxmake/vsproj/Xmake.props +++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.props @@ -49,14 +49,14 @@ $([System.IO.Path]::GetFullPath('$(MSBuildProjectDirectory)\$(XmakeRunDir)')) - $([MSBuild]::NormalizePath('$(XmakeProgramDir)/')) - $([MSBuild]::NormalizePath('$(XmakeProjectDir)/')) - $([MSBuild]::NormalizePath('$(XmakeScriptDir)/')) - $([MSBuild]::NormalizePath('$(XmakeBuilDir)/')) - $([MSBuild]::NormalizePath('$(XmakeTargetDir)/')) - $([MSBuild]::NormalizePath('$(XmakeConfigDir)/')) - $([MSBuild]::NormalizePath('$(XmakeConfigFileDir)/')) - $([MSBuild]::NormalizePath('$(XmakeRunDir)/')) + $([System.IO.Path]::GetFullPath('$(XmakeProgramDir)/')) + $([System.IO.Path]::GetFullPath('$(XmakeProjectDir)/')) + $([System.IO.Path]::GetFullPath('$(XmakeScriptDir)/')) + $([System.IO.Path]::GetFullPath('$(XmakeBuilDir)/')) + $([System.IO.Path]::GetFullPath('$(XmakeTargetDir)/')) + $([System.IO.Path]::GetFullPath('$(XmakeConfigDir)/')) + $([System.IO.Path]::GetFullPath('$(XmakeConfigFileDir)/')) + $([System.IO.Path]::GetFullPath('$(XmakeRunDir)/')) -- cgit v1.3.1