diff options
| author | ruki <[email protected]> | 2025-06-10 00:51:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-06-10 00:51:47 +0800 |
| commit | 15ce1c9a791d90ca0d714c8b39068c3ab3d354e0 (patch) | |
| tree | f84ee9dba8fc12d75a6ab4cbd0e29c70c5eeaf80 | |
| parent | 0504e8430a4d76ccda856087489d25085a863387 (diff) | |
fix imports
| -rw-r--r-- | xmake/plugins/project/vsxmake/vsxmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/vsxmake/vsxmake.lua b/xmake/plugins/project/vsxmake/vsxmake.lua index 67b7bd0d7..1bff1b3f2 100644 --- a/xmake/plugins/project/vsxmake/vsxmake.lua +++ b/xmake/plugins/project/vsxmake/vsxmake.lua @@ -26,6 +26,7 @@ import("render") import("getinfo") import("core.project.config") import("core.cache.localcache") +import("vstudio.impl.vsutils", {rootdir = path.join(os.programdir(), "plugins", "project")}) local template_root = path.join(os.programdir(), "scripts", "vsxmake", "vsproj", "templates") local template_sln = path.join(template_root, "sln", "vsxmake.sln") |
