summaryrefslogtreecommitdiff
path: root/tests/projects/csharp/shared_library/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-18 00:48:31 +0800
committerruki <[email protected]>2026-03-18 00:48:31 +0800
commited0996a0ead18b79a3e279a200db0f9e13a4ec23 (patch)
tree878cbb5529398466875f7aba5a0098e751cff7f0 /tests/projects/csharp/shared_library/xmake.lua
parent7fd8b5a17185c609928e0b64c71ceaca1b7e03cd (diff)
improve csharp tests
Diffstat (limited to 'tests/projects/csharp/shared_library/xmake.lua')
-rw-r--r--tests/projects/csharp/shared_library/xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/projects/csharp/shared_library/xmake.lua b/tests/projects/csharp/shared_library/xmake.lua
index f8549444e..70cfb0233 100644
--- a/tests/projects/csharp/shared_library/xmake.lua
+++ b/tests/projects/csharp/shared_library/xmake.lua
@@ -2,11 +2,9 @@ add_rules("mode.debug", "mode.release")
target("mylib")
set_kind("shared")
- add_rules("csharp")
add_files("src/lib/*.cs")
target("app")
set_kind("binary")
- add_rules("csharp")
add_deps("mylib")
add_files("src/app/*.cs")