line-edge-screen-wpf/Client/RIZO.Client.MainModule/RIZO.Client.MainModule.csproj
2025-04-01 13:41:50 +08:00

19 lines
518 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Prism.Core" Version="8.1.97" />
<PackageReference Include="Prism.Wpf" Version="8.1.97" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RIZO.Client.Assets\RIZO.Client.Assets.csproj" />
<ProjectReference Include="..\RIZO.Client.Entity\RIZO.Client.Entity.csproj" />
</ItemGroup>
</Project>