Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

918 строки
44 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="packages\Microsoft.ML.OnnxRuntime.Gpu.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Gpu.props" Condition="Exists('packages\Microsoft.ML.OnnxRuntime.Gpu.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Gpu.props')" />
  4. <Import Project="packages\OpenCvSharp4.runtime.win.4.6.0.20220608\build\net48\OpenCvSharp4.runtime.win.props" Condition="Exists('packages\OpenCvSharp4.runtime.win.4.6.0.20220608\build\net48\OpenCvSharp4.runtime.win.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{9B356643-321E-4B70-ABF3-FF8E2F218F38}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <RootNamespace>ProductionControl</RootNamespace>
  12. <AssemblyName>ProductionControl</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.2.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <PlatformTarget>AnyCPU</PlatformTarget>
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <Prefer32Bit>false</Prefer32Bit>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ApplicationIcon>e1.ico</ApplicationIcon>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <TargetZone>LocalIntranet</TargetZone>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <GenerateManifests>false</GenerateManifests>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  69. <DebugSymbols>true</DebugSymbols>
  70. <OutputPath>bin\x64\Debug\</OutputPath>
  71. <DefineConstants>DEBUG;TRACE</DefineConstants>
  72. <DebugType>full</DebugType>
  73. <PlatformTarget>x64</PlatformTarget>
  74. <LangVersion>7.3</LangVersion>
  75. <ErrorReport>prompt</ErrorReport>
  76. <Prefer32Bit>true</Prefer32Bit>
  77. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  80. <OutputPath>bin\x64\Release\</OutputPath>
  81. <DefineConstants>TRACE</DefineConstants>
  82. <Optimize>true</Optimize>
  83. <DebugType>pdbonly</DebugType>
  84. <PlatformTarget>x64</PlatformTarget>
  85. <LangVersion>7.3</LangVersion>
  86. <ErrorReport>prompt</ErrorReport>
  87. <Prefer32Bit>true</Prefer32Bit>
  88. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <Reference Include="AdvMotAPI, Version=2.0.8.5, Culture=neutral, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>bin\x64\Debug\AdvMotAPI.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Automation.BDaq4, Version=4.0.0.0, Culture=neutral, PublicKeyToken=463f5928d60183a0, processorArchitecture=MSIL">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>bin\Debug\Automation.BDaq4.dll</HintPath>
  98. </Reference>
  99. <Reference Include="ControllerDllCSharp, Version=3.0.0.1, Culture=neutral, processorArchitecture=AMD64">
  100. <SpecificVersion>False</SpecificVersion>
  101. <HintPath>D:\SuoduCode\Auto\LightCode\Controller_SDK_V3.0.0.1\SDK\C#_DLL\x64\ControllerDllCSharp.dll</HintPath>
  102. </Reference>
  103. <Reference Include="halcondotnet">
  104. <HintPath>F:\AI\RunHdevDemo\RunHdev\bin\x64\Debug\halcondotnet.dll</HintPath>
  105. </Reference>
  106. <Reference Include="hdevenginedotnet">
  107. <HintPath>F:\AI\RunHdevDemo\RunHdev\bin\x64\Debug\hdevenginedotnet.dll</HintPath>
  108. </Reference>
  109. <Reference Include="ImageBox, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\..\..\..\..\..\模块化\MMImageBox\ImageBox\bin\Debug\ImageBox.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Microsoft.ML.OnnxRuntime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6, processorArchitecture=MSIL">
  114. <HintPath>packages\Microsoft.ML.OnnxRuntime.Managed.1.8.0\lib\netstandard1.1\Microsoft.ML.OnnxRuntime.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  117. <SpecificVersion>False</SpecificVersion>
  118. </Reference>
  119. <Reference Include="Microsoft.VisualBasic" />
  120. <Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.1722.45, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
  121. <HintPath>packages\Microsoft.Web.WebView2.1.0.1722.45\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
  122. </Reference>
  123. <Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.1722.45, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
  124. <HintPath>packages\Microsoft.Web.WebView2.1.0.1722.45\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.1722.45, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
  127. <HintPath>packages\Microsoft.Web.WebView2.1.0.1722.45\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
  128. </Reference>
  129. <Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  130. <HintPath>packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
  131. <Private>True</Private>
  132. <Private>True</Private>
  133. </Reference>
  134. <Reference Include="MvCameraControl.Net">
  135. <HintPath>C:\Program Files (x86)\MVS\Development\DotNet\AnyCpu\MvCameraControl.Net.dll</HintPath>
  136. </Reference>
  137. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  138. <HintPath>packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  139. </Reference>
  140. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  141. <HintPath>packages\OpenCvSharp4.4.6.0.20220608\lib\net48\OpenCvSharp.dll</HintPath>
  142. </Reference>
  143. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  144. <HintPath>packages\OpenCvSharp4.Extensions.4.6.0.20220608\lib\net48\OpenCvSharp.Extensions.dll</HintPath>
  145. </Reference>
  146. <Reference Include="PresentationCore" />
  147. <Reference Include="SixLabors.ImageSharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  148. <HintPath>packages\SixLabors.ImageSharp.2.1.3\lib\net472\SixLabors.ImageSharp.dll</HintPath>
  149. </Reference>
  150. <Reference Include="SqlSugar, Version=5.1.4.73, Culture=neutral, processorArchitecture=MSIL">
  151. <HintPath>packages\SqlSugar.5.1.4.73\lib\SqlSugar.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System" />
  154. <Reference Include="System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  155. <HintPath>packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll</HintPath>
  156. <Private>True</Private>
  157. <Private>True</Private>
  158. </Reference>
  159. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  160. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  161. </Reference>
  162. <Reference Include="System.ComponentModel.Composition" />
  163. <Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  164. <HintPath>packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
  165. <Private>True</Private>
  166. <Private>True</Private>
  167. </Reference>
  168. <Reference Include="System.Core" />
  169. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  170. <HintPath>packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  171. </Reference>
  172. <Reference Include="System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  173. <HintPath>packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>
  174. <Private>True</Private>
  175. <Private>True</Private>
  176. </Reference>
  177. <Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  178. <HintPath>packages\System.Drawing.Common.5.0.3\lib\net461\System.Drawing.Common.dll</HintPath>
  179. </Reference>
  180. <Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  181. <HintPath>packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
  182. <Private>True</Private>
  183. <Private>True</Private>
  184. </Reference>
  185. <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  186. <HintPath>packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
  187. <Private>True</Private>
  188. <Private>True</Private>
  189. </Reference>
  190. <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  191. <HintPath>packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  192. <Private>True</Private>
  193. <Private>True</Private>
  194. </Reference>
  195. <Reference Include="System.IO.Compression.FileSystem" />
  196. <Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  197. <HintPath>packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
  198. <Private>True</Private>
  199. <Private>True</Private>
  200. </Reference>
  201. <Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  202. <HintPath>packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
  203. <Private>True</Private>
  204. <Private>True</Private>
  205. </Reference>
  206. <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  207. <HintPath>packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
  208. <Private>True</Private>
  209. <Private>True</Private>
  210. </Reference>
  211. <Reference Include="System.Linq, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  212. <HintPath>packages\System.Linq.4.3.0\lib\net463\System.Linq.dll</HintPath>
  213. <Private>True</Private>
  214. <Private>True</Private>
  215. </Reference>
  216. <Reference Include="System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  217. <HintPath>packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
  218. <Private>True</Private>
  219. <Private>True</Private>
  220. </Reference>
  221. <Reference Include="System.Management" />
  222. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  223. <HintPath>packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  224. </Reference>
  225. <Reference Include="System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  226. <HintPath>packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
  227. <Private>True</Private>
  228. <Private>True</Private>
  229. </Reference>
  230. <Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  231. <HintPath>packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
  232. <Private>True</Private>
  233. <Private>True</Private>
  234. </Reference>
  235. <Reference Include="System.Numerics" />
  236. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  237. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  238. </Reference>
  239. <Reference Include="System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  240. <HintPath>packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
  241. <Private>True</Private>
  242. <Private>True</Private>
  243. </Reference>
  244. <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  245. <HintPath>packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
  246. <Private>True</Private>
  247. <Private>True</Private>
  248. </Reference>
  249. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  250. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  251. </Reference>
  252. <Reference Include="System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  253. <HintPath>packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll</HintPath>
  254. <Private>True</Private>
  255. <Private>True</Private>
  256. </Reference>
  257. <Reference Include="System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  258. <HintPath>packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll</HintPath>
  259. <Private>True</Private>
  260. <Private>True</Private>
  261. </Reference>
  262. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  263. <HintPath>packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  264. <Private>True</Private>
  265. <Private>True</Private>
  266. </Reference>
  267. <Reference Include="System.Security" />
  268. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  269. <HintPath>packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
  270. <Private>True</Private>
  271. <Private>True</Private>
  272. </Reference>
  273. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  274. <HintPath>packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  275. <Private>True</Private>
  276. <Private>True</Private>
  277. </Reference>
  278. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  279. <HintPath>packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  280. <Private>True</Private>
  281. <Private>True</Private>
  282. </Reference>
  283. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  284. <HintPath>packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  285. <Private>True</Private>
  286. <Private>True</Private>
  287. </Reference>
  288. <Reference Include="System.Text.Encoding.CodePages, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  289. <HintPath>packages\System.Text.Encoding.CodePages.5.0.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
  290. </Reference>
  291. <Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  292. <HintPath>packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll</HintPath>
  293. <Private>True</Private>
  294. <Private>True</Private>
  295. </Reference>
  296. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  297. <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  298. </Reference>
  299. <Reference Include="System.Web" />
  300. <Reference Include="System.Xaml" />
  301. <Reference Include="System.Xml.Linq" />
  302. <Reference Include="System.Data.DataSetExtensions" />
  303. <Reference Include="Microsoft.CSharp" />
  304. <Reference Include="System.Data" />
  305. <Reference Include="System.Deployment" />
  306. <Reference Include="System.Drawing" />
  307. <Reference Include="System.Windows.Forms" />
  308. <Reference Include="System.Xml" />
  309. <Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  310. <HintPath>packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
  311. <Private>True</Private>
  312. <Private>True</Private>
  313. </Reference>
  314. <Reference Include="WindowsBase" />
  315. <Reference Include="Yolo5, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  316. <SpecificVersion>False</SpecificVersion>
  317. <HintPath>..\..\Dlls\Yolo5.dll</HintPath>
  318. </Reference>
  319. </ItemGroup>
  320. <ItemGroup>
  321. <Compile Include="AboutBox1.cs">
  322. <SubType>Form</SubType>
  323. </Compile>
  324. <Compile Include="AboutBox1.Designer.cs">
  325. <DependentUpon>AboutBox1.cs</DependentUpon>
  326. </Compile>
  327. <Compile Include="API.cs" />
  328. <Compile Include="Config.cs" />
  329. <Compile Include="DevContainer.cs" />
  330. <Compile Include="Device\AxisDev.cs" />
  331. <Compile Include="Device\CodeScannerDev.cs" />
  332. <Compile Include="Device\ForLib.cs" />
  333. <Compile Include="Device\IFLib.cs" />
  334. <Compile Include="Device\ScannerDev.cs" />
  335. <Compile Include="Device\SizeLib.cs" />
  336. <Compile Include="Device\DefectLib.cs" />
  337. <Compile Include="Device\HeightDev.cs" />
  338. <Compile Include="Device\IOCardDev.cs" />
  339. <Compile Include="Device\LightDev.cs" />
  340. <Compile Include="Device\SmallAxisDev.cs" />
  341. <Compile Include="Device\TensionDev.cs" />
  342. <Compile Include="Enums.cs" />
  343. <Compile Include="Form1.cs">
  344. <SubType>Form</SubType>
  345. </Compile>
  346. <Compile Include="Form1.Designer.cs">
  347. <DependentUpon>Form1.cs</DependentUpon>
  348. </Compile>
  349. <Compile Include="Form2.cs">
  350. <SubType>Form</SubType>
  351. </Compile>
  352. <Compile Include="Form2.Designer.cs">
  353. <DependentUpon>Form2.cs</DependentUpon>
  354. </Compile>
  355. <Compile Include="Form3.cs">
  356. <SubType>Form</SubType>
  357. </Compile>
  358. <Compile Include="Form3.Designer.cs">
  359. <DependentUpon>Form3.cs</DependentUpon>
  360. </Compile>
  361. <Compile Include="FrmDebug3.cs">
  362. <SubType>Form</SubType>
  363. </Compile>
  364. <Compile Include="FrmDebug3.Designer.cs">
  365. <DependentUpon>FrmDebug3.cs</DependentUpon>
  366. </Compile>
  367. <Compile Include="FrmInput.cs">
  368. <SubType>Form</SubType>
  369. </Compile>
  370. <Compile Include="FrmInput.Designer.cs">
  371. <DependentUpon>FrmInput.cs</DependentUpon>
  372. </Compile>
  373. <Compile Include="FrmPhotoShow.cs">
  374. <SubType>Form</SubType>
  375. </Compile>
  376. <Compile Include="FrmPhotoShow.Designer.cs">
  377. <DependentUpon>FrmPhotoShow.cs</DependentUpon>
  378. </Compile>
  379. <Compile Include="FrmPhotoTag.cs">
  380. <SubType>Form</SubType>
  381. </Compile>
  382. <Compile Include="FrmPhotoTag.Designer.cs">
  383. <DependentUpon>FrmPhotoTag.cs</DependentUpon>
  384. </Compile>
  385. <Compile Include="FrmPTSetting.cs">
  386. <SubType>Form</SubType>
  387. </Compile>
  388. <Compile Include="FrmPTSetting.Designer.cs">
  389. <DependentUpon>FrmPTSetting.cs</DependentUpon>
  390. </Compile>
  391. <Compile Include="FrmMain.cs">
  392. <SubType>Form</SubType>
  393. </Compile>
  394. <Compile Include="FrmMain.Designer.cs">
  395. <DependentUpon>FrmMain.cs</DependentUpon>
  396. </Compile>
  397. <Compile Include="FrmLogin.cs">
  398. <SubType>Form</SubType>
  399. </Compile>
  400. <Compile Include="FrmLogin.Designer.cs">
  401. <DependentUpon>FrmLogin.cs</DependentUpon>
  402. </Compile>
  403. <Compile Include="FrmPhoto.cs">
  404. <SubType>Form</SubType>
  405. </Compile>
  406. <Compile Include="FrmPhoto.Designer.cs">
  407. <DependentUpon>FrmPhoto.cs</DependentUpon>
  408. </Compile>
  409. <Compile Include="FrmModifyPW.cs">
  410. <SubType>Form</SubType>
  411. </Compile>
  412. <Compile Include="FrmModifyPW.Designer.cs">
  413. <DependentUpon>FrmModifyPW.cs</DependentUpon>
  414. </Compile>
  415. <Compile Include="FrmChart.cs">
  416. <SubType>Form</SubType>
  417. </Compile>
  418. <Compile Include="FrmChart.Designer.cs">
  419. <DependentUpon>FrmChart.cs</DependentUpon>
  420. </Compile>
  421. <Compile Include="FrmReport.cs">
  422. <SubType>Form</SubType>
  423. </Compile>
  424. <Compile Include="FrmReport.Designer.cs">
  425. <DependentUpon>FrmReport.cs</DependentUpon>
  426. </Compile>
  427. <Compile Include="FrmRoleInfo.cs">
  428. <SubType>Form</SubType>
  429. </Compile>
  430. <Compile Include="FrmRoleInfo.Designer.cs">
  431. <DependentUpon>FrmRoleInfo.cs</DependentUpon>
  432. </Compile>
  433. <Compile Include="FrmCMDProcess.cs">
  434. <SubType>Form</SubType>
  435. </Compile>
  436. <Compile Include="FrmCMDProcess.Designer.cs">
  437. <DependentUpon>FrmCMDProcess.cs</DependentUpon>
  438. </Compile>
  439. <Compile Include="FrmClassesSingle.cs">
  440. <SubType>Form</SubType>
  441. </Compile>
  442. <Compile Include="FrmClassesSingle.Designer.cs">
  443. <DependentUpon>FrmClassesSingle.cs</DependentUpon>
  444. </Compile>
  445. <Compile Include="FrmShowDefectImage.cs">
  446. <SubType>Form</SubType>
  447. </Compile>
  448. <Compile Include="FrmShowDefectImage.Designer.cs">
  449. <DependentUpon>FrmShowDefectImage.cs</DependentUpon>
  450. </Compile>
  451. <Compile Include="FrmShowSizeTag.cs">
  452. <SubType>Form</SubType>
  453. </Compile>
  454. <Compile Include="FrmShowSizeTag.Designer.cs">
  455. <DependentUpon>FrmShowSizeTag.cs</DependentUpon>
  456. </Compile>
  457. <Compile Include="FrmSysSetting.cs">
  458. <SubType>Form</SubType>
  459. </Compile>
  460. <Compile Include="FrmSysSetting.Designer.cs">
  461. <DependentUpon>FrmSysSetting.cs</DependentUpon>
  462. </Compile>
  463. <Compile Include="FrmUserInfo.cs">
  464. <SubType>Form</SubType>
  465. </Compile>
  466. <Compile Include="FrmUserInfo.Designer.cs">
  467. <DependentUpon>FrmUserInfo.cs</DependentUpon>
  468. </Compile>
  469. <Compile Include="FrmSetParams.cs">
  470. <SubType>Form</SubType>
  471. </Compile>
  472. <Compile Include="FrmSetParams.Designer.cs">
  473. <DependentUpon>FrmSetParams.cs</DependentUpon>
  474. </Compile>
  475. <Compile Include="FrmProductStep.cs">
  476. <SubType>Form</SubType>
  477. </Compile>
  478. <Compile Include="FrmProductStep.Designer.cs">
  479. <DependentUpon>FrmProductStep.cs</DependentUpon>
  480. </Compile>
  481. <Compile Include="FrmProductInfo.cs">
  482. <SubType>Form</SubType>
  483. </Compile>
  484. <Compile Include="FrmProductInfo.Designer.cs">
  485. <DependentUpon>FrmProductInfo.cs</DependentUpon>
  486. </Compile>
  487. <Compile Include="FrmRoleRight.cs">
  488. <SubType>Form</SubType>
  489. </Compile>
  490. <Compile Include="FrmRoleRight.Designer.cs">
  491. <DependentUpon>FrmRoleRight.cs</DependentUpon>
  492. </Compile>
  493. <Compile Include="FrmStepInfo.cs">
  494. <SubType>Form</SubType>
  495. </Compile>
  496. <Compile Include="FrmStepInfo.Designer.cs">
  497. <DependentUpon>FrmStepInfo.cs</DependentUpon>
  498. </Compile>
  499. <Compile Include="FrmProductList.cs">
  500. <SubType>Form</SubType>
  501. </Compile>
  502. <Compile Include="FrmProductList.Designer.cs">
  503. <DependentUpon>FrmProductList.cs</DependentUpon>
  504. </Compile>
  505. <Compile Include="FrmUserList.cs">
  506. <SubType>Form</SubType>
  507. </Compile>
  508. <Compile Include="FrmUserList.Designer.cs">
  509. <DependentUpon>FrmUserList.cs</DependentUpon>
  510. </Compile>
  511. <Compile Include="FrmStepList.cs">
  512. <SubType>Form</SubType>
  513. </Compile>
  514. <Compile Include="FrmStepList.Designer.cs">
  515. <DependentUpon>FrmStepList.cs</DependentUpon>
  516. </Compile>
  517. <Compile Include="FrmWeb.cs">
  518. <SubType>Form</SubType>
  519. </Compile>
  520. <Compile Include="FrmWeb.Designer.cs">
  521. <DependentUpon>FrmWeb.cs</DependentUpon>
  522. </Compile>
  523. <Compile Include="Program.cs" />
  524. <Compile Include="Properties\AssemblyInfo.cs" />
  525. <Compile Include="UIExtend\DefectCountOfSizeControl.cs">
  526. <SubType>UserControl</SubType>
  527. </Compile>
  528. <Compile Include="UIExtend\DefectCountOfSizeControl.Designer.cs">
  529. <DependentUpon>DefectCountOfSizeControl.cs</DependentUpon>
  530. </Compile>
  531. <Compile Include="UIExtend\pbox_zoom.cs">
  532. <SubType>UserControl</SubType>
  533. </Compile>
  534. <Compile Include="UIExtend\pbox_zoom.designer.cs">
  535. <DependentUpon>pbox_zoom.cs</DependentUpon>
  536. </Compile>
  537. <Compile Include="UIExtend\ProPictureBox.cs">
  538. <SubType>Component</SubType>
  539. </Compile>
  540. <Compile Include="UIExtend\TextBoxRemind.cs" />
  541. <Compile Include="UIExtend\UCImageView.cs">
  542. <SubType>UserControl</SubType>
  543. </Compile>
  544. <Compile Include="UIExtend\UCImageView.designer.cs">
  545. <DependentUpon>UCImageView.cs</DependentUpon>
  546. </Compile>
  547. <Compile Include="UI\AxisDevTagProp.cs" />
  548. <Compile Include="UI\Form1.cs">
  549. <SubType>Form</SubType>
  550. </Compile>
  551. <Compile Include="UI\Form1.Designer.cs">
  552. <DependentUpon>Form1.cs</DependentUpon>
  553. </Compile>
  554. <Compile Include="UI\FrmGetPosByPic.cs">
  555. <SubType>Form</SubType>
  556. </Compile>
  557. <Compile Include="UI\FrmGetPosByPic.Designer.cs">
  558. <DependentUpon>FrmGetPosByPic.cs</DependentUpon>
  559. </Compile>
  560. <Compile Include="UI\FrmScannerShow2.cs">
  561. <SubType>Form</SubType>
  562. </Compile>
  563. <Compile Include="UI\FrmScannerShow2.Designer.cs">
  564. <DependentUpon>FrmScannerShow2.cs</DependentUpon>
  565. </Compile>
  566. <Compile Include="UI\IFProp.cs" />
  567. <Compile Include="UI\ForProp.cs" />
  568. <Compile Include="UI\SizeLibProp.cs" />
  569. <Compile Include="UI\FrmScannerShow.cs">
  570. <SubType>Form</SubType>
  571. </Compile>
  572. <Compile Include="UI\FrmScannerShow.Designer.cs">
  573. <DependentUpon>FrmScannerShow.cs</DependentUpon>
  574. </Compile>
  575. <Compile Include="UI\HeightDevProp.cs" />
  576. <Compile Include="UI\DefectLibProp.cs" />
  577. <Compile Include="UI\TensionDevProp.cs" />
  578. <Compile Include="UI\SmallAxisDevProp.cs" />
  579. <Compile Include="UI\ScannerDevProp.cs" />
  580. <Compile Include="UI\LightDevProp.cs" />
  581. <Compile Include="UI\IOCardDevProp.cs" />
  582. <Compile Include="UI\PropExtend\PropertyOrderAttribute.cs" />
  583. <Compile Include="UI\PropExtend\PropertySorter.cs" />
  584. <Compile Include="UI\UIAxisDevTag.cs">
  585. <SubType>UserControl</SubType>
  586. </Compile>
  587. <Compile Include="UI\UIAxisDevTag.Designer.cs">
  588. <DependentUpon>UIAxisDevTag.cs</DependentUpon>
  589. </Compile>
  590. <Compile Include="UI\UICodeScannerDev.cs">
  591. <SubType>UserControl</SubType>
  592. </Compile>
  593. <Compile Include="UI\UICodeScannerDev.Designer.cs">
  594. <DependentUpon>UICodeScannerDev.cs</DependentUpon>
  595. </Compile>
  596. <Compile Include="UI\UIIFLib.cs">
  597. <SubType>UserControl</SubType>
  598. </Compile>
  599. <Compile Include="UI\UIIFLib.Designer.cs">
  600. <DependentUpon>UIIFLib.cs</DependentUpon>
  601. </Compile>
  602. <Compile Include="UI\UIForLib.cs">
  603. <SubType>UserControl</SubType>
  604. </Compile>
  605. <Compile Include="UI\UIForLib.Designer.cs">
  606. <DependentUpon>UIForLib.cs</DependentUpon>
  607. </Compile>
  608. <Compile Include="UI\UIPagination.cs">
  609. <SubType>UserControl</SubType>
  610. </Compile>
  611. <Compile Include="UI\UIPagination.Designer.cs">
  612. <DependentUpon>UIPagination.cs</DependentUpon>
  613. </Compile>
  614. <Compile Include="UI\UISizeLib.cs">
  615. <SubType>UserControl</SubType>
  616. </Compile>
  617. <Compile Include="UI\UISizeLib.Designer.cs">
  618. <DependentUpon>UISizeLib.cs</DependentUpon>
  619. </Compile>
  620. <Compile Include="UI\UIHeightDev.cs">
  621. <SubType>UserControl</SubType>
  622. </Compile>
  623. <Compile Include="UI\UIHeightDev.Designer.cs">
  624. <DependentUpon>UIHeightDev.cs</DependentUpon>
  625. </Compile>
  626. <Compile Include="UI\UIDefectLib.cs">
  627. <SubType>UserControl</SubType>
  628. </Compile>
  629. <Compile Include="UI\UIDefectLib.Designer.cs">
  630. <DependentUpon>UIDefectLib.cs</DependentUpon>
  631. </Compile>
  632. <Compile Include="UI\UITensionDev.cs">
  633. <SubType>UserControl</SubType>
  634. </Compile>
  635. <Compile Include="UI\UITensionDev.Designer.cs">
  636. <DependentUpon>UITensionDev.cs</DependentUpon>
  637. </Compile>
  638. <Compile Include="UI\UISmallAxisDev.cs">
  639. <SubType>UserControl</SubType>
  640. </Compile>
  641. <Compile Include="UI\UISmallAxisDev.Designer.cs">
  642. <DependentUpon>UISmallAxisDev.cs</DependentUpon>
  643. </Compile>
  644. <Compile Include="UI\UIScannerDev.cs">
  645. <SubType>UserControl</SubType>
  646. </Compile>
  647. <Compile Include="UI\UIScannerDev.Designer.cs">
  648. <DependentUpon>UIScannerDev.cs</DependentUpon>
  649. </Compile>
  650. <Compile Include="UI\UILightDev.cs">
  651. <SubType>UserControl</SubType>
  652. </Compile>
  653. <Compile Include="UI\UILightDev.Designer.cs">
  654. <DependentUpon>UILightDev.cs</DependentUpon>
  655. </Compile>
  656. <Compile Include="UI\UIIOCardDev.cs">
  657. <SubType>UserControl</SubType>
  658. </Compile>
  659. <Compile Include="UI\UIIOCardDev.Designer.cs">
  660. <DependentUpon>UIIOCardDev.cs</DependentUpon>
  661. </Compile>
  662. <Compile Include="UI\UIAxisDev.cs">
  663. <SubType>UserControl</SubType>
  664. </Compile>
  665. <Compile Include="UI\UIAxisDev.Designer.cs">
  666. <DependentUpon>UIAxisDev.cs</DependentUpon>
  667. </Compile>
  668. <Compile Include="UI\AxisDevProp.cs" />
  669. <Compile Include="Utils\DBUtils.cs" />
  670. <Compile Include="Utils\EnumData.cs" />
  671. <Compile Include="Utils\EnumUtil.cs" />
  672. <Compile Include="Utils\FileUtil.cs" />
  673. <Compile Include="Utils\HexUtil.cs" />
  674. <Compile Include="Utils\HttpUtil.CS" />
  675. <Compile Include="Utils\ImageUtil.cs" />
  676. <Compile Include="Utils\SSerialPort.cs" />
  677. <Compile Include="Utils\Util.cs" />
  678. <Compile Include="Utils\WINAPI.cs" />
  679. <Compile Include="WebService.cs" />
  680. <EmbeddedResource Include="AboutBox1.resx">
  681. <DependentUpon>AboutBox1.cs</DependentUpon>
  682. </EmbeddedResource>
  683. <EmbeddedResource Include="Form1.resx">
  684. <DependentUpon>Form1.cs</DependentUpon>
  685. </EmbeddedResource>
  686. <EmbeddedResource Include="Form2.resx">
  687. <DependentUpon>Form2.cs</DependentUpon>
  688. </EmbeddedResource>
  689. <EmbeddedResource Include="Form3.resx">
  690. <DependentUpon>Form3.cs</DependentUpon>
  691. </EmbeddedResource>
  692. <EmbeddedResource Include="FrmDebug3.resx">
  693. <DependentUpon>FrmDebug3.cs</DependentUpon>
  694. </EmbeddedResource>
  695. <EmbeddedResource Include="FrmInput.resx">
  696. <DependentUpon>FrmInput.cs</DependentUpon>
  697. </EmbeddedResource>
  698. <EmbeddedResource Include="FrmPhotoShow.resx">
  699. <DependentUpon>FrmPhotoShow.cs</DependentUpon>
  700. </EmbeddedResource>
  701. <EmbeddedResource Include="FrmPhotoTag.resx">
  702. <DependentUpon>FrmPhotoTag.cs</DependentUpon>
  703. </EmbeddedResource>
  704. <EmbeddedResource Include="FrmPTSetting.resx">
  705. <DependentUpon>FrmPTSetting.cs</DependentUpon>
  706. </EmbeddedResource>
  707. <EmbeddedResource Include="FrmMain.resx">
  708. <DependentUpon>FrmMain.cs</DependentUpon>
  709. </EmbeddedResource>
  710. <EmbeddedResource Include="FrmLogin.resx">
  711. <DependentUpon>FrmLogin.cs</DependentUpon>
  712. </EmbeddedResource>
  713. <EmbeddedResource Include="FrmPhoto.resx">
  714. <DependentUpon>FrmPhoto.cs</DependentUpon>
  715. </EmbeddedResource>
  716. <EmbeddedResource Include="FrmModifyPW.resx">
  717. <DependentUpon>FrmModifyPW.cs</DependentUpon>
  718. </EmbeddedResource>
  719. <EmbeddedResource Include="FrmChart.resx">
  720. <DependentUpon>FrmChart.cs</DependentUpon>
  721. </EmbeddedResource>
  722. <EmbeddedResource Include="FrmReport.resx">
  723. <DependentUpon>FrmReport.cs</DependentUpon>
  724. </EmbeddedResource>
  725. <EmbeddedResource Include="FrmRoleInfo.resx">
  726. <DependentUpon>FrmRoleInfo.cs</DependentUpon>
  727. </EmbeddedResource>
  728. <EmbeddedResource Include="FrmCMDProcess.resx">
  729. <DependentUpon>FrmCMDProcess.cs</DependentUpon>
  730. </EmbeddedResource>
  731. <EmbeddedResource Include="FrmClassesSingle.resx">
  732. <DependentUpon>FrmClassesSingle.cs</DependentUpon>
  733. </EmbeddedResource>
  734. <EmbeddedResource Include="FrmShowDefectImage.resx">
  735. <DependentUpon>FrmShowDefectImage.cs</DependentUpon>
  736. </EmbeddedResource>
  737. <EmbeddedResource Include="FrmShowSizeTag.resx">
  738. <DependentUpon>FrmShowSizeTag.cs</DependentUpon>
  739. </EmbeddedResource>
  740. <EmbeddedResource Include="FrmSysSetting.resx">
  741. <DependentUpon>FrmSysSetting.cs</DependentUpon>
  742. </EmbeddedResource>
  743. <EmbeddedResource Include="FrmUserInfo.resx">
  744. <DependentUpon>FrmUserInfo.cs</DependentUpon>
  745. </EmbeddedResource>
  746. <EmbeddedResource Include="FrmSetParams.resx">
  747. <DependentUpon>FrmSetParams.cs</DependentUpon>
  748. </EmbeddedResource>
  749. <EmbeddedResource Include="FrmProductStep.resx">
  750. <DependentUpon>FrmProductStep.cs</DependentUpon>
  751. </EmbeddedResource>
  752. <EmbeddedResource Include="FrmProductInfo.resx">
  753. <DependentUpon>FrmProductInfo.cs</DependentUpon>
  754. </EmbeddedResource>
  755. <EmbeddedResource Include="FrmRoleRight.resx">
  756. <DependentUpon>FrmRoleRight.cs</DependentUpon>
  757. </EmbeddedResource>
  758. <EmbeddedResource Include="FrmStepInfo.resx">
  759. <DependentUpon>FrmStepInfo.cs</DependentUpon>
  760. </EmbeddedResource>
  761. <EmbeddedResource Include="FrmProductList.resx">
  762. <DependentUpon>FrmProductList.cs</DependentUpon>
  763. </EmbeddedResource>
  764. <EmbeddedResource Include="FrmUserList.resx">
  765. <DependentUpon>FrmUserList.cs</DependentUpon>
  766. </EmbeddedResource>
  767. <EmbeddedResource Include="FrmStepList.resx">
  768. <DependentUpon>FrmStepList.cs</DependentUpon>
  769. </EmbeddedResource>
  770. <EmbeddedResource Include="FrmWeb.resx">
  771. <DependentUpon>FrmWeb.cs</DependentUpon>
  772. </EmbeddedResource>
  773. <EmbeddedResource Include="Properties\Resources.resx">
  774. <Generator>ResXFileCodeGenerator</Generator>
  775. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  776. <SubType>Designer</SubType>
  777. </EmbeddedResource>
  778. <Compile Include="Properties\Resources.Designer.cs">
  779. <AutoGen>True</AutoGen>
  780. <DependentUpon>Resources.resx</DependentUpon>
  781. <DesignTime>True</DesignTime>
  782. </Compile>
  783. <EmbeddedResource Include="UIExtend\DefectCountOfSizeControl.resx">
  784. <DependentUpon>DefectCountOfSizeControl.cs</DependentUpon>
  785. </EmbeddedResource>
  786. <EmbeddedResource Include="UIExtend\pbox_zoom.resx">
  787. <DependentUpon>pbox_zoom.cs</DependentUpon>
  788. </EmbeddedResource>
  789. <EmbeddedResource Include="UIExtend\UCImageView.resx">
  790. <DependentUpon>UCImageView.cs</DependentUpon>
  791. </EmbeddedResource>
  792. <EmbeddedResource Include="UI\FrmGetPosByPic.resx">
  793. <DependentUpon>FrmGetPosByPic.cs</DependentUpon>
  794. </EmbeddedResource>
  795. <EmbeddedResource Include="UI\FrmScannerShow2.resx">
  796. <DependentUpon>FrmScannerShow2.cs</DependentUpon>
  797. </EmbeddedResource>
  798. <EmbeddedResource Include="UI\FrmScannerShow.resx">
  799. <DependentUpon>FrmScannerShow.cs</DependentUpon>
  800. </EmbeddedResource>
  801. <EmbeddedResource Include="UI\UIAxisDevTag.resx">
  802. <DependentUpon>UIAxisDevTag.cs</DependentUpon>
  803. </EmbeddedResource>
  804. <EmbeddedResource Include="UI\UICodeScannerDev.resx">
  805. <DependentUpon>UICodeScannerDev.cs</DependentUpon>
  806. </EmbeddedResource>
  807. <EmbeddedResource Include="UI\UIIFLib.resx">
  808. <DependentUpon>UIIFLib.cs</DependentUpon>
  809. </EmbeddedResource>
  810. <EmbeddedResource Include="UI\UIForLib.resx">
  811. <DependentUpon>UIForLib.cs</DependentUpon>
  812. </EmbeddedResource>
  813. <EmbeddedResource Include="UI\UIPagination.resx">
  814. <DependentUpon>UIPagination.cs</DependentUpon>
  815. </EmbeddedResource>
  816. <EmbeddedResource Include="UI\UISizeLib.resx">
  817. <DependentUpon>UISizeLib.cs</DependentUpon>
  818. </EmbeddedResource>
  819. <EmbeddedResource Include="UI\UIHeightDev.resx">
  820. <DependentUpon>UIHeightDev.cs</DependentUpon>
  821. </EmbeddedResource>
  822. <EmbeddedResource Include="UI\UIDefectLib.resx">
  823. <DependentUpon>UIDefectLib.cs</DependentUpon>
  824. </EmbeddedResource>
  825. <EmbeddedResource Include="UI\UITensionDev.resx">
  826. <DependentUpon>UITensionDev.cs</DependentUpon>
  827. </EmbeddedResource>
  828. <EmbeddedResource Include="UI\UISmallAxisDev.resx">
  829. <DependentUpon>UISmallAxisDev.cs</DependentUpon>
  830. </EmbeddedResource>
  831. <EmbeddedResource Include="UI\UIScannerDev.resx">
  832. <DependentUpon>UIScannerDev.cs</DependentUpon>
  833. </EmbeddedResource>
  834. <EmbeddedResource Include="UI\UILightDev.resx">
  835. <DependentUpon>UILightDev.cs</DependentUpon>
  836. </EmbeddedResource>
  837. <EmbeddedResource Include="UI\UIIOCardDev.resx">
  838. <DependentUpon>UIIOCardDev.cs</DependentUpon>
  839. </EmbeddedResource>
  840. <EmbeddedResource Include="UI\UIAxisDev.resx">
  841. <DependentUpon>UIAxisDev.cs</DependentUpon>
  842. </EmbeddedResource>
  843. <Fakes Include="Fakes\Yolo5.fakes" />
  844. <None Include="packages.config" />
  845. <None Include="Properties\app.manifest" />
  846. <None Include="Properties\Settings.settings">
  847. <Generator>SettingsSingleFileGenerator</Generator>
  848. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  849. </None>
  850. <Compile Include="Properties\Settings.Designer.cs">
  851. <AutoGen>True</AutoGen>
  852. <DependentUpon>Settings.settings</DependentUpon>
  853. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  854. </Compile>
  855. </ItemGroup>
  856. <ItemGroup>
  857. <None Include="App.config" />
  858. </ItemGroup>
  859. <ItemGroup>
  860. <Content Include="e1.ico" />
  861. <Content Include="Note.txt" />
  862. </ItemGroup>
  863. <ItemGroup>
  864. <COMReference Include="AxBDaqOcxLib">
  865. <Guid>{1752FF26-D6C9-4BC8-BFE9-7D0CA26DED89}</Guid>
  866. <VersionMajor>1</VersionMajor>
  867. <VersionMinor>0</VersionMinor>
  868. <Lcid>0</Lcid>
  869. <WrapperTool>aximp</WrapperTool>
  870. <Isolated>False</Isolated>
  871. </COMReference>
  872. <COMReference Include="BDaqOcxLib">
  873. <Guid>{1752FF26-D6C9-4BC8-BFE9-7D0CA26DED89}</Guid>
  874. <VersionMajor>1</VersionMajor>
  875. <VersionMinor>0</VersionMinor>
  876. <Lcid>0</Lcid>
  877. <WrapperTool>tlbimp</WrapperTool>
  878. <Isolated>False</Isolated>
  879. <EmbedInteropTypes>True</EmbedInteropTypes>
  880. </COMReference>
  881. </ItemGroup>
  882. <ItemGroup>
  883. <ProjectReference Include="..\Models\Models.csproj">
  884. <Project>{47694c39-2448-4be5-80a4-70d78b59272b}</Project>
  885. <Name>Models</Name>
  886. </ProjectReference>
  887. <ProjectReference Include="..\Service\Service.csproj">
  888. <Project>{1cced98a-7af6-47f3-b9f9-a9e7dad461b4}</Project>
  889. <Name>Service</Name>
  890. </ProjectReference>
  891. </ItemGroup>
  892. <ItemGroup>
  893. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  894. <Visible>False</Visible>
  895. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  896. <Install>true</Install>
  897. </BootstrapperPackage>
  898. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  899. <Visible>False</Visible>
  900. <ProductName>.NET Framework 3.5 SP1</ProductName>
  901. <Install>false</Install>
  902. </BootstrapperPackage>
  903. </ItemGroup>
  904. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  905. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  906. <PropertyGroup>
  907. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  908. </PropertyGroup>
  909. <Error Condition="!Exists('packages\OpenCvSharp4.runtime.win.4.6.0.20220608\build\net48\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\OpenCvSharp4.runtime.win.4.6.0.20220608\build\net48\OpenCvSharp4.runtime.win.props'))" />
  910. <Error Condition="!Exists('packages\Microsoft.ML.OnnxRuntime.Managed.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Managed.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.ML.OnnxRuntime.Managed.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Managed.targets'))" />
  911. <Error Condition="!Exists('packages\Microsoft.ML.OnnxRuntime.Gpu.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Gpu.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.ML.OnnxRuntime.Gpu.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Gpu.props'))" />
  912. <Error Condition="!Exists('packages\Microsoft.ML.OnnxRuntime.Gpu.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Gpu.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.ML.OnnxRuntime.Gpu.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Gpu.targets'))" />
  913. <Error Condition="!Exists('packages\Microsoft.Web.WebView2.1.0.1722.45\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.WebView2.1.0.1722.45\build\Microsoft.Web.WebView2.targets'))" />
  914. </Target>
  915. <Import Project="packages\Microsoft.ML.OnnxRuntime.Managed.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Managed.targets" Condition="Exists('packages\Microsoft.ML.OnnxRuntime.Managed.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Managed.targets')" />
  916. <Import Project="packages\Microsoft.ML.OnnxRuntime.Gpu.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Gpu.targets" Condition="Exists('packages\Microsoft.ML.OnnxRuntime.Gpu.1.8.0\build\netstandard1.1\Microsoft.ML.OnnxRuntime.Gpu.targets')" />
  917. <Import Project="packages\Microsoft.Web.WebView2.1.0.1722.45\build\Microsoft.Web.WebView2.targets" Condition="Exists('packages\Microsoft.Web.WebView2.1.0.1722.45\build\Microsoft.Web.WebView2.targets')" />
  918. </Project>