summaryrefslogtreecommitdiff
path: root/xmake/plugins
diff options
context:
space:
mode:
authorruki <[email protected]>2024-09-23 22:43:36 +0800
committerruki <[email protected]>2024-09-23 22:43:36 +0800
commit886cc712bd80ac9a71a779b7eb518e72e05ed7ed (patch)
tree164a8f8800a1c0e70b1cc2a0e5a4464c5f5c8905 /xmake/plugins
parent6295d86eeb3be2761a61ffa1672c0b2ca4492643 (diff)
improve program file for vsxmake #5642
Diffstat (limited to 'xmake/plugins')
-rw-r--r--xmake/plugins/project/vsxmake/getinfo.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/vsxmake/getinfo.lua b/xmake/plugins/project/vsxmake/getinfo.lua
index 2981024ea..6feffa9dc 100644
--- a/xmake/plugins/project/vsxmake/getinfo.lua
+++ b/xmake/plugins/project/vsxmake/getinfo.lua
@@ -388,6 +388,7 @@ function main(outputdir, vsinfo)
-- init solution directory
vsinfo.solution_dir = path.absolute(path.join(outputdir, "vsxmake" .. vsinfo.vstudio_version))
vsinfo.programdir = _make_dirs(xmake.programdir())
+ vsinfo.programfile = _make_dirs(xmake.programfile())
vsinfo.projectdir = project.directory()
vsinfo.sln_projectfile = path.relative(project.rootfile(), vsinfo.solution_dir)
local projectfile = path.filename(project.rootfile())