summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-06-21 23:46:44 +0800
committerruki <[email protected]>2023-06-21 23:46:44 +0800
commit3160ed6c8a89270de985199b574fb10411a3a4e0 (patch)
tree98356ec2e9472f1d25a7972a9460f70b9bc08c3c
parent710a110735a1d8645f29527593334297e399cf1d (diff)
add ref
-rw-r--r--xmake/modules/package/tools/msbuild.lua1
-rw-r--r--xmake/modules/private/utils/upgrade_vsproj.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/package/tools/msbuild.lua b/xmake/modules/package/tools/msbuild.lua
index 8bcd1bc28..a5ae6d9b4 100644
--- a/xmake/modules/package/tools/msbuild.lua
+++ b/xmake/modules/package/tools/msbuild.lua
@@ -95,6 +95,7 @@ function build(package, configs, opt)
end
-- upgrade vs solution file?
+ -- @see https://github.com/xmake-io/xmake/issues/3871
if slnfile and opt.upgrade then
upgrade_vsproj.upgrade(slnfile, opt)
end
diff --git a/xmake/modules/private/utils/upgrade_vsproj.lua b/xmake/modules/private/utils/upgrade_vsproj.lua
index eee1f39cb..9a8478d2c 100644
--- a/xmake/modules/private/utils/upgrade_vsproj.lua
+++ b/xmake/modules/private/utils/upgrade_vsproj.lua
@@ -34,6 +34,7 @@ function upgrade(projectfile, opt)
opt = opt or {}
end
+-- https://github.com/xmake-io/xmake/issues/3871
function main(...)
local argv = {...}
local opt = option.parse(argv, options, "Upgrade all the vs project files."