2024-05-31 10:14:57 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Platforms>AnyCPU;X64</Platforms>
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
2024-06-17 11:02:28 +08:00
|
|
|
|
<ApplicationIcon>bin\X64\Debug\net7.0-windows\Logo.ico</ApplicationIcon>
|
2024-05-31 10:14:57 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-06-27 09:22:31 +08:00
|
|
|
|
<None Remove="ManagerModelHelper.cs~RF97ff9f.TMP" />
|
2024-05-31 10:14:57 +08:00
|
|
|
|
<None Remove="MelsecPLCTCPDriver.cs~RFacf25a.TMP" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-06-17 11:02:28 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="bin\X64\Debug\net7.0-windows\Logo.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-31 10:14:57 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
|
<PackageReference Include="OpenCvSharp4" Version="4.5.3.20210817" />
|
|
|
|
|
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.3.20210817" />
|
|
|
|
|
<PackageReference Include="STTech.BytesIO.Core" Version="2.14.6" />
|
|
|
|
|
<PackageReference Include="STTech.BytesIO.Tcp" Version="2.14.6" />
|
|
|
|
|
<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-06-17 11:02:28 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\XKRS.UI\XKRS.UI.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-31 10:14:57 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="DVPCameraCS64">
|
|
|
|
|
<HintPath>..\libs\DVPCameraCS_Net6.0\x64\DVPCameraCS64.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="HslCommunication">
|
|
|
|
|
<HintPath>..\libs\HslCommunication.dll</HintPath>
|
|
|
|
|
</Reference>
|
2024-06-17 11:02:28 +08:00
|
|
|
|
<Reference Include="MvCameraControl.Net">
|
|
|
|
|
<HintPath>..\libs\HikCamera\MvCameraControl.Net.dll</HintPath>
|
|
|
|
|
</Reference>
|
2024-05-31 10:14:57 +08:00
|
|
|
|
<Reference Include="PaddleOCRSharp">
|
|
|
|
|
<HintPath>bin\X64\Debug\net7.0-windows\PaddleOCRSharp.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|