-
Notifications
You must be signed in to change notification settings - Fork 124
/
.gitignore
150 lines (149 loc) · 6.67 KB
/
.gitignore
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################
/AutomationSystem/bin/Debug/Calibration
/AutomationSystem/bin/Debug/ExternTool
/AutomationSystem/bin/Debug/History
/AutomationSystem/bin/Debug/Temp
/AutomationSystem/bin/Debug
/BuildDLL/packages/SharpZipLib.1.3.1
/BuildDLL/UIControl.HalconVision.pdb
/BuildDLL/UIControl.HalconVision.dll
/BuildDLL/UIControl.Common.pdb
/BuildDLL/UIControl.Common.dll
/BuildDLL/ICSharpCode.SharpZipLib.xml
/BuildDLL/ICSharpCode.SharpZipLib.pdb
/BuildDLL/ICSharpCode.SharpZipLib.dll
/BuildDLL/halcondotnet.xml
/BuildDLL/halcondotnet.dll
/BuildDLL/Halcon.Functions.pdb
/BuildDLL/Halcon.Functions.dll
/BuildDLL/Global.Functions.pdb
/BuildDLL/Global.Functions.dll
/BuildDLL/CommonLibrary.Manager.pdb
/BuildDLL/CommonLibrary.Manager.dll
/BuildDLL/CommonLibrary.Layout.pdb
/BuildDLL/CommonLibrary.Layout.dll
/BuildDLL/CommonLibrary.ExtensionUtils.pdb
/BuildDLL/CommonLibrary.ExtensionUtils.dll
/BuildDLL/CommonLibrary.DataHelper.pdb
/BuildDLL/CommonLibrary.DataHelper.dll
/BuildDLL/CommonLibrary.Controls.pdb
/BuildDLL/CommonLibrary.Controls.dll
/Calibration
/ExternTool
/UIControl/UIControl.HalconVision/obj/Debug
/UIControl/UIControl.Common/obj/Debug
/ThirdPartyDLL
/Halcon/Halcon.XLDMatch/obj/Debug
/Halcon/Halcon.Threshold/obj/Debug
/Halcon/Halcon.TextShow/obj/Debug
/Halcon/Halcon.ShapeMatch/obj/Debug
/Halcon/Halcon.ROI/obj/Debug
/Halcon/Halcon.RgbToGray/obj/Debug
/Halcon/Halcon.ReadImage/obj/Debug
/Halcon/Halcon.PointLineIntersection/obj/Debug
/Halcon/Halcon.NoROI/obj/Debug
/Halcon/Halcon.ManualCalibration/obj/Debug
/Halcon/Halcon.LocalThreshold/obj/Debug
/Halcon/Halcon.LinesIntersection/obj/Debug
/Halcon/Halcon.HysteresisThreshold/obj/Debug
/Halcon/Halcon.GrayMatch/obj/Debug
/Halcon/Halcon.FindLine/obj/Debug
/Halcon/Halcon.FindCircle/obj/Debug
/Halcon/Halcon.Delay/obj/Debug
/Halcon/Halcon.CoordinateConversion/obj/Debug
/Halcon/Halcon.BinaryThreshold/obj/Debug
/Halcon/Halcon.AutoCircleCalibration/obj/Debug
/Global/Functions/obj/Debug
/Halcon/Functions/obj/Debug
/CommonLibrary/Manager/obj/Debug
/CommonLibrary/Layout/obj/Debug
/CommonLibrary/Controls/obj/Debug
/CommonLibrary/CommonLibrary.ExtensionUtils/obj/Debug
/CommonLibrary/CommonLibrary.DataHelper/obj/Debug
/AutomationSystem/obj/Debug
/.vs/IntegratedSoftware/v16/.suo
/.vs/ProjectSettings.json
/.vs/slnx.sqlite
/.vs/VSWorkspaceState.json
/AutomationSystem/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/CommonLibrary/CommonLibrary.DataHelper/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/CommonLibrary/CommonLibrary.DataHelper/obj/Release/CommonLibrary.DataHelper.csproj.ResolveComReference.cache
/CommonLibrary/CommonLibrary.DataHelper/obj/Release/Interop.ADOX.dll
/CommonLibrary/CommonLibrary.ExtensionUtils/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/CommonLibrary/Controls/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/CommonLibrary/Layout/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/CommonLibrary/Manager/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Functions/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.AutoCircleCalibration/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.BinaryThreshold/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.CoordinateConversion/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.Delay/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.FindCircle/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.FindLine/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.GrayMatch/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.HysteresisThreshold/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.LinesIntersection/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.LocalThreshold/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.ManualCalibration/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.NoROI/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.PointLineIntersection/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.ReadImage/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.RgbToGray/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.ROI/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.ShapeMatch/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.TextShow/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.Threshold/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/Halcon/Halcon.XLDMatch/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/UIControl/UIControl.Common/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/UIControl/UIControl.HalconVision/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/.vs
/AutomationSystem/obj
/BuildDLL/.vs
/BuildDLL/obj
/Camera/.vs
/Camera/Camera.Common/obj
/Camera/MindVision/obj
/CommonLibrary/.vs
/CommonLibrary/CommonLibrary.DataHelper/obj
/CommonLibrary/CommonLibrary.ExtensionUtils/obj
/CommonLibrary/Controls/obj
/CommonLibrary/Layout/obj
/CommonLibrary/Manager/obj
/Halcon/.vs
/Halcon/Functions/obj
/Halcon/Halcon.AutoCircleCalibration/obj
/Halcon/Halcon.BinaryThreshold/obj
/Halcon/Halcon.CoordinateConversion/obj
/Halcon/Halcon.Delay/obj
/Halcon/Halcon.FindCircle/obj
/Halcon/Halcon.FindLine/obj
/Halcon/Halcon.GetImageFromCamera/obj
/Halcon/Halcon.GrayMatch/obj
/Halcon/Halcon.HysteresisThreshold/obj
/Halcon/Halcon.LinesIntersection/obj
/Halcon/Halcon.LocalThreshold/obj
/Halcon/Halcon.ManualCalibration/obj
/Halcon/Halcon.NoROI/obj
/Halcon/Halcon.PointLineIntersection/obj
/Halcon/Halcon.ReadImage/obj
/Halcon/Halcon.RgbToGray/obj
/Halcon/Halcon.ROI/obj
/Halcon/Halcon.ShapeMatch/obj
/Halcon/Halcon.TextShow/obj
/Halcon/Halcon.Threshold/obj
/Halcon/Halcon.XLDMatch/obj
/UIControl/.vs
/UIControl/UIControl.Common/obj
/UIControl/UIControl.HalconVision/obj
/BuildDLL/Camera.Common.dll
/BuildDLL/Camera.Common.pdb
/BuildDLL/packages/jacobslusser.ScintillaNET.3.6.3
/BuildDLL/ScintillaNET.xml
/BuildDLL/ScintillaNET.dll
/BuildDLL/CommonLibrary.CodeSystem.pdb
/BuildDLL/CommonLibrary.CodeSystem.dll
/CommonLibrary/CodeSystem/obj/Debug
/CommonLibrary/packages
/CommonLibrary/CodeSystem/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs