From a92e7c4087443cd91dafe14d2a5aa316a288b7c5 Mon Sep 17 00:00:00 2001 From: JassJam <0139ne@gmail.com> Date: Sat, 28 Feb 2026 15:37:56 +0000 Subject: feat: generate csproj on demand --- .../csharp/console_with_runtime_json/src/app.csproj | 14 -------------- tests/projects/csharp/console_with_runtime_json/xmake.lua | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 tests/projects/csharp/console_with_runtime_json/src/app.csproj (limited to 'tests/projects/csharp/console_with_runtime_json') diff --git a/tests/projects/csharp/console_with_runtime_json/src/app.csproj b/tests/projects/csharp/console_with_runtime_json/src/app.csproj deleted file mode 100644 index 4e754bb15..000000000 --- a/tests/projects/csharp/console_with_runtime_json/src/app.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - Exe - net8.0 - enable - enable - - - - PreserveNewest - - - - 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") -- cgit v1.3.1