轮胎外观检测添加思谋语义分割模型检测工具
C3204
2026-03-30 182cc3a5c47f9bc0445fcb755a92aa714b780da2
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
29
30
31
32
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <TargetFramework>net8.0-windows7.0</TargetFramework>
    <Nullable>enable</Nullable>
    <UseWindowsForms>true</UseWindowsForms>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>
 
  <ItemGroup>
    <None Remove="FlowNodeEditor.cs~RF18ac7713.TMP" />
    <None Remove="FlowNodeEditor.cs~RF5526d9d.TMP" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
    <PackageReference Include="ReaLTaiizor" Version="3.8.1.5" />
    <PackageReference Include="SunnyUI" Version="3.9.2" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\LB_SmartVisionCommon\LB_SmartVisionCommon.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Update="RenameForm.cs">
      <SubType>Form</SubType>
    </Compile>
  </ItemGroup>
 
</Project>