<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <EnableDefaultCompileItems>false</EnableDefaultCompileItems> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <BaseOutputPath>..\</BaseOutputPath> <AppendTargetFrameworkToOutputPath>output</AppendTargetFrameworkToOutputPath> <UseWindowsForms>true</UseWindowsForms> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <Platforms>AnyCPU;x64</Platforms> </PropertyGroup> <ItemGroup> <Compile Include="Do3ThinkCamera.cs" /> <Compile Include="HikVisionCamera.cs" /> </ItemGroup> <ItemGroup> <PackageReference Include="OpenCvSharp4" Version="4.10.0.20241108" /> <PackageReference Include="OpenCvSharp4.runtime.win" Version="4.10.0.20241108" /> <PackageReference Include="System.Drawing.Common" Version="9.0.2" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\DH.Commons\DH.Commons.csproj" /> </ItemGroup> <ItemGroup> <Reference Include="DVPCameraCS64"> <HintPath>..\X64\Debug\DVPCameraCS64.dll</HintPath> </Reference> <Reference Include="MvCameraControl.Net"> <HintPath>..\x64\Debug\MvCameraControl.Net.dll</HintPath> </Reference> </ItemGroup> </Project>