TeamAAS-VP.csproj 104 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748
  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\OpenCvSharp4.runtime.win.4.11.0.20250507\build\net48\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.11.0.20250507\build\net48\OpenCvSharp4.runtime.win.props')" />
  4. <Import Project="..\packages\Sdcb.OpenVINO.runtime.win-x64.2025.2.0.1\build\net\Sdcb.OpenVINO.runtime.win-x64.props" Condition="Exists('..\packages\Sdcb.OpenVINO.runtime.win-x64.2025.2.0.1\build\net\Sdcb.OpenVINO.runtime.win-x64.props')" />
  5. <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" />
  6. <Import Project="..\packages\SixLabors.ImageSharp.3.1.4\build\SixLabors.ImageSharp.props" Condition="Exists('..\packages\SixLabors.ImageSharp.3.1.4\build\SixLabors.ImageSharp.props')" />
  7. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  8. <PropertyGroup>
  9. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  10. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  11. <ProjectGuid>{08877F07-4A1C-4530-9105-CF24945AF83C}</ProjectGuid>
  12. <OutputType>WinExe</OutputType>
  13. <RootNamespace>TeamAAS_VP</RootNamespace>
  14. <AssemblyName>TeamAAS-VP</AssemblyName>
  15. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <!-- 启用单文件发布 -->
  18. <PublishSingleFile>true</PublishSingleFile>
  19. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  20. <WarningLevel>4</WarningLevel>
  21. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  22. <Deterministic>true</Deterministic>
  23. <NuGetPackageImportStamp>
  24. </NuGetPackageImportStamp>
  25. <IsWebBootstrapper>false</IsWebBootstrapper>
  26. <GenerateDocumentationFile>false</GenerateDocumentationFile>
  27. <Product>TeamAAS</Product>
  28. <Copyright>版权© 江苏新惕姆智能装备有限公司 2025. 保留所有权利.</Copyright>
  29. <Company>江苏新惕姆智能装备有限公司</Company>
  30. <Authors>江苏新惕姆智能装备有限公司</Authors>
  31. <!-- 完全禁用XML文档生成 -->
  32. <GenerateDocumentationFile>false</GenerateDocumentationFile>
  33. <DocumentationFile>
  34. </DocumentationFile>
  35. <PublishUrl>publish\</PublishUrl>
  36. <Install>true</Install>
  37. <InstallFrom>Disk</InstallFrom>
  38. <UpdateEnabled>false</UpdateEnabled>
  39. <UpdateMode>Foreground</UpdateMode>
  40. <UpdateInterval>7</UpdateInterval>
  41. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  42. <UpdatePeriodically>false</UpdatePeriodically>
  43. <UpdateRequired>false</UpdateRequired>
  44. <MapFileExtensions>true</MapFileExtensions>
  45. <ApplicationRevision>0</ApplicationRevision>
  46. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  47. <UseApplicationTrust>false</UseApplicationTrust>
  48. <BootstrapperEnabled>true</BootstrapperEnabled>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <DebugSymbols>true</DebugSymbols>
  53. <DebugType>full</DebugType>
  54. <Optimize>false</Optimize>
  55. <OutputPath>..\..\TeamAAS-VP\exe\</OutputPath>
  56. <DefineConstants>DEBUG;TRACE</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <Prefer32Bit>false</Prefer32Bit>
  60. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  61. <AllowedReferenceRelatedFileExtensions>.allowedextension</AllowedReferenceRelatedFileExtensions>
  62. </PropertyGroup>
  63. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  64. <PlatformTarget>AnyCPU</PlatformTarget>
  65. <DebugType>none</DebugType>
  66. <DebugSymbols>false</DebugSymbols>
  67. <Optimize>true</Optimize>
  68. <OutputPath>TeamAAS-VP\exe\</OutputPath>
  69. <DefineConstants>TRACE</DefineConstants>
  70. <ErrorReport>prompt</ErrorReport>
  71. <WarningLevel>4</WarningLevel>
  72. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  73. <Prefer32Bit>false</Prefer32Bit>
  74. <AllowedReferenceRelatedFileExtensions>.allowedextension</AllowedReferenceRelatedFileExtensions>
  75. </PropertyGroup>
  76. <PropertyGroup>
  77. <ApplicationIcon>TeamAAS-VM.ico</ApplicationIcon>
  78. </PropertyGroup>
  79. <PropertyGroup>
  80. <StartupObject />
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <Reference Include="Basler.Pylon, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e389355f398382ab, processorArchitecture=AMD64">
  84. <HintPath>D:\Software\Basler\pylon 7\Development\Assemblies\Basler.Pylon\x64\Basler.Pylon.dll</HintPath>
  85. <SpecificVersion>False</SpecificVersion>
  86. </Reference>
  87. <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
  88. <HintPath>..\packages\BouncyCastle.Cryptography.2.5.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Cognex.VisionPro, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  91. <Reference Include="Cognex.VisionPro.ApplicationWizard.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  92. <Reference Include="Cognex.VisionPro.AutoSelect, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  93. <Reference Include="Cognex.VisionPro.Barcode, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  94. <Reference Include="Cognex.VisionPro.Barcode.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  95. <Reference Include="Cognex.VisionPro.Blob, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  96. <Reference Include="Cognex.VisionPro.Blob.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  97. <Reference Include="Cognex.VisionPro.CalibFix, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  98. <Reference Include="Cognex.VisionPro.CalibFix.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  99. <Reference Include="Cognex.VisionPro.CalibFixPlus, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  100. <Reference Include="Cognex.VisionPro.Caliper, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  101. <Reference Include="Cognex.VisionPro.Caliper.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  102. <Reference Include="Cognex.VisionPro.CNLSearch, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  103. <Reference Include="Cognex.VisionPro.CNLSearch.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  104. <Reference Include="Cognex.VisionPro.ColorExtractor, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  105. <Reference Include="Cognex.VisionPro.ColorExtractor.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  106. <Reference Include="Cognex.VisionPro.ColorMatch, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  107. <Reference Include="Cognex.VisionPro.ColorMatch.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  108. <Reference Include="Cognex.VisionPro.ColorSegmenter, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  109. <Reference Include="Cognex.VisionPro.ColorSegmenter.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  110. <Reference Include="Cognex.VisionPro.Comm, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  111. <Reference Include="Cognex.VisionPro.Comm.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  112. <Reference Include="Cognex.VisionPro.CompositeColorMatch, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  113. <Reference Include="Cognex.VisionPro.CompositeColorMatch.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  114. <Reference Include="Cognex.VisionPro.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  115. <Reference Include="Cognex.VisionPro.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  116. <Reference Include="Cognex.VisionPro.CorePlus, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  117. <Reference Include="Cognex.VisionPro.Database, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  118. <Reference Include="Cognex.VisionPro.Dimensioning, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  119. <Reference Include="Cognex.VisionPro.Dimensioning.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  120. <Reference Include="Cognex.VisionPro.Display.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  121. <Reference Include="Cognex.VisionPro.EdgeBlob, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  122. <Reference Include="Cognex.VisionPro.FG1394DCAM, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  123. <Reference Include="Cognex.VisionPro.FG8100, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  124. <Reference Include="Cognex.VisionPro.FG8100L, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  125. <Reference Include="Cognex.VisionPro.FG8120, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  126. <Reference Include="Cognex.VisionPro.FG8500L, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  127. <Reference Include="Cognex.VisionPro.FG8501, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  128. <Reference Include="Cognex.VisionPro.FG8504, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  129. <Reference Include="Cognex.VisionPro.FG8600, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  130. <Reference Include="Cognex.VisionPro.FGGigE, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  131. <Reference Include="Cognex.VisionPro.ID, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  132. <Reference Include="Cognex.VisionPro.ID.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  133. <Reference Include="Cognex.VisionPro.ImageFile, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  134. <Reference Include="Cognex.VisionPro.ImageFile.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  135. <Reference Include="Cognex.VisionPro.ImageProcessing, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  136. <Reference Include="Cognex.VisionPro.ImageProcessing.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  137. <Reference Include="Cognex.VisionPro.ImagingDevice, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  138. <Reference Include="Cognex.VisionPro.Inspection, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  139. <Reference Include="Cognex.VisionPro.Inspection.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  140. <Reference Include="Cognex.VisionPro.Interop.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=MSIL">
  141. <EmbedInteropTypes>True</EmbedInteropTypes>
  142. </Reference>
  143. <Reference Include="Cognex.VisionPro.LinescanDistortionCorrection, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  144. <Reference Include="Cognex.VisionPro.LinescanDistortionCorrection.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  145. <Reference Include="Cognex.VisionPro.MultiLineFinder, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  146. <Reference Include="Cognex.VisionPro.MultiLineFinder.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  147. <Reference Include="Cognex.VisionPro.OC, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  148. <Reference Include="Cognex.VisionPro.OCRMax, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  149. <Reference Include="Cognex.VisionPro.OCRMax.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  150. <Reference Include="Cognex.VisionPro.OCVMax, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  151. <Reference Include="Cognex.VisionPro.OCVMax.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  152. <Reference Include="Cognex.VisionPro.PadLocator, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  153. <Reference Include="Cognex.VisionPro.PatInspect, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  154. <Reference Include="Cognex.VisionPro.PatInspect.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  155. <Reference Include="Cognex.VisionPro.PixelMap, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  156. <Reference Include="Cognex.VisionPro.PixelMap.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  157. <Reference Include="Cognex.VisionPro.PMAlign, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  158. <Reference Include="Cognex.VisionPro.PMAlign.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  159. <Reference Include="Cognex.VisionPro.PMRedLine, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  160. <Reference Include="Cognex.VisionPro.PMRedLine.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  161. <Reference Include="Cognex.VisionPro.PointMatcher, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  162. <Reference Include="Cognex.VisionPro.QuickBuild.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  163. <Reference Include="Cognex.VisionPro.QuickBuild.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  164. <Reference Include="Cognex.VisionPro.QuickBuild.IO, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  165. <Reference Include="Cognex.VisionPro.ResultsAnalysis, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  166. <Reference Include="Cognex.VisionPro.ResultsAnalysis.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  167. <Reference Include="Cognex.VisionPro.SearchMax, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  168. <Reference Include="Cognex.VisionPro.SearchMax.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  169. <Reference Include="Cognex.VisionPro.StreetFinder, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  170. <Reference Include="Cognex.VisionPro.ToolGroup, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  171. <Reference Include="Cognex.VisionPro.ToolGroup.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  172. <Reference Include="Cognex.VisionPro.TwoDSymbol, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  173. <Reference Include="Cognex.VisionPro.TwoDSymbol.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  174. <Reference Include="Cognex.VisionPro3D, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  175. <Reference Include="Cognex.VisionPro3D.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  176. <Reference Include="Cognex.VisionPro3D.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  177. <Reference Include="Cognex.VisionPro3D.Display.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  178. <Reference Include="Cognex.VisionPro3D.Graphic, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
  179. <Reference Include="CSScriptLib, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  180. <HintPath>..\packages\CS-Script.4.8.1\lib\netstandard2.0\CSScriptLib.dll</HintPath>
  181. </Reference>
  182. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  183. <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath>
  184. </Reference>
  185. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  186. <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  187. </Reference>
  188. <Reference Include="Enums.NET, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7ea1c1650d506225, processorArchitecture=MSIL">
  189. <HintPath>..\packages\Enums.NET.5.0.0\lib\net461\Enums.NET.dll</HintPath>
  190. </Reference>
  191. <Reference Include="ExtendedNumerics.BigDecimal, Version=3001.0.1.201, Culture=neutral, PublicKeyToken=65f1315a45ad8949, processorArchitecture=MSIL">
  192. <HintPath>..\packages\ExtendedNumerics.BigDecimal.3001.0.1.201\lib\net48\ExtendedNumerics.BigDecimal.dll</HintPath>
  193. </Reference>
  194. <Reference Include="GxIAPINET, Version=1.0.2503.8311, Culture=neutral, processorArchitecture=AMD64">
  195. <SpecificVersion>False</SpecificVersion>
  196. <HintPath>TeamAAS-VP\exe\GxIAPINET.dll</HintPath>
  197. </Reference>
  198. <Reference Include="ICSharpCode.AvalonEdit, Version=6.3.0.90, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
  199. <HintPath>..\packages\AvalonEdit.6.3.0.90\lib\net462\ICSharpCode.AvalonEdit.dll</HintPath>
  200. </Reference>
  201. <Reference Include="itextsharp, Version=5.5.13.4, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
  202. <HintPath>..\packages\iTextSharp.5.5.13.4\lib\net461\itextsharp.dll</HintPath>
  203. </Reference>
  204. <Reference Include="log4net, Version=3.2.0.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  205. <HintPath>..\packages\log4net.3.2.0\lib\net462\log4net.dll</HintPath>
  206. </Reference>
  207. <Reference Include="MaterialDesignColors, Version=5.2.1.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  208. <HintPath>..\packages\MaterialDesignColors.5.2.1\lib\net462\MaterialDesignColors.dll</HintPath>
  209. </Reference>
  210. <Reference Include="MaterialDesignThemes.Wpf, Version=5.2.1.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  211. <HintPath>..\packages\MaterialDesignThemes.5.2.1\lib\net462\MaterialDesignThemes.Wpf.dll</HintPath>
  212. </Reference>
  213. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  214. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  215. </Reference>
  216. <Reference Include="Microsoft.Bcl.Cryptography, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  217. <HintPath>..\packages\Microsoft.Bcl.Cryptography.9.0.9\lib\net462\Microsoft.Bcl.Cryptography.dll</HintPath>
  218. </Reference>
  219. <Reference Include="Microsoft.Bcl.HashCode, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  220. <HintPath>..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\net462\Microsoft.Bcl.HashCode.dll</HintPath>
  221. </Reference>
  222. <Reference Include="Microsoft.CodeAnalysis, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  223. <HintPath>..\packages\Microsoft.CodeAnalysis.Common.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.dll</HintPath>
  224. </Reference>
  225. <Reference Include="Microsoft.CodeAnalysis.CSharp, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  226. <HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
  227. </Reference>
  228. <Reference Include="Microsoft.CodeAnalysis.CSharp.Scripting, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  229. <HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.Scripting.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.Scripting.dll</HintPath>
  230. </Reference>
  231. <Reference Include="Microsoft.CodeAnalysis.Scripting, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  232. <HintPath>..\packages\Microsoft.CodeAnalysis.Scripting.Common.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.Scripting.dll</HintPath>
  233. </Reference>
  234. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.9, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  235. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.9.0.9\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  236. </Reference>
  237. <Reference Include="Microsoft.Extensions.DependencyModel, Version=9.0.0.9, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  238. <HintPath>..\packages\Microsoft.Extensions.DependencyModel.9.0.9\lib\net462\Microsoft.Extensions.DependencyModel.dll</HintPath>
  239. </Reference>
  240. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.9, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  241. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.9.0.9\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  242. </Reference>
  243. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  244. <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  245. </Reference>
  246. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  247. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.135\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
  248. </Reference>
  249. <Reference Include="MvCamCtrl.Net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=01e3fc1d84d12cbf, processorArchitecture=MSIL">
  250. <SpecificVersion>False</SpecificVersion>
  251. <HintPath>TeamAAS-VM\exe\MvCamCtrl.Net.dll</HintPath>
  252. </Reference>
  253. <Reference Include="MvCameraAcqTool">
  254. <HintPath>D:\Software\Cognex\VisionPro\bin\MvCameraAcqTool.dll</HintPath>
  255. </Reference>
  256. <Reference Include="MVSDK_Net, Version=1.3.0.9252, Culture=neutral, processorArchitecture=AMD64">
  257. <SpecificVersion>False</SpecificVersion>
  258. <HintPath>Resources\MVSDK_Net.dll</HintPath>
  259. </Reference>
  260. <Reference Include="netDxf, Version=2023.11.10.0, Culture=neutral, PublicKeyToken=618c63290969e781, processorArchitecture=MSIL">
  261. <HintPath>..\packages\netDxf.2023.11.10\lib\net48\netDxf.dll</HintPath>
  262. </Reference>
  263. <Reference Include="NPOI.Core, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  264. <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.Core.dll</HintPath>
  265. </Reference>
  266. <Reference Include="NPOI.OOXML, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  267. <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.OOXML.dll</HintPath>
  268. </Reference>
  269. <Reference Include="NPOI.OpenXml4Net, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  270. <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.OpenXml4Net.dll</HintPath>
  271. </Reference>
  272. <Reference Include="NPOI.OpenXmlFormats, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  273. <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.OpenXmlFormats.dll</HintPath>
  274. </Reference>
  275. <Reference Include="Opc.Ua.Client, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  276. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Client.1.5.374.158\lib\net48\Opc.Ua.Client.dll</HintPath>
  277. </Reference>
  278. <Reference Include="Opc.Ua.Configuration, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  279. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Configuration.1.5.374.158\lib\net48\Opc.Ua.Configuration.dll</HintPath>
  280. </Reference>
  281. <Reference Include="Opc.Ua.Core, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  282. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Core.1.5.374.158\lib\net48\Opc.Ua.Core.dll</HintPath>
  283. </Reference>
  284. <Reference Include="Opc.Ua.Gds.Client.Common, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  285. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common.1.5.374.158\lib\net48\Opc.Ua.Gds.Client.Common.dll</HintPath>
  286. </Reference>
  287. <Reference Include="Opc.Ua.Gds.Server.Common, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  288. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common.1.5.374.158\lib\net48\Opc.Ua.Gds.Server.Common.dll</HintPath>
  289. </Reference>
  290. <Reference Include="Opc.Ua.Security.Certificates, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  291. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Security.Certificates.1.5.374.158\lib\net48\Opc.Ua.Security.Certificates.dll</HintPath>
  292. </Reference>
  293. <Reference Include="Opc.Ua.Server, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  294. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Server.1.5.374.158\lib\net48\Opc.Ua.Server.dll</HintPath>
  295. </Reference>
  296. <Reference Include="OpcUaHelper, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL">
  297. <HintPath>..\packages\OpcUaHelper.2.2.1\lib\net461\OpcUaHelper.dll</HintPath>
  298. </Reference>
  299. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  300. <HintPath>..\packages\OpenCvSharp4.4.11.0.20250507\lib\net48\OpenCvSharp.dll</HintPath>
  301. </Reference>
  302. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  303. <HintPath>..\packages\OpenCvSharp4.Extensions.4.11.0.20250507\lib\net48\OpenCvSharp.Extensions.dll</HintPath>
  304. </Reference>
  305. <Reference Include="OpenCvSharp.WpfExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  306. <HintPath>..\packages\OpenCvSharp4.WpfExtensions.4.11.0.20250507\lib\net48\OpenCvSharp.WpfExtensions.dll</HintPath>
  307. </Reference>
  308. <Reference Include="OxyPlot, Version=2.2.0.0, Culture=neutral, PublicKeyToken=638079a8f0bd61e9, processorArchitecture=MSIL">
  309. <HintPath>..\packages\OxyPlot.Core.2.2.0\lib\net462\OxyPlot.dll</HintPath>
  310. </Reference>
  311. <Reference Include="OxyPlot.Wpf, Version=2.2.0.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  312. <HintPath>..\packages\OxyPlot.Wpf.2.2.0\lib\net462\OxyPlot.Wpf.dll</HintPath>
  313. </Reference>
  314. <Reference Include="OxyPlot.Wpf.Shared, Version=2.2.0.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  315. <HintPath>..\packages\OxyPlot.Wpf.Shared.2.2.0\lib\net462\OxyPlot.Wpf.Shared.dll</HintPath>
  316. </Reference>
  317. <Reference Include="SciCamera.Net, Version=1.7.0.0, Culture=neutral, PublicKeyToken=befd096655b94148, processorArchitecture=AMD64">
  318. <SpecificVersion>False</SpecificVersion>
  319. <HintPath>Resources\SciCamera.Net.dll</HintPath>
  320. </Reference>
  321. <Reference Include="Sdcb.OpenVINO, Version=0.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  322. <HintPath>..\packages\Sdcb.OpenVINO.0.7.0\lib\net462\Sdcb.OpenVINO.dll</HintPath>
  323. </Reference>
  324. <Reference Include="Sdcb.OpenVINO.Extensions.OpenCvSharp4, Version=0.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  325. <HintPath>..\packages\Sdcb.OpenVINO.Extensions.OpenCvSharp4.0.7.0\lib\netstandard2.0\Sdcb.OpenVINO.Extensions.OpenCvSharp4.dll</HintPath>
  326. </Reference>
  327. <Reference Include="SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  328. <HintPath>..\packages\SixLabors.Fonts.1.0.1\lib\netstandard2.0\SixLabors.Fonts.dll</HintPath>
  329. </Reference>
  330. <Reference Include="SQLitePCLRaw.batteries_v2, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
  331. <HintPath>..\packages\SQLitePCLRaw.bundle_e_sqlite3.2.1.10\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
  332. </Reference>
  333. <Reference Include="SQLitePCLRaw.core, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  334. <HintPath>..\packages\SQLitePCLRaw.core.2.1.10\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
  335. </Reference>
  336. <Reference Include="SQLitePCLRaw.provider.dynamic_cdecl, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL">
  337. <HintPath>..\packages\SQLitePCLRaw.provider.dynamic_cdecl.2.1.10\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
  338. </Reference>
  339. <Reference Include="SqlSugar, Version=5.1.4.207, Culture=neutral, processorArchitecture=MSIL">
  340. <HintPath>..\packages\SqlSugar.5.1.4.207\lib\SqlSugar.dll</HintPath>
  341. </Reference>
  342. <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  343. <HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
  344. </Reference>
  345. <Reference Include="System.Collections.Immutable, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  346. <HintPath>..\packages\System.Collections.Immutable.9.0.9\lib\net462\System.Collections.Immutable.dll</HintPath>
  347. </Reference>
  348. <Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  349. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath>
  350. </Reference>
  351. <Reference Include="System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  352. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.118.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  353. </Reference>
  354. <Reference Include="System.Data.SQLite.Linq, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  355. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.118.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  356. </Reference>
  357. <Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  358. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.9.0.9\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  359. </Reference>
  360. <Reference Include="System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  361. <HintPath>..\packages\System.Drawing.Common.9.0.9\lib\net462\System.Drawing.Common.dll</HintPath>
  362. </Reference>
  363. <Reference Include="System.Formats.Asn1, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  364. <HintPath>..\packages\System.Formats.Asn1.9.0.9\lib\net462\System.Formats.Asn1.dll</HintPath>
  365. </Reference>
  366. <Reference Include="System.IO.Pipelines, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  367. <HintPath>..\packages\System.IO.Pipelines.9.0.9\lib\net462\System.IO.Pipelines.dll</HintPath>
  368. </Reference>
  369. <Reference Include="System.IO.Ports, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  370. <HintPath>..\packages\System.IO.Ports.8.0.0\lib\net462\System.IO.Ports.dll</HintPath>
  371. </Reference>
  372. <Reference Include="System.Management" />
  373. <Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  374. <HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
  375. </Reference>
  376. <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  377. <HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
  378. </Reference>
  379. <Reference Include="System.Reflection.Metadata, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  380. <HintPath>..\packages\System.Reflection.Metadata.9.0.9\lib\net462\System.Reflection.Metadata.dll</HintPath>
  381. </Reference>
  382. <Reference Include="System.Runtime" />
  383. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  384. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  385. </Reference>
  386. <Reference Include="System.Security.Cryptography.Pkcs, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  387. <HintPath>..\packages\System.Security.Cryptography.Pkcs.9.0.9\lib\net462\System.Security.Cryptography.Pkcs.dll</HintPath>
  388. </Reference>
  389. <Reference Include="System.Security.Cryptography.Xml, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  390. <HintPath>..\packages\System.Security.Cryptography.Xml.9.0.9\lib\net462\System.Security.Cryptography.Xml.dll</HintPath>
  391. </Reference>
  392. <Reference Include="System.Text.Encoding.CodePages, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  393. <HintPath>..\packages\System.Text.Encoding.CodePages.9.0.9\lib\net462\System.Text.Encoding.CodePages.dll</HintPath>
  394. </Reference>
  395. <Reference Include="System.Text.Encodings.Web, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  396. <HintPath>..\packages\System.Text.Encodings.Web.9.0.9\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  397. </Reference>
  398. <Reference Include="System.Text.Json, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  399. <HintPath>..\packages\System.Text.Json.9.0.9\lib\net462\System.Text.Json.dll</HintPath>
  400. </Reference>
  401. <Reference Include="System.Threading.Channels, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  402. <HintPath>..\packages\System.Threading.Channels.10.0.1\lib\net462\System.Threading.Channels.dll</HintPath>
  403. </Reference>
  404. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  405. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
  406. </Reference>
  407. <Reference Include="System.Transactions" />
  408. <Reference Include="System.Windows.Forms" />
  409. <Reference Include="PointSetMODU_STDCs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=febca48962b3ccf5, processorArchitecture=MSIL">
  410. <Private>False</Private>
  411. </Reference>
  412. <Reference Include="ControlzEx, Version=4.0.0.0, Culture=neutral, PublicKeyToken=69f1c32f803d307e, processorArchitecture=MSIL">
  413. <HintPath>..\packages\ControlzEx.4.4.0\lib\net462\ControlzEx.dll</HintPath>
  414. </Reference>
  415. <Reference Include="ICSharpCode.SharpZipLib, Version=1.4.2.13, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  416. <HintPath>..\packages\SharpZipLib.1.4.2\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll</HintPath>
  417. </Reference>
  418. <Reference Include="MahApps.Metro, Version=2.0.0.0, Culture=neutral, PublicKeyToken=51482d6f650b2b3f, processorArchitecture=MSIL">
  419. <HintPath>..\packages\MahApps.Metro.2.4.10\lib\net47\MahApps.Metro.dll</HintPath>
  420. </Reference>
  421. <Reference Include="MathNet.Numerics, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cd8b63ad3d691a37, processorArchitecture=MSIL">
  422. <HintPath>..\packages\MathNet.Numerics.Signed.5.0.0\lib\net48\MathNet.Numerics.dll</HintPath>
  423. </Reference>
  424. <Reference Include="Prism.Unity.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  425. <HintPath>..\packages\Prism.Unity.8.1.97\lib\net47\Prism.Unity.Wpf.dll</HintPath>
  426. </Reference>
  427. <Reference Include="System.Drawing" />
  428. <Reference Include="System.Numerics" />
  429. <Reference Include="System.Security" />
  430. <Reference Include="System.Security.AccessControl, Version=6.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  431. <HintPath>..\packages\System.Security.AccessControl.6.0.1\lib\net461\System.Security.AccessControl.dll</HintPath>
  432. </Reference>
  433. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  434. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  435. </Reference>
  436. <Reference Include="System.Web.Extensions" />
  437. <Reference Include="TouchSocket, Version=3.1.17.0, Culture=neutral, PublicKeyToken=5f39d7da98dac6a9, processorArchitecture=MSIL">
  438. <HintPath>..\packages\TouchSocket.3.1.17\lib\net472\TouchSocket.dll</HintPath>
  439. </Reference>
  440. <Reference Include="TouchSocket.Core, Version=3.1.17.0, Culture=neutral, PublicKeyToken=d6c415a2f58eda72, processorArchitecture=MSIL">
  441. <HintPath>..\packages\TouchSocket.Core.3.1.17\lib\net472\TouchSocket.Core.dll</HintPath>
  442. </Reference>
  443. <Reference Include="TouchSocket.SerialPorts, Version=3.1.17.0, Culture=neutral, PublicKeyToken=b0dfdf1c6b51c716, processorArchitecture=MSIL">
  444. <HintPath>..\packages\TouchSocket.SerialPorts.3.1.17\lib\net472\TouchSocket.SerialPorts.dll</HintPath>
  445. </Reference>
  446. <Reference Include="Unity.Abstractions, Version=5.11.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  447. <HintPath>..\packages\Unity.Abstractions.5.11.7\lib\net48\Unity.Abstractions.dll</HintPath>
  448. </Reference>
  449. <Reference Include="Unity.Container, Version=5.11.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  450. <HintPath>..\packages\Unity.Container.5.11.11\lib\net48\Unity.Container.dll</HintPath>
  451. </Reference>
  452. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  453. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  454. </Reference>
  455. <Reference Include="NModbus4, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  456. <HintPath>..\packages\NModbus4.2.1.0\lib\net40\NModbus4.dll</HintPath>
  457. </Reference>
  458. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  459. <HintPath>..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  460. </Reference>
  461. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  462. <HintPath>..\packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  463. </Reference>
  464. <Reference Include="ReachFramework" />
  465. <Reference Include="System" />
  466. <Reference Include="System.ComponentModel.DataAnnotations" />
  467. <Reference Include="System.Configuration" />
  468. <Reference Include="System.Data" />
  469. <Reference Include="System.Printing" />
  470. <Reference Include="System.Web" />
  471. <Reference Include="System.Xml" />
  472. <Reference Include="Microsoft.CSharp" />
  473. <Reference Include="System.Core" />
  474. <Reference Include="System.Xml.Linq" />
  475. <Reference Include="System.Data.DataSetExtensions" />
  476. <Reference Include="System.Net.Http" />
  477. <Reference Include="System.Xaml">
  478. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  479. </Reference>
  480. <Reference Include="ValueConverters, Version=3.1.22.0, Culture=neutral, processorArchitecture=MSIL">
  481. <HintPath>..\packages\ValueConverters.3.1.22\lib\net48\ValueConverters.dll</HintPath>
  482. </Reference>
  483. <Reference Include="ValueConverters.Annotations, Version=3.1.22.0, Culture=neutral, processorArchitecture=MSIL">
  484. <HintPath>..\packages\ValueConverters.Annotations.3.1.22\lib\net48\ValueConverters.Annotations.dll</HintPath>
  485. </Reference>
  486. <Reference Include="WindowsBase" />
  487. <Reference Include="PresentationCore" />
  488. <Reference Include="PresentationFramework" />
  489. <Reference Include="WindowsFormsIntegration" />
  490. <Reference Include="WPFLocalizeExtension, Version=3.10.0.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
  491. <HintPath>..\packages\WPFLocalizeExtension.3.10.0\lib\net452\WPFLocalizeExtension.dll</HintPath>
  492. </Reference>
  493. <Reference Include="XAMLMarkupExtensions, Version=2.1.3.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
  494. <HintPath>..\packages\XAMLMarkupExtensions.2.1.3\lib\net48\XAMLMarkupExtensions.dll</HintPath>
  495. </Reference>
  496. <Reference Include="ZString, Version=2.6.0.0, Culture=neutral, PublicKeyToken=df4c250b14d82627, processorArchitecture=MSIL">
  497. <HintPath>..\packages\ZString.2.6.0\lib\netstandard2.0\ZString.dll</HintPath>
  498. </Reference>
  499. </ItemGroup>
  500. <ItemGroup>
  501. <ApplicationDefinition Include="App.xaml">
  502. <Generator>MSBuild:Compile</Generator>
  503. <SubType>Designer</SubType>
  504. </ApplicationDefinition>
  505. <Compile Include="Attributes\LocalizationAttribute.cs" />
  506. <Compile Include="Behaviors\CheckBoxUserSelectionBehavior.cs" />
  507. <Compile Include="Behaviors\ComboBoxSelectionBehavior.cs" />
  508. <Compile Include="Behaviors\DatePickerUserSelectionBehavior.cs" />
  509. <Compile Include="Behaviors\ListBoxUserSelectionBehavior.cs" />
  510. <Compile Include="Behaviors\NumericUpDownUserInputBehavior.cs" />
  511. <Compile Include="Behaviors\RadioButtonUserSelectionBehavior.cs" />
  512. <Compile Include="Behaviors\SliderUserInteractionBehavior.cs" />
  513. <Compile Include="Behaviors\TextBoxUserInputBehavior.cs" />
  514. <Compile Include="Controls\AddPalletView.xaml.cs">
  515. <DependentUpon>AddPalletView.xaml</DependentUpon>
  516. </Compile>
  517. <Compile Include="Controls\AddProduct.xaml.cs">
  518. <DependentUpon>AddProduct.xaml</DependentUpon>
  519. </Compile>
  520. <Compile Include="Controls\AflexControl.xaml.cs">
  521. <DependentUpon>AflexControl.xaml</DependentUpon>
  522. </Compile>
  523. <Compile Include="Controls\FeederOutput.xaml.cs">
  524. <DependentUpon>FeederOutput.xaml</DependentUpon>
  525. </Compile>
  526. <Compile Include="Controls\FeederSequence.xaml.cs">
  527. <DependentUpon>FeederSequence.xaml</DependentUpon>
  528. </Compile>
  529. <Compile Include="Controls\FeederSystemParam.xaml.cs">
  530. <DependentUpon>FeederSystemParam.xaml</DependentUpon>
  531. </Compile>
  532. <Compile Include="Core\StabilityAnalyzer.cs" />
  533. <Compile Include="Events\MainTabSwitchNotification.cs" />
  534. <Compile Include="Events\WorkShiftChangedNotification.cs" />
  535. <Compile Include="Events\WorkShiftUpdateNotification.cs" />
  536. <Compile Include="Interfaces\IMesService.cs" />
  537. <Compile Include="Models\DeviceInfo.cs" />
  538. <Compile Include="Models\Feeder\ScrewFeederInfo.cs" />
  539. <Compile Include="Models\HeadChangeRecord.cs" />
  540. <Compile Include="Models\NozzleChangeRecord.cs" />
  541. <Compile Include="Models\NumberStatistics.cs" />
  542. <Compile Include="Models\Torque\PlcPoint_Torque.cs" />
  543. <Compile Include="Models\PhotoCaptureRecord.cs" />
  544. <Compile Include="Models\ScrewFeederBatchRecord.cs" />
  545. <Compile Include="Models\Torque\TorqueSerialPortConfig.cs" />
  546. <Compile Include="Models\Torque\Torque_TaskStatus.cs" />
  547. <Compile Include="Models\Torque\TorqueProduceModel.cs" />
  548. <Compile Include="Models\WorkShift.cs" />
  549. <Compile Include="Resources\Languages\Lang.Designer.cs">
  550. <AutoGen>True</AutoGen>
  551. <DesignTime>True</DesignTime>
  552. <DependentUpon>Lang.resx</DependentUpon>
  553. </Compile>
  554. <Compile Include="Services\MesService.cs" />
  555. <Compile Include="Services\ShiftWatcherService.cs" />
  556. <Compile Include="ViewModels\Product\PlcPointOffserParamsViewModel.cs" />
  557. <Compile Include="ViewModels\Statistics\HeadChangeRecordQueryViewModel.cs" />
  558. <Compile Include="ViewModels\Statistics\NozzleChangeRecordQueryViewModel.cs" />
  559. <Compile Include="ViewModels\Statistics\PhotoCaptureQueryViewModel.cs" />
  560. <Compile Include="ViewModels\Statistics\ProductionRecordQueryViewModel.cs" />
  561. <Compile Include="ViewModels\Statistics\ScrewFeederBatchQueryViewModel.cs" />
  562. <Compile Include="ViewModels\User\CardLoginWindowViewModel.cs" />
  563. <Compile Include="ViewModels\Home\ChangeNozzleViewModel.cs" />
  564. <Compile Include="ViewModels\Home\ChangeHeaderViewModel.cs" />
  565. <Compile Include="ViewModels\Home\AddScrewViewModel.cs" />
  566. <Compile Include="Services\TorqueService.cs" />
  567. <Compile Include="ViewModels\Home\TorqueCheckViewModel.cs" />
  568. <Compile Include="ViewModels\Product\ImageDisplayViewModel.cs" />
  569. <Compile Include="ViewModels\Setting\AddScrewFeederViewModel.cs" />
  570. <Compile Include="ViewModels\Statistics\LockResultRecoredQueryViewModel.cs" />
  571. <Compile Include="ViewModels\Product\VisionStaticAccuracyAnalyzerViewModel.cs" />
  572. <Compile Include="ViewModels\Product\VisionDynamicAccuracyAnalyzerViewModel.cs" />
  573. <Compile Include="Views\DebugMod\FocusAnalyzerl.xaml.cs">
  574. <DependentUpon>FocusAnalyzerl.xaml</DependentUpon>
  575. </Compile>
  576. <Compile Include="ViewModels\DebugMod\FocusAnalyzerViewModel.cs" />
  577. <Compile Include="Controls\myNumericUpDowm.xaml.cs">
  578. <DependentUpon>myNumericUpDowm.xaml</DependentUpon>
  579. </Compile>
  580. <Compile Include="Controls\ParameterEdit.xaml.cs">
  581. <DependentUpon>ParameterEdit.xaml</DependentUpon>
  582. </Compile>
  583. <Compile Include="Controls\PictureDisplayControl.xaml.cs">
  584. <DependentUpon>PictureDisplayControl.xaml</DependentUpon>
  585. </Compile>
  586. <Compile Include="Controls\RobotManual.xaml.cs">
  587. <DependentUpon>RobotManual.xaml</DependentUpon>
  588. </Compile>
  589. <Compile Include="Controls\RotatedRect.cs" />
  590. <Compile Include="Controls\ScriptEditControl.xaml.cs">
  591. <DependentUpon>ScriptEditControl.xaml</DependentUpon>
  592. </Compile>
  593. <Compile Include="Controls\ShowMessage.xaml.cs">
  594. <DependentUpon>ShowMessage.xaml</DependentUpon>
  595. </Compile>
  596. <Compile Include="Controls\UProgressBar.xaml.cs">
  597. <DependentUpon>UProgressBar.xaml</DependentUpon>
  598. </Compile>
  599. <Compile Include="Controls\VibrationControl.xaml.cs">
  600. <DependentUpon>VibrationControl.xaml</DependentUpon>
  601. </Compile>
  602. <Compile Include="Controls\VibrationPara.xaml.cs">
  603. <DependentUpon>VibrationPara.xaml</DependentUpon>
  604. </Compile>
  605. <Compile Include="Controls\WaitingControl.xaml.cs">
  606. <DependentUpon>WaitingControl.xaml</DependentUpon>
  607. </Compile>
  608. <Compile Include="Controls\WaitingPage.xaml.cs">
  609. <DependentUpon>WaitingPage.xaml</DependentUpon>
  610. </Compile>
  611. <Compile Include="Core\BgCommunicate.cs" />
  612. <Compile Include="Core\BgModbusTcpCommunicate.cs" />
  613. <Compile Include="Core\BraceFoldingStrategy.cs" />
  614. <Compile Include="Core\Cameras\CameraBase.cs" />
  615. <Compile Include="Core\Cameras\OptCamera.cs" />
  616. <Compile Include="Core\Lights\ICommunicationProtocol.cs" />
  617. <Compile Include="Core\Lights\ILightChannel.cs" />
  618. <Compile Include="Core\Lights\ILightController.cs" />
  619. <Compile Include="Core\Lights\KCSLightChannel.cs" />
  620. <Compile Include="Core\Lights\KCSLightController.cs" />
  621. <Compile Include="Core\Lights\LightChannelEventArgs.cs" />
  622. <Compile Include="Core\Lights\LightControllerBase.cs" />
  623. <Compile Include="Core\Lights\LightControllerEventArgs.cs" />
  624. <Compile Include="Core\Lights\LightModel.cs" />
  625. <Compile Include="Core\Lights\SerialPortProtocol.cs" />
  626. <Compile Include="Core\Lights\TcpProtocol.cs" />
  627. <Compile Include="Core\Robots\Axis.cs" />
  628. <Compile Include="Core\Robots\XYZU_Robot.cs" />
  629. <Compile Include="Core\ScrewDriver\XYD_ScrewDriver.cs" />
  630. <Compile Include="Data\DatabaseInitializer.cs" />
  631. <Compile Include="Data\SystemDatabaseService.cs" />
  632. <Compile Include="DxfModule\DxfParserService.cs" />
  633. <Compile Include="DxfModule\DxfView.xaml.cs">
  634. <DependentUpon>DxfView.xaml</DependentUpon>
  635. </Compile>
  636. <Compile Include="DxfModule\GraphicsRenderer.cs" />
  637. <Compile Include="DxfModule\InteractionController.cs" />
  638. <Compile Include="Enums\AnalysisMode.cs" />
  639. <Compile Include="Enums\DragHandleType.cs" />
  640. <Compile Include="Enums\ElectricScrewdriverBrand.cs" />
  641. <Compile Include="Enums\FocusMethod.cs" />
  642. <Compile Include="Enums\OutputPointMode.cs" />
  643. <Compile Include="Enums\RoiOperationMode.cs" />
  644. <Compile Include="Events\LockFinishNotification.cs" />
  645. <Compile Include="Interfaces\ICalibrationService.cs" />
  646. <Compile Include="Interfaces\ICameraService.cs" />
  647. <Compile Include="Interfaces\IConfigService.cs" />
  648. <Compile Include="Interfaces\IDatabaseInitializer.cs" />
  649. <Compile Include="Interfaces\ILightManagerService.cs" />
  650. <Compile Include="Interfaces\IPlcService.cs" />
  651. <Compile Include="Interfaces\IProductService.cs" />
  652. <Compile Include="Interfaces\IRemoteCommandService.cs" />
  653. <Compile Include="Interfaces\IScrewDriver.cs" />
  654. <Compile Include="Interfaces\ISystemDatabaseService.cs" />
  655. <Compile Include="Models\AlarmRecord.cs" />
  656. <Compile Include="Models\AnalysisParameters.cs" />
  657. <Compile Include="Models\AnalysisResult.cs" />
  658. <Compile Include="Models\Calibration\FixedUpCameraFindP0Info.cs" />
  659. <Compile Include="Models\ChessboardInfo.cs" />
  660. <Compile Include="Models\DataPoint.cs" />
  661. <Compile Include="Models\Lights\ChannelConfig.cs" />
  662. <Compile Include="Models\Lights\LightControllerConfig.cs" />
  663. <Compile Include="Models\LockResult.cs" />
  664. <Compile Include="Models\PLC\PlcAddressConfig.cs" />
  665. <Compile Include="Models\PLC\PlcAddress.cs" />
  666. <Compile Include="Models\PLC\PlcPoint.cs" />
  667. <Compile Include="Models\PLC\PlcPointAddress.cs" />
  668. <Compile Include="Models\ProductionRecord.cs" />
  669. <Compile Include="Models\ProductionStatQuery.cs" />
  670. <Compile Include="Models\ProductionStatResult.cs" />
  671. <Compile Include="Models\Product\ProcedureUserDefineParam.cs" />
  672. <Compile Include="Models\RoiModel.cs" />
  673. <Compile Include="Models\ScrewDriver\ScrewDriverConfig.cs" />
  674. <Compile Include="Models\SerialPortConfig.cs" />
  675. <Compile Include="Models\SystemConfiguration.cs" />
  676. <Compile Include="Models\TcpConfig.cs" />
  677. <Compile Include="Models\UserLoginRecord.cs" />
  678. <Compile Include="Services\CalibrationService.cs" />
  679. <Compile Include="Services\CameraCalibrationService.cs" />
  680. <Compile Include="Interfaces\ICameraCalibrationService.cs" />
  681. <Compile Include="Services\CameraService.cs" />
  682. <Compile Include="Core\Cameras\AHuaCamera.cs" />
  683. <Compile Include="Core\Cameras\CognexCamera.cs" />
  684. <Compile Include="Core\Cameras\GalaxyCamera.cs" />
  685. <Compile Include="Core\Common.cs" />
  686. <Compile Include="Core\DetectionResult.cs" />
  687. <Compile Include="Core\GalaxyMethod\CDecide.cs" />
  688. <Compile Include="Core\GalaxyMethod\CWin32Bitmaps.cs" />
  689. <Compile Include="Core\IniConfigHelper.cs" />
  690. <Compile Include="Core\PLCs\OpcUaClientPLC.cs" />
  691. <Compile Include="Services\CheckerboardDetectionService.cs" />
  692. <Compile Include="Services\ConfigService.cs" />
  693. <Compile Include="Services\FileDialogService.cs" />
  694. <Compile Include="Services\ImageAnalysisService.cs" />
  695. <Compile Include="Services\LightManagerService.cs" />
  696. <Compile Include="Services\PlcService.cs" />
  697. <Compile Include="Core\Robots\FanucRobot.cs" />
  698. <Compile Include="Core\ImageHelper.cs" />
  699. <Compile Include="Core\Cameras\MvCamera.cs" />
  700. <Compile Include="Core\Cameras\BaslerCamera.cs" />
  701. <Compile Include="Core\Robots\SchneiderRobot.cs" />
  702. <Compile Include="Core\Robots\XYZ_Platform.cs" />
  703. <Compile Include="Core\ScriptCompletionData.cs" />
  704. <Compile Include="Core\PalletTool.cs" />
  705. <Compile Include="Core\RegeditHelper.cs" />
  706. <Compile Include="Core\ScriptHelper.cs" />
  707. <Compile Include="Data\DatabaseHelper.cs" />
  708. <Compile Include="Data\DataTableHelper.cs" />
  709. <Compile Include="Enums\CalibTechP0Mode.cs" />
  710. <Compile Include="Enums\CameraBrand.cs" />
  711. <Compile Include="Enums\CameraMount.cs" />
  712. <Compile Include="Enums\CameraType.cs" />
  713. <Compile Include="Enums\CommunicationType.cs" />
  714. <Compile Include="Enums\CoordinateModel.cs" />
  715. <Compile Include="Enums\DataEncoding.cs" />
  716. <Compile Include="Enums\ModbusDataStore.cs" />
  717. <Compile Include="Enums\ProcedureOutputValueType.cs" />
  718. <Compile Include="Enums\ProcedureSaveImageModel.cs" />
  719. <Compile Include="Enums\ProcedureSaveImagePathModel.cs" />
  720. <Compile Include="Enums\VibrationModel.cs" />
  721. <Compile Include="Events\ProductChangedNotification.cs" />
  722. <Compile Include="Extension\EnumBindingSourceExtension.cs" />
  723. <Compile Include="Interfaces\IBackgroundScripting.cs" />
  724. <Compile Include="Interfaces\ICamera.cs" />
  725. <Compile Include="Interfaces\IPlc.cs" />
  726. <Compile Include="Interfaces\IVisionScripting.cs" />
  727. <Compile Include="Models\ActionParamsExtModel.cs" />
  728. <Compile Include="Models\BgModbusTcp.cs" />
  729. <Compile Include="Models\Camera\CameraInfo.cs" />
  730. <Compile Include="Models\Feeder\FeederClearWork.cs" />
  731. <Compile Include="Models\Feeder\FeederStockWork.cs" />
  732. <Compile Include="Models\Feeder\FeederStockWorks.cs" />
  733. <Compile Include="Models\Feeder\FeederWork.cs" />
  734. <Compile Include="Enums\Language.cs" />
  735. <Compile Include="Enums\MessageLevel.cs" />
  736. <Compile Include="Enums\MotionCommand.cs" />
  737. <Compile Include="Enums\PalletArrangement.cs" />
  738. <Compile Include="Enums\PickPlaceModel.cs" />
  739. <Compile Include="Enums\RobotBrand.cs" />
  740. <Compile Include="Enums\RobotHand.cs" />
  741. <Compile Include="Enums\TCPConnectType.cs" />
  742. <Compile Include="Enums\Terminator.cs" />
  743. <Compile Include="Enums\UserPart.cs" />
  744. <Compile Include="Enums\VibrationFunction.cs" />
  745. <Compile Include="Enums\VisionModel.cs" />
  746. <Compile Include="Events\PalletLayoutNotification.cs" />
  747. <Compile Include="Events\ProgressNotification.cs" />
  748. <Compile Include="Events\RenderUpdateNotification.cs" />
  749. <Compile Include="Events\SnackbarMessageNotification.cs" />
  750. <Compile Include="Events\TaskMessageNotification.cs" />
  751. <Compile Include="Events\UserLoginNotification.cs" />
  752. <Compile Include="Core\CoordinateTransformer.cs" />
  753. <Compile Include="Core\Robots\EpsonRobot.cs" />
  754. <Compile Include="Core\FileHelper.cs" />
  755. <Compile Include="Core\FilePath.cs" />
  756. <Compile Include="Core\Management.cs" />
  757. <Compile Include="Services\ProductService.cs" />
  758. <Compile Include="Services\RemoteCommandService.cs" />
  759. <Compile Include="Services\RobotService.cs" />
  760. <Compile Include="Core\ToolCoord.cs" />
  761. <Compile Include="Identity\IPValidationRule.cs" />
  762. <Compile Include="Identity\NameValidationRule.cs" />
  763. <Compile Include="Identity\PortValidationRule.cs" />
  764. <Compile Include="Interfaces\IRobot.cs" />
  765. <Compile Include="Interfaces\IRobotService.cs" />
  766. <Compile Include="Models\BgTcpIP.cs" />
  767. <Compile Include="Models\Calibration\CalibrationInfo.cs" />
  768. <Compile Include="Models\Calibration\CalibrationResult.cs" />
  769. <Compile Include="Models\Calibration\CalibrationTestResult.cs" />
  770. <Compile Include="Models\Product\CameraProcedure.cs" />
  771. <Compile Include="Models\Feeder\FeederInfo.cs" />
  772. <Compile Include="Models\Feeder\FeederWorks.cs" />
  773. <Compile Include="Models\MessageStruct.cs" />
  774. <Compile Include="Models\Robot\MultipleRobotPoint.cs" />
  775. <Compile Include="Models\Robot\Pallet.cs" />
  776. <Compile Include="Models\Robot\PalletExtend.cs" />
  777. <Compile Include="Models\PickInfo.cs" />
  778. <Compile Include="Models\PLC\PlcInfo.cs" />
  779. <Compile Include="Models\PLC\PlcRobotParameter.cs" />
  780. <Compile Include="Models\Product\ProcedureModel.cs" />
  781. <Compile Include="Models\Product\ProcedureOutput.cs" />
  782. <Compile Include="Models\Product\ProductGlobalParam.cs" />
  783. <Compile Include="Models\Product\ProductModel.cs" />
  784. <Compile Include="Models\Robot\RobotArm.cs" />
  785. <Compile Include="Models\Robot\RobotInfo.cs" />
  786. <Compile Include="Models\Robot\RobotPixelPoint.cs" />
  787. <Compile Include="Models\Robot\RobotPoint.cs" />
  788. <Compile Include="Models\Robot\RobotTool.cs" />
  789. <Compile Include="Models\Robot\RPoint.cs" />
  790. <Compile Include="Models\ScriptCompileMessage.cs" />
  791. <Compile Include="Models\ShowRender.cs" />
  792. <Compile Include="Models\StatusInfo.cs" />
  793. <Compile Include="Models\TaskMessage.cs" />
  794. <Compile Include="Models\Robot\ToolInfo.cs" />
  795. <Compile Include="Models\User.cs" />
  796. <Compile Include="Models\UserInching.cs" />
  797. <Compile Include="Models\Yield.cs" />
  798. <Compile Include="Resources\Script Template\Background Template.cs" />
  799. <Compile Include="Resources\Script Template\Vision Template.cs" />
  800. <Compile Include="Team.SoftKey.cs" />
  801. <Compile Include="ValidationRules\CommentValidationRule.cs" />
  802. <Compile Include="ValidationRules\IPAddressValidationRule.cs" />
  803. <Compile Include="ValidationRules\NumberRangeValidationRule.cs" />
  804. <Compile Include="ValidationRules\SubnetMaskValidationRule.cs" />
  805. <Compile Include="ValidationRules\TCPPortValidationRule.cs" />
  806. <Compile Include="ValidationRules\TextValidationRule.cs" />
  807. <Compile Include="ValidationRules\UsernameValidationRule.cs" />
  808. <Compile Include="ValueConverter\BooleanToVisibilityConverter.cs" />
  809. <Compile Include="ValueConverter\BoolToTextConverter.cs" />
  810. <Compile Include="ValueConverter\CameraMountConverter.cs" />
  811. <Compile Include="ValueConverter\EnumDescriptionTypeConverter.cs" />
  812. <Compile Include="ValueConverter\EnumLocalizationConverter.cs" />
  813. <Compile Include="ValueConverter\EnumToBooleanConverter.cs" />
  814. <Compile Include="ValueConverter\InvertBooleanConverter.cs" />
  815. <Compile Include="ValueConverter\InvertBooleanToVisibilityConverter.cs" />
  816. <Compile Include="ValueConverter\JogConverter.cs" />
  817. <Compile Include="ValueConverter\MultiParameterConverter.cs" />
  818. <Compile Include="ValueConverter\NavigationStateConverter.cs" />
  819. <Compile Include="ValueConverter\NoneWaveConverter.cs" />
  820. <Compile Include="ValueConverter\ObjectToVisibilityConverter.cs" />
  821. <Compile Include="ValueConverter\PickPlaceModelConverter.cs" />
  822. <Compile Include="ValueConverter\PlcIdToNameConverter.cs" />
  823. <Compile Include="ValueConverter\RobotBrandToVisibiltyConverter.cs" />
  824. <Compile Include="ValueConverter\RobotConverter.cs" />
  825. <Compile Include="ValueConverter\RobotIdToVisibiltyConverter.cs" />
  826. <Compile Include="ValueConverter\RoiToTextConverter.cs" />
  827. <Compile Include="ValueConverter\StringFormatConverter.cs" />
  828. <Compile Include="ViewModels\Product\AutoCorrectLockPointViewModel.cs" />
  829. <Compile Include="ViewModels\DebugMod\LightManualViewModel.cs" />
  830. <Compile Include="ViewModels\Calibration\FixedUpCameraFindP0ViewModel.cs" />
  831. <Compile Include="ViewModels\Product\LightChannelListViewModel.cs" />
  832. <Compile Include="ViewModels\Product\PlcPointParamsViewModel.cs" />
  833. <Compile Include="ViewModels\Setting\AddLightControllerViewModel.cs" />
  834. <Compile Include="ViewModels\Setting\AddPlcViewModel.cs" />
  835. <Compile Include="ViewModels\Product\AfagFeederParamsViewModel.cs" />
  836. <Compile Include="ViewModels\DebugMod\AfagFeederManualViewModel.cs" />
  837. <Compile Include="ViewModels\Product\CreateProductPageViewModel.cs" />
  838. <Compile Include="ViewModels\DebugMod\ScriptHomeViewModel.cs" />
  839. <Compile Include="ViewModels\DebugMod\FeederClearViewModel.cs" />
  840. <Compile Include="ViewModels\Setting\SelectCameraBrandViewModel.cs" />
  841. <Compile Include="ViewModels\Statistics\AlarmQueryViewModel.cs" />
  842. <Compile Include="ViewModels\Statistics\StatisticalQueryViewModel.cs" />
  843. <Compile Include="ViewModels\Statistics\ProductionStatementViewModel.cs" />
  844. <Compile Include="ViewModels\Product\CalculatePalletPosViewModel.cs" />
  845. <Compile Include="ViewModels\DebugMod\AddSimpleInchingViewModel.cs" />
  846. <Compile Include="ViewModels\Calibration\CalibrationCameraParamsViewModel.cs" />
  847. <Compile Include="ViewModels\DebugMod\InchingControlViewModel.cs" />
  848. <Compile Include="ViewModels\Setting\EditCameraViewModel.cs" />
  849. <Compile Include="ViewModels\Setting\AddCameraViewModel.cs" />
  850. <Compile Include="ViewModels\Product\CalculateOffsetUViewModel.cs" />
  851. <Compile Include="ViewModels\Calibration\CalibrationResultViewModel.cs" />
  852. <Compile Include="ViewModels\Calibration\CalibrationVerificationViewModel.cs" />
  853. <Compile Include="ViewModels\Calibration\CalibrationAutoViewModel.cs" />
  854. <Compile Include="ViewModels\Calibration\CalibrationSelectToolViewModel.cs" />
  855. <Compile Include="ViewModels\Calibration\CalibrationTeachCenterPointViewModel.cs" />
  856. <Compile Include="ViewModels\Calibration\CalibrationEditVisionViewModel.cs" />
  857. <Compile Include="ViewModels\Calibration\CalibrationBasicsViewModel.cs" />
  858. <Compile Include="ViewModels\Calibration\CalibrationHomeViewModel.cs" />
  859. <Compile Include="ViewModels\Calibration\CalibToolViewModel.cs" />
  860. <Compile Include="ViewModels\DebugMod\FeederManualViewModel.cs" />
  861. <Compile Include="ViewModels\DebugMod\RobotManualStepViewModel.cs" />
  862. <Compile Include="ViewModels\DebugMod\VisionSolutionViewModel.cs" />
  863. <Compile Include="ViewModels\Product\ProcedureVisionOutputViewModel.cs" />
  864. <Compile Include="ViewModels\Product\FeederBlobParamsViewModel.cs" />
  865. <Compile Include="ViewModels\Product\ProcedureParamsViewModel.cs" />
  866. <Compile Include="ViewModels\Product\PalletManageViewModel.cs" />
  867. <Compile Include="ViewModels\Product\ProductParamsViewModel.cs" />
  868. <Compile Include="ViewModels\Product\FeederParamsViewModel.cs" />
  869. <Compile Include="ViewModels\Product\CameraParamsViewModel.cs" />
  870. <Compile Include="ViewModels\Product\AdvancedProcedureViewModel.cs" />
  871. <Compile Include="ViewModels\Product\ProcessBasicsViewModel.cs" />
  872. <Compile Include="ViewModels\Product\ProductProcessManageViewModel.cs" />
  873. <Compile Include="ViewModels\Product\ProductDescriptionViewModel.cs" />
  874. <Compile Include="ViewModels\Product\ProductHomeViewModel.cs" />
  875. <Compile Include="ViewModels\Product\RobotPointParamsViewModel.cs" />
  876. <Compile Include="ViewModels\Setting\AddFeederViewModel.cs" />
  877. <Compile Include="ViewModels\Setting\AddRobotViewModel.cs" />
  878. <Compile Include="ViewModels\CalibrationViewModel.cs" />
  879. <Compile Include="ViewModels\DebugViewModel.cs" />
  880. <Compile Include="ViewModels\Home\ShowVisionRenderViewModel.cs" />
  881. <Compile Include="ViewModels\Product\SimpleProcedureViewModel.cs" />
  882. <Compile Include="ViewModels\Calibration\ShowCalibrationResultViewModel.cs" />
  883. <Compile Include="ViewModels\Product\TestProductPageViewModel.cs" />
  884. <Compile Include="ViewModels\User\SignUpViewModel.cs" />
  885. <Compile Include="ViewModels\User\LoginViewModel.cs" />
  886. <Compile Include="ViewModels\ProductsViewModel.cs" />
  887. <Compile Include="ViewModels\SettingViewModel.cs" />
  888. <Compile Include="ViewModels\StatisticsViewModel.cs" />
  889. <Compile Include="ViewModels\UserViewModel.cs" />
  890. <Compile Include="ViewModels\Product\VisionScriptPageViewModel.cs" />
  891. <Compile Include="Views\CalibrationView.xaml.cs">
  892. <DependentUpon>CalibrationView.xaml</DependentUpon>
  893. </Compile>
  894. <Compile Include="Views\Calibration\CalibrationAuto.xaml.cs">
  895. <DependentUpon>CalibrationAuto.xaml</DependentUpon>
  896. </Compile>
  897. <Compile Include="Views\Calibration\CalibrationBasics.xaml.cs">
  898. <DependentUpon>CalibrationBasics.xaml</DependentUpon>
  899. </Compile>
  900. <Compile Include="Views\Calibration\CalibrationCameraParams.xaml.cs">
  901. <DependentUpon>CalibrationCameraParams.xaml</DependentUpon>
  902. </Compile>
  903. <Compile Include="Views\Calibration\CalibrationEditVision.xaml.cs">
  904. <DependentUpon>CalibrationEditVision.xaml</DependentUpon>
  905. </Compile>
  906. <Compile Include="Views\Calibration\CalibrationHome.xaml.cs">
  907. <DependentUpon>CalibrationHome.xaml</DependentUpon>
  908. </Compile>
  909. <Compile Include="Views\Calibration\CalibrationResult.xaml.cs">
  910. <DependentUpon>CalibrationResult.xaml</DependentUpon>
  911. </Compile>
  912. <Compile Include="Views\Calibration\CalibrationSelectTool.xaml.cs">
  913. <DependentUpon>CalibrationSelectTool.xaml</DependentUpon>
  914. </Compile>
  915. <Compile Include="Views\Calibration\CalibrationTeachCenterPoint.xaml.cs">
  916. <DependentUpon>CalibrationTeachCenterPoint.xaml</DependentUpon>
  917. </Compile>
  918. <Compile Include="Views\Calibration\CalibrationVerification.xaml.cs">
  919. <DependentUpon>CalibrationVerification.xaml</DependentUpon>
  920. </Compile>
  921. <Compile Include="Views\Calibration\CalibTool.xaml.cs">
  922. <DependentUpon>CalibTool.xaml</DependentUpon>
  923. </Compile>
  924. <Compile Include="Views\Calibration\FixedUpCameraFindP0.xaml.cs">
  925. <DependentUpon>FixedUpCameraFindP0.xaml</DependentUpon>
  926. </Compile>
  927. <Compile Include="Views\Calibration\ShowCalibrationResult.xaml.cs">
  928. <DependentUpon>ShowCalibrationResult.xaml</DependentUpon>
  929. </Compile>
  930. <Compile Include="Views\DebugMod\AddSimpleInching.xaml.cs">
  931. <DependentUpon>AddSimpleInching.xaml</DependentUpon>
  932. </Compile>
  933. <Compile Include="Views\DebugMod\AfagFeederManual.xaml.cs">
  934. <DependentUpon>AfagFeederManual.xaml</DependentUpon>
  935. </Compile>
  936. <Compile Include="Views\DebugMod\FeederClear.xaml.cs">
  937. <DependentUpon>FeederClear.xaml</DependentUpon>
  938. </Compile>
  939. <Compile Include="Views\DebugMod\FeederManual.xaml.cs">
  940. <DependentUpon>FeederManual.xaml</DependentUpon>
  941. </Compile>
  942. <Compile Include="Views\DebugMod\InchingControl.xaml.cs">
  943. <DependentUpon>InchingControl.xaml</DependentUpon>
  944. </Compile>
  945. <Compile Include="Views\DebugMod\LightManual.xaml.cs">
  946. <DependentUpon>LightManual.xaml</DependentUpon>
  947. </Compile>
  948. <Compile Include="Views\DebugMod\RobotManualStep.xaml.cs">
  949. <DependentUpon>RobotManualStep.xaml</DependentUpon>
  950. </Compile>
  951. <Compile Include="Views\DebugMod\ScriptHome.xaml.cs">
  952. <DependentUpon>ScriptHome.xaml</DependentUpon>
  953. </Compile>
  954. <Compile Include="Views\DebugMod\VisionSolution.xaml.cs">
  955. <DependentUpon>VisionSolution.xaml</DependentUpon>
  956. </Compile>
  957. <Compile Include="Views\DebugView.xaml.cs">
  958. <DependentUpon>DebugView.xaml</DependentUpon>
  959. </Compile>
  960. <Compile Include="Views\Home\AddScrew.xaml.cs">
  961. <DependentUpon>AddScrew.xaml</DependentUpon>
  962. </Compile>
  963. <Compile Include="Views\Home\ChangeHeader.xaml.cs">
  964. <DependentUpon>ChangeHeader.xaml</DependentUpon>
  965. </Compile>
  966. <Compile Include="Views\Home\ChangeNozzle.xaml.cs">
  967. <DependentUpon>ChangeNozzle.xaml</DependentUpon>
  968. </Compile>
  969. <Compile Include="Views\Home\ShowVisionRender.xaml.cs">
  970. <DependentUpon>ShowVisionRender.xaml</DependentUpon>
  971. </Compile>
  972. <Compile Include="Views\Home\TorqueCheck.xaml.cs">
  973. <DependentUpon>TorqueCheck.xaml</DependentUpon>
  974. </Compile>
  975. <Compile Include="Views\ProductsView.xaml.cs">
  976. <DependentUpon>ProductsView.xaml</DependentUpon>
  977. </Compile>
  978. <Compile Include="Views\Product\AdvancedProcedure.xaml.cs">
  979. <DependentUpon>AdvancedProcedure.xaml</DependentUpon>
  980. </Compile>
  981. <Compile Include="Views\Product\AfagFeederParams.xaml.cs">
  982. <DependentUpon>AfagFeederParams.xaml</DependentUpon>
  983. </Compile>
  984. <Compile Include="Views\Product\AutoCorrectLockPoint.xaml.cs">
  985. <DependentUpon>AutoCorrectLockPoint.xaml</DependentUpon>
  986. </Compile>
  987. <Compile Include="Views\Product\CalculateOffsetU.xaml.cs">
  988. <DependentUpon>CalculateOffsetU.xaml</DependentUpon>
  989. </Compile>
  990. <Compile Include="Views\Product\CalculatePalletPos.xaml.cs">
  991. <DependentUpon>CalculatePalletPos.xaml</DependentUpon>
  992. </Compile>
  993. <Compile Include="Views\Product\CameraParams.xaml.cs">
  994. <DependentUpon>CameraParams.xaml</DependentUpon>
  995. </Compile>
  996. <Compile Include="Views\Product\CreateProductPage.xaml.cs">
  997. <DependentUpon>CreateProductPage.xaml</DependentUpon>
  998. </Compile>
  999. <Compile Include="Views\Product\FeederBlobParams.xaml.cs">
  1000. <DependentUpon>FeederBlobParams.xaml</DependentUpon>
  1001. </Compile>
  1002. <Compile Include="Views\Product\FeederParams.xaml.cs">
  1003. <DependentUpon>FeederParams.xaml</DependentUpon>
  1004. </Compile>
  1005. <Compile Include="Views\Product\ImageDisplay.xaml.cs">
  1006. <DependentUpon>ImageDisplay.xaml</DependentUpon>
  1007. </Compile>
  1008. <Compile Include="Views\Product\LightChannelList.xaml.cs">
  1009. <DependentUpon>LightChannelList.xaml</DependentUpon>
  1010. </Compile>
  1011. <Compile Include="Views\Product\PalletManage.xaml.cs">
  1012. <DependentUpon>PalletManage.xaml</DependentUpon>
  1013. </Compile>
  1014. <Compile Include="Views\Product\PlcPointOffserParams.xaml.cs">
  1015. <DependentUpon>PlcPointOffserParams.xaml</DependentUpon>
  1016. </Compile>
  1017. <Compile Include="Views\Product\PlcPointParams.xaml.cs">
  1018. <DependentUpon>PlcPointParams.xaml</DependentUpon>
  1019. </Compile>
  1020. <Compile Include="Views\Product\ProcedureParams.xaml.cs">
  1021. <DependentUpon>ProcedureParams.xaml</DependentUpon>
  1022. </Compile>
  1023. <Compile Include="Views\Product\ProcedureVisionOutput.xaml.cs">
  1024. <DependentUpon>ProcedureVisionOutput.xaml</DependentUpon>
  1025. </Compile>
  1026. <Compile Include="Views\Product\ProcessBasics.xaml.cs">
  1027. <DependentUpon>ProcessBasics.xaml</DependentUpon>
  1028. </Compile>
  1029. <Compile Include="Views\Product\ProductDescription.xaml.cs">
  1030. <DependentUpon>ProductDescription.xaml</DependentUpon>
  1031. </Compile>
  1032. <Compile Include="Views\Product\ProductHome.xaml.cs">
  1033. <DependentUpon>ProductHome.xaml</DependentUpon>
  1034. </Compile>
  1035. <Compile Include="Views\Product\ProductParams.xaml.cs">
  1036. <DependentUpon>ProductParams.xaml</DependentUpon>
  1037. </Compile>
  1038. <Compile Include="Views\Product\ProductProcessManage.xaml.cs">
  1039. <DependentUpon>ProductProcessManage.xaml</DependentUpon>
  1040. </Compile>
  1041. <Compile Include="Views\Product\RobotPointParams.xaml.cs">
  1042. <DependentUpon>RobotPointParams.xaml</DependentUpon>
  1043. </Compile>
  1044. <Compile Include="Views\Product\SimpleProcedure.xaml.cs">
  1045. <DependentUpon>SimpleProcedure.xaml</DependentUpon>
  1046. </Compile>
  1047. <Compile Include="Views\Product\TestProductPage.xaml.cs">
  1048. <DependentUpon>TestProductPage.xaml</DependentUpon>
  1049. </Compile>
  1050. <Compile Include="Views\Product\VisionDynamicAccuracyAnalyzer.xaml.cs">
  1051. <DependentUpon>VisionDynamicAccuracyAnalyzer.xaml</DependentUpon>
  1052. </Compile>
  1053. <Compile Include="Views\Product\VisionScriptPage.xaml.cs">
  1054. <DependentUpon>VisionScriptPage.xaml</DependentUpon>
  1055. </Compile>
  1056. <Compile Include="Views\Product\VisionStaticAccuracyAnalyzer.xaml.cs">
  1057. <DependentUpon>VisionStaticAccuracyAnalyzer.xaml</DependentUpon>
  1058. </Compile>
  1059. <Compile Include="Views\SettingView.xaml.cs">
  1060. <DependentUpon>SettingView.xaml</DependentUpon>
  1061. </Compile>
  1062. <Compile Include="Views\Setting\AddCamera.xaml.cs">
  1063. <DependentUpon>AddCamera.xaml</DependentUpon>
  1064. </Compile>
  1065. <Compile Include="Views\Setting\AddFeeder.xaml.cs">
  1066. <DependentUpon>AddFeeder.xaml</DependentUpon>
  1067. </Compile>
  1068. <Compile Include="Views\Setting\AddLightController.xaml.cs">
  1069. <DependentUpon>AddLightController.xaml</DependentUpon>
  1070. </Compile>
  1071. <Compile Include="Views\Setting\AddPlc.xaml.cs">
  1072. <DependentUpon>AddPlc.xaml</DependentUpon>
  1073. </Compile>
  1074. <Compile Include="Views\Setting\AddRobot.xaml.cs">
  1075. <DependentUpon>AddRobot.xaml</DependentUpon>
  1076. </Compile>
  1077. <Compile Include="Views\Setting\AddScrewFeeder.xaml.cs">
  1078. <DependentUpon>AddScrewFeeder.xaml</DependentUpon>
  1079. </Compile>
  1080. <Compile Include="Views\Setting\EditCamera.xaml.cs">
  1081. <DependentUpon>EditCamera.xaml</DependentUpon>
  1082. </Compile>
  1083. <Compile Include="Views\Setting\SelectCameraBrand.xaml.cs">
  1084. <DependentUpon>SelectCameraBrand.xaml</DependentUpon>
  1085. </Compile>
  1086. <Compile Include="Views\StatisticsView.xaml.cs">
  1087. <DependentUpon>StatisticsView.xaml</DependentUpon>
  1088. </Compile>
  1089. <Compile Include="Views\Statistics\AlarmQuery.xaml.cs">
  1090. <DependentUpon>AlarmQuery.xaml</DependentUpon>
  1091. </Compile>
  1092. <Compile Include="Views\Statistics\HeadChangeRecordQuery.xaml.cs">
  1093. <DependentUpon>HeadChangeRecordQuery.xaml</DependentUpon>
  1094. </Compile>
  1095. <Compile Include="Views\Statistics\LockResultRecoredQuery.xaml.cs">
  1096. <DependentUpon>LockResultRecoredQuery.xaml</DependentUpon>
  1097. </Compile>
  1098. <Compile Include="Views\Statistics\NozzleChangeRecordQuery.xaml.cs">
  1099. <DependentUpon>NozzleChangeRecordQuery.xaml</DependentUpon>
  1100. </Compile>
  1101. <Compile Include="Views\Statistics\PhotoCaptureQuery.xaml.cs">
  1102. <DependentUpon>PhotoCaptureQuery.xaml</DependentUpon>
  1103. </Compile>
  1104. <Compile Include="Views\Statistics\ProductionRecordQuery.xaml.cs">
  1105. <DependentUpon>ProductionRecordQuery.xaml</DependentUpon>
  1106. </Compile>
  1107. <Compile Include="Views\Statistics\ProductionStatement.xaml.cs">
  1108. <DependentUpon>ProductionStatement.xaml</DependentUpon>
  1109. </Compile>
  1110. <Compile Include="Views\Statistics\ScrewFeederBatchQuery.xaml.cs">
  1111. <DependentUpon>ScrewFeederBatchQuery.xaml</DependentUpon>
  1112. </Compile>
  1113. <Compile Include="Views\Statistics\StatisticalQuery.xaml.cs">
  1114. <DependentUpon>StatisticalQuery.xaml</DependentUpon>
  1115. </Compile>
  1116. <Compile Include="Views\UserView.xaml.cs">
  1117. <DependentUpon>UserView.xaml</DependentUpon>
  1118. </Compile>
  1119. <Compile Include="Views\User\CardLoginWindow.xaml.cs">
  1120. <DependentUpon>CardLoginWindow.xaml</DependentUpon>
  1121. </Compile>
  1122. <Compile Include="Views\User\LoginView.xaml.cs">
  1123. <DependentUpon>LoginView.xaml</DependentUpon>
  1124. </Compile>
  1125. <Compile Include="Views\User\SignUpView.xaml.cs">
  1126. <DependentUpon>SignUpView.xaml</DependentUpon>
  1127. </Compile>
  1128. <Page Include="Controls\AddPalletView.xaml">
  1129. <SubType>Designer</SubType>
  1130. <Generator>MSBuild:Compile</Generator>
  1131. </Page>
  1132. <Page Include="Controls\AddProduct.xaml">
  1133. <SubType>Designer</SubType>
  1134. <Generator>MSBuild:Compile</Generator>
  1135. </Page>
  1136. <Page Include="Controls\AflexControl.xaml">
  1137. <SubType>Designer</SubType>
  1138. <Generator>MSBuild:Compile</Generator>
  1139. </Page>
  1140. <Page Include="Controls\FeederOutput.xaml">
  1141. <SubType>Designer</SubType>
  1142. <Generator>MSBuild:Compile</Generator>
  1143. </Page>
  1144. <Page Include="Controls\FeederSequence.xaml">
  1145. <SubType>Designer</SubType>
  1146. <Generator>MSBuild:Compile</Generator>
  1147. </Page>
  1148. <Page Include="Controls\FeederSystemParam.xaml">
  1149. <SubType>Designer</SubType>
  1150. <Generator>MSBuild:Compile</Generator>
  1151. </Page>
  1152. <Page Include="Views\DebugMod\FocusAnalyzerl.xaml">
  1153. <SubType>Designer</SubType>
  1154. <Generator>MSBuild:Compile</Generator>
  1155. </Page>
  1156. <Page Include="Controls\myNumericUpDowm.xaml">
  1157. <SubType>Designer</SubType>
  1158. <Generator>MSBuild:Compile</Generator>
  1159. </Page>
  1160. <Page Include="Controls\ParameterEdit.xaml">
  1161. <SubType>Designer</SubType>
  1162. <Generator>MSBuild:Compile</Generator>
  1163. </Page>
  1164. <Page Include="Controls\PictureDisplayControl.xaml">
  1165. <Generator>MSBuild:Compile</Generator>
  1166. <SubType>Designer</SubType>
  1167. </Page>
  1168. <Page Include="Controls\RobotManual.xaml">
  1169. <SubType>Designer</SubType>
  1170. <Generator>MSBuild:Compile</Generator>
  1171. </Page>
  1172. <Page Include="Controls\ScriptEditControl.xaml">
  1173. <SubType>Designer</SubType>
  1174. <Generator>MSBuild:Compile</Generator>
  1175. </Page>
  1176. <Page Include="Controls\ShowMessage.xaml">
  1177. <SubType>Designer</SubType>
  1178. <Generator>MSBuild:Compile</Generator>
  1179. </Page>
  1180. <Page Include="Controls\UProgressBar.xaml">
  1181. <SubType>Designer</SubType>
  1182. <Generator>MSBuild:Compile</Generator>
  1183. </Page>
  1184. <Page Include="Controls\VibrationControl.xaml">
  1185. <SubType>Designer</SubType>
  1186. <Generator>MSBuild:Compile</Generator>
  1187. </Page>
  1188. <Page Include="Controls\VibrationPara.xaml">
  1189. <SubType>Designer</SubType>
  1190. <Generator>MSBuild:Compile</Generator>
  1191. </Page>
  1192. <Page Include="Controls\WaitingControl.xaml">
  1193. <SubType>Designer</SubType>
  1194. <Generator>MSBuild:Compile</Generator>
  1195. </Page>
  1196. <Page Include="Controls\WaitingPage.xaml">
  1197. <SubType>Designer</SubType>
  1198. <Generator>MSBuild:Compile</Generator>
  1199. </Page>
  1200. <Page Include="DxfModule\DxfView.xaml">
  1201. <SubType>Designer</SubType>
  1202. <Generator>MSBuild:Compile</Generator>
  1203. </Page>
  1204. <Page Include="Resources\FontSize\DefaultFontSize.xaml">
  1205. <SubType>Designer</SubType>
  1206. <Generator>MSBuild:Compile</Generator>
  1207. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1208. </Page>
  1209. <Page Include="Resources\Styles\DefaultColors.xaml">
  1210. <SubType>Designer</SubType>
  1211. <Generator>MSBuild:Compile</Generator>
  1212. </Page>
  1213. <Page Include="Views\CalibrationView.xaml">
  1214. <SubType>Designer</SubType>
  1215. <Generator>MSBuild:Compile</Generator>
  1216. </Page>
  1217. <Page Include="Views\Calibration\CalibrationAuto.xaml">
  1218. <SubType>Designer</SubType>
  1219. <Generator>MSBuild:Compile</Generator>
  1220. </Page>
  1221. <Page Include="Views\Calibration\CalibrationBasics.xaml">
  1222. <SubType>Designer</SubType>
  1223. <Generator>MSBuild:Compile</Generator>
  1224. </Page>
  1225. <Page Include="Views\Calibration\CalibrationCameraParams.xaml">
  1226. <SubType>Designer</SubType>
  1227. <Generator>MSBuild:Compile</Generator>
  1228. </Page>
  1229. <Page Include="Views\Calibration\CalibrationEditVision.xaml">
  1230. <SubType>Designer</SubType>
  1231. <Generator>MSBuild:Compile</Generator>
  1232. </Page>
  1233. <Page Include="Views\Calibration\CalibrationHome.xaml">
  1234. <SubType>Designer</SubType>
  1235. <Generator>MSBuild:Compile</Generator>
  1236. </Page>
  1237. <Page Include="Views\Calibration\CalibrationResult.xaml">
  1238. <SubType>Designer</SubType>
  1239. <Generator>MSBuild:Compile</Generator>
  1240. </Page>
  1241. <Page Include="Views\Calibration\CalibrationSelectTool.xaml">
  1242. <SubType>Designer</SubType>
  1243. <Generator>MSBuild:Compile</Generator>
  1244. </Page>
  1245. <Page Include="Views\Calibration\CalibrationTeachCenterPoint.xaml">
  1246. <SubType>Designer</SubType>
  1247. <Generator>MSBuild:Compile</Generator>
  1248. </Page>
  1249. <Page Include="Views\Calibration\CalibrationVerification.xaml">
  1250. <SubType>Designer</SubType>
  1251. <Generator>MSBuild:Compile</Generator>
  1252. </Page>
  1253. <Page Include="Views\Calibration\CalibTool.xaml">
  1254. <SubType>Designer</SubType>
  1255. <Generator>MSBuild:Compile</Generator>
  1256. </Page>
  1257. <Page Include="Views\Calibration\FixedUpCameraFindP0.xaml">
  1258. <SubType>Designer</SubType>
  1259. <Generator>MSBuild:Compile</Generator>
  1260. </Page>
  1261. <Page Include="Views\Calibration\ShowCalibrationResult.xaml">
  1262. <SubType>Designer</SubType>
  1263. <Generator>MSBuild:Compile</Generator>
  1264. </Page>
  1265. <Page Include="Views\DebugMod\AddSimpleInching.xaml">
  1266. <SubType>Designer</SubType>
  1267. <Generator>MSBuild:Compile</Generator>
  1268. </Page>
  1269. <Page Include="Views\DebugMod\AfagFeederManual.xaml">
  1270. <SubType>Designer</SubType>
  1271. <Generator>MSBuild:Compile</Generator>
  1272. </Page>
  1273. <Page Include="Views\DebugMod\FeederClear.xaml">
  1274. <SubType>Designer</SubType>
  1275. <Generator>MSBuild:Compile</Generator>
  1276. </Page>
  1277. <Page Include="Views\DebugMod\FeederManual.xaml">
  1278. <SubType>Designer</SubType>
  1279. <Generator>MSBuild:Compile</Generator>
  1280. </Page>
  1281. <Page Include="Views\DebugMod\InchingControl.xaml">
  1282. <SubType>Designer</SubType>
  1283. <Generator>MSBuild:Compile</Generator>
  1284. </Page>
  1285. <Page Include="Views\DebugMod\LightManual.xaml">
  1286. <SubType>Designer</SubType>
  1287. <Generator>MSBuild:Compile</Generator>
  1288. </Page>
  1289. <Page Include="Views\DebugMod\RobotManualStep.xaml">
  1290. <SubType>Designer</SubType>
  1291. <Generator>MSBuild:Compile</Generator>
  1292. </Page>
  1293. <Page Include="Views\DebugMod\ScriptHome.xaml">
  1294. <SubType>Designer</SubType>
  1295. <Generator>MSBuild:Compile</Generator>
  1296. </Page>
  1297. <Page Include="Views\DebugMod\VisionSolution.xaml">
  1298. <SubType>Designer</SubType>
  1299. <Generator>MSBuild:Compile</Generator>
  1300. </Page>
  1301. <Page Include="Views\DebugView.xaml">
  1302. <SubType>Designer</SubType>
  1303. <Generator>MSBuild:Compile</Generator>
  1304. </Page>
  1305. <Page Include="Views\HomeView.xaml">
  1306. <SubType>Designer</SubType>
  1307. <Generator>MSBuild:Compile</Generator>
  1308. </Page>
  1309. <Page Include="Views\Home\AddScrew.xaml">
  1310. <SubType>Designer</SubType>
  1311. <Generator>MSBuild:Compile</Generator>
  1312. </Page>
  1313. <Page Include="Views\Home\ChangeHeader.xaml">
  1314. <SubType>Designer</SubType>
  1315. <Generator>MSBuild:Compile</Generator>
  1316. </Page>
  1317. <Page Include="Views\Home\ChangeNozzle.xaml">
  1318. <SubType>Designer</SubType>
  1319. <Generator>MSBuild:Compile</Generator>
  1320. </Page>
  1321. <Page Include="Views\Home\ShowVisionRender.xaml">
  1322. <SubType>Designer</SubType>
  1323. <Generator>MSBuild:Compile</Generator>
  1324. </Page>
  1325. <Page Include="Views\Home\TorqueCheck.xaml">
  1326. <SubType>Designer</SubType>
  1327. <Generator>MSBuild:Compile</Generator>
  1328. </Page>
  1329. <Page Include="Views\MainWindowView.xaml">
  1330. <Generator>MSBuild:Compile</Generator>
  1331. <SubType>Designer</SubType>
  1332. </Page>
  1333. <Compile Include="App.xaml.cs">
  1334. <DependentUpon>App.xaml</DependentUpon>
  1335. <SubType>Code</SubType>
  1336. </Compile>
  1337. <Compile Include="LogHelper.cs">
  1338. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1339. </Compile>
  1340. <Compile Include="ViewModels\HomeViewModel.cs" />
  1341. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  1342. <Compile Include="Views\HomeView.xaml.cs">
  1343. <DependentUpon>HomeView.xaml</DependentUpon>
  1344. </Compile>
  1345. <Compile Include="Views\MainWindowView.xaml.cs">
  1346. <DependentUpon>MainWindowView.xaml</DependentUpon>
  1347. <SubType>Code</SubType>
  1348. </Compile>
  1349. <Page Include="Views\ProductsView.xaml">
  1350. <SubType>Designer</SubType>
  1351. <Generator>MSBuild:Compile</Generator>
  1352. </Page>
  1353. <Page Include="Views\Product\AdvancedProcedure.xaml">
  1354. <SubType>Designer</SubType>
  1355. <Generator>MSBuild:Compile</Generator>
  1356. </Page>
  1357. <Page Include="Views\Product\AfagFeederParams.xaml">
  1358. <SubType>Designer</SubType>
  1359. <Generator>MSBuild:Compile</Generator>
  1360. </Page>
  1361. <Page Include="Views\Product\AutoCorrectLockPoint.xaml">
  1362. <SubType>Designer</SubType>
  1363. <Generator>MSBuild:Compile</Generator>
  1364. </Page>
  1365. <Page Include="Views\Product\CalculateOffsetU.xaml">
  1366. <SubType>Designer</SubType>
  1367. <Generator>MSBuild:Compile</Generator>
  1368. </Page>
  1369. <Page Include="Views\Product\CalculatePalletPos.xaml">
  1370. <SubType>Designer</SubType>
  1371. <Generator>MSBuild:Compile</Generator>
  1372. </Page>
  1373. <Page Include="Views\Product\CameraParams.xaml">
  1374. <SubType>Designer</SubType>
  1375. <Generator>MSBuild:Compile</Generator>
  1376. </Page>
  1377. <Page Include="Views\Product\CreateProductPage.xaml">
  1378. <SubType>Designer</SubType>
  1379. <Generator>MSBuild:Compile</Generator>
  1380. </Page>
  1381. <Page Include="Views\Product\FeederBlobParams.xaml">
  1382. <SubType>Designer</SubType>
  1383. <Generator>MSBuild:Compile</Generator>
  1384. </Page>
  1385. <Page Include="Views\Product\FeederParams.xaml">
  1386. <SubType>Designer</SubType>
  1387. <Generator>MSBuild:Compile</Generator>
  1388. </Page>
  1389. <Page Include="Views\Product\ImageDisplay.xaml">
  1390. <SubType>Designer</SubType>
  1391. <Generator>MSBuild:Compile</Generator>
  1392. </Page>
  1393. <Page Include="Views\Product\LightChannelList.xaml">
  1394. <SubType>Designer</SubType>
  1395. <Generator>MSBuild:Compile</Generator>
  1396. </Page>
  1397. <Page Include="Views\Product\PalletManage.xaml">
  1398. <SubType>Designer</SubType>
  1399. <Generator>MSBuild:Compile</Generator>
  1400. </Page>
  1401. <Page Include="Views\Product\PlcPointOffserParams.xaml">
  1402. <SubType>Designer</SubType>
  1403. <Generator>MSBuild:Compile</Generator>
  1404. </Page>
  1405. <Page Include="Views\Product\PlcPointParams.xaml">
  1406. <SubType>Designer</SubType>
  1407. <Generator>MSBuild:Compile</Generator>
  1408. </Page>
  1409. <Page Include="Views\Product\ProcedureParams.xaml">
  1410. <SubType>Designer</SubType>
  1411. <Generator>MSBuild:Compile</Generator>
  1412. </Page>
  1413. <Page Include="Views\Product\ProcedureVisionOutput.xaml">
  1414. <SubType>Designer</SubType>
  1415. <Generator>MSBuild:Compile</Generator>
  1416. </Page>
  1417. <Page Include="Views\Product\ProcessBasics.xaml">
  1418. <SubType>Designer</SubType>
  1419. <Generator>MSBuild:Compile</Generator>
  1420. </Page>
  1421. <Page Include="Views\Product\ProductDescription.xaml">
  1422. <SubType>Designer</SubType>
  1423. <Generator>MSBuild:Compile</Generator>
  1424. </Page>
  1425. <Page Include="Views\Product\ProductHome.xaml">
  1426. <SubType>Designer</SubType>
  1427. <Generator>MSBuild:Compile</Generator>
  1428. </Page>
  1429. <Page Include="Views\Product\ProductParams.xaml">
  1430. <SubType>Designer</SubType>
  1431. <Generator>MSBuild:Compile</Generator>
  1432. </Page>
  1433. <Page Include="Views\Product\ProductProcessManage.xaml">
  1434. <SubType>Designer</SubType>
  1435. <Generator>MSBuild:Compile</Generator>
  1436. </Page>
  1437. <Page Include="Views\Product\RobotPointParams.xaml">
  1438. <SubType>Designer</SubType>
  1439. <Generator>MSBuild:Compile</Generator>
  1440. </Page>
  1441. <Page Include="Views\Product\SimpleProcedure.xaml">
  1442. <SubType>Designer</SubType>
  1443. <Generator>MSBuild:Compile</Generator>
  1444. </Page>
  1445. <Page Include="Views\Product\TestProductPage.xaml">
  1446. <SubType>Designer</SubType>
  1447. <Generator>MSBuild:Compile</Generator>
  1448. </Page>
  1449. <Page Include="Views\Product\VisionDynamicAccuracyAnalyzer.xaml">
  1450. <SubType>Designer</SubType>
  1451. <Generator>MSBuild:Compile</Generator>
  1452. </Page>
  1453. <Page Include="Views\Product\VisionScriptPage.xaml">
  1454. <SubType>Designer</SubType>
  1455. <Generator>MSBuild:Compile</Generator>
  1456. </Page>
  1457. <Page Include="Views\Product\VisionStaticAccuracyAnalyzer.xaml">
  1458. <SubType>Designer</SubType>
  1459. <Generator>MSBuild:Compile</Generator>
  1460. </Page>
  1461. <Page Include="Views\SettingView.xaml">
  1462. <SubType>Designer</SubType>
  1463. <Generator>MSBuild:Compile</Generator>
  1464. </Page>
  1465. <Page Include="Views\Setting\AddCamera.xaml">
  1466. <SubType>Designer</SubType>
  1467. <Generator>MSBuild:Compile</Generator>
  1468. </Page>
  1469. <Page Include="Views\Setting\AddFeeder.xaml">
  1470. <SubType>Designer</SubType>
  1471. <Generator>MSBuild:Compile</Generator>
  1472. </Page>
  1473. <Page Include="Views\Setting\AddLightController.xaml">
  1474. <SubType>Designer</SubType>
  1475. <Generator>MSBuild:Compile</Generator>
  1476. </Page>
  1477. <Page Include="Views\Setting\AddPlc.xaml">
  1478. <SubType>Designer</SubType>
  1479. <Generator>MSBuild:Compile</Generator>
  1480. </Page>
  1481. <Page Include="Views\Setting\AddRobot.xaml">
  1482. <SubType>Designer</SubType>
  1483. <Generator>MSBuild:Compile</Generator>
  1484. </Page>
  1485. <Page Include="Views\Setting\AddScrewFeeder.xaml">
  1486. <SubType>Designer</SubType>
  1487. <Generator>MSBuild:Compile</Generator>
  1488. </Page>
  1489. <Page Include="Views\Setting\EditCamera.xaml">
  1490. <SubType>Designer</SubType>
  1491. <Generator>MSBuild:Compile</Generator>
  1492. </Page>
  1493. <Page Include="Views\Setting\SelectCameraBrand.xaml">
  1494. <SubType>Designer</SubType>
  1495. <Generator>MSBuild:Compile</Generator>
  1496. </Page>
  1497. <Page Include="Views\StatisticsView.xaml">
  1498. <SubType>Designer</SubType>
  1499. <Generator>MSBuild:Compile</Generator>
  1500. </Page>
  1501. <Page Include="Views\Statistics\AlarmQuery.xaml">
  1502. <SubType>Designer</SubType>
  1503. <Generator>MSBuild:Compile</Generator>
  1504. </Page>
  1505. <Page Include="Views\Statistics\HeadChangeRecordQuery.xaml">
  1506. <SubType>Designer</SubType>
  1507. <Generator>MSBuild:Compile</Generator>
  1508. </Page>
  1509. <Page Include="Views\Statistics\LockResultRecoredQuery.xaml">
  1510. <SubType>Designer</SubType>
  1511. <Generator>MSBuild:Compile</Generator>
  1512. </Page>
  1513. <Page Include="Views\Statistics\NozzleChangeRecordQuery.xaml">
  1514. <SubType>Designer</SubType>
  1515. <Generator>MSBuild:Compile</Generator>
  1516. </Page>
  1517. <Page Include="Views\Statistics\PhotoCaptureQuery.xaml">
  1518. <SubType>Designer</SubType>
  1519. <Generator>MSBuild:Compile</Generator>
  1520. </Page>
  1521. <Page Include="Views\Statistics\ProductionRecordQuery.xaml">
  1522. <SubType>Designer</SubType>
  1523. <Generator>MSBuild:Compile</Generator>
  1524. </Page>
  1525. <Page Include="Views\Statistics\ProductionStatement.xaml">
  1526. <SubType>Designer</SubType>
  1527. <Generator>MSBuild:Compile</Generator>
  1528. </Page>
  1529. <Page Include="Views\Statistics\ScrewFeederBatchQuery.xaml">
  1530. <SubType>Designer</SubType>
  1531. <Generator>MSBuild:Compile</Generator>
  1532. </Page>
  1533. <Page Include="Views\Statistics\StatisticalQuery.xaml">
  1534. <SubType>Designer</SubType>
  1535. <Generator>MSBuild:Compile</Generator>
  1536. </Page>
  1537. <Page Include="Views\UserView.xaml">
  1538. <SubType>Designer</SubType>
  1539. <Generator>MSBuild:Compile</Generator>
  1540. </Page>
  1541. <Page Include="Views\User\CardLoginWindow.xaml">
  1542. <SubType>Designer</SubType>
  1543. <Generator>MSBuild:Compile</Generator>
  1544. </Page>
  1545. <Page Include="Views\User\LoginView.xaml">
  1546. <SubType>Designer</SubType>
  1547. <Generator>MSBuild:Compile</Generator>
  1548. </Page>
  1549. <Page Include="Views\User\SignUpView.xaml">
  1550. <SubType>Designer</SubType>
  1551. <Generator>MSBuild:Compile</Generator>
  1552. </Page>
  1553. </ItemGroup>
  1554. <ItemGroup>
  1555. <Compile Include="Properties\AssemblyInfo.cs">
  1556. <SubType>Code</SubType>
  1557. </Compile>
  1558. <Compile Include="Properties\Resources.Designer.cs">
  1559. <AutoGen>True</AutoGen>
  1560. <DesignTime>True</DesignTime>
  1561. <DependentUpon>Resources.resx</DependentUpon>
  1562. </Compile>
  1563. <Compile Include="Properties\Settings.Designer.cs">
  1564. <AutoGen>True</AutoGen>
  1565. <DependentUpon>Settings.settings</DependentUpon>
  1566. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  1567. </Compile>
  1568. <EmbeddedResource Include="Properties\Resources.resx">
  1569. <Generator>ResXFileCodeGenerator</Generator>
  1570. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1571. </EmbeddedResource>
  1572. <EmbeddedResource Include="Resources\Languages\Lang.en.resx">
  1573. <SubType>Designer</SubType>
  1574. </EmbeddedResource>
  1575. <EmbeddedResource Include="Resources\Languages\Lang.ja-JP.resx">
  1576. <SubType>Designer</SubType>
  1577. </EmbeddedResource>
  1578. <EmbeddedResource Include="Resources\Languages\Lang.resx">
  1579. <Generator>PublicResXFileCodeGenerator</Generator>
  1580. <LastGenOutput>Lang.Designer.cs</LastGenOutput>
  1581. <SubType>Designer</SubType>
  1582. </EmbeddedResource>
  1583. <EmbeddedResource Include="Resources\Languages\Lang.zh-TW.resx">
  1584. <SubType>Designer</SubType>
  1585. </EmbeddedResource>
  1586. <None Include="packages.config" />
  1587. <None Include="Properties\Settings.settings">
  1588. <Generator>SettingsSingleFileGenerator</Generator>
  1589. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  1590. </None>
  1591. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Bold.ttf" />
  1592. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-BoldItalic.ttf" />
  1593. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraBold.ttf" />
  1594. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraBoldItalic.ttf" />
  1595. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraLight.ttf" />
  1596. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraLightItalic.ttf" />
  1597. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Italic.ttf" />
  1598. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Light.ttf" />
  1599. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-LightItalic.ttf" />
  1600. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Medium.ttf" />
  1601. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-MediumItalic.ttf" />
  1602. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Regular.ttf" />
  1603. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-SemiBold.ttf" />
  1604. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-SemiBoldItalic.ttf" />
  1605. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Thin.ttf" />
  1606. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ThinItalic.ttf" />
  1607. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Bold.ttf" />
  1608. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-BoldItalic.ttf" />
  1609. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraBold.ttf" />
  1610. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraBoldItalic.ttf" />
  1611. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraLight.ttf" />
  1612. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraLightItalic.ttf" />
  1613. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Italic.ttf" />
  1614. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Light.ttf" />
  1615. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-LightItalic.ttf" />
  1616. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Medium.ttf" />
  1617. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-MediumItalic.ttf" />
  1618. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Regular.ttf" />
  1619. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-SemiBold.ttf" />
  1620. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-SemiBoldItalic.ttf" />
  1621. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Thin.ttf" />
  1622. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ThinItalic.ttf" />
  1623. </ItemGroup>
  1624. <ItemGroup>
  1625. <None Include="App.config">
  1626. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1627. </None>
  1628. </ItemGroup>
  1629. <ItemGroup>
  1630. <Resource Include="Resources\Images\Copy.png" />
  1631. <Resource Include="Resources\Images\Cut.png" />
  1632. <Resource Include="Resources\Images\Delete.png" />
  1633. <Resource Include="Resources\Images\Open.png" />
  1634. <Resource Include="Resources\Images\Paste.png" />
  1635. <Resource Include="Resources\Images\Redo.png" />
  1636. <Resource Include="Resources\Images\Save.png" />
  1637. <Resource Include="Resources\Images\Undo.png" />
  1638. <Resource Include="Resources\Images\WordWrap.png" />
  1639. </ItemGroup>
  1640. <ItemGroup>
  1641. <Resource Include="Resources\Images\FFFEEDER.png" />
  1642. </ItemGroup>
  1643. <ItemGroup>
  1644. <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.11.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
  1645. <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.11.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
  1646. <Analyzer Include="..\packages\TouchSocket.Core.3.1.17\analyzers\dotnet\cs\TouchSocket.Core.SourceGenerator.dll" />
  1647. </ItemGroup>
  1648. <ItemGroup>
  1649. <Resource Include="Resources\Images\FixedDown.jpg" />
  1650. <Resource Include="Resources\Images\FixedUp.jpg" />
  1651. <Resource Include="Resources\Images\MobileJ2.jpg" />
  1652. <Resource Include="Resources\Images\MobileJ4.jpg" />
  1653. </ItemGroup>
  1654. <ItemGroup>
  1655. <Resource Include="Resources\Images\Clamp.png" />
  1656. <Resource Include="Resources\Images\Inhal.png" />
  1657. </ItemGroup>
  1658. <ItemGroup>
  1659. <Resource Include="Resources\Images\FeederCenterPoint.png" />
  1660. </ItemGroup>
  1661. <ItemGroup>
  1662. <Resource Include="Resources\Images\defToolTeachScaraFixed.jpg" />
  1663. </ItemGroup>
  1664. <ItemGroup>
  1665. <ProjectReference Include="..\Team.FFFeederService\Team.FFFeederService.csproj">
  1666. <Project>{26da3704-77d7-46a7-8651-684878dac898}</Project>
  1667. <Name>Team.FFFeederService</Name>
  1668. </ProjectReference>
  1669. </ItemGroup>
  1670. <ItemGroup>
  1671. <Resource Include="TeamAAS-VM.ico" />
  1672. </ItemGroup>
  1673. <ItemGroup>
  1674. <Resource Include="Resources\Images\FontAdd.png" />
  1675. <Resource Include="Resources\Images\FontSubtract.png" />
  1676. </ItemGroup>
  1677. <ItemGroup>
  1678. <Resource Include="Resources\Images\4event.png" />
  1679. <Resource Include="Resources\Images\1field.png" />
  1680. <Resource Include="Resources\Images\2property.png" />
  1681. <Resource Include="Resources\Images\3void.png" />
  1682. </ItemGroup>
  1683. <ItemGroup>
  1684. <Resource Include="Resources\Images\compile.png" />
  1685. </ItemGroup>
  1686. <ItemGroup>
  1687. <Resource Include="Resources\Images\SaveAs.png" />
  1688. </ItemGroup>
  1689. <ItemGroup>
  1690. <Content Include="Resources\ddraw.dll" />
  1691. <Content Include="Resources\SciCamera.Net.dll" />
  1692. <Resource Include="Resources\Images\MobileDown.png" />
  1693. <Content Include="Resources\GxIAPINET.dll" />
  1694. <Resource Include="Resources\Images\Feeder-反向.png" />
  1695. <Resource Include="Resources\Images\Feeder-正向.png" />
  1696. <Content Include="Resources\MVSDK_Net.dll" />
  1697. <Resource Include="Resources\Images\切变.png" />
  1698. <Resource Include="Resources\Images\正交.png" />
  1699. <Resource Include="Resources\Images\Palletlayout.png" />
  1700. <Content Include="Resources\MvCameraAcqTool.dll" />
  1701. <Resource Include="Resources\Images\10产品参数.png" />
  1702. <Resource Include="Resources\Images\1描述.png" />
  1703. <Resource Include="Resources\Images\2视觉流程管理.png" />
  1704. <Resource Include="Resources\Images\3视觉流程选择.png" />
  1705. <Resource Include="Resources\Images\4图像采集.png" />
  1706. <Resource Include="Resources\Images\5视觉工具处理.png" />
  1707. <Resource Include="Resources\Images\6Feeder任务.png" />
  1708. <Resource Include="Resources\Images\7视觉结果输出.png" />
  1709. <Resource Include="Resources\Images\8流程参数设置.png" />
  1710. <Resource Include="Resources\Images\9机器人点位.png" />
  1711. <Content Include="Resources\Basler.Pylon.dll" />
  1712. <Resource Include="Resources\Basler.Pylon.xml" />
  1713. <Content Include="Resources\MvCamCtrl.Net.dll" />
  1714. </ItemGroup>
  1715. <ItemGroup>
  1716. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  1717. <Visible>False</Visible>
  1718. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  1719. <Install>true</Install>
  1720. </BootstrapperPackage>
  1721. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1722. <Visible>False</Visible>
  1723. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1724. <Install>false</Install>
  1725. </BootstrapperPackage>
  1726. </ItemGroup>
  1727. <ItemGroup />
  1728. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1729. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1730. <PropertyGroup>
  1731. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1732. </PropertyGroup>
  1733. <Error Condition="!Exists('..\packages\SixLabors.ImageSharp.3.1.4\build\SixLabors.ImageSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SixLabors.ImageSharp.3.1.4\build\SixLabors.ImageSharp.props'))" />
  1734. <Error Condition="!Exists('..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets'))" />
  1735. <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
  1736. <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />
  1737. <Error Condition="!Exists('..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets'))" />
  1738. <Error Condition="!Exists('..\packages\Sdcb.OpenVINO.runtime.win-x64.2025.2.0.1\build\net\Sdcb.OpenVINO.runtime.win-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Sdcb.OpenVINO.runtime.win-x64.2025.2.0.1\build\net\Sdcb.OpenVINO.runtime.win-x64.props'))" />
  1739. <Error Condition="!Exists('..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.3\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.3\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets'))" />
  1740. <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.11.0.20250507\build\net48\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.11.0.20250507\build\net48\OpenCvSharp4.runtime.win.props'))" />
  1741. <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  1742. </Target>
  1743. <Import Project="..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets" Condition="Exists('..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" />
  1744. <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
  1745. <Import Project="..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets')" />
  1746. <Import Project="..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.3\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets" Condition="Exists('..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.3\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets')" />
  1747. <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  1748. </Project>