DHDHSoftware/DHSoftware/DHSoftware.csproj

82 lines
1.6 KiB
XML
Raw Normal View History

2025-03-07 09:06:46 +08:00
<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>
<OutputType>WinExe</OutputType>
</PropertyGroup>
2025-03-16 17:32:09 +08:00
2025-03-24 15:20:33 +08:00
2025-03-18 14:19:33 +08:00
2025-03-21 08:51:20 +08:00
2025-03-18 14:19:33 +08:00
2025-03-16 17:32:09 +08:00
2025-03-07 09:06:46 +08:00
2025-03-13 18:54:05 +08:00
2025-03-16 13:14:05 +08:00
2025-03-12 17:18:39 +08:00
2025-03-15 09:47:09 +08:00
2025-03-16 13:11:08 +08:00
2025-03-07 09:06:46 +08:00
<ItemGroup>
2025-03-16 13:14:05 +08:00
<PackageReference Include="AntdUI" Version="1.8.9" />
2025-03-24 15:20:33 +08:00
<PackageReference Include="SqlSugarCore" Version="5.1.4.185" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
2025-03-07 09:06:46 +08:00
</ItemGroup>
<ItemGroup>
2025-03-16 17:32:09 +08:00
<ProjectReference Include="..\CanFly\XKRS.CanFly.csproj" />
2025-03-07 09:35:57 +08:00
<ProjectReference Include="..\DH.Devices.Camera\DH.Devices.Camera.csproj" />
2025-03-12 09:21:06 +08:00
<ProjectReference Include="..\DH.Devices.Motion\DH.Devices.Motion.csproj" />
2025-03-07 09:35:57 +08:00
<ProjectReference Include="..\DH.Devices.PLC\DH.Devices.PLC.csproj" />
2025-03-07 09:06:46 +08:00
<ProjectReference Include="..\DH.Devices.Vision\DH.Devices.Vision.csproj" />
2025-03-16 13:11:08 +08:00
<ProjectReference Include="..\DH.UI.Model.Winform\DH.UI.Model.Winform.csproj" />
2025-03-07 09:06:46 +08:00
</ItemGroup>
<ItemGroup>
<Reference Include="DVPCameraCS64">
2025-03-07 16:29:38 +08:00
<HintPath>..\x64\Debug\DVPCameraCS64.dll</HintPath>
2025-03-07 09:06:46 +08:00
</Reference>
2025-03-12 09:21:06 +08:00
<Reference Include="halcondotnet">
<HintPath>..\x64\Debug\halcondotnet.dll</HintPath>
</Reference>
<Reference Include="hdevenginedotnet">
<HintPath>..\x64\Debug\hdevenginedotnet.dll</HintPath>
</Reference>
2025-03-07 09:06:46 +08:00
</ItemGroup>
</Project>