Files
FATrace/FATrace.WPLApp/FATrace.WPLApp.csproj
2025-08-28 18:23:06 +08:00

17 lines
451 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FATrace.Com\FATrace.Com.csproj" />
<ProjectReference Include="..\FATrace.Model\FATrace.Model.csproj" />
</ItemGroup>
</Project>