diff options
| author | ruki <[email protected]> | 2025-06-03 23:51:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-06-03 23:51:31 +0800 |
| commit | 57c4e3b1c16bbf59b3e7d9787768f20894d00437 (patch) | |
| tree | 4f09105c54b405a981c28877a4c4af407d7a0c2a /xmake/plugins/project/vsxmake | |
| parent | 113b866ec72198a84b81611f1d17bf7c351459b9 (diff) | |
improve path
Diffstat (limited to 'xmake/plugins/project/vsxmake')
| -rw-r--r-- | xmake/plugins/project/vsxmake/getinfo.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/vsxmake/getinfo.lua b/xmake/plugins/project/vsxmake/getinfo.lua index 09c12ce0e..7108c57a9 100644 --- a/xmake/plugins/project/vsxmake/getinfo.lua +++ b/xmake/plugins/project/vsxmake/getinfo.lua @@ -497,6 +497,7 @@ function main(outputdir, vsinfo) -- init target info _target.target = targetname _target.vcxprojdir = path.join(vsinfo.vcxproj_rootdir, targetname) + _target.vcxprojdir_relative_sln = path.join(_target.vcxprojdir, vsinfo.solution_dir) _target.target_id = hash.uuid4(targetname) _target.kind = target:kind() _target.absscriptdir = target:scriptdir() |
