summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/msbuild.lua
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 /xmake/modules/package/tools/msbuild.lua
parent710a110735a1d8645f29527593334297e399cf1d (diff)
add ref
Diffstat (limited to 'xmake/modules/package/tools/msbuild.lua')
-rw-r--r--xmake/modules/package/tools/msbuild.lua1
1 files changed, 1 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