28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
|
|
<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>
|