23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
|
|
<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.BusinessModule\RIZO.Client.BusinessModule.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.Infrastructure\RIZO.Client.Infrastructure.csproj" />
|
|
<ProjectReference Include="..\RIZO.Client.MainModule\RIZO.Client.MainModule.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|