summaryrefslogtreecommitdiff
path: root/xmake/rules/csharp/xmake.lua
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/xmake.lua
parent9ad1383808d20fbb5ffcfd69dfb507f87c28c3ac (diff)
move generate csproj to config
Diffstat (limited to 'xmake/rules/csharp/xmake.lua')
-rw-r--r--xmake/rules/csharp/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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")