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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/csharp/console_with_runtime_json/xmake.lua b/tests/projects/csharp/console_with_runtime_json/xmake.lua
index 8d8539b26..474eda548 100644
--- a/tests/projects/csharp/console_with_runtime_json/xmake.lua
+++ b/tests/projects/csharp/console_with_runtime_json/xmake.lua
@@ -3,4 +3,4 @@ add_rules("mode.debug", "mode.release")
target("app")
set_kind("binary")
add_rules("csharp")
- add_files("src/Program.cs", "src/app.csproj")
+ add_files("src/Program.cs")