<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BaseOutputPath>..\..\..\bin</BaseOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<UseWPF>True</UseWPF>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Opc.UaFx.Advanced" Version="2.41.1" />
<PackageReference Include="System.Private.ServiceModel" Version="4.5.3" />
<PackageReference Include="pythonnet" Version="3.0.3" />
<PackageReference Include="Syncfusion.Shared.WPF" Version="20.3.0.49" />
<PackageReference Include="Syncfusion.Themes.Metro.WPF" Version="20.3.0.49" />
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
</ItemGroup>
</Project>