轮胎外观检测添加思谋语义分割模型检测工具
C3204
2026-03-31 ed2cb324d534291a221bb5a8cabe8ff48b3a46f3
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <_LastSelectedProfileId>D:\A_MyCode\VisionUltra\MyVision\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
  </PropertyGroup>
  <ItemGroup>
    <Compile Update="Forms\CreateProductForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="Forms\Pages\CameraPage\CameraForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="Forms\Pages\CameraPage\CamerasEditPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\CommunicatorPage\CommunicatorForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="Forms\Pages\CommunicatorPage\CommunicatorsEditPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\HistoricalDataPage\HistoricalDataEditPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\MESPage\MESEditPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\MotionControlPage\MotionControlEditPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\MotionControlPage\MotionControlForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="Forms\Pages\MyPage.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Update="Forms\Pages\CameraPage\CreateCameraForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="Forms\Pages\CommunicatorPage\CreateCommunicatorForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="Forms\Pages\ProcessPage\AllProcessesPage.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Update="Forms\Pages\ProcessPage\ProcessControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\ProcessPage\ProcessInputsEditControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\ProcessPage\ProcessInputsSelectForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="Forms\Pages\ProcessPage\ProcessOutputsSelectForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="Forms\Pages\ProcessPage\ProcessPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\SettingPage\LayoutPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\SettingPage\LayoutSettingControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\SettingPage\RunSettingPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\SettingPage\SettingEditPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Forms\Pages\UserManagementPage\UserManagementEditPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="VisionForm.cs">
      <SubType>Form</SubType>
    </Compile>
  </ItemGroup>
</Project>