<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <BaseOutputPath>..\</BaseOutputPath> <AppendTargetFrameworkToOutputPath>output</AppendTargetFrameworkToOutputPath> <UseWindowsForms>true</UseWindowsForms> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <Platforms>AnyCPU;x64</Platforms> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\DH.Commons\DH.Commons.csproj" /> </ItemGroup> <ItemGroup> <Reference Include="HslCommunication"> <HintPath>..\x64\Debug\HslCommunication.dll</HintPath> </Reference> </ItemGroup> </Project>