summaryrefslogtreecommitdiff
path: root/xmake/rules/csharp/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-14 23:39:12 +0800
committerruki <[email protected]>2026-03-14 23:39:12 +0800
commit1e792c4af7c0328b6d693c34b788ad0df09cbf66 (patch)
tree9cd2e2bd83e1f0dca5e3789b8687df8d5865c1c4 /xmake/rules/csharp/xmake.lua
parent8228de2b4957e8da78a158b4d80c1eb8c2a100b6 (diff)
add .csproj support
Diffstat (limited to 'xmake/rules/csharp/xmake.lua')
-rw-r--r--xmake/rules/csharp/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/csharp/xmake.lua b/xmake/rules/csharp/xmake.lua
index 9ad5f7974..46f46bb75 100644
--- a/xmake/rules/csharp/xmake.lua
+++ b/xmake/rules/csharp/xmake.lua
@@ -20,6 +20,7 @@
rule("csharp.build")
set_sourcekinds("cs")
+ set_extensions(".csproj")
on_load(function (target)
import("modules.csharp_common", {rootdir = os.scriptdir(), alias = "csharp_common"})