From 0ff0bd436aa6fd38794e85b623aa75f39e047a07 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 23 Sep 2024 23:12:06 +0800 Subject: [PATCH] fix xml tag --- xmake/scripts/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/scripts/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj b/xmake/scripts/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj index e3c87ba4e8..44af5ac407 100644 --- a/xmake/scripts/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj +++ b/xmake/scripts/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj @@ -26,7 +26,7 @@ $(XMAKE_PROGRAM_DIR) #programdir# - $(XMAKE_PROGRAM_FILE) + $(XMAKE_PROGRAM_FILE) #programfile#