diff options
| author | ruki <[email protected]> | 2025-06-03 23:49:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-06-03 23:49:24 +0800 |
| commit | 618f7752fd27fd65fa6ceece235e4aaf32c499d1 (patch) | |
| tree | f996045fec7d74b18e4d54af14da1f8e59ed51e5 /xmake/plugins/project/vsxmake/vsxmake.lua | |
| parent | b51ce4ebec27a4ca3b10f29eb4bbfe3024c5f9fd (diff) | |
modify policy
Diffstat (limited to 'xmake/plugins/project/vsxmake/vsxmake.lua')
| -rw-r--r-- | xmake/plugins/project/vsxmake/vsxmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/project/vsxmake/vsxmake.lua b/xmake/plugins/project/vsxmake/vsxmake.lua index 2b3ded5d6..d5cd5e078 100644 --- a/xmake/plugins/project/vsxmake/vsxmake.lua +++ b/xmake/plugins/project/vsxmake/vsxmake.lua @@ -235,8 +235,8 @@ function make(version) _writefileifneeded(sln, render(template_sln, "#([A-Za-z0-9_,%.%*%(%)]+)#", "@([^@]+)@", paramsprovidersln)) -- add solution custom file - _trycp(template_props, info.solution_dir) - _trycp(template_targets, info.solution_dir) + _trycp(template_props, info.vcxproj_rootdir) + _trycp(template_targets, info.vcxproj_rootdir) for _, target in ipairs(info.targets) do local paramsprovidertarget = _buildparams(info, target, "<!-- nil -->") |
