<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="XFEExtension.NetCore.XUnit" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HaloPixelToolBox.Backend.Core\HaloPixelToolBox.Backend.Core.csproj" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="XFEExtension.NetCore.XUnit" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HaloPixelToolBox.Backend.Core\HaloPixelToolBox.Backend.Core.csproj" />
</ItemGroup>
</Project>