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

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