25 lines
894 B
XML
25 lines
894 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Prism.Wpf" Version="8.1.97" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\RIZO_Application.Models\RIZO_Application.Models.csproj" />
|
|
<ProjectReference Include="..\..\..\RIZO_Application.Repository\RIZO_Application.Repository.csproj" />
|
|
<ProjectReference Include="..\..\RIZO_Application.Core\RIZO_Application.Core.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Update="Views\MqttControl.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="Views\PrintControl.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="Views\ScanControl.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
</Project> |