From 4cb812b408d75c0e2941106c2e525611e6ffdc89 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Fri, 23 Aug 2019 16:14:33 +0800 Subject: fix path resolve --- xmake/plugins/project/vsxmake/vsproj/Xmake.Defaults.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.Defaults.props b/xmake/plugins/project/vsxmake/vsproj/Xmake.Defaults.props index df0b5f9e5..f0ee8495e 100644 --- a/xmake/plugins/project/vsxmake/vsproj/Xmake.Defaults.props +++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.Defaults.props @@ -7,9 +7,9 @@ $(XmakeScriptDir) + $([System.IO.Path]::GetFullPath('$(MSBuildProjectDirectory)\$(XmakeProgramDirResolved)')) $([System.IO.Path]::GetFullPath('$(MSBuildProjectDirectory)\$(XmakeProjectDirResolved)')) $([System.IO.Path]::GetFullPath('$(MSBuildProjectDirectory)\$(XmakeScriptDirResolved)')) - $([System.IO.Path]::GetFullPath('$(MSBuildProjectDirectory)\$(XmakeBuilDirResolved)')) $([System.IO.Path]::GetFullPath('$(XmakeProgramDirResolved)')) -- cgit v1.3.1