TeamAAS-VP.csproj 102 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704
  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\TorqueTest.cs" />
  546. <Compile Include="Models\Torque\Torque_TaskStatus.cs" />
  547. <Compile Include="Models\Torque\TorqueProduceModel.cs" />
  548. <Compile Include="Models\Torque\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\User\CardLoginWindowViewModel.cs" />
  558. <Compile Include="ViewModels\Home\ChangeNozzleViewModel.cs" />
  559. <Compile Include="ViewModels\Home\ChangeHeaderViewModel.cs" />
  560. <Compile Include="ViewModels\Home\AddScrewViewModel.cs" />
  561. <Compile Include="Services\TorqueService.cs" />
  562. <Compile Include="ViewModels\Home\TorqueCheckViewModel.cs" />
  563. <Compile Include="ViewModels\Product\ImageDisplayViewModel.cs" />
  564. <Compile Include="ViewModels\Setting\AddScrewFeederViewModel.cs" />
  565. <Compile Include="ViewModels\Statistics\LockResultRecoredQueryViewModel.cs" />
  566. <Compile Include="ViewModels\Product\VisionStaticAccuracyAnalyzerViewModel.cs" />
  567. <Compile Include="ViewModels\Product\VisionDynamicAccuracyAnalyzerViewModel.cs" />
  568. <Compile Include="Views\DebugMod\FocusAnalyzerl.xaml.cs">
  569. <DependentUpon>FocusAnalyzerl.xaml</DependentUpon>
  570. </Compile>
  571. <Compile Include="ViewModels\DebugMod\FocusAnalyzerViewModel.cs" />
  572. <Compile Include="Controls\myNumericUpDowm.xaml.cs">
  573. <DependentUpon>myNumericUpDowm.xaml</DependentUpon>
  574. </Compile>
  575. <Compile Include="Controls\ParameterEdit.xaml.cs">
  576. <DependentUpon>ParameterEdit.xaml</DependentUpon>
  577. </Compile>
  578. <Compile Include="Controls\PictureDisplayControl.xaml.cs">
  579. <DependentUpon>PictureDisplayControl.xaml</DependentUpon>
  580. </Compile>
  581. <Compile Include="Controls\RobotManual.xaml.cs">
  582. <DependentUpon>RobotManual.xaml</DependentUpon>
  583. </Compile>
  584. <Compile Include="Controls\RotatedRect.cs" />
  585. <Compile Include="Controls\ScriptEditControl.xaml.cs">
  586. <DependentUpon>ScriptEditControl.xaml</DependentUpon>
  587. </Compile>
  588. <Compile Include="Controls\ShowMessage.xaml.cs">
  589. <DependentUpon>ShowMessage.xaml</DependentUpon>
  590. </Compile>
  591. <Compile Include="Controls\UProgressBar.xaml.cs">
  592. <DependentUpon>UProgressBar.xaml</DependentUpon>
  593. </Compile>
  594. <Compile Include="Controls\VibrationControl.xaml.cs">
  595. <DependentUpon>VibrationControl.xaml</DependentUpon>
  596. </Compile>
  597. <Compile Include="Controls\VibrationPara.xaml.cs">
  598. <DependentUpon>VibrationPara.xaml</DependentUpon>
  599. </Compile>
  600. <Compile Include="Controls\WaitingControl.xaml.cs">
  601. <DependentUpon>WaitingControl.xaml</DependentUpon>
  602. </Compile>
  603. <Compile Include="Controls\WaitingPage.xaml.cs">
  604. <DependentUpon>WaitingPage.xaml</DependentUpon>
  605. </Compile>
  606. <Compile Include="Core\BgCommunicate.cs" />
  607. <Compile Include="Core\BgModbusTcpCommunicate.cs" />
  608. <Compile Include="Core\BraceFoldingStrategy.cs" />
  609. <Compile Include="Core\Cameras\CameraBase.cs" />
  610. <Compile Include="Core\Cameras\OptCamera.cs" />
  611. <Compile Include="Core\Lights\ICommunicationProtocol.cs" />
  612. <Compile Include="Core\Lights\ILightChannel.cs" />
  613. <Compile Include="Core\Lights\ILightController.cs" />
  614. <Compile Include="Core\Lights\KCSLightChannel.cs" />
  615. <Compile Include="Core\Lights\KCSLightController.cs" />
  616. <Compile Include="Core\Lights\LightChannelEventArgs.cs" />
  617. <Compile Include="Core\Lights\LightControllerBase.cs" />
  618. <Compile Include="Core\Lights\LightControllerEventArgs.cs" />
  619. <Compile Include="Core\Lights\LightModel.cs" />
  620. <Compile Include="Core\Lights\SerialPortProtocol.cs" />
  621. <Compile Include="Core\Lights\TcpProtocol.cs" />
  622. <Compile Include="Core\Robots\Axis.cs" />
  623. <Compile Include="Core\Robots\XYZU_Robot.cs" />
  624. <Compile Include="Core\ScrewDriver\XYD_ScrewDriver.cs" />
  625. <Compile Include="Data\DatabaseInitializer.cs" />
  626. <Compile Include="Data\SystemDatabaseService.cs" />
  627. <Compile Include="DxfModule\DxfParserService.cs" />
  628. <Compile Include="DxfModule\DxfView.xaml.cs">
  629. <DependentUpon>DxfView.xaml</DependentUpon>
  630. </Compile>
  631. <Compile Include="DxfModule\GraphicsRenderer.cs" />
  632. <Compile Include="DxfModule\InteractionController.cs" />
  633. <Compile Include="Enums\AnalysisMode.cs" />
  634. <Compile Include="Enums\DragHandleType.cs" />
  635. <Compile Include="Enums\ElectricScrewdriverBrand.cs" />
  636. <Compile Include="Enums\FocusMethod.cs" />
  637. <Compile Include="Enums\OutputPointMode.cs" />
  638. <Compile Include="Enums\RoiOperationMode.cs" />
  639. <Compile Include="Events\LockFinishNotification.cs" />
  640. <Compile Include="Interfaces\ICalibrationService.cs" />
  641. <Compile Include="Interfaces\ICameraService.cs" />
  642. <Compile Include="Interfaces\IConfigService.cs" />
  643. <Compile Include="Interfaces\IDatabaseInitializer.cs" />
  644. <Compile Include="Interfaces\ILightManagerService.cs" />
  645. <Compile Include="Interfaces\IPlcService.cs" />
  646. <Compile Include="Interfaces\IProductService.cs" />
  647. <Compile Include="Interfaces\IRemoteCommandService.cs" />
  648. <Compile Include="Interfaces\IScrewDriver.cs" />
  649. <Compile Include="Interfaces\ISystemDatabaseService.cs" />
  650. <Compile Include="Models\AlarmRecord.cs" />
  651. <Compile Include="Models\AnalysisParameters.cs" />
  652. <Compile Include="Models\AnalysisResult.cs" />
  653. <Compile Include="Models\Calibration\FixedUpCameraFindP0Info.cs" />
  654. <Compile Include="Models\ChessboardInfo.cs" />
  655. <Compile Include="Models\DataPoint.cs" />
  656. <Compile Include="Models\Lights\ChannelConfig.cs" />
  657. <Compile Include="Models\Lights\LightControllerConfig.cs" />
  658. <Compile Include="Models\LockResult.cs" />
  659. <Compile Include="Models\PLC\PlcAddressConfig.cs" />
  660. <Compile Include="Models\PLC\PlcAddress.cs" />
  661. <Compile Include="Models\PLC\PlcPoint.cs" />
  662. <Compile Include="Models\PLC\PlcPointAddress.cs" />
  663. <Compile Include="Models\ProductionRecord.cs" />
  664. <Compile Include="Models\ProductionStatQuery.cs" />
  665. <Compile Include="Models\ProductionStatResult.cs" />
  666. <Compile Include="Models\Product\ProcedureUserDefineParam.cs" />
  667. <Compile Include="Models\RoiModel.cs" />
  668. <Compile Include="Models\ScrewDriver\ScrewDriverConfig.cs" />
  669. <Compile Include="Models\SerialPortConfig.cs" />
  670. <Compile Include="Models\SystemConfiguration.cs" />
  671. <Compile Include="Models\TcpConfig.cs" />
  672. <Compile Include="Models\UserLoginRecord.cs" />
  673. <Compile Include="Services\CalibrationService.cs" />
  674. <Compile Include="Services\CameraCalibrationService.cs" />
  675. <Compile Include="Interfaces\ICameraCalibrationService.cs" />
  676. <Compile Include="Services\CameraService.cs" />
  677. <Compile Include="Core\Cameras\AHuaCamera.cs" />
  678. <Compile Include="Core\Cameras\CognexCamera.cs" />
  679. <Compile Include="Core\Cameras\GalaxyCamera.cs" />
  680. <Compile Include="Core\Common.cs" />
  681. <Compile Include="Core\DetectionResult.cs" />
  682. <Compile Include="Core\GalaxyMethod\CDecide.cs" />
  683. <Compile Include="Core\GalaxyMethod\CWin32Bitmaps.cs" />
  684. <Compile Include="Core\IniConfigHelper.cs" />
  685. <Compile Include="Core\PLCs\OpcUaClientPLC.cs" />
  686. <Compile Include="Services\CheckerboardDetectionService.cs" />
  687. <Compile Include="Services\ConfigService.cs" />
  688. <Compile Include="Services\FileDialogService.cs" />
  689. <Compile Include="Services\ImageAnalysisService.cs" />
  690. <Compile Include="Services\LightManagerService.cs" />
  691. <Compile Include="Services\PlcService.cs" />
  692. <Compile Include="Core\Robots\FanucRobot.cs" />
  693. <Compile Include="Core\ImageHelper.cs" />
  694. <Compile Include="Core\Cameras\MvCamera.cs" />
  695. <Compile Include="Core\Cameras\BaslerCamera.cs" />
  696. <Compile Include="Core\Robots\SchneiderRobot.cs" />
  697. <Compile Include="Core\Robots\XYZ_Platform.cs" />
  698. <Compile Include="Core\ScriptCompletionData.cs" />
  699. <Compile Include="Core\PalletTool.cs" />
  700. <Compile Include="Core\RegeditHelper.cs" />
  701. <Compile Include="Core\ScriptHelper.cs" />
  702. <Compile Include="Data\DatabaseHelper.cs" />
  703. <Compile Include="Data\DataTableHelper.cs" />
  704. <Compile Include="Enums\CalibTechP0Mode.cs" />
  705. <Compile Include="Enums\CameraBrand.cs" />
  706. <Compile Include="Enums\CameraMount.cs" />
  707. <Compile Include="Enums\CameraType.cs" />
  708. <Compile Include="Enums\CommunicationType.cs" />
  709. <Compile Include="Enums\CoordinateModel.cs" />
  710. <Compile Include="Enums\DataEncoding.cs" />
  711. <Compile Include="Enums\ModbusDataStore.cs" />
  712. <Compile Include="Enums\ProcedureOutputValueType.cs" />
  713. <Compile Include="Enums\ProcedureSaveImageModel.cs" />
  714. <Compile Include="Enums\ProcedureSaveImagePathModel.cs" />
  715. <Compile Include="Enums\VibrationModel.cs" />
  716. <Compile Include="Events\ProductChangedNotification.cs" />
  717. <Compile Include="Extension\EnumBindingSourceExtension.cs" />
  718. <Compile Include="Interfaces\IBackgroundScripting.cs" />
  719. <Compile Include="Interfaces\ICamera.cs" />
  720. <Compile Include="Interfaces\IPlc.cs" />
  721. <Compile Include="Interfaces\IVisionScripting.cs" />
  722. <Compile Include="Models\ActionParamsExtModel.cs" />
  723. <Compile Include="Models\BgModbusTcp.cs" />
  724. <Compile Include="Models\Camera\CameraInfo.cs" />
  725. <Compile Include="Models\Feeder\FeederClearWork.cs" />
  726. <Compile Include="Models\Feeder\FeederStockWork.cs" />
  727. <Compile Include="Models\Feeder\FeederStockWorks.cs" />
  728. <Compile Include="Models\Feeder\FeederWork.cs" />
  729. <Compile Include="Enums\Language.cs" />
  730. <Compile Include="Enums\MessageLevel.cs" />
  731. <Compile Include="Enums\MotionCommand.cs" />
  732. <Compile Include="Enums\PalletArrangement.cs" />
  733. <Compile Include="Enums\PickPlaceModel.cs" />
  734. <Compile Include="Enums\RobotBrand.cs" />
  735. <Compile Include="Enums\RobotHand.cs" />
  736. <Compile Include="Enums\TCPConnectType.cs" />
  737. <Compile Include="Enums\Terminator.cs" />
  738. <Compile Include="Enums\UserPart.cs" />
  739. <Compile Include="Enums\VibrationFunction.cs" />
  740. <Compile Include="Enums\VisionModel.cs" />
  741. <Compile Include="Events\PalletLayoutNotification.cs" />
  742. <Compile Include="Events\ProgressNotification.cs" />
  743. <Compile Include="Events\RenderUpdateNotification.cs" />
  744. <Compile Include="Events\SnackbarMessageNotification.cs" />
  745. <Compile Include="Events\TaskMessageNotification.cs" />
  746. <Compile Include="Events\UserLoginNotification.cs" />
  747. <Compile Include="Core\CoordinateTransformer.cs" />
  748. <Compile Include="Core\Robots\EpsonRobot.cs" />
  749. <Compile Include="Core\FileHelper.cs" />
  750. <Compile Include="Core\FilePath.cs" />
  751. <Compile Include="Core\Management.cs" />
  752. <Compile Include="Services\ProductService.cs" />
  753. <Compile Include="Services\RemoteCommandService.cs" />
  754. <Compile Include="Services\RobotService.cs" />
  755. <Compile Include="Core\ToolCoord.cs" />
  756. <Compile Include="Identity\IPValidationRule.cs" />
  757. <Compile Include="Identity\NameValidationRule.cs" />
  758. <Compile Include="Identity\PortValidationRule.cs" />
  759. <Compile Include="Interfaces\IRobot.cs" />
  760. <Compile Include="Interfaces\IRobotService.cs" />
  761. <Compile Include="Models\BgTcpIP.cs" />
  762. <Compile Include="Models\Calibration\CalibrationInfo.cs" />
  763. <Compile Include="Models\Calibration\CalibrationResult.cs" />
  764. <Compile Include="Models\Calibration\CalibrationTestResult.cs" />
  765. <Compile Include="Models\Product\CameraProcedure.cs" />
  766. <Compile Include="Models\Feeder\FeederInfo.cs" />
  767. <Compile Include="Models\Feeder\FeederWorks.cs" />
  768. <Compile Include="Models\MessageStruct.cs" />
  769. <Compile Include="Models\Robot\MultipleRobotPoint.cs" />
  770. <Compile Include="Models\Robot\Pallet.cs" />
  771. <Compile Include="Models\Robot\PalletExtend.cs" />
  772. <Compile Include="Models\PickInfo.cs" />
  773. <Compile Include="Models\PLC\PlcInfo.cs" />
  774. <Compile Include="Models\PLC\PlcRobotParameter.cs" />
  775. <Compile Include="Models\Product\ProcedureModel.cs" />
  776. <Compile Include="Models\Product\ProcedureOutput.cs" />
  777. <Compile Include="Models\Product\ProductGlobalParam.cs" />
  778. <Compile Include="Models\Product\ProductModel.cs" />
  779. <Compile Include="Models\Robot\RobotArm.cs" />
  780. <Compile Include="Models\Robot\RobotInfo.cs" />
  781. <Compile Include="Models\Robot\RobotPixelPoint.cs" />
  782. <Compile Include="Models\Robot\RobotPoint.cs" />
  783. <Compile Include="Models\Robot\RobotTool.cs" />
  784. <Compile Include="Models\Robot\RPoint.cs" />
  785. <Compile Include="Models\ScriptCompileMessage.cs" />
  786. <Compile Include="Models\ShowRender.cs" />
  787. <Compile Include="Models\StatusInfo.cs" />
  788. <Compile Include="Models\TaskMessage.cs" />
  789. <Compile Include="Models\Robot\ToolInfo.cs" />
  790. <Compile Include="Models\User.cs" />
  791. <Compile Include="Models\UserInching.cs" />
  792. <Compile Include="Models\Yield.cs" />
  793. <Compile Include="Resources\Script Template\Background Template.cs" />
  794. <Compile Include="Resources\Script Template\Vision Template.cs" />
  795. <Compile Include="Team.SoftKey.cs" />
  796. <Compile Include="ValidationRules\CommentValidationRule.cs" />
  797. <Compile Include="ValidationRules\IPAddressValidationRule.cs" />
  798. <Compile Include="ValidationRules\NumberRangeValidationRule.cs" />
  799. <Compile Include="ValidationRules\SubnetMaskValidationRule.cs" />
  800. <Compile Include="ValidationRules\TCPPortValidationRule.cs" />
  801. <Compile Include="ValidationRules\TextValidationRule.cs" />
  802. <Compile Include="ValidationRules\UsernameValidationRule.cs" />
  803. <Compile Include="ValueConverter\BooleanToVisibilityConverter.cs" />
  804. <Compile Include="ValueConverter\BoolToTextConverter.cs" />
  805. <Compile Include="ValueConverter\CameraMountConverter.cs" />
  806. <Compile Include="ValueConverter\EnumDescriptionTypeConverter.cs" />
  807. <Compile Include="ValueConverter\EnumLocalizationConverter.cs" />
  808. <Compile Include="ValueConverter\EnumToBooleanConverter.cs" />
  809. <Compile Include="ValueConverter\InvertBooleanConverter.cs" />
  810. <Compile Include="ValueConverter\InvertBooleanToVisibilityConverter.cs" />
  811. <Compile Include="ValueConverter\JogConverter.cs" />
  812. <Compile Include="ValueConverter\MultiParameterConverter.cs" />
  813. <Compile Include="ValueConverter\NavigationStateConverter.cs" />
  814. <Compile Include="ValueConverter\NoneWaveConverter.cs" />
  815. <Compile Include="ValueConverter\ObjectToVisibilityConverter.cs" />
  816. <Compile Include="ValueConverter\PickPlaceModelConverter.cs" />
  817. <Compile Include="ValueConverter\PlcIdToNameConverter.cs" />
  818. <Compile Include="ValueConverter\RobotBrandToVisibiltyConverter.cs" />
  819. <Compile Include="ValueConverter\RobotConverter.cs" />
  820. <Compile Include="ValueConverter\RobotIdToVisibiltyConverter.cs" />
  821. <Compile Include="ValueConverter\RoiToTextConverter.cs" />
  822. <Compile Include="ValueConverter\StringFormatConverter.cs" />
  823. <Compile Include="ViewModels\Product\AutoCorrectLockPointViewModel.cs" />
  824. <Compile Include="ViewModels\DebugMod\LightManualViewModel.cs" />
  825. <Compile Include="ViewModels\Calibration\FixedUpCameraFindP0ViewModel.cs" />
  826. <Compile Include="ViewModels\Product\LightChannelListViewModel.cs" />
  827. <Compile Include="ViewModels\Product\PlcPointParamsViewModel.cs" />
  828. <Compile Include="ViewModels\Setting\AddLightControllerViewModel.cs" />
  829. <Compile Include="ViewModels\Setting\AddPlcViewModel.cs" />
  830. <Compile Include="ViewModels\Product\AfagFeederParamsViewModel.cs" />
  831. <Compile Include="ViewModels\DebugMod\AfagFeederManualViewModel.cs" />
  832. <Compile Include="ViewModels\Product\CreateProductPageViewModel.cs" />
  833. <Compile Include="ViewModels\DebugMod\ScriptHomeViewModel.cs" />
  834. <Compile Include="ViewModels\DebugMod\FeederClearViewModel.cs" />
  835. <Compile Include="ViewModels\Setting\SelectCameraBrandViewModel.cs" />
  836. <Compile Include="ViewModels\Statistics\AlarmQueryViewModel.cs" />
  837. <Compile Include="ViewModels\Statistics\StatisticalQueryViewModel.cs" />
  838. <Compile Include="ViewModels\Statistics\ProductionStatementViewModel.cs" />
  839. <Compile Include="ViewModels\Product\CalculatePalletPosViewModel.cs" />
  840. <Compile Include="ViewModels\DebugMod\AddSimpleInchingViewModel.cs" />
  841. <Compile Include="ViewModels\Calibration\CalibrationCameraParamsViewModel.cs" />
  842. <Compile Include="ViewModels\DebugMod\InchingControlViewModel.cs" />
  843. <Compile Include="ViewModels\Setting\EditCameraViewModel.cs" />
  844. <Compile Include="ViewModels\Setting\AddCameraViewModel.cs" />
  845. <Compile Include="ViewModels\Product\CalculateOffsetUViewModel.cs" />
  846. <Compile Include="ViewModels\Calibration\CalibrationResultViewModel.cs" />
  847. <Compile Include="ViewModels\Calibration\CalibrationVerificationViewModel.cs" />
  848. <Compile Include="ViewModels\Calibration\CalibrationAutoViewModel.cs" />
  849. <Compile Include="ViewModels\Calibration\CalibrationSelectToolViewModel.cs" />
  850. <Compile Include="ViewModels\Calibration\CalibrationTeachCenterPointViewModel.cs" />
  851. <Compile Include="ViewModels\Calibration\CalibrationEditVisionViewModel.cs" />
  852. <Compile Include="ViewModels\Calibration\CalibrationBasicsViewModel.cs" />
  853. <Compile Include="ViewModels\Calibration\CalibrationHomeViewModel.cs" />
  854. <Compile Include="ViewModels\Calibration\CalibToolViewModel.cs" />
  855. <Compile Include="ViewModels\DebugMod\FeederManualViewModel.cs" />
  856. <Compile Include="ViewModels\DebugMod\RobotManualStepViewModel.cs" />
  857. <Compile Include="ViewModels\DebugMod\VisionSolutionViewModel.cs" />
  858. <Compile Include="ViewModels\Product\ProcedureVisionOutputViewModel.cs" />
  859. <Compile Include="ViewModels\Product\FeederBlobParamsViewModel.cs" />
  860. <Compile Include="ViewModels\Product\ProcedureParamsViewModel.cs" />
  861. <Compile Include="ViewModels\Product\PalletManageViewModel.cs" />
  862. <Compile Include="ViewModels\Product\ProductParamsViewModel.cs" />
  863. <Compile Include="ViewModels\Product\FeederParamsViewModel.cs" />
  864. <Compile Include="ViewModels\Product\CameraParamsViewModel.cs" />
  865. <Compile Include="ViewModels\Product\AdvancedProcedureViewModel.cs" />
  866. <Compile Include="ViewModels\Product\ProcessBasicsViewModel.cs" />
  867. <Compile Include="ViewModels\Product\ProductProcessManageViewModel.cs" />
  868. <Compile Include="ViewModels\Product\ProductDescriptionViewModel.cs" />
  869. <Compile Include="ViewModels\Product\ProductHomeViewModel.cs" />
  870. <Compile Include="ViewModels\Product\RobotPointParamsViewModel.cs" />
  871. <Compile Include="ViewModels\Setting\AddFeederViewModel.cs" />
  872. <Compile Include="ViewModels\Setting\AddRobotViewModel.cs" />
  873. <Compile Include="ViewModels\CalibrationViewModel.cs" />
  874. <Compile Include="ViewModels\DebugViewModel.cs" />
  875. <Compile Include="ViewModels\Home\ShowVisionRenderViewModel.cs" />
  876. <Compile Include="ViewModels\Product\SimpleProcedureViewModel.cs" />
  877. <Compile Include="ViewModels\Calibration\ShowCalibrationResultViewModel.cs" />
  878. <Compile Include="ViewModels\Product\TestProductPageViewModel.cs" />
  879. <Compile Include="ViewModels\User\SignUpViewModel.cs" />
  880. <Compile Include="ViewModels\User\LoginViewModel.cs" />
  881. <Compile Include="ViewModels\ProductsViewModel.cs" />
  882. <Compile Include="ViewModels\SettingViewModel.cs" />
  883. <Compile Include="ViewModels\StatisticsViewModel.cs" />
  884. <Compile Include="ViewModels\UserViewModel.cs" />
  885. <Compile Include="ViewModels\Product\VisionScriptPageViewModel.cs" />
  886. <Compile Include="Views\CalibrationView.xaml.cs">
  887. <DependentUpon>CalibrationView.xaml</DependentUpon>
  888. </Compile>
  889. <Compile Include="Views\Calibration\CalibrationAuto.xaml.cs">
  890. <DependentUpon>CalibrationAuto.xaml</DependentUpon>
  891. </Compile>
  892. <Compile Include="Views\Calibration\CalibrationBasics.xaml.cs">
  893. <DependentUpon>CalibrationBasics.xaml</DependentUpon>
  894. </Compile>
  895. <Compile Include="Views\Calibration\CalibrationCameraParams.xaml.cs">
  896. <DependentUpon>CalibrationCameraParams.xaml</DependentUpon>
  897. </Compile>
  898. <Compile Include="Views\Calibration\CalibrationEditVision.xaml.cs">
  899. <DependentUpon>CalibrationEditVision.xaml</DependentUpon>
  900. </Compile>
  901. <Compile Include="Views\Calibration\CalibrationHome.xaml.cs">
  902. <DependentUpon>CalibrationHome.xaml</DependentUpon>
  903. </Compile>
  904. <Compile Include="Views\Calibration\CalibrationResult.xaml.cs">
  905. <DependentUpon>CalibrationResult.xaml</DependentUpon>
  906. </Compile>
  907. <Compile Include="Views\Calibration\CalibrationSelectTool.xaml.cs">
  908. <DependentUpon>CalibrationSelectTool.xaml</DependentUpon>
  909. </Compile>
  910. <Compile Include="Views\Calibration\CalibrationTeachCenterPoint.xaml.cs">
  911. <DependentUpon>CalibrationTeachCenterPoint.xaml</DependentUpon>
  912. </Compile>
  913. <Compile Include="Views\Calibration\CalibrationVerification.xaml.cs">
  914. <DependentUpon>CalibrationVerification.xaml</DependentUpon>
  915. </Compile>
  916. <Compile Include="Views\Calibration\CalibTool.xaml.cs">
  917. <DependentUpon>CalibTool.xaml</DependentUpon>
  918. </Compile>
  919. <Compile Include="Views\Calibration\FixedUpCameraFindP0.xaml.cs">
  920. <DependentUpon>FixedUpCameraFindP0.xaml</DependentUpon>
  921. </Compile>
  922. <Compile Include="Views\Calibration\ShowCalibrationResult.xaml.cs">
  923. <DependentUpon>ShowCalibrationResult.xaml</DependentUpon>
  924. </Compile>
  925. <Compile Include="Views\DebugMod\AddSimpleInching.xaml.cs">
  926. <DependentUpon>AddSimpleInching.xaml</DependentUpon>
  927. </Compile>
  928. <Compile Include="Views\DebugMod\AfagFeederManual.xaml.cs">
  929. <DependentUpon>AfagFeederManual.xaml</DependentUpon>
  930. </Compile>
  931. <Compile Include="Views\DebugMod\FeederClear.xaml.cs">
  932. <DependentUpon>FeederClear.xaml</DependentUpon>
  933. </Compile>
  934. <Compile Include="Views\DebugMod\FeederManual.xaml.cs">
  935. <DependentUpon>FeederManual.xaml</DependentUpon>
  936. </Compile>
  937. <Compile Include="Views\DebugMod\InchingControl.xaml.cs">
  938. <DependentUpon>InchingControl.xaml</DependentUpon>
  939. </Compile>
  940. <Compile Include="Views\DebugMod\LightManual.xaml.cs">
  941. <DependentUpon>LightManual.xaml</DependentUpon>
  942. </Compile>
  943. <Compile Include="Views\DebugMod\RobotManualStep.xaml.cs">
  944. <DependentUpon>RobotManualStep.xaml</DependentUpon>
  945. </Compile>
  946. <Compile Include="Views\DebugMod\ScriptHome.xaml.cs">
  947. <DependentUpon>ScriptHome.xaml</DependentUpon>
  948. </Compile>
  949. <Compile Include="Views\DebugMod\VisionSolution.xaml.cs">
  950. <DependentUpon>VisionSolution.xaml</DependentUpon>
  951. </Compile>
  952. <Compile Include="Views\DebugView.xaml.cs">
  953. <DependentUpon>DebugView.xaml</DependentUpon>
  954. </Compile>
  955. <Compile Include="Views\Home\AddScrew.xaml.cs">
  956. <DependentUpon>AddScrew.xaml</DependentUpon>
  957. </Compile>
  958. <Compile Include="Views\Home\ChangeHeader.xaml.cs">
  959. <DependentUpon>ChangeHeader.xaml</DependentUpon>
  960. </Compile>
  961. <Compile Include="Views\Home\ChangeNozzle.xaml.cs">
  962. <DependentUpon>ChangeNozzle.xaml</DependentUpon>
  963. </Compile>
  964. <Compile Include="Views\Home\ShowVisionRender.xaml.cs">
  965. <DependentUpon>ShowVisionRender.xaml</DependentUpon>
  966. </Compile>
  967. <Compile Include="Views\Home\TorqueCheck.xaml.cs">
  968. <DependentUpon>TorqueCheck.xaml</DependentUpon>
  969. </Compile>
  970. <Compile Include="Views\ProductsView.xaml.cs">
  971. <DependentUpon>ProductsView.xaml</DependentUpon>
  972. </Compile>
  973. <Compile Include="Views\Product\AdvancedProcedure.xaml.cs">
  974. <DependentUpon>AdvancedProcedure.xaml</DependentUpon>
  975. </Compile>
  976. <Compile Include="Views\Product\AfagFeederParams.xaml.cs">
  977. <DependentUpon>AfagFeederParams.xaml</DependentUpon>
  978. </Compile>
  979. <Compile Include="Views\Product\AutoCorrectLockPoint.xaml.cs">
  980. <DependentUpon>AutoCorrectLockPoint.xaml</DependentUpon>
  981. </Compile>
  982. <Compile Include="Views\Product\CalculateOffsetU.xaml.cs">
  983. <DependentUpon>CalculateOffsetU.xaml</DependentUpon>
  984. </Compile>
  985. <Compile Include="Views\Product\CalculatePalletPos.xaml.cs">
  986. <DependentUpon>CalculatePalletPos.xaml</DependentUpon>
  987. </Compile>
  988. <Compile Include="Views\Product\CameraParams.xaml.cs">
  989. <DependentUpon>CameraParams.xaml</DependentUpon>
  990. </Compile>
  991. <Compile Include="Views\Product\CreateProductPage.xaml.cs">
  992. <DependentUpon>CreateProductPage.xaml</DependentUpon>
  993. </Compile>
  994. <Compile Include="Views\Product\FeederBlobParams.xaml.cs">
  995. <DependentUpon>FeederBlobParams.xaml</DependentUpon>
  996. </Compile>
  997. <Compile Include="Views\Product\FeederParams.xaml.cs">
  998. <DependentUpon>FeederParams.xaml</DependentUpon>
  999. </Compile>
  1000. <Compile Include="Views\Product\ImageDisplay.xaml.cs">
  1001. <DependentUpon>ImageDisplay.xaml</DependentUpon>
  1002. </Compile>
  1003. <Compile Include="Views\Product\LightChannelList.xaml.cs">
  1004. <DependentUpon>LightChannelList.xaml</DependentUpon>
  1005. </Compile>
  1006. <Compile Include="Views\Product\PalletManage.xaml.cs">
  1007. <DependentUpon>PalletManage.xaml</DependentUpon>
  1008. </Compile>
  1009. <Compile Include="Views\Product\PlcPointOffserParams.xaml.cs">
  1010. <DependentUpon>PlcPointOffserParams.xaml</DependentUpon>
  1011. </Compile>
  1012. <Compile Include="Views\Product\PlcPointParams.xaml.cs">
  1013. <DependentUpon>PlcPointParams.xaml</DependentUpon>
  1014. </Compile>
  1015. <Compile Include="Views\Product\ProcedureParams.xaml.cs">
  1016. <DependentUpon>ProcedureParams.xaml</DependentUpon>
  1017. </Compile>
  1018. <Compile Include="Views\Product\ProcedureVisionOutput.xaml.cs">
  1019. <DependentUpon>ProcedureVisionOutput.xaml</DependentUpon>
  1020. </Compile>
  1021. <Compile Include="Views\Product\ProcessBasics.xaml.cs">
  1022. <DependentUpon>ProcessBasics.xaml</DependentUpon>
  1023. </Compile>
  1024. <Compile Include="Views\Product\ProductDescription.xaml.cs">
  1025. <DependentUpon>ProductDescription.xaml</DependentUpon>
  1026. </Compile>
  1027. <Compile Include="Views\Product\ProductHome.xaml.cs">
  1028. <DependentUpon>ProductHome.xaml</DependentUpon>
  1029. </Compile>
  1030. <Compile Include="Views\Product\ProductParams.xaml.cs">
  1031. <DependentUpon>ProductParams.xaml</DependentUpon>
  1032. </Compile>
  1033. <Compile Include="Views\Product\ProductProcessManage.xaml.cs">
  1034. <DependentUpon>ProductProcessManage.xaml</DependentUpon>
  1035. </Compile>
  1036. <Compile Include="Views\Product\RobotPointParams.xaml.cs">
  1037. <DependentUpon>RobotPointParams.xaml</DependentUpon>
  1038. </Compile>
  1039. <Compile Include="Views\Product\SimpleProcedure.xaml.cs">
  1040. <DependentUpon>SimpleProcedure.xaml</DependentUpon>
  1041. </Compile>
  1042. <Compile Include="Views\Product\TestProductPage.xaml.cs">
  1043. <DependentUpon>TestProductPage.xaml</DependentUpon>
  1044. </Compile>
  1045. <Compile Include="Views\Product\VisionDynamicAccuracyAnalyzer.xaml.cs">
  1046. <DependentUpon>VisionDynamicAccuracyAnalyzer.xaml</DependentUpon>
  1047. </Compile>
  1048. <Compile Include="Views\Product\VisionScriptPage.xaml.cs">
  1049. <DependentUpon>VisionScriptPage.xaml</DependentUpon>
  1050. </Compile>
  1051. <Compile Include="Views\Product\VisionStaticAccuracyAnalyzer.xaml.cs">
  1052. <DependentUpon>VisionStaticAccuracyAnalyzer.xaml</DependentUpon>
  1053. </Compile>
  1054. <Compile Include="Views\SettingView.xaml.cs">
  1055. <DependentUpon>SettingView.xaml</DependentUpon>
  1056. </Compile>
  1057. <Compile Include="Views\Setting\AddCamera.xaml.cs">
  1058. <DependentUpon>AddCamera.xaml</DependentUpon>
  1059. </Compile>
  1060. <Compile Include="Views\Setting\AddFeeder.xaml.cs">
  1061. <DependentUpon>AddFeeder.xaml</DependentUpon>
  1062. </Compile>
  1063. <Compile Include="Views\Setting\AddLightController.xaml.cs">
  1064. <DependentUpon>AddLightController.xaml</DependentUpon>
  1065. </Compile>
  1066. <Compile Include="Views\Setting\AddPlc.xaml.cs">
  1067. <DependentUpon>AddPlc.xaml</DependentUpon>
  1068. </Compile>
  1069. <Compile Include="Views\Setting\AddRobot.xaml.cs">
  1070. <DependentUpon>AddRobot.xaml</DependentUpon>
  1071. </Compile>
  1072. <Compile Include="Views\Setting\AddScrewFeeder.xaml.cs">
  1073. <DependentUpon>AddScrewFeeder.xaml</DependentUpon>
  1074. </Compile>
  1075. <Compile Include="Views\Setting\EditCamera.xaml.cs">
  1076. <DependentUpon>EditCamera.xaml</DependentUpon>
  1077. </Compile>
  1078. <Compile Include="Views\Setting\SelectCameraBrand.xaml.cs">
  1079. <DependentUpon>SelectCameraBrand.xaml</DependentUpon>
  1080. </Compile>
  1081. <Compile Include="Views\StatisticsView.xaml.cs">
  1082. <DependentUpon>StatisticsView.xaml</DependentUpon>
  1083. </Compile>
  1084. <Compile Include="Views\Statistics\AlarmQuery.xaml.cs">
  1085. <DependentUpon>AlarmQuery.xaml</DependentUpon>
  1086. </Compile>
  1087. <Compile Include="Views\Statistics\LockResultRecoredQuery.xaml.cs">
  1088. <DependentUpon>LockResultRecoredQuery.xaml</DependentUpon>
  1089. </Compile>
  1090. <Compile Include="Views\Statistics\ProductionStatement.xaml.cs">
  1091. <DependentUpon>ProductionStatement.xaml</DependentUpon>
  1092. </Compile>
  1093. <Compile Include="Views\Statistics\StatisticalQuery.xaml.cs">
  1094. <DependentUpon>StatisticalQuery.xaml</DependentUpon>
  1095. </Compile>
  1096. <Compile Include="Views\UserView.xaml.cs">
  1097. <DependentUpon>UserView.xaml</DependentUpon>
  1098. </Compile>
  1099. <Compile Include="Views\User\CardLoginWindow.xaml.cs">
  1100. <DependentUpon>CardLoginWindow.xaml</DependentUpon>
  1101. </Compile>
  1102. <Compile Include="Views\User\LoginView.xaml.cs">
  1103. <DependentUpon>LoginView.xaml</DependentUpon>
  1104. </Compile>
  1105. <Compile Include="Views\User\SignUpView.xaml.cs">
  1106. <DependentUpon>SignUpView.xaml</DependentUpon>
  1107. </Compile>
  1108. <Page Include="Controls\AddPalletView.xaml">
  1109. <SubType>Designer</SubType>
  1110. <Generator>MSBuild:Compile</Generator>
  1111. </Page>
  1112. <Page Include="Controls\AddProduct.xaml">
  1113. <SubType>Designer</SubType>
  1114. <Generator>MSBuild:Compile</Generator>
  1115. </Page>
  1116. <Page Include="Controls\AflexControl.xaml">
  1117. <SubType>Designer</SubType>
  1118. <Generator>MSBuild:Compile</Generator>
  1119. </Page>
  1120. <Page Include="Controls\FeederOutput.xaml">
  1121. <SubType>Designer</SubType>
  1122. <Generator>MSBuild:Compile</Generator>
  1123. </Page>
  1124. <Page Include="Controls\FeederSequence.xaml">
  1125. <SubType>Designer</SubType>
  1126. <Generator>MSBuild:Compile</Generator>
  1127. </Page>
  1128. <Page Include="Controls\FeederSystemParam.xaml">
  1129. <SubType>Designer</SubType>
  1130. <Generator>MSBuild:Compile</Generator>
  1131. </Page>
  1132. <Page Include="Views\DebugMod\FocusAnalyzerl.xaml">
  1133. <SubType>Designer</SubType>
  1134. <Generator>MSBuild:Compile</Generator>
  1135. </Page>
  1136. <Page Include="Controls\myNumericUpDowm.xaml">
  1137. <SubType>Designer</SubType>
  1138. <Generator>MSBuild:Compile</Generator>
  1139. </Page>
  1140. <Page Include="Controls\ParameterEdit.xaml">
  1141. <SubType>Designer</SubType>
  1142. <Generator>MSBuild:Compile</Generator>
  1143. </Page>
  1144. <Page Include="Controls\PictureDisplayControl.xaml">
  1145. <Generator>MSBuild:Compile</Generator>
  1146. <SubType>Designer</SubType>
  1147. </Page>
  1148. <Page Include="Controls\RobotManual.xaml">
  1149. <SubType>Designer</SubType>
  1150. <Generator>MSBuild:Compile</Generator>
  1151. </Page>
  1152. <Page Include="Controls\ScriptEditControl.xaml">
  1153. <SubType>Designer</SubType>
  1154. <Generator>MSBuild:Compile</Generator>
  1155. </Page>
  1156. <Page Include="Controls\ShowMessage.xaml">
  1157. <SubType>Designer</SubType>
  1158. <Generator>MSBuild:Compile</Generator>
  1159. </Page>
  1160. <Page Include="Controls\UProgressBar.xaml">
  1161. <SubType>Designer</SubType>
  1162. <Generator>MSBuild:Compile</Generator>
  1163. </Page>
  1164. <Page Include="Controls\VibrationControl.xaml">
  1165. <SubType>Designer</SubType>
  1166. <Generator>MSBuild:Compile</Generator>
  1167. </Page>
  1168. <Page Include="Controls\VibrationPara.xaml">
  1169. <SubType>Designer</SubType>
  1170. <Generator>MSBuild:Compile</Generator>
  1171. </Page>
  1172. <Page Include="Controls\WaitingControl.xaml">
  1173. <SubType>Designer</SubType>
  1174. <Generator>MSBuild:Compile</Generator>
  1175. </Page>
  1176. <Page Include="Controls\WaitingPage.xaml">
  1177. <SubType>Designer</SubType>
  1178. <Generator>MSBuild:Compile</Generator>
  1179. </Page>
  1180. <Page Include="DxfModule\DxfView.xaml">
  1181. <SubType>Designer</SubType>
  1182. <Generator>MSBuild:Compile</Generator>
  1183. </Page>
  1184. <Page Include="Resources\FontSize\DefaultFontSize.xaml">
  1185. <SubType>Designer</SubType>
  1186. <Generator>MSBuild:Compile</Generator>
  1187. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1188. </Page>
  1189. <Page Include="Resources\Styles\DefaultColors.xaml">
  1190. <SubType>Designer</SubType>
  1191. <Generator>MSBuild:Compile</Generator>
  1192. </Page>
  1193. <Page Include="Views\CalibrationView.xaml">
  1194. <SubType>Designer</SubType>
  1195. <Generator>MSBuild:Compile</Generator>
  1196. </Page>
  1197. <Page Include="Views\Calibration\CalibrationAuto.xaml">
  1198. <SubType>Designer</SubType>
  1199. <Generator>MSBuild:Compile</Generator>
  1200. </Page>
  1201. <Page Include="Views\Calibration\CalibrationBasics.xaml">
  1202. <SubType>Designer</SubType>
  1203. <Generator>MSBuild:Compile</Generator>
  1204. </Page>
  1205. <Page Include="Views\Calibration\CalibrationCameraParams.xaml">
  1206. <SubType>Designer</SubType>
  1207. <Generator>MSBuild:Compile</Generator>
  1208. </Page>
  1209. <Page Include="Views\Calibration\CalibrationEditVision.xaml">
  1210. <SubType>Designer</SubType>
  1211. <Generator>MSBuild:Compile</Generator>
  1212. </Page>
  1213. <Page Include="Views\Calibration\CalibrationHome.xaml">
  1214. <SubType>Designer</SubType>
  1215. <Generator>MSBuild:Compile</Generator>
  1216. </Page>
  1217. <Page Include="Views\Calibration\CalibrationResult.xaml">
  1218. <SubType>Designer</SubType>
  1219. <Generator>MSBuild:Compile</Generator>
  1220. </Page>
  1221. <Page Include="Views\Calibration\CalibrationSelectTool.xaml">
  1222. <SubType>Designer</SubType>
  1223. <Generator>MSBuild:Compile</Generator>
  1224. </Page>
  1225. <Page Include="Views\Calibration\CalibrationTeachCenterPoint.xaml">
  1226. <SubType>Designer</SubType>
  1227. <Generator>MSBuild:Compile</Generator>
  1228. </Page>
  1229. <Page Include="Views\Calibration\CalibrationVerification.xaml">
  1230. <SubType>Designer</SubType>
  1231. <Generator>MSBuild:Compile</Generator>
  1232. </Page>
  1233. <Page Include="Views\Calibration\CalibTool.xaml">
  1234. <SubType>Designer</SubType>
  1235. <Generator>MSBuild:Compile</Generator>
  1236. </Page>
  1237. <Page Include="Views\Calibration\FixedUpCameraFindP0.xaml">
  1238. <SubType>Designer</SubType>
  1239. <Generator>MSBuild:Compile</Generator>
  1240. </Page>
  1241. <Page Include="Views\Calibration\ShowCalibrationResult.xaml">
  1242. <SubType>Designer</SubType>
  1243. <Generator>MSBuild:Compile</Generator>
  1244. </Page>
  1245. <Page Include="Views\DebugMod\AddSimpleInching.xaml">
  1246. <SubType>Designer</SubType>
  1247. <Generator>MSBuild:Compile</Generator>
  1248. </Page>
  1249. <Page Include="Views\DebugMod\AfagFeederManual.xaml">
  1250. <SubType>Designer</SubType>
  1251. <Generator>MSBuild:Compile</Generator>
  1252. </Page>
  1253. <Page Include="Views\DebugMod\FeederClear.xaml">
  1254. <SubType>Designer</SubType>
  1255. <Generator>MSBuild:Compile</Generator>
  1256. </Page>
  1257. <Page Include="Views\DebugMod\FeederManual.xaml">
  1258. <SubType>Designer</SubType>
  1259. <Generator>MSBuild:Compile</Generator>
  1260. </Page>
  1261. <Page Include="Views\DebugMod\InchingControl.xaml">
  1262. <SubType>Designer</SubType>
  1263. <Generator>MSBuild:Compile</Generator>
  1264. </Page>
  1265. <Page Include="Views\DebugMod\LightManual.xaml">
  1266. <SubType>Designer</SubType>
  1267. <Generator>MSBuild:Compile</Generator>
  1268. </Page>
  1269. <Page Include="Views\DebugMod\RobotManualStep.xaml">
  1270. <SubType>Designer</SubType>
  1271. <Generator>MSBuild:Compile</Generator>
  1272. </Page>
  1273. <Page Include="Views\DebugMod\ScriptHome.xaml">
  1274. <SubType>Designer</SubType>
  1275. <Generator>MSBuild:Compile</Generator>
  1276. </Page>
  1277. <Page Include="Views\DebugMod\VisionSolution.xaml">
  1278. <SubType>Designer</SubType>
  1279. <Generator>MSBuild:Compile</Generator>
  1280. </Page>
  1281. <Page Include="Views\DebugView.xaml">
  1282. <SubType>Designer</SubType>
  1283. <Generator>MSBuild:Compile</Generator>
  1284. </Page>
  1285. <Page Include="Views\HomeView.xaml">
  1286. <SubType>Designer</SubType>
  1287. <Generator>MSBuild:Compile</Generator>
  1288. </Page>
  1289. <Page Include="Views\Home\AddScrew.xaml">
  1290. <SubType>Designer</SubType>
  1291. <Generator>MSBuild:Compile</Generator>
  1292. </Page>
  1293. <Page Include="Views\Home\ChangeHeader.xaml">
  1294. <SubType>Designer</SubType>
  1295. <Generator>MSBuild:Compile</Generator>
  1296. </Page>
  1297. <Page Include="Views\Home\ChangeNozzle.xaml">
  1298. <SubType>Designer</SubType>
  1299. <Generator>MSBuild:Compile</Generator>
  1300. </Page>
  1301. <Page Include="Views\Home\ShowVisionRender.xaml">
  1302. <SubType>Designer</SubType>
  1303. <Generator>MSBuild:Compile</Generator>
  1304. </Page>
  1305. <Page Include="Views\Home\TorqueCheck.xaml">
  1306. <SubType>Designer</SubType>
  1307. <Generator>MSBuild:Compile</Generator>
  1308. </Page>
  1309. <Page Include="Views\MainWindowView.xaml">
  1310. <Generator>MSBuild:Compile</Generator>
  1311. <SubType>Designer</SubType>
  1312. </Page>
  1313. <Compile Include="App.xaml.cs">
  1314. <DependentUpon>App.xaml</DependentUpon>
  1315. <SubType>Code</SubType>
  1316. </Compile>
  1317. <Compile Include="LogHelper.cs">
  1318. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1319. </Compile>
  1320. <Compile Include="ViewModels\HomeViewModel.cs" />
  1321. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  1322. <Compile Include="Views\HomeView.xaml.cs">
  1323. <DependentUpon>HomeView.xaml</DependentUpon>
  1324. </Compile>
  1325. <Compile Include="Views\MainWindowView.xaml.cs">
  1326. <DependentUpon>MainWindowView.xaml</DependentUpon>
  1327. <SubType>Code</SubType>
  1328. </Compile>
  1329. <Page Include="Views\ProductsView.xaml">
  1330. <SubType>Designer</SubType>
  1331. <Generator>MSBuild:Compile</Generator>
  1332. </Page>
  1333. <Page Include="Views\Product\AdvancedProcedure.xaml">
  1334. <SubType>Designer</SubType>
  1335. <Generator>MSBuild:Compile</Generator>
  1336. </Page>
  1337. <Page Include="Views\Product\AfagFeederParams.xaml">
  1338. <SubType>Designer</SubType>
  1339. <Generator>MSBuild:Compile</Generator>
  1340. </Page>
  1341. <Page Include="Views\Product\AutoCorrectLockPoint.xaml">
  1342. <SubType>Designer</SubType>
  1343. <Generator>MSBuild:Compile</Generator>
  1344. </Page>
  1345. <Page Include="Views\Product\CalculateOffsetU.xaml">
  1346. <SubType>Designer</SubType>
  1347. <Generator>MSBuild:Compile</Generator>
  1348. </Page>
  1349. <Page Include="Views\Product\CalculatePalletPos.xaml">
  1350. <SubType>Designer</SubType>
  1351. <Generator>MSBuild:Compile</Generator>
  1352. </Page>
  1353. <Page Include="Views\Product\CameraParams.xaml">
  1354. <SubType>Designer</SubType>
  1355. <Generator>MSBuild:Compile</Generator>
  1356. </Page>
  1357. <Page Include="Views\Product\CreateProductPage.xaml">
  1358. <SubType>Designer</SubType>
  1359. <Generator>MSBuild:Compile</Generator>
  1360. </Page>
  1361. <Page Include="Views\Product\FeederBlobParams.xaml">
  1362. <SubType>Designer</SubType>
  1363. <Generator>MSBuild:Compile</Generator>
  1364. </Page>
  1365. <Page Include="Views\Product\FeederParams.xaml">
  1366. <SubType>Designer</SubType>
  1367. <Generator>MSBuild:Compile</Generator>
  1368. </Page>
  1369. <Page Include="Views\Product\ImageDisplay.xaml">
  1370. <SubType>Designer</SubType>
  1371. <Generator>MSBuild:Compile</Generator>
  1372. </Page>
  1373. <Page Include="Views\Product\LightChannelList.xaml">
  1374. <SubType>Designer</SubType>
  1375. <Generator>MSBuild:Compile</Generator>
  1376. </Page>
  1377. <Page Include="Views\Product\PalletManage.xaml">
  1378. <SubType>Designer</SubType>
  1379. <Generator>MSBuild:Compile</Generator>
  1380. </Page>
  1381. <Page Include="Views\Product\PlcPointOffserParams.xaml">
  1382. <SubType>Designer</SubType>
  1383. <Generator>MSBuild:Compile</Generator>
  1384. </Page>
  1385. <Page Include="Views\Product\PlcPointParams.xaml">
  1386. <SubType>Designer</SubType>
  1387. <Generator>MSBuild:Compile</Generator>
  1388. </Page>
  1389. <Page Include="Views\Product\ProcedureParams.xaml">
  1390. <SubType>Designer</SubType>
  1391. <Generator>MSBuild:Compile</Generator>
  1392. </Page>
  1393. <Page Include="Views\Product\ProcedureVisionOutput.xaml">
  1394. <SubType>Designer</SubType>
  1395. <Generator>MSBuild:Compile</Generator>
  1396. </Page>
  1397. <Page Include="Views\Product\ProcessBasics.xaml">
  1398. <SubType>Designer</SubType>
  1399. <Generator>MSBuild:Compile</Generator>
  1400. </Page>
  1401. <Page Include="Views\Product\ProductDescription.xaml">
  1402. <SubType>Designer</SubType>
  1403. <Generator>MSBuild:Compile</Generator>
  1404. </Page>
  1405. <Page Include="Views\Product\ProductHome.xaml">
  1406. <SubType>Designer</SubType>
  1407. <Generator>MSBuild:Compile</Generator>
  1408. </Page>
  1409. <Page Include="Views\Product\ProductParams.xaml">
  1410. <SubType>Designer</SubType>
  1411. <Generator>MSBuild:Compile</Generator>
  1412. </Page>
  1413. <Page Include="Views\Product\ProductProcessManage.xaml">
  1414. <SubType>Designer</SubType>
  1415. <Generator>MSBuild:Compile</Generator>
  1416. </Page>
  1417. <Page Include="Views\Product\RobotPointParams.xaml">
  1418. <SubType>Designer</SubType>
  1419. <Generator>MSBuild:Compile</Generator>
  1420. </Page>
  1421. <Page Include="Views\Product\SimpleProcedure.xaml">
  1422. <SubType>Designer</SubType>
  1423. <Generator>MSBuild:Compile</Generator>
  1424. </Page>
  1425. <Page Include="Views\Product\TestProductPage.xaml">
  1426. <SubType>Designer</SubType>
  1427. <Generator>MSBuild:Compile</Generator>
  1428. </Page>
  1429. <Page Include="Views\Product\VisionDynamicAccuracyAnalyzer.xaml">
  1430. <SubType>Designer</SubType>
  1431. <Generator>MSBuild:Compile</Generator>
  1432. </Page>
  1433. <Page Include="Views\Product\VisionScriptPage.xaml">
  1434. <SubType>Designer</SubType>
  1435. <Generator>MSBuild:Compile</Generator>
  1436. </Page>
  1437. <Page Include="Views\Product\VisionStaticAccuracyAnalyzer.xaml">
  1438. <SubType>Designer</SubType>
  1439. <Generator>MSBuild:Compile</Generator>
  1440. </Page>
  1441. <Page Include="Views\SettingView.xaml">
  1442. <SubType>Designer</SubType>
  1443. <Generator>MSBuild:Compile</Generator>
  1444. </Page>
  1445. <Page Include="Views\Setting\AddCamera.xaml">
  1446. <SubType>Designer</SubType>
  1447. <Generator>MSBuild:Compile</Generator>
  1448. </Page>
  1449. <Page Include="Views\Setting\AddFeeder.xaml">
  1450. <SubType>Designer</SubType>
  1451. <Generator>MSBuild:Compile</Generator>
  1452. </Page>
  1453. <Page Include="Views\Setting\AddLightController.xaml">
  1454. <SubType>Designer</SubType>
  1455. <Generator>MSBuild:Compile</Generator>
  1456. </Page>
  1457. <Page Include="Views\Setting\AddPlc.xaml">
  1458. <SubType>Designer</SubType>
  1459. <Generator>MSBuild:Compile</Generator>
  1460. </Page>
  1461. <Page Include="Views\Setting\AddRobot.xaml">
  1462. <SubType>Designer</SubType>
  1463. <Generator>MSBuild:Compile</Generator>
  1464. </Page>
  1465. <Page Include="Views\Setting\AddScrewFeeder.xaml">
  1466. <SubType>Designer</SubType>
  1467. <Generator>MSBuild:Compile</Generator>
  1468. </Page>
  1469. <Page Include="Views\Setting\EditCamera.xaml">
  1470. <SubType>Designer</SubType>
  1471. <Generator>MSBuild:Compile</Generator>
  1472. </Page>
  1473. <Page Include="Views\Setting\SelectCameraBrand.xaml">
  1474. <SubType>Designer</SubType>
  1475. <Generator>MSBuild:Compile</Generator>
  1476. </Page>
  1477. <Page Include="Views\StatisticsView.xaml">
  1478. <SubType>Designer</SubType>
  1479. <Generator>MSBuild:Compile</Generator>
  1480. </Page>
  1481. <Page Include="Views\Statistics\AlarmQuery.xaml">
  1482. <SubType>Designer</SubType>
  1483. <Generator>MSBuild:Compile</Generator>
  1484. </Page>
  1485. <Page Include="Views\Statistics\LockResultRecoredQuery.xaml">
  1486. <SubType>Designer</SubType>
  1487. <Generator>MSBuild:Compile</Generator>
  1488. </Page>
  1489. <Page Include="Views\Statistics\ProductionStatement.xaml">
  1490. <SubType>Designer</SubType>
  1491. <Generator>MSBuild:Compile</Generator>
  1492. </Page>
  1493. <Page Include="Views\Statistics\StatisticalQuery.xaml">
  1494. <SubType>Designer</SubType>
  1495. <Generator>MSBuild:Compile</Generator>
  1496. </Page>
  1497. <Page Include="Views\UserView.xaml">
  1498. <SubType>Designer</SubType>
  1499. <Generator>MSBuild:Compile</Generator>
  1500. </Page>
  1501. <Page Include="Views\User\CardLoginWindow.xaml">
  1502. <SubType>Designer</SubType>
  1503. <Generator>MSBuild:Compile</Generator>
  1504. </Page>
  1505. <Page Include="Views\User\LoginView.xaml">
  1506. <SubType>Designer</SubType>
  1507. <Generator>MSBuild:Compile</Generator>
  1508. </Page>
  1509. <Page Include="Views\User\SignUpView.xaml">
  1510. <SubType>Designer</SubType>
  1511. <Generator>MSBuild:Compile</Generator>
  1512. </Page>
  1513. </ItemGroup>
  1514. <ItemGroup>
  1515. <Compile Include="Properties\AssemblyInfo.cs">
  1516. <SubType>Code</SubType>
  1517. </Compile>
  1518. <Compile Include="Properties\Resources.Designer.cs">
  1519. <AutoGen>True</AutoGen>
  1520. <DesignTime>True</DesignTime>
  1521. <DependentUpon>Resources.resx</DependentUpon>
  1522. </Compile>
  1523. <Compile Include="Properties\Settings.Designer.cs">
  1524. <AutoGen>True</AutoGen>
  1525. <DependentUpon>Settings.settings</DependentUpon>
  1526. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  1527. </Compile>
  1528. <EmbeddedResource Include="Properties\Resources.resx">
  1529. <Generator>ResXFileCodeGenerator</Generator>
  1530. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1531. </EmbeddedResource>
  1532. <EmbeddedResource Include="Resources\Languages\Lang.en.resx">
  1533. <SubType>Designer</SubType>
  1534. </EmbeddedResource>
  1535. <EmbeddedResource Include="Resources\Languages\Lang.ja-JP.resx" />
  1536. <EmbeddedResource Include="Resources\Languages\Lang.resx">
  1537. <Generator>PublicResXFileCodeGenerator</Generator>
  1538. <LastGenOutput>Lang.Designer.cs</LastGenOutput>
  1539. <SubType>Designer</SubType>
  1540. </EmbeddedResource>
  1541. <EmbeddedResource Include="Resources\Languages\Lang.zh-TW.resx" />
  1542. <None Include="packages.config" />
  1543. <None Include="Properties\Settings.settings">
  1544. <Generator>SettingsSingleFileGenerator</Generator>
  1545. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  1546. </None>
  1547. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Bold.ttf" />
  1548. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-BoldItalic.ttf" />
  1549. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraBold.ttf" />
  1550. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraBoldItalic.ttf" />
  1551. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraLight.ttf" />
  1552. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraLightItalic.ttf" />
  1553. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Italic.ttf" />
  1554. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Light.ttf" />
  1555. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-LightItalic.ttf" />
  1556. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Medium.ttf" />
  1557. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-MediumItalic.ttf" />
  1558. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Regular.ttf" />
  1559. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-SemiBold.ttf" />
  1560. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-SemiBoldItalic.ttf" />
  1561. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Thin.ttf" />
  1562. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ThinItalic.ttf" />
  1563. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Bold.ttf" />
  1564. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-BoldItalic.ttf" />
  1565. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraBold.ttf" />
  1566. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraBoldItalic.ttf" />
  1567. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraLight.ttf" />
  1568. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraLightItalic.ttf" />
  1569. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Italic.ttf" />
  1570. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Light.ttf" />
  1571. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-LightItalic.ttf" />
  1572. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Medium.ttf" />
  1573. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-MediumItalic.ttf" />
  1574. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Regular.ttf" />
  1575. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-SemiBold.ttf" />
  1576. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-SemiBoldItalic.ttf" />
  1577. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Thin.ttf" />
  1578. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ThinItalic.ttf" />
  1579. </ItemGroup>
  1580. <ItemGroup>
  1581. <None Include="App.config">
  1582. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1583. </None>
  1584. </ItemGroup>
  1585. <ItemGroup>
  1586. <Resource Include="Resources\Images\Copy.png" />
  1587. <Resource Include="Resources\Images\Cut.png" />
  1588. <Resource Include="Resources\Images\Delete.png" />
  1589. <Resource Include="Resources\Images\Open.png" />
  1590. <Resource Include="Resources\Images\Paste.png" />
  1591. <Resource Include="Resources\Images\Redo.png" />
  1592. <Resource Include="Resources\Images\Save.png" />
  1593. <Resource Include="Resources\Images\Undo.png" />
  1594. <Resource Include="Resources\Images\WordWrap.png" />
  1595. </ItemGroup>
  1596. <ItemGroup>
  1597. <Resource Include="Resources\Images\FFFEEDER.png" />
  1598. </ItemGroup>
  1599. <ItemGroup>
  1600. <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.11.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
  1601. <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.11.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
  1602. <Analyzer Include="..\packages\TouchSocket.Core.3.1.17\analyzers\dotnet\cs\TouchSocket.Core.SourceGenerator.dll" />
  1603. </ItemGroup>
  1604. <ItemGroup>
  1605. <Resource Include="Resources\Images\FixedDown.jpg" />
  1606. <Resource Include="Resources\Images\FixedUp.jpg" />
  1607. <Resource Include="Resources\Images\MobileJ2.jpg" />
  1608. <Resource Include="Resources\Images\MobileJ4.jpg" />
  1609. </ItemGroup>
  1610. <ItemGroup>
  1611. <Resource Include="Resources\Images\Clamp.png" />
  1612. <Resource Include="Resources\Images\Inhal.png" />
  1613. </ItemGroup>
  1614. <ItemGroup>
  1615. <Resource Include="Resources\Images\FeederCenterPoint.png" />
  1616. </ItemGroup>
  1617. <ItemGroup>
  1618. <Resource Include="Resources\Images\defToolTeachScaraFixed.jpg" />
  1619. </ItemGroup>
  1620. <ItemGroup>
  1621. <ProjectReference Include="..\Team.FFFeederService\Team.FFFeederService.csproj">
  1622. <Project>{26da3704-77d7-46a7-8651-684878dac898}</Project>
  1623. <Name>Team.FFFeederService</Name>
  1624. </ProjectReference>
  1625. </ItemGroup>
  1626. <ItemGroup>
  1627. <Resource Include="TeamAAS-VM.ico" />
  1628. </ItemGroup>
  1629. <ItemGroup>
  1630. <Resource Include="Resources\Images\FontAdd.png" />
  1631. <Resource Include="Resources\Images\FontSubtract.png" />
  1632. </ItemGroup>
  1633. <ItemGroup>
  1634. <Resource Include="Resources\Images\4event.png" />
  1635. <Resource Include="Resources\Images\1field.png" />
  1636. <Resource Include="Resources\Images\2property.png" />
  1637. <Resource Include="Resources\Images\3void.png" />
  1638. </ItemGroup>
  1639. <ItemGroup>
  1640. <Resource Include="Resources\Images\compile.png" />
  1641. </ItemGroup>
  1642. <ItemGroup>
  1643. <Resource Include="Resources\Images\SaveAs.png" />
  1644. </ItemGroup>
  1645. <ItemGroup>
  1646. <Content Include="Resources\ddraw.dll" />
  1647. <Content Include="Resources\SciCamera.Net.dll" />
  1648. <Resource Include="Resources\Images\MobileDown.png" />
  1649. <Content Include="Resources\GxIAPINET.dll" />
  1650. <Resource Include="Resources\Images\Feeder-反向.png" />
  1651. <Resource Include="Resources\Images\Feeder-正向.png" />
  1652. <Content Include="Resources\MVSDK_Net.dll" />
  1653. <Resource Include="Resources\Images\切变.png" />
  1654. <Resource Include="Resources\Images\正交.png" />
  1655. <Resource Include="Resources\Images\Palletlayout.png" />
  1656. <Content Include="Resources\MvCameraAcqTool.dll" />
  1657. <Resource Include="Resources\Images\10产品参数.png" />
  1658. <Resource Include="Resources\Images\1描述.png" />
  1659. <Resource Include="Resources\Images\2视觉流程管理.png" />
  1660. <Resource Include="Resources\Images\3视觉流程选择.png" />
  1661. <Resource Include="Resources\Images\4图像采集.png" />
  1662. <Resource Include="Resources\Images\5视觉工具处理.png" />
  1663. <Resource Include="Resources\Images\6Feeder任务.png" />
  1664. <Resource Include="Resources\Images\7视觉结果输出.png" />
  1665. <Resource Include="Resources\Images\8流程参数设置.png" />
  1666. <Resource Include="Resources\Images\9机器人点位.png" />
  1667. <Content Include="Resources\Basler.Pylon.dll" />
  1668. <Resource Include="Resources\Basler.Pylon.xml" />
  1669. <Content Include="Resources\MvCamCtrl.Net.dll" />
  1670. </ItemGroup>
  1671. <ItemGroup>
  1672. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  1673. <Visible>False</Visible>
  1674. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  1675. <Install>true</Install>
  1676. </BootstrapperPackage>
  1677. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1678. <Visible>False</Visible>
  1679. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1680. <Install>false</Install>
  1681. </BootstrapperPackage>
  1682. </ItemGroup>
  1683. <ItemGroup />
  1684. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1685. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1686. <PropertyGroup>
  1687. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1688. </PropertyGroup>
  1689. <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'))" />
  1690. <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'))" />
  1691. <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
  1692. <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />
  1693. <Error Condition="!Exists('..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets'))" />
  1694. <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'))" />
  1695. <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'))" />
  1696. <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'))" />
  1697. <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'))" />
  1698. </Target>
  1699. <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')" />
  1700. <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
  1701. <Import Project="..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets')" />
  1702. <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')" />
  1703. <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')" />
  1704. </Project>