From 738d63ec3a02a86e93011f2b3b41267be30e7484 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 16 Mar 2026 23:42:00 +0800 Subject: format codes --- xmake/rules/csharp/modules/csharp_common.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xmake/rules/csharp/modules/csharp_common.lua') 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 -- cgit v1.3.1