TEST-SOFTWARE

This commit is contained in:
Tim G. | SnapixLP
2025-06-05 23:03:03 +02:00
parent d5bb061987
commit c0462e01b1
2 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DX86\DX86.csproj" />
<ProjectReference Include="..\Library\Library.csproj" />
</ItemGroup>
</Project>