summaryrefslogtreecommitdiff
path: root/xmake/rules/csharp/modules/csharp_common.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-16 23:42:00 +0800
committerruki <[email protected]>2026-03-16 23:42:00 +0800
commit738d63ec3a02a86e93011f2b3b41267be30e7484 (patch)
tree6f610aaed13c277bbce4ac3359a7fe39ce24cf54 /xmake/rules/csharp/modules/csharp_common.lua
parent443918d7e489ce7023e95184cc1e7ef537fa08f6 (diff)
format codes
Diffstat (limited to 'xmake/rules/csharp/modules/csharp_common.lua')
-rw-r--r--xmake/rules/csharp/modules/csharp_common.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/rules/csharp/modules/csharp_common.lua b/xmake/rules/csharp/modules/csharp_common.lua
index 516297a45..c223bdce8 100644
--- a/xmake/rules/csharp/modules/csharp_common.lua
+++ b/xmake/rules/csharp/modules/csharp_common.lua
@@ -18,9 +18,10 @@
-- @file csharp_common.lua
--
+-- imports
import("core.base.option")
import("core.project.config")
-import("csproj_generator", {rootdir = os.scriptdir(), alias = "generate_csproj"})
+import("csproj_generator")
function _is_csharp_target(target)
if target:rule("csharp") then