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

19 lines
471 B
XML
Raw Normal View History

2025-04-01 17:09:09 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RIZO.Client.Common\RIZO.Client.Common.csproj" />
<ProjectReference Include="..\RIZO.Client.Infrastructure\RIZO.Client.Infrastructure.csproj" />
</ItemGroup>
</Project>