line-edge-screen-wpf/Client/RIZO.Client.Start/RIZO.Client.Start.csproj

28 lines
1.2 KiB
XML
Raw Normal View History

2025-04-01 13:41:50 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Prism.Core" Version="8.1.97" />
<PackageReference Include="Prism.Unity" 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.BaseModule\RIZO.Client.BaseModule.csproj" />
<ProjectReference Include="..\RIZO.Client.BLL\RIZO.Client.BLL.csproj" />
<ProjectReference Include="..\RIZO.Client.Common\RIZO.Client.Common.csproj" />
<ProjectReference Include="..\RIZO.Client.DAL\RIZO.Client.DAL.csproj" />
<ProjectReference Include="..\RIZO.Client.IBLL\RIZO.Client.IBLL.csproj" />
<ProjectReference Include="..\RIZO.Client.IDAL\RIZO.Client.IDAL.csproj" />
<ProjectReference Include="..\RIZO.Client.MainModule\RIZO.Client.MainModule.csproj" />
</ItemGroup>
</Project>