shgx_tz_hd_label_print_wpf/RIZO_Application.Modules.Base/RIZO_Application.Modules.Base.csproj

21 lines
504 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\RIZO_Application\RIZO_Application.Core\RIZO_Application.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Views\SystemLog.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
</Project>