From 9946d1814f4af9ef67e5accd9404e0fc69290f6f Mon Sep 17 00:00:00 2001 From: JassJam <0139ne@gmail.com> Date: Mon, 23 Feb 2026 12:28:50 +0000 Subject: feat: add initial test files --- tests/projects/csharp/console_with_runtime_json/xmake.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/projects/csharp/console_with_runtime_json/xmake.lua (limited to 'tests/projects/csharp/console_with_runtime_json/xmake.lua') 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..8d8539b26 --- /dev/null +++ b/tests/projects/csharp/console_with_runtime_json/xmake.lua @@ -0,0 +1,6 @@ +add_rules("mode.debug", "mode.release") + +target("app") + set_kind("binary") + add_rules("csharp") + add_files("src/Program.cs", "src/app.csproj") -- cgit v1.3.1