46 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <TargetFramework>net8.0-windows</TargetFramework>
 | |
|     <Nullable>enable</Nullable>
 | |
|     <UseWindowsForms>true</UseWindowsForms>
 | |
|     <ImplicitUsings>enable</ImplicitUsings>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
 | |
|     <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
 | |
|     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="DockPanelSuite" Version="3.1.1" />
 | |
|     <PackageReference Include="DockPanelSuite.ThemeVS2015" Version="3.1.1" />
 | |
|     <PackageReference Include="HalconDotNet" Version="19.11.0" />
 | |
|     <PackageReference Include="HslCommunication" Version="7.0.1" />
 | |
|     <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
 | |
|     <PackageReference Include="NPOI" Version="2.7.4" />
 | |
|     <PackageReference Include="OpenCvSharp4" Version="4.10.0.20241108" />
 | |
|     <PackageReference Include="OpenCvSharp4.Extensions" Version="4.10.0.20241108" />
 | |
|     <PackageReference Include="OpenCvSharp4.runtime.win" Version="4.10.0.20241108" />
 | |
|     <PackageReference Include="SkiaSharp" Version="3.116.1" />
 | |
|     <PackageReference Include="SunnyUI" Version="3.8.7" />
 | |
|     <PackageReference Include="YoloDotNet" Version="2.3.0" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <Reference Include="halcondotnet">
 | |
|       <HintPath>C:\Program Files\MVTec\HALCON-10.0\bin\dotnet35\halcondotnet.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="hdevenginedotnet">
 | |
|       <HintPath>C:\Program Files\MVTec\HALCON-10.0\bin\dotnet35\hdevenginedotnet.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="HslCommunication">
 | |
|       <HintPath>..\..\..\HslCommunication-master\HslCommunication.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="MvCameraControl.Net">
 | |
|       <HintPath>C:\Program Files (x86)\MVS\Development\DotNet\win64\MvCameraControl.Net.dll</HintPath>
 | |
|     </Reference>
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project> |