summaryrefslogtreecommitdiff
path: root/tests/projects/csharp/console/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/csharp/console/xmake.lua')
-rw-r--r--tests/projects/csharp/console/xmake.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/csharp/console/xmake.lua b/tests/projects/csharp/console/xmake.lua
new file mode 100644
index 000000000..3288c96a8
--- /dev/null
+++ b/tests/projects/csharp/console/xmake.lua
@@ -0,0 +1,6 @@
+add_rules("mode.debug", "mode.release")
+
+target("test")
+ set_kind("binary")
+ add_rules("csharp")
+ add_files("src/Program.cs")