Files
2026-08-02 18:08:19 +08:00

16 lines
484 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\WindowsToolbox.Core\WindowsToolbox.Core.csproj" />
<ProjectReference Include="..\..\src\WindowsToolbox.Infrastructure\WindowsToolbox.Infrastructure.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>