diff options
| author | ruki <[email protected]> | 2026-03-17 22:50:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-17 22:50:20 +0800 |
| commit | 9c3345d7357d1ede85b9f24d6721986315e28de6 (patch) | |
| tree | e510e09e55892ae78dbd458f5d3f369b31a02573 /xmake/rules/csharp/config.lua | |
| parent | 0513166f8232518a428499aa0190e79027b8916c (diff) | |
rename files
Diffstat (limited to 'xmake/rules/csharp/config.lua')
| -rw-r--r-- | xmake/rules/csharp/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/csharp/config.lua b/xmake/rules/csharp/config.lua index 8b7186888..3f6b71844 100644 --- a/xmake/rules/csharp/config.lua +++ b/xmake/rules/csharp/config.lua @@ -20,7 +20,7 @@ -- imports import("core.project.depend") -import("modules.csproj_generator", {rootdir = os.scriptdir(), alias = "generate_csproj"}) +import("generator.csproj", {rootdir = os.scriptdir(), alias = "generate_csproj"}) function main(target) |
