summaryrefslogtreecommitdiff
path: root/tests/projects/csharp/shared_library/xmake.lua
diff options
context:
space:
mode:
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")