summaryrefslogtreecommitdiff
path: root/tests/projects/csharp/multiple_library/src/sample
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/csharp/multiple_library/src/sample')
-rw-r--r--tests/projects/csharp/multiple_library/src/sample/sample.csproj14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/projects/csharp/multiple_library/src/sample/sample.csproj b/tests/projects/csharp/multiple_library/src/sample/sample.csproj
deleted file mode 100644
index 459440d0e..000000000
--- a/tests/projects/csharp/multiple_library/src/sample/sample.csproj
+++ /dev/null
@@ -1,14 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
-
- <ItemGroup>
- <ProjectReference Include="../libbeta/libbeta.csproj" />
- </ItemGroup>
-
-</Project>