diff options
| author | ruki <[email protected]> | 2024-09-23 23:12:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-09-23 23:12:06 +0800 |
| commit | 0ff0bd436aa6fd38794e85b623aa75f39e047a07 (patch) | |
| tree | fdf9ce53207ac8cdc2961ff9aeb83d4c560e4e29 /xmake/scripts | |
| parent | 886cc712bd80ac9a71a779b7eb518e72e05ed7ed (diff) | |
fix xml tag
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj b/xmake/scripts/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj index e3c87ba4e..44af5ac40 100644 --- a/xmake/scripts/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj +++ b/xmake/scripts/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj @@ -26,7 +26,7 @@ <PropertyGroup Label="XmakeProgram"> <XmakeProgramDir Condition="'$(XmakeProgramDir)' == ''">$(XMAKE_PROGRAM_DIR)</XmakeProgramDir> <XmakeProgramDir Condition="'$(XmakeProgramDir)' == ''">#programdir#</XmakeProgramDir> - <XmakeProgramFile Condition="'$(XmakeProgramFile)' == ''">$(XMAKE_PROGRAM_FILE)</XmakeProgramDir> + <XmakeProgramFile Condition="'$(XmakeProgramFile)' == ''">$(XMAKE_PROGRAM_FILE)</XmakeProgramFile> <XmakeProgramFile Condition="'$(XmakeProgramFile)' == ''">#programfile#</XmakeProgramFile> </PropertyGroup> <Import Project="$(XmakeProgramDir)\scripts\vsxmake\vsproj\Xmake.Defaults.props" /> |
