Files
Aptabase-WPF-sdk/test/Aptabase.WPF.Test/Aptabase.WPF.Test.csproj
2025-07-07 16:06:18 +09:00

21 lines
526 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\Aptabase.WPF.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />
</ItemGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<Version>1.0.1</Version>
</PropertyGroup>
</Project>