summaryrefslogtreecommitdiff
path: root/xmake/rules/csharp
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-17 00:04:58 +0800
committerruki <[email protected]>2026-03-17 00:04:58 +0800
commitf8723406844fa8b2f2fe9904e67e69e6cd99a9d2 (patch)
tree3cf30701665529495c196f2df2e6a93bb68b77db /xmake/rules/csharp
parent9ad1383808d20fbb5ffcfd69dfb507f87c28c3ac (diff)
move generate csproj to config
Diffstat (limited to 'xmake/rules/csharp')
-rw-r--r--xmake/rules/csharp/config.lua (renamed from xmake/rules/csharp/prepare.lua)2
-rw-r--r--xmake/rules/csharp/xmake.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/rules/csharp/prepare.lua b/xmake/rules/csharp/config.lua
index 611ad5890..97b3a4303 100644
--- a/xmake/rules/csharp/prepare.lua
+++ b/xmake/rules/csharp/config.lua
@@ -15,7 +15,7 @@
-- Copyright (C) 2015-present, Xmake Open Source Community.
--
-- @author ruki
--- @file prepare.lua
+-- @file config.lua
--
-- imports
diff --git a/xmake/rules/csharp/xmake.lua b/xmake/rules/csharp/xmake.lua
index 1d5818337..f13003520 100644
--- a/xmake/rules/csharp/xmake.lua
+++ b/xmake/rules/csharp/xmake.lua
@@ -20,7 +20,7 @@
rule("csharp.build")
set_sourcekinds("cs")
- on_prepare("prepare")
+ on_config("config")
on_build("build")
rule("csharp")