Files
WorkStation/WorkStation.Client/WorkStation.Client.csproj

17 lines
517 B
XML
Raw Permalink 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>
<None Remove="Images\LoginImage.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MaterialDesignThemes" Version="5.2.1" />
2025-06-29 19:58:44 +08:00
<PackageReference Include="Prism.DryIoc" Version="8.1.97" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\LoginImage.png" />
</ItemGroup>
2025-06-29 19:58:44 +08:00
</Project>