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