C3204
2025-12-31 499a261e08f452aa81c4b5a4bad81550ec2e179d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <TargetFramework>net8.0-windows</TargetFramework>
    <Nullable>enable</Nullable>
    <UseWindowsForms>true</UseWindowsForms>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
    <PackageReference Include="ReaLTaiizor" Version="3.8.1.4" />
    <PackageReference Include="SunnyUI" Version="3.9.0" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\LB_SmartVisionCommon\LB_SmartVisionCommon.csproj" />
    <ProjectReference Include="..\LB_VisionProcesses\LB_VisionProcesses.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Update="RenameForm.cs">
      <SubType>Form</SubType>
    </Compile>
  </ItemGroup>
 
</Project>