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 --- .../projects/csharp/multiple_library/src/sample/Program.cs | 3 +++ .../csharp/multiple_library/src/sample/sample.csproj | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 tests/projects/csharp/multiple_library/src/sample/Program.cs create mode 100644 tests/projects/csharp/multiple_library/src/sample/sample.csproj (limited to 'tests/projects/csharp/multiple_library/src/sample') diff --git a/tests/projects/csharp/multiple_library/src/sample/Program.cs b/tests/projects/csharp/multiple_library/src/sample/Program.cs new file mode 100644 index 000000000..2292a8af9 --- /dev/null +++ b/tests/projects/csharp/multiple_library/src/sample/Program.cs @@ -0,0 +1,3 @@ +using LibBeta; + +Console.WriteLine(Beta.Message()); \ No newline at end of file diff --git a/tests/projects/csharp/multiple_library/src/sample/sample.csproj b/tests/projects/csharp/multiple_library/src/sample/sample.csproj new file mode 100644 index 000000000..459440d0e --- /dev/null +++ b/tests/projects/csharp/multiple_library/src/sample/sample.csproj @@ -0,0 +1,14 @@ + + + + Exe + net8.0 + enable + enable + + + + + + + -- cgit v1.3.1