summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2025-06-03 23:51:31 +0800
committerruki <[email protected]>2025-06-03 23:51:31 +0800
commit57c4e3b1c16bbf59b3e7d9787768f20894d00437 (patch)
tree4f09105c54b405a981c28877a4c4af407d7a0c2a /xmake/scripts
parent113b866ec72198a84b81611f1d17bf7c351459b9 (diff)
improve path
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/vsxmake/vsproj/templates/sln/Project(target)2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/vsxmake/vsproj/templates/sln/Project(target) b/xmake/scripts/vsxmake/vsproj/templates/sln/Project(target)
index 69071bd68..87d435af2 100644
--- a/xmake/scripts/vsxmake/vsproj/templates/sln/Project(target)
+++ b/xmake/scripts/vsxmake/vsproj/templates/sln/Project(target)
@@ -1,2 +1,2 @@
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "#target#", "#vcxprojdir#\#target#.vcxproj", "{#target_id#}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "#target#", "#vcxprojdir_relative_sln#\#target#.vcxproj", "{#target_id#}"
EndProject