Files
WorkStation/WorkStationClient/WorkStationClient.csproj

10 lines
294 B
XML
Raw Normal View History

2025-06-29 19:58:44 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Prism.DryIoc" Version="8.1.97" />
</ItemGroup>
</Project>