summaryrefslogtreecommitdiff
path: root/tests/projects/csharp/console_with_runtime_json/xmake.lua
blob: 474eda548f7c233f4e238f5982163d481ba2e75c (plain)
1
2
3
4
5
6
add_rules("mode.debug", "mode.release")

target("app")
    set_kind("binary")
    add_rules("csharp")
    add_files("src/Program.cs")