From f8723406844fa8b2f2fe9904e67e69e6cd99a9d2 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 17 Mar 2026 00:04:58 +0800 Subject: move generate csproj to config --- xmake/rules/csharp/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/csharp/xmake.lua') 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") -- cgit v1.3.1