TeamAAS-VP.csproj 89 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454
  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="EEIP, Version=1.6.0.26419, Culture=neutral, processorArchitecture=MSIL">
  183. <HintPath>..\packages\EEIP.1.6.0.26419\lib\net452\EEIP.dll</HintPath>
  184. </Reference>
  185. <Reference Include="EEIP.NetStandard, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
  186. <SpecificVersion>False</SpecificVersion>
  187. <HintPath>TeamAAS-VP\exe\EEIP.NetStandard.dll</HintPath>
  188. </Reference>
  189. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  190. <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath>
  191. </Reference>
  192. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  193. <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  194. </Reference>
  195. <Reference Include="Enums.NET, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7ea1c1650d506225, processorArchitecture=MSIL">
  196. <HintPath>..\packages\Enums.NET.5.0.0\lib\net461\Enums.NET.dll</HintPath>
  197. </Reference>
  198. <Reference Include="ExtendedNumerics.BigDecimal, Version=3001.0.1.201, Culture=neutral, PublicKeyToken=65f1315a45ad8949, processorArchitecture=MSIL">
  199. <HintPath>..\packages\ExtendedNumerics.BigDecimal.3001.0.1.201\lib\net48\ExtendedNumerics.BigDecimal.dll</HintPath>
  200. </Reference>
  201. <Reference Include="GxIAPINET, Version=1.0.2503.8311, Culture=neutral, processorArchitecture=AMD64">
  202. <SpecificVersion>False</SpecificVersion>
  203. <HintPath>TeamAAS-VP\exe\GxIAPINET.dll</HintPath>
  204. </Reference>
  205. <Reference Include="ICSharpCode.AvalonEdit, Version=6.3.0.90, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
  206. <HintPath>..\packages\AvalonEdit.6.3.0.90\lib\net462\ICSharpCode.AvalonEdit.dll</HintPath>
  207. </Reference>
  208. <Reference Include="log4net, Version=3.2.0.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  209. <HintPath>..\packages\log4net.3.2.0\lib\net462\log4net.dll</HintPath>
  210. </Reference>
  211. <Reference Include="MaterialDesignColors, Version=5.2.1.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  212. <HintPath>..\packages\MaterialDesignColors.5.2.1\lib\net462\MaterialDesignColors.dll</HintPath>
  213. </Reference>
  214. <Reference Include="MaterialDesignThemes.Wpf, Version=5.2.1.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  215. <HintPath>..\packages\MaterialDesignThemes.5.2.1\lib\net462\MaterialDesignThemes.Wpf.dll</HintPath>
  216. </Reference>
  217. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  218. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.9\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  219. </Reference>
  220. <Reference Include="Microsoft.Bcl.Cryptography, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  221. <HintPath>..\packages\Microsoft.Bcl.Cryptography.9.0.9\lib\net462\Microsoft.Bcl.Cryptography.dll</HintPath>
  222. </Reference>
  223. <Reference Include="Microsoft.Bcl.HashCode, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  224. <HintPath>..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\net462\Microsoft.Bcl.HashCode.dll</HintPath>
  225. </Reference>
  226. <Reference Include="Microsoft.CodeAnalysis, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  227. <HintPath>..\packages\Microsoft.CodeAnalysis.Common.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.dll</HintPath>
  228. </Reference>
  229. <Reference Include="Microsoft.CodeAnalysis.CSharp, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  230. <HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
  231. </Reference>
  232. <Reference Include="Microsoft.CodeAnalysis.CSharp.Scripting, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  233. <HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.Scripting.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.Scripting.dll</HintPath>
  234. </Reference>
  235. <Reference Include="Microsoft.CodeAnalysis.Scripting, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  236. <HintPath>..\packages\Microsoft.CodeAnalysis.Scripting.Common.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.Scripting.dll</HintPath>
  237. </Reference>
  238. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.9, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  239. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.9.0.9\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  240. </Reference>
  241. <Reference Include="Microsoft.Extensions.DependencyModel, Version=9.0.0.9, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  242. <HintPath>..\packages\Microsoft.Extensions.DependencyModel.9.0.9\lib\net462\Microsoft.Extensions.DependencyModel.dll</HintPath>
  243. </Reference>
  244. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.9, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  245. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.9.0.9\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  246. </Reference>
  247. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  248. <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  249. </Reference>
  250. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  251. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.135\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
  252. </Reference>
  253. <Reference Include="MvCamCtrl.Net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=01e3fc1d84d12cbf, processorArchitecture=MSIL">
  254. <SpecificVersion>False</SpecificVersion>
  255. <HintPath>TeamAAS-VM\exe\MvCamCtrl.Net.dll</HintPath>
  256. </Reference>
  257. <Reference Include="MvCameraAcqTool">
  258. <HintPath>D:\Software\Cognex\VisionPro\bin\MvCameraAcqTool.dll</HintPath>
  259. </Reference>
  260. <Reference Include="MVSDK_Net, Version=1.3.0.9252, Culture=neutral, processorArchitecture=AMD64">
  261. <SpecificVersion>False</SpecificVersion>
  262. <HintPath>Resources\MVSDK_Net.dll</HintPath>
  263. </Reference>
  264. <Reference Include="NPOI.Core, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  265. <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.Core.dll</HintPath>
  266. </Reference>
  267. <Reference Include="NPOI.OOXML, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  268. <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.OOXML.dll</HintPath>
  269. </Reference>
  270. <Reference Include="NPOI.OpenXml4Net, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  271. <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.OpenXml4Net.dll</HintPath>
  272. </Reference>
  273. <Reference Include="NPOI.OpenXmlFormats, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  274. <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.OpenXmlFormats.dll</HintPath>
  275. </Reference>
  276. <Reference Include="Opc.Ua.Client, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  277. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Client.1.5.374.158\lib\net48\Opc.Ua.Client.dll</HintPath>
  278. </Reference>
  279. <Reference Include="Opc.Ua.Configuration, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  280. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Configuration.1.5.374.158\lib\net48\Opc.Ua.Configuration.dll</HintPath>
  281. </Reference>
  282. <Reference Include="Opc.Ua.Core, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  283. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Core.1.5.374.158\lib\net48\Opc.Ua.Core.dll</HintPath>
  284. </Reference>
  285. <Reference Include="Opc.Ua.Gds.Client.Common, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  286. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common.1.5.374.158\lib\net48\Opc.Ua.Gds.Client.Common.dll</HintPath>
  287. </Reference>
  288. <Reference Include="Opc.Ua.Gds.Server.Common, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  289. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common.1.5.374.158\lib\net48\Opc.Ua.Gds.Server.Common.dll</HintPath>
  290. </Reference>
  291. <Reference Include="Opc.Ua.Security.Certificates, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  292. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Security.Certificates.1.5.374.158\lib\net48\Opc.Ua.Security.Certificates.dll</HintPath>
  293. </Reference>
  294. <Reference Include="Opc.Ua.Server, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  295. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Server.1.5.374.158\lib\net48\Opc.Ua.Server.dll</HintPath>
  296. </Reference>
  297. <Reference Include="OpcUaHelper, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL">
  298. <HintPath>..\packages\OpcUaHelper.2.2.1\lib\net461\OpcUaHelper.dll</HintPath>
  299. </Reference>
  300. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  301. <HintPath>..\packages\OpenCvSharp4.4.11.0.20250507\lib\net48\OpenCvSharp.dll</HintPath>
  302. </Reference>
  303. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  304. <HintPath>..\packages\OpenCvSharp4.Extensions.4.11.0.20250507\lib\net48\OpenCvSharp.Extensions.dll</HintPath>
  305. </Reference>
  306. <Reference Include="OpenCvSharp.WpfExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  307. <HintPath>..\packages\OpenCvSharp4.WpfExtensions.4.11.0.20250507\lib\net48\OpenCvSharp.WpfExtensions.dll</HintPath>
  308. </Reference>
  309. <Reference Include="OxyPlot, Version=2.2.0.0, Culture=neutral, PublicKeyToken=638079a8f0bd61e9, processorArchitecture=MSIL">
  310. <HintPath>..\packages\OxyPlot.Core.2.2.0\lib\net462\OxyPlot.dll</HintPath>
  311. </Reference>
  312. <Reference Include="OxyPlot.Wpf, Version=2.2.0.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  313. <HintPath>..\packages\OxyPlot.Wpf.2.2.0\lib\net462\OxyPlot.Wpf.dll</HintPath>
  314. </Reference>
  315. <Reference Include="OxyPlot.Wpf.Shared, Version=2.2.0.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  316. <HintPath>..\packages\OxyPlot.Wpf.Shared.2.2.0\lib\net462\OxyPlot.Wpf.Shared.dll</HintPath>
  317. </Reference>
  318. <Reference Include="Sdcb.OpenVINO, Version=0.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  319. <HintPath>..\packages\Sdcb.OpenVINO.0.7.0\lib\net462\Sdcb.OpenVINO.dll</HintPath>
  320. </Reference>
  321. <Reference Include="Sdcb.OpenVINO.Extensions.OpenCvSharp4, Version=0.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  322. <HintPath>..\packages\Sdcb.OpenVINO.Extensions.OpenCvSharp4.0.7.0\lib\netstandard2.0\Sdcb.OpenVINO.Extensions.OpenCvSharp4.dll</HintPath>
  323. </Reference>
  324. <Reference Include="SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  325. <HintPath>..\packages\SixLabors.Fonts.1.0.1\lib\netstandard2.0\SixLabors.Fonts.dll</HintPath>
  326. </Reference>
  327. <Reference Include="SQLitePCLRaw.batteries_v2, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
  328. <HintPath>..\packages\SQLitePCLRaw.bundle_e_sqlite3.2.1.10\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
  329. </Reference>
  330. <Reference Include="SQLitePCLRaw.core, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  331. <HintPath>..\packages\SQLitePCLRaw.core.2.1.10\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
  332. </Reference>
  333. <Reference Include="SQLitePCLRaw.provider.dynamic_cdecl, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL">
  334. <HintPath>..\packages\SQLitePCLRaw.provider.dynamic_cdecl.2.1.10\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
  335. </Reference>
  336. <Reference Include="SqlSugar, Version=5.1.4.207, Culture=neutral, processorArchitecture=MSIL">
  337. <HintPath>..\packages\SqlSugar.5.1.4.207\lib\SqlSugar.dll</HintPath>
  338. </Reference>
  339. <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  340. <HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
  341. </Reference>
  342. <Reference Include="System.Collections.Immutable, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  343. <HintPath>..\packages\System.Collections.Immutable.9.0.9\lib\net462\System.Collections.Immutable.dll</HintPath>
  344. </Reference>
  345. <Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  346. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath>
  347. </Reference>
  348. <Reference Include="System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  349. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.118.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  350. </Reference>
  351. <Reference Include="System.Data.SQLite.Linq, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  352. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.118.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  353. </Reference>
  354. <Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  355. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.9.0.9\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  356. </Reference>
  357. <Reference Include="System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  358. <HintPath>..\packages\System.Drawing.Common.9.0.9\lib\net462\System.Drawing.Common.dll</HintPath>
  359. </Reference>
  360. <Reference Include="System.Formats.Asn1, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  361. <HintPath>..\packages\System.Formats.Asn1.9.0.9\lib\net462\System.Formats.Asn1.dll</HintPath>
  362. </Reference>
  363. <Reference Include="System.IO.Pipelines, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  364. <HintPath>..\packages\System.IO.Pipelines.9.0.9\lib\net462\System.IO.Pipelines.dll</HintPath>
  365. </Reference>
  366. <Reference Include="System.Management" />
  367. <Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  368. <HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
  369. </Reference>
  370. <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  371. <HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
  372. </Reference>
  373. <Reference Include="System.Reflection.Metadata, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  374. <HintPath>..\packages\System.Reflection.Metadata.9.0.9\lib\net462\System.Reflection.Metadata.dll</HintPath>
  375. </Reference>
  376. <Reference Include="System.Runtime" />
  377. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  378. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  379. </Reference>
  380. <Reference Include="System.Security.Cryptography.Pkcs, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  381. <HintPath>..\packages\System.Security.Cryptography.Pkcs.9.0.9\lib\net462\System.Security.Cryptography.Pkcs.dll</HintPath>
  382. </Reference>
  383. <Reference Include="System.Security.Cryptography.Xml, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  384. <HintPath>..\packages\System.Security.Cryptography.Xml.9.0.9\lib\net462\System.Security.Cryptography.Xml.dll</HintPath>
  385. </Reference>
  386. <Reference Include="System.Text.Encoding.CodePages, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  387. <HintPath>..\packages\System.Text.Encoding.CodePages.9.0.9\lib\net462\System.Text.Encoding.CodePages.dll</HintPath>
  388. </Reference>
  389. <Reference Include="System.Text.Encodings.Web, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  390. <HintPath>..\packages\System.Text.Encodings.Web.9.0.9\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  391. </Reference>
  392. <Reference Include="System.Text.Json, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  393. <HintPath>..\packages\System.Text.Json.9.0.9\lib\net462\System.Text.Json.dll</HintPath>
  394. </Reference>
  395. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  396. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
  397. </Reference>
  398. <Reference Include="System.Transactions" />
  399. <Reference Include="System.Windows.Forms" />
  400. <Reference Include="PointSetMODU_STDCs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=febca48962b3ccf5, processorArchitecture=MSIL">
  401. <Private>False</Private>
  402. </Reference>
  403. <Reference Include="ControlzEx, Version=4.0.0.0, Culture=neutral, PublicKeyToken=69f1c32f803d307e, processorArchitecture=MSIL">
  404. <HintPath>..\packages\ControlzEx.4.4.0\lib\net462\ControlzEx.dll</HintPath>
  405. </Reference>
  406. <Reference Include="ICSharpCode.SharpZipLib, Version=1.4.2.13, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  407. <HintPath>..\packages\SharpZipLib.1.4.2\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll</HintPath>
  408. </Reference>
  409. <Reference Include="MahApps.Metro, Version=2.0.0.0, Culture=neutral, PublicKeyToken=51482d6f650b2b3f, processorArchitecture=MSIL">
  410. <HintPath>..\packages\MahApps.Metro.2.4.10\lib\net47\MahApps.Metro.dll</HintPath>
  411. </Reference>
  412. <Reference Include="MathNet.Numerics, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cd8b63ad3d691a37, processorArchitecture=MSIL">
  413. <HintPath>..\packages\MathNet.Numerics.Signed.5.0.0\lib\net48\MathNet.Numerics.dll</HintPath>
  414. </Reference>
  415. <Reference Include="Prism.Unity.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  416. <HintPath>..\packages\Prism.Unity.8.1.97\lib\net47\Prism.Unity.Wpf.dll</HintPath>
  417. </Reference>
  418. <Reference Include="System.Drawing" />
  419. <Reference Include="System.Numerics" />
  420. <Reference Include="System.Security" />
  421. <Reference Include="System.Security.AccessControl, Version=6.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  422. <HintPath>..\packages\System.Security.AccessControl.6.0.1\lib\net461\System.Security.AccessControl.dll</HintPath>
  423. </Reference>
  424. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  425. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  426. </Reference>
  427. <Reference Include="System.Web.Extensions" />
  428. <Reference Include="TouchSocket, Version=3.1.17.0, Culture=neutral, PublicKeyToken=5f39d7da98dac6a9, processorArchitecture=MSIL">
  429. <HintPath>..\packages\TouchSocket.3.1.17\lib\net472\TouchSocket.dll</HintPath>
  430. </Reference>
  431. <Reference Include="TouchSocket.Core, Version=3.1.17.0, Culture=neutral, PublicKeyToken=d6c415a2f58eda72, processorArchitecture=MSIL">
  432. <HintPath>..\packages\TouchSocket.Core.3.1.17\lib\net472\TouchSocket.Core.dll</HintPath>
  433. </Reference>
  434. <Reference Include="Unity.Abstractions, Version=5.11.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  435. <HintPath>..\packages\Unity.Abstractions.5.11.7\lib\net48\Unity.Abstractions.dll</HintPath>
  436. </Reference>
  437. <Reference Include="Unity.Container, Version=5.11.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  438. <HintPath>..\packages\Unity.Container.5.11.11\lib\net48\Unity.Container.dll</HintPath>
  439. </Reference>
  440. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  441. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  442. </Reference>
  443. <Reference Include="NModbus4, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  444. <HintPath>..\packages\NModbus4.2.1.0\lib\net40\NModbus4.dll</HintPath>
  445. </Reference>
  446. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  447. <HintPath>..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  448. </Reference>
  449. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  450. <HintPath>..\packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  451. </Reference>
  452. <Reference Include="ReachFramework" />
  453. <Reference Include="System" />
  454. <Reference Include="System.ComponentModel.DataAnnotations" />
  455. <Reference Include="System.Configuration" />
  456. <Reference Include="System.Data" />
  457. <Reference Include="System.Printing" />
  458. <Reference Include="System.Web" />
  459. <Reference Include="System.Xml" />
  460. <Reference Include="Microsoft.CSharp" />
  461. <Reference Include="System.Core" />
  462. <Reference Include="System.Xml.Linq" />
  463. <Reference Include="System.Data.DataSetExtensions" />
  464. <Reference Include="System.Net.Http" />
  465. <Reference Include="System.Xaml">
  466. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  467. </Reference>
  468. <Reference Include="ValueConverters, Version=3.1.22.0, Culture=neutral, processorArchitecture=MSIL">
  469. <HintPath>..\packages\ValueConverters.3.1.22\lib\net48\ValueConverters.dll</HintPath>
  470. </Reference>
  471. <Reference Include="ValueConverters.Annotations, Version=3.1.22.0, Culture=neutral, processorArchitecture=MSIL">
  472. <HintPath>..\packages\ValueConverters.Annotations.3.1.22\lib\net48\ValueConverters.Annotations.dll</HintPath>
  473. </Reference>
  474. <Reference Include="WindowsBase" />
  475. <Reference Include="PresentationCore" />
  476. <Reference Include="PresentationFramework" />
  477. <Reference Include="WindowsFormsIntegration" />
  478. <Reference Include="WPFLocalizeExtension, Version=3.10.0.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
  479. <HintPath>..\packages\WPFLocalizeExtension.3.10.0\lib\net452\WPFLocalizeExtension.dll</HintPath>
  480. </Reference>
  481. <Reference Include="XAMLMarkupExtensions, Version=2.1.3.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
  482. <HintPath>..\packages\XAMLMarkupExtensions.2.1.3\lib\net48\XAMLMarkupExtensions.dll</HintPath>
  483. </Reference>
  484. <Reference Include="ZString, Version=2.6.0.0, Culture=neutral, PublicKeyToken=df4c250b14d82627, processorArchitecture=MSIL">
  485. <HintPath>..\packages\ZString.2.6.0\lib\netstandard2.0\ZString.dll</HintPath>
  486. </Reference>
  487. </ItemGroup>
  488. <ItemGroup>
  489. <ApplicationDefinition Include="App.xaml">
  490. <Generator>MSBuild:Compile</Generator>
  491. <SubType>Designer</SubType>
  492. </ApplicationDefinition>
  493. <Compile Include="Attributes\LocalizationAttribute.cs" />
  494. <Compile Include="Behaviors\ComboBoxSelectionBehavior.cs" />
  495. <Compile Include="Controls\AddPalletView.xaml.cs">
  496. <DependentUpon>AddPalletView.xaml</DependentUpon>
  497. </Compile>
  498. <Compile Include="Controls\AddProduct.xaml.cs">
  499. <DependentUpon>AddProduct.xaml</DependentUpon>
  500. </Compile>
  501. <Compile Include="Controls\AflexControl.xaml.cs">
  502. <DependentUpon>AflexControl.xaml</DependentUpon>
  503. </Compile>
  504. <Compile Include="Controls\FeederOutput.xaml.cs">
  505. <DependentUpon>FeederOutput.xaml</DependentUpon>
  506. </Compile>
  507. <Compile Include="Controls\FeederSequence.xaml.cs">
  508. <DependentUpon>FeederSequence.xaml</DependentUpon>
  509. </Compile>
  510. <Compile Include="Controls\FeederSystemParam.xaml.cs">
  511. <DependentUpon>FeederSystemParam.xaml</DependentUpon>
  512. </Compile>
  513. <Compile Include="Controls\myNumericUpDowm.xaml.cs">
  514. <DependentUpon>myNumericUpDowm.xaml</DependentUpon>
  515. </Compile>
  516. <Compile Include="Controls\ParameterEdit.xaml.cs">
  517. <DependentUpon>ParameterEdit.xaml</DependentUpon>
  518. </Compile>
  519. <Compile Include="Controls\PictureDisplayControl.xaml.cs">
  520. <DependentUpon>PictureDisplayControl.xaml</DependentUpon>
  521. </Compile>
  522. <Compile Include="Controls\RobotManual.xaml.cs">
  523. <DependentUpon>RobotManual.xaml</DependentUpon>
  524. </Compile>
  525. <Compile Include="Controls\ScriptEditControl.xaml.cs">
  526. <DependentUpon>ScriptEditControl.xaml</DependentUpon>
  527. </Compile>
  528. <Compile Include="Controls\ShowMessage.xaml.cs">
  529. <DependentUpon>ShowMessage.xaml</DependentUpon>
  530. </Compile>
  531. <Compile Include="Controls\UProgressBar.xaml.cs">
  532. <DependentUpon>UProgressBar.xaml</DependentUpon>
  533. </Compile>
  534. <Compile Include="Controls\VibrationControl.xaml.cs">
  535. <DependentUpon>VibrationControl.xaml</DependentUpon>
  536. </Compile>
  537. <Compile Include="Controls\VibrationPara.xaml.cs">
  538. <DependentUpon>VibrationPara.xaml</DependentUpon>
  539. </Compile>
  540. <Compile Include="Controls\WaitingPage.xaml.cs">
  541. <DependentUpon>WaitingPage.xaml</DependentUpon>
  542. </Compile>
  543. <Compile Include="Core\BgCommunicate.cs" />
  544. <Compile Include="Core\BgModbusTcpCommunicate.cs" />
  545. <Compile Include="Core\ModbusTcpMasterCommunicate.cs" />
  546. <Compile Include="Core\BraceFoldingStrategy.cs" />
  547. <Compile Include="Core\Cameras\CameraService.cs" />
  548. <Compile Include="Core\Cameras\AHuaCamera.cs" />
  549. <Compile Include="Core\Cameras\CognexCamera.cs" />
  550. <Compile Include="Core\Cameras\GalaxyCamera.cs" />
  551. <Compile Include="Core\Common.cs" />
  552. <Compile Include="Core\DetectionResult.cs" />
  553. <Compile Include="Core\GalaxyMethod\CDecide.cs" />
  554. <Compile Include="Core\GalaxyMethod\CWin32Bitmaps.cs" />
  555. <Compile Include="Core\IniConfigHelper.cs" />
  556. <Compile Include="Core\PLCs\MitsubishiPLC.cs" />
  557. <Compile Include="Core\PLCs\MitsubishiMcPLC.cs" />
  558. <Compile Include="Core\PLCs\OPCuaClientPLC.cs" />
  559. <Compile Include="Core\PLCs\PlcService.cs" />
  560. <Compile Include="Core\Sfis\SfisConfig.cs" />
  561. <Compile Include="Core\Sfis\SfisDataBuilder.cs" />
  562. <Compile Include="Core\Sfis\SfisModels.cs" />
  563. <Compile Include="Core\Sfis\SfisRfidMapper.cs" />
  564. <Compile Include="Core\Sfis\SfisWebServiceClient.cs" />
  565. <Compile Include="Core\Sfis\SfisWorkflowService.cs" />
  566. <Compile Include="Core\RFID\SIG350RFIDClient.cs" />
  567. <Compile Include="Core\Robots\FanucRobot.cs" />
  568. <Compile Include="Core\ImageHelper.cs" />
  569. <Compile Include="Core\Cameras\MvCamera.cs" />
  570. <Compile Include="Core\Cameras\BaslerCamera.cs" />
  571. <Compile Include="Core\Robots\SchneiderRobot.cs" />
  572. <Compile Include="Core\Robots\XYZ_Platform.cs" />
  573. <Compile Include="Core\ScriptCompletionData.cs" />
  574. <Compile Include="Core\PalletTool.cs" />
  575. <Compile Include="Core\RegeditHelper.cs" />
  576. <Compile Include="Core\ScriptHelper.cs" />
  577. <Compile Include="Data\DatabaseHelper.cs" />
  578. <Compile Include="Data\DataTableHelper.cs" />
  579. <Compile Include="Enums\CalibTechP0Mode.cs" />
  580. <Compile Include="Enums\CameraBrand.cs" />
  581. <Compile Include="Enums\CameraMount.cs" />
  582. <Compile Include="Enums\CameraType.cs" />
  583. <Compile Include="Enums\CommunicationType.cs" />
  584. <Compile Include="Enums\CoordinateModel.cs" />
  585. <Compile Include="Enums\DataEncoding.cs" />
  586. <Compile Include="Enums\ModbusDataStore.cs" />
  587. <Compile Include="Enums\ProcedureOutputValueType.cs" />
  588. <Compile Include="Enums\ProcedureSaveImageModel.cs" />
  589. <Compile Include="Enums\ProcedureSaveImagePathModel.cs" />
  590. <Compile Include="Enums\VibrationModel.cs" />
  591. <Compile Include="Events\LockCurveUpdateNotification.cs" />
  592. <Compile Include="Events\LockFinishNotification.cs" />
  593. <Compile Include="Events\ProductChangedNotification.cs" />
  594. <Compile Include="Extension\EnumBindingSourceExtension.cs" />
  595. <Compile Include="Interfaces\IBackgroundScripting.cs" />
  596. <Compile Include="Interfaces\ICamera.cs" />
  597. <Compile Include="Interfaces\IPlc.cs" />
  598. <Compile Include="Interfaces\IVisionScripting.cs" />
  599. <Compile Include="Models\ActionParamsExtModel.cs" />
  600. <Compile Include="Models\BgEthernetIP.cs" />
  601. <Compile Include="Models\BgModbusTcp.cs" />
  602. <Compile Include="Models\CameraInfo.cs" />
  603. <Compile Include="Models\CurentApplicationSettings.cs" />
  604. <Compile Include="Models\FeederClearWork.cs" />
  605. <Compile Include="Models\FeederStockWork.cs" />
  606. <Compile Include="Models\FeederStockWorks.cs" />
  607. <Compile Include="Models\FeederWork.cs" />
  608. <Compile Include="Enums\Language.cs" />
  609. <Compile Include="Enums\MessageLevel.cs" />
  610. <Compile Include="Enums\MotionCommand.cs" />
  611. <Compile Include="Enums\PalletArrangement.cs" />
  612. <Compile Include="Enums\PickPlaceModel.cs" />
  613. <Compile Include="Enums\RobotBrand.cs" />
  614. <Compile Include="Enums\RobotHand.cs" />
  615. <Compile Include="Enums\TCPConnectType.cs" />
  616. <Compile Include="Enums\Terminator.cs" />
  617. <Compile Include="Enums\UserPart.cs" />
  618. <Compile Include="Enums\VibrationFunction.cs" />
  619. <Compile Include="Enums\VisionModel.cs" />
  620. <Compile Include="Events\PalletLayoutNotification.cs" />
  621. <Compile Include="Events\ProgressNotification.cs" />
  622. <Compile Include="Events\RenderUpdateNotification.cs" />
  623. <Compile Include="Events\SnackbarMessageNotification.cs" />
  624. <Compile Include="Events\TaskMessageNotification.cs" />
  625. <Compile Include="Events\UserLoginNotification.cs" />
  626. <Compile Include="Core\CoordinateTransformer.cs" />
  627. <Compile Include="Core\Robots\EpsonRobot.cs" />
  628. <Compile Include="Core\FileHelper.cs" />
  629. <Compile Include="Core\FilePath.cs" />
  630. <Compile Include="Core\Management.cs" />
  631. <Compile Include="Core\Robots\RobotService.cs" />
  632. <Compile Include="Core\ToolCoord.cs" />
  633. <Compile Include="Identity\IPValidationRule.cs" />
  634. <Compile Include="Identity\NameValidationRule.cs" />
  635. <Compile Include="Identity\PortValidationRule.cs" />
  636. <Compile Include="Interfaces\IRobot.cs" />
  637. <Compile Include="Interfaces\IRobotService.cs" />
  638. <Compile Include="Models\BgTcpIP.cs" />
  639. <Compile Include="Models\CalibrationInfo.cs" />
  640. <Compile Include="Models\CalibrationResult.cs" />
  641. <Compile Include="Models\CalibrationTestResult.cs" />
  642. <Compile Include="Models\CameraProcedure.cs" />
  643. <Compile Include="Models\DeviceConfiguration.cs" />
  644. <Compile Include="Models\FeederInfo.cs" />
  645. <Compile Include="Models\FeederWorks.cs" />
  646. <Compile Include="Models\LockResult.cs" />
  647. <Compile Include="Models\BgSfisConfig.cs" />
  648. <Compile Include="Models\MCToPCInfo.cs" />
  649. <Compile Include="Models\ModbusTcpMasterConfig.cs" />
  650. <Compile Include="Models\MessageStruct.cs" />
  651. <Compile Include="Models\MultipleRobotPoint.cs" />
  652. <Compile Include="Models\Pallet.cs" />
  653. <Compile Include="Models\PalletExtend.cs" />
  654. <Compile Include="Models\PickInfo.cs" />
  655. <Compile Include="Models\PlcInfo.cs" />
  656. <Compile Include="Models\PlcRobotParameter.cs" />
  657. <Compile Include="Models\ProcedureModel.cs" />
  658. <Compile Include="Models\ProcedureOutput.cs" />
  659. <Compile Include="Models\ProductGlobalParam.cs" />
  660. <Compile Include="Models\ProductModel.cs" />
  661. <Compile Include="Models\RobotArm.cs" />
  662. <Compile Include="Models\RobotInfo.cs" />
  663. <Compile Include="Models\RobotPixelPoint.cs" />
  664. <Compile Include="Models\RobotPoint.cs" />
  665. <Compile Include="Models\RobotTool.cs" />
  666. <Compile Include="Models\RPoint.cs" />
  667. <Compile Include="Models\ScriptCompileMessage.cs" />
  668. <Compile Include="Models\ShowRender.cs" />
  669. <Compile Include="Models\StatusInfo.cs" />
  670. <Compile Include="Models\TaskMessage.cs" />
  671. <Compile Include="Models\ToolInfo.cs" />
  672. <Compile Include="Models\User.cs" />
  673. <Compile Include="Models\UserInching.cs" />
  674. <Compile Include="Models\Yield.cs" />
  675. <Compile Include="Resources\Languages\Lang.Designer.cs">
  676. <AutoGen>True</AutoGen>
  677. <DesignTime>True</DesignTime>
  678. <DependentUpon>Lang.resx</DependentUpon>
  679. </Compile>
  680. <Compile Include="Resources\Script Template\Background Template.cs" />
  681. <Compile Include="Resources\Script Template\Vision Template.cs" />
  682. <Compile Include="Team.SoftKey.cs" />
  683. <Compile Include="ValidationRules\CommentValidationRule.cs" />
  684. <Compile Include="ValidationRules\IPAddressValidationRule.cs" />
  685. <Compile Include="ValidationRules\NumberRangeValidationRule.cs" />
  686. <Compile Include="ValidationRules\SubnetMaskValidationRule.cs" />
  687. <Compile Include="ValidationRules\TCPPortValidationRule.cs" />
  688. <Compile Include="ValidationRules\TextValidationRule.cs" />
  689. <Compile Include="ValidationRules\UsernameValidationRule.cs" />
  690. <Compile Include="ValueConverter\CommunicationTypeVisibilityConverter.cs" />
  691. <Compile Include="ValueConverter\BooleanToVisibilityConverter.cs" />
  692. <Compile Include="ValueConverter\CameraMountConverter.cs" />
  693. <Compile Include="ValueConverter\EnumDescriptionTypeConverter.cs" />
  694. <Compile Include="ValueConverter\EnumLocalizationConverter.cs" />
  695. <Compile Include="ValueConverter\InvertBooleanConverter.cs" />
  696. <Compile Include="ValueConverter\InvertBooleanToVisibilityConverter.cs" />
  697. <Compile Include="ValueConverter\JogConverter.cs" />
  698. <Compile Include="ValueConverter\MultiParameterConverter.cs" />
  699. <Compile Include="ValueConverter\NavigationStateConverter.cs" />
  700. <Compile Include="ValueConverter\NoneWaveConverter.cs" />
  701. <Compile Include="ValueConverter\ObjectToVisibilityConverter.cs" />
  702. <Compile Include="ValueConverter\PickPlaceModelConverter.cs" />
  703. <Compile Include="ValueConverter\PlcIdToNameConverter.cs" />
  704. <Compile Include="ValueConverter\RobotBrandToVisibiltyConverter.cs" />
  705. <Compile Include="ValueConverter\RobotConverter.cs" />
  706. <Compile Include="ValueConverter\RobotIdToVisibiltyConverter.cs" />
  707. <Compile Include="ValueConverter\StringFormatConverter.cs" />
  708. <Compile Include="ViewModels\Setting\AddPlcViewModel.cs" />
  709. <Compile Include="ViewModels\Product\AfagFeederParamsViewModel.cs" />
  710. <Compile Include="ViewModels\DebugMod\AfagFeederManualViewModel.cs" />
  711. <Compile Include="ViewModels\Product\CreateProductPageViewModel.cs" />
  712. <Compile Include="ViewModels\DebugMod\ScriptHomeViewModel.cs" />
  713. <Compile Include="ViewModels\DebugMod\FeederClearViewModel.cs" />
  714. <Compile Include="ViewModels\Setting\SelectCameraBrandViewModel.cs" />
  715. <Compile Include="ViewModels\Statistics\AlarmQueryViewModel.cs" />
  716. <Compile Include="ViewModels\Statistics\StatisticalQueryViewModel.cs" />
  717. <Compile Include="ViewModels\Statistics\ProductionStatementViewModel.cs" />
  718. <Compile Include="ViewModels\Product\CalculatePalletPosViewModel.cs" />
  719. <Compile Include="ViewModels\DebugMod\AddSimpleInchingViewModel.cs" />
  720. <Compile Include="ViewModels\Calibration\CalibrationCameraParamsViewModel.cs" />
  721. <Compile Include="ViewModels\DebugMod\InchingControlViewModel.cs" />
  722. <Compile Include="ViewModels\Setting\EditCameraViewModel.cs" />
  723. <Compile Include="ViewModels\Setting\AddCameraViewModel.cs" />
  724. <Compile Include="ViewModels\Product\CalculateOffsetUViewModel.cs" />
  725. <Compile Include="ViewModels\Calibration\CalibrationResultViewModel.cs" />
  726. <Compile Include="ViewModels\Calibration\CalibrationVerificationViewModel.cs" />
  727. <Compile Include="ViewModels\Calibration\CalibrationAutoViewModel.cs" />
  728. <Compile Include="ViewModels\Calibration\CalibrationSelectToolViewModel.cs" />
  729. <Compile Include="ViewModels\Calibration\CalibrationTeachCenterPointViewModel.cs" />
  730. <Compile Include="ViewModels\Calibration\CalibrationEditVisionViewModel.cs" />
  731. <Compile Include="ViewModels\Calibration\CalibrationBasicsViewModel.cs" />
  732. <Compile Include="ViewModels\Calibration\CalibrationHomeViewModel.cs" />
  733. <Compile Include="ViewModels\Calibration\CalibToolViewModel.cs" />
  734. <Compile Include="ViewModels\DebugMod\FeederManualViewModel.cs" />
  735. <Compile Include="ViewModels\DebugMod\RobotManualStepViewModel.cs" />
  736. <Compile Include="ViewModels\DebugMod\VisionSolutionViewModel.cs" />
  737. <Compile Include="ViewModels\Product\ProcedureVisionOutputViewModel.cs" />
  738. <Compile Include="ViewModels\Product\FeederBlobParamsViewModel.cs" />
  739. <Compile Include="ViewModels\Product\ProcedureParamsViewModel.cs" />
  740. <Compile Include="ViewModels\Product\PalletManageViewModel.cs" />
  741. <Compile Include="ViewModels\Product\ProductParamsViewModel.cs" />
  742. <Compile Include="ViewModels\Product\FeederParamsViewModel.cs" />
  743. <Compile Include="ViewModels\Product\CameraParamsViewModel.cs" />
  744. <Compile Include="ViewModels\Product\AdvancedProcedureViewModel.cs" />
  745. <Compile Include="ViewModels\Product\ProcessBasicsViewModel.cs" />
  746. <Compile Include="ViewModels\Product\ProductProcessManageViewModel.cs" />
  747. <Compile Include="ViewModels\Product\ProductDescriptionViewModel.cs" />
  748. <Compile Include="ViewModels\Product\ProductHomeViewModel.cs" />
  749. <Compile Include="ViewModels\Product\RobotPointParamsViewModel.cs" />
  750. <Compile Include="ViewModels\Setting\AddFeederViewModel.cs" />
  751. <Compile Include="ViewModels\Setting\AddRobotViewModel.cs" />
  752. <Compile Include="ViewModels\CalibrationViewModel.cs" />
  753. <Compile Include="ViewModels\DebugViewModel.cs" />
  754. <Compile Include="ViewModels\Home\ShowVisionRenderViewModel.cs" />
  755. <Compile Include="ViewModels\Product\SimpleProcedureViewModel.cs" />
  756. <Compile Include="ViewModels\Calibration\ShowCalibrationResultViewModel.cs" />
  757. <Compile Include="ViewModels\Product\TestProductPageViewModel.cs" />
  758. <Compile Include="ViewModels\User\SignUpViewModel.cs" />
  759. <Compile Include="ViewModels\User\LoginViewModel.cs" />
  760. <Compile Include="ViewModels\ProductsViewModel.cs" />
  761. <Compile Include="ViewModels\SettingViewModel.cs" />
  762. <Compile Include="ViewModels\StatisticsViewModel.cs" />
  763. <Compile Include="ViewModels\UserViewModel.cs" />
  764. <Compile Include="ViewModels\Product\VisionScriptPageViewModel.cs" />
  765. <Compile Include="Views\CalibrationView.xaml.cs">
  766. <DependentUpon>CalibrationView.xaml</DependentUpon>
  767. </Compile>
  768. <Compile Include="Views\Calibration\CalibrationAuto.xaml.cs">
  769. <DependentUpon>CalibrationAuto.xaml</DependentUpon>
  770. </Compile>
  771. <Compile Include="Views\Calibration\CalibrationBasics.xaml.cs">
  772. <DependentUpon>CalibrationBasics.xaml</DependentUpon>
  773. </Compile>
  774. <Compile Include="Views\Calibration\CalibrationCameraParams.xaml.cs">
  775. <DependentUpon>CalibrationCameraParams.xaml</DependentUpon>
  776. </Compile>
  777. <Compile Include="Views\Calibration\CalibrationEditVision.xaml.cs">
  778. <DependentUpon>CalibrationEditVision.xaml</DependentUpon>
  779. </Compile>
  780. <Compile Include="Views\Calibration\CalibrationHome.xaml.cs">
  781. <DependentUpon>CalibrationHome.xaml</DependentUpon>
  782. </Compile>
  783. <Compile Include="Views\Calibration\CalibrationResult.xaml.cs">
  784. <DependentUpon>CalibrationResult.xaml</DependentUpon>
  785. </Compile>
  786. <Compile Include="Views\Calibration\CalibrationSelectTool.xaml.cs">
  787. <DependentUpon>CalibrationSelectTool.xaml</DependentUpon>
  788. </Compile>
  789. <Compile Include="Views\Calibration\CalibrationTeachCenterPoint.xaml.cs">
  790. <DependentUpon>CalibrationTeachCenterPoint.xaml</DependentUpon>
  791. </Compile>
  792. <Compile Include="Views\Calibration\CalibrationVerification.xaml.cs">
  793. <DependentUpon>CalibrationVerification.xaml</DependentUpon>
  794. </Compile>
  795. <Compile Include="Views\Calibration\CalibTool.xaml.cs">
  796. <DependentUpon>CalibTool.xaml</DependentUpon>
  797. </Compile>
  798. <Compile Include="Views\Calibration\ShowCalibrationResult.xaml.cs">
  799. <DependentUpon>ShowCalibrationResult.xaml</DependentUpon>
  800. </Compile>
  801. <Compile Include="Views\DebugMod\AddSimpleInching.xaml.cs">
  802. <DependentUpon>AddSimpleInching.xaml</DependentUpon>
  803. </Compile>
  804. <Compile Include="Views\DebugMod\AfagFeederManual.xaml.cs">
  805. <DependentUpon>AfagFeederManual.xaml</DependentUpon>
  806. </Compile>
  807. <Compile Include="Views\DebugMod\FeederClear.xaml.cs">
  808. <DependentUpon>FeederClear.xaml</DependentUpon>
  809. </Compile>
  810. <Compile Include="Views\DebugMod\FeederManual.xaml.cs">
  811. <DependentUpon>FeederManual.xaml</DependentUpon>
  812. </Compile>
  813. <Compile Include="Views\DebugMod\InchingControl.xaml.cs">
  814. <DependentUpon>InchingControl.xaml</DependentUpon>
  815. </Compile>
  816. <Compile Include="Views\DebugMod\RobotManualStep.xaml.cs">
  817. <DependentUpon>RobotManualStep.xaml</DependentUpon>
  818. </Compile>
  819. <Compile Include="Views\DebugMod\ScriptHome.xaml.cs">
  820. <DependentUpon>ScriptHome.xaml</DependentUpon>
  821. </Compile>
  822. <Compile Include="Views\DebugMod\VisionSolution.xaml.cs">
  823. <DependentUpon>VisionSolution.xaml</DependentUpon>
  824. </Compile>
  825. <Compile Include="Views\DebugView.xaml.cs">
  826. <DependentUpon>DebugView.xaml</DependentUpon>
  827. </Compile>
  828. <Compile Include="Views\Home\ShowVisionRender.xaml.cs">
  829. <DependentUpon>ShowVisionRender.xaml</DependentUpon>
  830. </Compile>
  831. <Compile Include="Views\ProductsView.xaml.cs">
  832. <DependentUpon>ProductsView.xaml</DependentUpon>
  833. </Compile>
  834. <Compile Include="Views\Product\AdvancedProcedure.xaml.cs">
  835. <DependentUpon>AdvancedProcedure.xaml</DependentUpon>
  836. </Compile>
  837. <Compile Include="Views\Product\AfagFeederParams.xaml.cs">
  838. <DependentUpon>AfagFeederParams.xaml</DependentUpon>
  839. </Compile>
  840. <Compile Include="Views\Product\CalculateOffsetU.xaml.cs">
  841. <DependentUpon>CalculateOffsetU.xaml</DependentUpon>
  842. </Compile>
  843. <Compile Include="Views\Product\CalculatePalletPos.xaml.cs">
  844. <DependentUpon>CalculatePalletPos.xaml</DependentUpon>
  845. </Compile>
  846. <Compile Include="Views\Product\CameraParams.xaml.cs">
  847. <DependentUpon>CameraParams.xaml</DependentUpon>
  848. </Compile>
  849. <Compile Include="Views\Product\CreateProductPage.xaml.cs">
  850. <DependentUpon>CreateProductPage.xaml</DependentUpon>
  851. </Compile>
  852. <Compile Include="Views\Product\FeederBlobParams.xaml.cs">
  853. <DependentUpon>FeederBlobParams.xaml</DependentUpon>
  854. </Compile>
  855. <Compile Include="Views\Product\FeederParams.xaml.cs">
  856. <DependentUpon>FeederParams.xaml</DependentUpon>
  857. </Compile>
  858. <Compile Include="Views\Product\PalletManage.xaml.cs">
  859. <DependentUpon>PalletManage.xaml</DependentUpon>
  860. </Compile>
  861. <Compile Include="Views\Product\ProcedureParams.xaml.cs">
  862. <DependentUpon>ProcedureParams.xaml</DependentUpon>
  863. </Compile>
  864. <Compile Include="Views\Product\ProcedureVisionOutput.xaml.cs">
  865. <DependentUpon>ProcedureVisionOutput.xaml</DependentUpon>
  866. </Compile>
  867. <Compile Include="Views\Product\ProcessBasics.xaml.cs">
  868. <DependentUpon>ProcessBasics.xaml</DependentUpon>
  869. </Compile>
  870. <Compile Include="Views\Product\ProductDescription.xaml.cs">
  871. <DependentUpon>ProductDescription.xaml</DependentUpon>
  872. </Compile>
  873. <Compile Include="Views\Product\ProductHome.xaml.cs">
  874. <DependentUpon>ProductHome.xaml</DependentUpon>
  875. </Compile>
  876. <Compile Include="Views\Product\ProductParams.xaml.cs">
  877. <DependentUpon>ProductParams.xaml</DependentUpon>
  878. </Compile>
  879. <Compile Include="Views\Product\ProductProcessManage.xaml.cs">
  880. <DependentUpon>ProductProcessManage.xaml</DependentUpon>
  881. </Compile>
  882. <Compile Include="Views\Product\RobotPointParams.xaml.cs">
  883. <DependentUpon>RobotPointParams.xaml</DependentUpon>
  884. </Compile>
  885. <Compile Include="Views\Product\SimpleProcedure.xaml.cs">
  886. <DependentUpon>SimpleProcedure.xaml</DependentUpon>
  887. </Compile>
  888. <Compile Include="Views\Product\TestProductPage.xaml.cs">
  889. <DependentUpon>TestProductPage.xaml</DependentUpon>
  890. </Compile>
  891. <Compile Include="Views\Product\VisionScriptPage.xaml.cs">
  892. <DependentUpon>VisionScriptPage.xaml</DependentUpon>
  893. </Compile>
  894. <Compile Include="Views\SettingView.xaml.cs">
  895. <DependentUpon>SettingView.xaml</DependentUpon>
  896. </Compile>
  897. <Compile Include="Views\Setting\AddCamera.xaml.cs">
  898. <DependentUpon>AddCamera.xaml</DependentUpon>
  899. </Compile>
  900. <Compile Include="Views\Setting\AddFeeder.xaml.cs">
  901. <DependentUpon>AddFeeder.xaml</DependentUpon>
  902. </Compile>
  903. <Compile Include="Views\Setting\AddPlc.xaml.cs">
  904. <DependentUpon>AddPlc.xaml</DependentUpon>
  905. </Compile>
  906. <Compile Include="Views\Setting\AddRobot.xaml.cs">
  907. <DependentUpon>AddRobot.xaml</DependentUpon>
  908. </Compile>
  909. <Compile Include="Views\Setting\EditCamera.xaml.cs">
  910. <DependentUpon>EditCamera.xaml</DependentUpon>
  911. </Compile>
  912. <Compile Include="Views\Setting\SelectCameraBrand.xaml.cs">
  913. <DependentUpon>SelectCameraBrand.xaml</DependentUpon>
  914. </Compile>
  915. <Compile Include="Views\StatisticsView.xaml.cs">
  916. <DependentUpon>StatisticsView.xaml</DependentUpon>
  917. </Compile>
  918. <Compile Include="Views\Statistics\AlarmQuery.xaml.cs">
  919. <DependentUpon>AlarmQuery.xaml</DependentUpon>
  920. </Compile>
  921. <Compile Include="Views\Statistics\ProductionStatement.xaml.cs">
  922. <DependentUpon>ProductionStatement.xaml</DependentUpon>
  923. </Compile>
  924. <Compile Include="Views\Statistics\StatisticalQuery.xaml.cs">
  925. <DependentUpon>StatisticalQuery.xaml</DependentUpon>
  926. </Compile>
  927. <Compile Include="Views\UserView.xaml.cs">
  928. <DependentUpon>UserView.xaml</DependentUpon>
  929. </Compile>
  930. <Compile Include="Views\User\LoginView.xaml.cs">
  931. <DependentUpon>LoginView.xaml</DependentUpon>
  932. </Compile>
  933. <Compile Include="Views\User\SignUpView.xaml.cs">
  934. <DependentUpon>SignUpView.xaml</DependentUpon>
  935. </Compile>
  936. <Page Include="Controls\AddPalletView.xaml">
  937. <SubType>Designer</SubType>
  938. <Generator>MSBuild:Compile</Generator>
  939. </Page>
  940. <Page Include="Controls\AddProduct.xaml">
  941. <SubType>Designer</SubType>
  942. <Generator>MSBuild:Compile</Generator>
  943. </Page>
  944. <Page Include="Controls\AflexControl.xaml">
  945. <SubType>Designer</SubType>
  946. <Generator>MSBuild:Compile</Generator>
  947. </Page>
  948. <Page Include="Controls\FeederOutput.xaml">
  949. <SubType>Designer</SubType>
  950. <Generator>MSBuild:Compile</Generator>
  951. </Page>
  952. <Page Include="Controls\FeederSequence.xaml">
  953. <SubType>Designer</SubType>
  954. <Generator>MSBuild:Compile</Generator>
  955. </Page>
  956. <Page Include="Controls\FeederSystemParam.xaml">
  957. <SubType>Designer</SubType>
  958. <Generator>MSBuild:Compile</Generator>
  959. </Page>
  960. <Page Include="Controls\myNumericUpDowm.xaml">
  961. <SubType>Designer</SubType>
  962. <Generator>MSBuild:Compile</Generator>
  963. </Page>
  964. <Page Include="Controls\ParameterEdit.xaml">
  965. <SubType>Designer</SubType>
  966. <Generator>MSBuild:Compile</Generator>
  967. </Page>
  968. <Page Include="Controls\PictureDisplayControl.xaml">
  969. <Generator>MSBuild:Compile</Generator>
  970. <SubType>Designer</SubType>
  971. </Page>
  972. <Page Include="Controls\RobotManual.xaml">
  973. <SubType>Designer</SubType>
  974. <Generator>MSBuild:Compile</Generator>
  975. </Page>
  976. <Page Include="Controls\ScriptEditControl.xaml">
  977. <SubType>Designer</SubType>
  978. <Generator>MSBuild:Compile</Generator>
  979. </Page>
  980. <Page Include="Controls\ShowMessage.xaml">
  981. <SubType>Designer</SubType>
  982. <Generator>MSBuild:Compile</Generator>
  983. </Page>
  984. <Page Include="Controls\UProgressBar.xaml">
  985. <SubType>Designer</SubType>
  986. <Generator>MSBuild:Compile</Generator>
  987. </Page>
  988. <Page Include="Controls\VibrationControl.xaml">
  989. <SubType>Designer</SubType>
  990. <Generator>MSBuild:Compile</Generator>
  991. </Page>
  992. <Page Include="Controls\VibrationPara.xaml">
  993. <SubType>Designer</SubType>
  994. <Generator>MSBuild:Compile</Generator>
  995. </Page>
  996. <Page Include="Controls\WaitingPage.xaml">
  997. <SubType>Designer</SubType>
  998. <Generator>MSBuild:Compile</Generator>
  999. </Page>
  1000. <Page Include="Resources\FontSize\DefaultFontSize.xaml">
  1001. <SubType>Designer</SubType>
  1002. <Generator>MSBuild:Compile</Generator>
  1003. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1004. </Page>
  1005. <Page Include="Resources\Styles\DefaultColors.xaml">
  1006. <SubType>Designer</SubType>
  1007. <Generator>MSBuild:Compile</Generator>
  1008. </Page>
  1009. <Page Include="Views\CalibrationView.xaml">
  1010. <SubType>Designer</SubType>
  1011. <Generator>MSBuild:Compile</Generator>
  1012. </Page>
  1013. <Page Include="Views\Calibration\CalibrationAuto.xaml">
  1014. <SubType>Designer</SubType>
  1015. <Generator>MSBuild:Compile</Generator>
  1016. </Page>
  1017. <Page Include="Views\Calibration\CalibrationBasics.xaml">
  1018. <SubType>Designer</SubType>
  1019. <Generator>MSBuild:Compile</Generator>
  1020. </Page>
  1021. <Page Include="Views\Calibration\CalibrationCameraParams.xaml">
  1022. <SubType>Designer</SubType>
  1023. <Generator>MSBuild:Compile</Generator>
  1024. </Page>
  1025. <Page Include="Views\Calibration\CalibrationEditVision.xaml">
  1026. <SubType>Designer</SubType>
  1027. <Generator>MSBuild:Compile</Generator>
  1028. </Page>
  1029. <Page Include="Views\Calibration\CalibrationHome.xaml">
  1030. <SubType>Designer</SubType>
  1031. <Generator>MSBuild:Compile</Generator>
  1032. </Page>
  1033. <Page Include="Views\Calibration\CalibrationResult.xaml">
  1034. <SubType>Designer</SubType>
  1035. <Generator>MSBuild:Compile</Generator>
  1036. </Page>
  1037. <Page Include="Views\Calibration\CalibrationSelectTool.xaml">
  1038. <SubType>Designer</SubType>
  1039. <Generator>MSBuild:Compile</Generator>
  1040. </Page>
  1041. <Page Include="Views\Calibration\CalibrationTeachCenterPoint.xaml">
  1042. <SubType>Designer</SubType>
  1043. <Generator>MSBuild:Compile</Generator>
  1044. </Page>
  1045. <Page Include="Views\Calibration\CalibrationVerification.xaml">
  1046. <SubType>Designer</SubType>
  1047. <Generator>MSBuild:Compile</Generator>
  1048. </Page>
  1049. <Page Include="Views\Calibration\CalibTool.xaml">
  1050. <SubType>Designer</SubType>
  1051. <Generator>MSBuild:Compile</Generator>
  1052. </Page>
  1053. <Page Include="Views\Calibration\ShowCalibrationResult.xaml">
  1054. <SubType>Designer</SubType>
  1055. <Generator>MSBuild:Compile</Generator>
  1056. </Page>
  1057. <Page Include="Views\DebugMod\AddSimpleInching.xaml">
  1058. <SubType>Designer</SubType>
  1059. <Generator>MSBuild:Compile</Generator>
  1060. </Page>
  1061. <Page Include="Views\DebugMod\AfagFeederManual.xaml">
  1062. <SubType>Designer</SubType>
  1063. <Generator>MSBuild:Compile</Generator>
  1064. </Page>
  1065. <Page Include="Views\DebugMod\FeederClear.xaml">
  1066. <SubType>Designer</SubType>
  1067. <Generator>MSBuild:Compile</Generator>
  1068. </Page>
  1069. <Page Include="Views\DebugMod\FeederManual.xaml">
  1070. <SubType>Designer</SubType>
  1071. <Generator>MSBuild:Compile</Generator>
  1072. </Page>
  1073. <Page Include="Views\DebugMod\InchingControl.xaml">
  1074. <SubType>Designer</SubType>
  1075. <Generator>MSBuild:Compile</Generator>
  1076. </Page>
  1077. <Page Include="Views\DebugMod\RobotManualStep.xaml">
  1078. <SubType>Designer</SubType>
  1079. <Generator>MSBuild:Compile</Generator>
  1080. </Page>
  1081. <Page Include="Views\DebugMod\ScriptHome.xaml">
  1082. <SubType>Designer</SubType>
  1083. <Generator>MSBuild:Compile</Generator>
  1084. </Page>
  1085. <Page Include="Views\DebugMod\VisionSolution.xaml">
  1086. <SubType>Designer</SubType>
  1087. <Generator>MSBuild:Compile</Generator>
  1088. </Page>
  1089. <Page Include="Views\DebugView.xaml">
  1090. <SubType>Designer</SubType>
  1091. <Generator>MSBuild:Compile</Generator>
  1092. </Page>
  1093. <Page Include="Views\HomeView.xaml">
  1094. <SubType>Designer</SubType>
  1095. <Generator>MSBuild:Compile</Generator>
  1096. </Page>
  1097. <Page Include="Views\Home\ShowVisionRender.xaml">
  1098. <SubType>Designer</SubType>
  1099. <Generator>MSBuild:Compile</Generator>
  1100. </Page>
  1101. <Page Include="Views\MainWindowView.xaml">
  1102. <Generator>MSBuild:Compile</Generator>
  1103. <SubType>Designer</SubType>
  1104. </Page>
  1105. <Compile Include="App.xaml.cs">
  1106. <DependentUpon>App.xaml</DependentUpon>
  1107. <SubType>Code</SubType>
  1108. </Compile>
  1109. <Compile Include="LogHelper.cs">
  1110. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1111. </Compile>
  1112. <Compile Include="ViewModels\HomeViewModel.cs" />
  1113. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  1114. <Compile Include="Views\HomeView.xaml.cs">
  1115. <DependentUpon>HomeView.xaml</DependentUpon>
  1116. </Compile>
  1117. <Compile Include="Views\MainWindowView.xaml.cs">
  1118. <DependentUpon>MainWindowView.xaml</DependentUpon>
  1119. <SubType>Code</SubType>
  1120. </Compile>
  1121. <Page Include="Views\ProductsView.xaml">
  1122. <SubType>Designer</SubType>
  1123. <Generator>MSBuild:Compile</Generator>
  1124. </Page>
  1125. <Page Include="Views\Product\AdvancedProcedure.xaml">
  1126. <SubType>Designer</SubType>
  1127. <Generator>MSBuild:Compile</Generator>
  1128. </Page>
  1129. <Page Include="Views\Product\AfagFeederParams.xaml">
  1130. <SubType>Designer</SubType>
  1131. <Generator>MSBuild:Compile</Generator>
  1132. </Page>
  1133. <Page Include="Views\Product\CalculateOffsetU.xaml">
  1134. <SubType>Designer</SubType>
  1135. <Generator>MSBuild:Compile</Generator>
  1136. </Page>
  1137. <Page Include="Views\Product\CalculatePalletPos.xaml">
  1138. <SubType>Designer</SubType>
  1139. <Generator>MSBuild:Compile</Generator>
  1140. </Page>
  1141. <Page Include="Views\Product\CameraParams.xaml">
  1142. <SubType>Designer</SubType>
  1143. <Generator>MSBuild:Compile</Generator>
  1144. </Page>
  1145. <Page Include="Views\Product\CreateProductPage.xaml">
  1146. <SubType>Designer</SubType>
  1147. <Generator>MSBuild:Compile</Generator>
  1148. </Page>
  1149. <Page Include="Views\Product\FeederBlobParams.xaml">
  1150. <SubType>Designer</SubType>
  1151. <Generator>MSBuild:Compile</Generator>
  1152. </Page>
  1153. <Page Include="Views\Product\FeederParams.xaml">
  1154. <SubType>Designer</SubType>
  1155. <Generator>MSBuild:Compile</Generator>
  1156. </Page>
  1157. <Page Include="Views\Product\PalletManage.xaml">
  1158. <SubType>Designer</SubType>
  1159. <Generator>MSBuild:Compile</Generator>
  1160. </Page>
  1161. <Page Include="Views\Product\ProcedureParams.xaml">
  1162. <SubType>Designer</SubType>
  1163. <Generator>MSBuild:Compile</Generator>
  1164. </Page>
  1165. <Page Include="Views\Product\ProcedureVisionOutput.xaml">
  1166. <SubType>Designer</SubType>
  1167. <Generator>MSBuild:Compile</Generator>
  1168. </Page>
  1169. <Page Include="Views\Product\ProcessBasics.xaml">
  1170. <SubType>Designer</SubType>
  1171. <Generator>MSBuild:Compile</Generator>
  1172. </Page>
  1173. <Page Include="Views\Product\ProductDescription.xaml">
  1174. <SubType>Designer</SubType>
  1175. <Generator>MSBuild:Compile</Generator>
  1176. </Page>
  1177. <Page Include="Views\Product\ProductHome.xaml">
  1178. <SubType>Designer</SubType>
  1179. <Generator>MSBuild:Compile</Generator>
  1180. </Page>
  1181. <Page Include="Views\Product\ProductParams.xaml">
  1182. <SubType>Designer</SubType>
  1183. <Generator>MSBuild:Compile</Generator>
  1184. </Page>
  1185. <Page Include="Views\Product\ProductProcessManage.xaml">
  1186. <SubType>Designer</SubType>
  1187. <Generator>MSBuild:Compile</Generator>
  1188. </Page>
  1189. <Page Include="Views\Product\RobotPointParams.xaml">
  1190. <SubType>Designer</SubType>
  1191. <Generator>MSBuild:Compile</Generator>
  1192. </Page>
  1193. <Page Include="Views\Product\SimpleProcedure.xaml">
  1194. <SubType>Designer</SubType>
  1195. <Generator>MSBuild:Compile</Generator>
  1196. </Page>
  1197. <Page Include="Views\Product\TestProductPage.xaml">
  1198. <SubType>Designer</SubType>
  1199. <Generator>MSBuild:Compile</Generator>
  1200. </Page>
  1201. <Page Include="Views\Product\VisionScriptPage.xaml">
  1202. <SubType>Designer</SubType>
  1203. <Generator>MSBuild:Compile</Generator>
  1204. </Page>
  1205. <Page Include="Views\SettingView.xaml">
  1206. <SubType>Designer</SubType>
  1207. <Generator>MSBuild:Compile</Generator>
  1208. </Page>
  1209. <Page Include="Views\Setting\AddCamera.xaml">
  1210. <SubType>Designer</SubType>
  1211. <Generator>MSBuild:Compile</Generator>
  1212. </Page>
  1213. <Page Include="Views\Setting\AddFeeder.xaml">
  1214. <SubType>Designer</SubType>
  1215. <Generator>MSBuild:Compile</Generator>
  1216. </Page>
  1217. <Page Include="Views\Setting\AddPlc.xaml">
  1218. <SubType>Designer</SubType>
  1219. <Generator>MSBuild:Compile</Generator>
  1220. </Page>
  1221. <Page Include="Views\Setting\AddRobot.xaml">
  1222. <SubType>Designer</SubType>
  1223. <Generator>MSBuild:Compile</Generator>
  1224. </Page>
  1225. <Page Include="Views\Setting\EditCamera.xaml">
  1226. <SubType>Designer</SubType>
  1227. <Generator>MSBuild:Compile</Generator>
  1228. </Page>
  1229. <Page Include="Views\Setting\SelectCameraBrand.xaml">
  1230. <SubType>Designer</SubType>
  1231. <Generator>MSBuild:Compile</Generator>
  1232. </Page>
  1233. <Page Include="Views\StatisticsView.xaml">
  1234. <SubType>Designer</SubType>
  1235. <Generator>MSBuild:Compile</Generator>
  1236. </Page>
  1237. <Page Include="Views\Statistics\AlarmQuery.xaml">
  1238. <SubType>Designer</SubType>
  1239. <Generator>MSBuild:Compile</Generator>
  1240. </Page>
  1241. <Page Include="Views\Statistics\ProductionStatement.xaml">
  1242. <SubType>Designer</SubType>
  1243. <Generator>MSBuild:Compile</Generator>
  1244. </Page>
  1245. <Page Include="Views\Statistics\StatisticalQuery.xaml">
  1246. <SubType>Designer</SubType>
  1247. <Generator>MSBuild:Compile</Generator>
  1248. </Page>
  1249. <Page Include="Views\UserView.xaml">
  1250. <SubType>Designer</SubType>
  1251. <Generator>MSBuild:Compile</Generator>
  1252. </Page>
  1253. <Page Include="Views\User\LoginView.xaml">
  1254. <SubType>Designer</SubType>
  1255. <Generator>MSBuild:Compile</Generator>
  1256. </Page>
  1257. <Page Include="Views\User\SignUpView.xaml">
  1258. <SubType>Designer</SubType>
  1259. <Generator>MSBuild:Compile</Generator>
  1260. </Page>
  1261. </ItemGroup>
  1262. <ItemGroup>
  1263. <Compile Include="Properties\AssemblyInfo.cs">
  1264. <SubType>Code</SubType>
  1265. </Compile>
  1266. <Compile Include="Properties\Resources.Designer.cs">
  1267. <AutoGen>True</AutoGen>
  1268. <DesignTime>True</DesignTime>
  1269. <DependentUpon>Resources.resx</DependentUpon>
  1270. </Compile>
  1271. <Compile Include="Properties\Settings.Designer.cs">
  1272. <AutoGen>True</AutoGen>
  1273. <DependentUpon>Settings.settings</DependentUpon>
  1274. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  1275. </Compile>
  1276. <EmbeddedResource Include="Properties\Resources.resx">
  1277. <Generator>ResXFileCodeGenerator</Generator>
  1278. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1279. </EmbeddedResource>
  1280. <EmbeddedResource Include="Resources\Languages\Lang.en.resx">
  1281. <SubType>Designer</SubType>
  1282. </EmbeddedResource>
  1283. <EmbeddedResource Include="Resources\Languages\Lang.ja-JP.resx" />
  1284. <EmbeddedResource Include="Resources\Languages\Lang.resx">
  1285. <Generator>PublicResXFileCodeGenerator</Generator>
  1286. <LastGenOutput>Lang.Designer.cs</LastGenOutput>
  1287. <SubType>Designer</SubType>
  1288. </EmbeddedResource>
  1289. <EmbeddedResource Include="Resources\Languages\Lang.zh-TW.resx" />
  1290. <None Include="packages.config" />
  1291. <None Include="Properties\Settings.settings">
  1292. <Generator>SettingsSingleFileGenerator</Generator>
  1293. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  1294. </None>
  1295. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Bold.ttf" />
  1296. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-BoldItalic.ttf" />
  1297. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraBold.ttf" />
  1298. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraBoldItalic.ttf" />
  1299. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraLight.ttf" />
  1300. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraLightItalic.ttf" />
  1301. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Italic.ttf" />
  1302. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Light.ttf" />
  1303. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-LightItalic.ttf" />
  1304. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Medium.ttf" />
  1305. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-MediumItalic.ttf" />
  1306. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Regular.ttf" />
  1307. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-SemiBold.ttf" />
  1308. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-SemiBoldItalic.ttf" />
  1309. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Thin.ttf" />
  1310. <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ThinItalic.ttf" />
  1311. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Bold.ttf" />
  1312. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-BoldItalic.ttf" />
  1313. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraBold.ttf" />
  1314. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraBoldItalic.ttf" />
  1315. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraLight.ttf" />
  1316. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraLightItalic.ttf" />
  1317. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Italic.ttf" />
  1318. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Light.ttf" />
  1319. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-LightItalic.ttf" />
  1320. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Medium.ttf" />
  1321. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-MediumItalic.ttf" />
  1322. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Regular.ttf" />
  1323. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-SemiBold.ttf" />
  1324. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-SemiBoldItalic.ttf" />
  1325. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Thin.ttf" />
  1326. <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ThinItalic.ttf" />
  1327. <None Include="Resources\TeamAAS.VM指令集.xlsx" />
  1328. </ItemGroup>
  1329. <ItemGroup>
  1330. <None Include="App.config">
  1331. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1332. </None>
  1333. </ItemGroup>
  1334. <ItemGroup>
  1335. <Resource Include="Resources\Images\Copy.png" />
  1336. <Resource Include="Resources\Images\Cut.png" />
  1337. <Resource Include="Resources\Images\Delete.png" />
  1338. <Resource Include="Resources\Images\Open.png" />
  1339. <Resource Include="Resources\Images\Paste.png" />
  1340. <Resource Include="Resources\Images\Redo.png" />
  1341. <Resource Include="Resources\Images\Save.png" />
  1342. <Resource Include="Resources\Images\Undo.png" />
  1343. <Resource Include="Resources\Images\WordWrap.png" />
  1344. </ItemGroup>
  1345. <ItemGroup>
  1346. <Resource Include="Resources\Images\FFFEEDER.png" />
  1347. </ItemGroup>
  1348. <ItemGroup>
  1349. <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.11.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
  1350. <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.11.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
  1351. <Analyzer Include="..\packages\TouchSocket.Core.3.1.17\analyzers\dotnet\cs\TouchSocket.Core.SourceGenerator.dll" />
  1352. </ItemGroup>
  1353. <ItemGroup>
  1354. <Resource Include="Resources\Images\FixedDown.jpg" />
  1355. <Resource Include="Resources\Images\FixedUp.jpg" />
  1356. <Resource Include="Resources\Images\MobileJ2.jpg" />
  1357. <Resource Include="Resources\Images\MobileJ4.jpg" />
  1358. </ItemGroup>
  1359. <ItemGroup>
  1360. <Resource Include="Resources\Images\Clamp.png" />
  1361. <Resource Include="Resources\Images\Inhal.png" />
  1362. </ItemGroup>
  1363. <ItemGroup>
  1364. <Resource Include="Resources\Images\FeederCenterPoint.png" />
  1365. </ItemGroup>
  1366. <ItemGroup>
  1367. <Resource Include="Resources\Images\defToolTeachScaraFixed.jpg" />
  1368. </ItemGroup>
  1369. <ItemGroup>
  1370. <ProjectReference Include="..\Team.FFFeederService\Team.FFFeederService.csproj">
  1371. <Project>{26da3704-77d7-46a7-8651-684878dac898}</Project>
  1372. <Name>Team.FFFeederService</Name>
  1373. </ProjectReference>
  1374. </ItemGroup>
  1375. <ItemGroup>
  1376. <Resource Include="TeamAAS-VM.ico" />
  1377. </ItemGroup>
  1378. <ItemGroup>
  1379. <Resource Include="Resources\Images\FontAdd.png" />
  1380. <Resource Include="Resources\Images\FontSubtract.png" />
  1381. </ItemGroup>
  1382. <ItemGroup>
  1383. <Resource Include="Resources\Images\4event.png" />
  1384. <Resource Include="Resources\Images\1field.png" />
  1385. <Resource Include="Resources\Images\2property.png" />
  1386. <Resource Include="Resources\Images\3void.png" />
  1387. </ItemGroup>
  1388. <ItemGroup>
  1389. <Resource Include="Resources\Images\compile.png" />
  1390. </ItemGroup>
  1391. <ItemGroup>
  1392. <Resource Include="Resources\Images\SaveAs.png" />
  1393. </ItemGroup>
  1394. <ItemGroup>
  1395. <Content Include="Resources\ddraw.dll" />
  1396. <Resource Include="Resources\Images\MobileDown.png" />
  1397. <Content Include="Resources\GxIAPINET.dll" />
  1398. <Resource Include="Resources\Images\Feeder-反向.png" />
  1399. <Resource Include="Resources\Images\Feeder-正向.png" />
  1400. <Content Include="Resources\MVSDK_Net.dll" />
  1401. <Resource Include="Resources\Images\切变.png" />
  1402. <Resource Include="Resources\Images\正交.png" />
  1403. <Resource Include="Resources\Images\Palletlayout.png" />
  1404. <Content Include="Resources\MvCameraAcqTool.dll" />
  1405. <Resource Include="Resources\Images\10产品参数.png" />
  1406. <Resource Include="Resources\Images\1描述.png" />
  1407. <Resource Include="Resources\Images\2视觉流程管理.png" />
  1408. <Resource Include="Resources\Images\3视觉流程选择.png" />
  1409. <Resource Include="Resources\Images\4图像采集.png" />
  1410. <Resource Include="Resources\Images\5视觉工具处理.png" />
  1411. <Resource Include="Resources\Images\6Feeder任务.png" />
  1412. <Resource Include="Resources\Images\7视觉结果输出.png" />
  1413. <Resource Include="Resources\Images\8流程参数设置.png" />
  1414. <Resource Include="Resources\Images\9机器人点位.png" />
  1415. <Content Include="Resources\Basler.Pylon.dll" />
  1416. <Resource Include="Resources\Basler.Pylon.xml" />
  1417. <Content Include="Resources\MvCamCtrl.Net.dll" />
  1418. </ItemGroup>
  1419. <ItemGroup>
  1420. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  1421. <Visible>False</Visible>
  1422. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  1423. <Install>true</Install>
  1424. </BootstrapperPackage>
  1425. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1426. <Visible>False</Visible>
  1427. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1428. <Install>false</Install>
  1429. </BootstrapperPackage>
  1430. </ItemGroup>
  1431. <ItemGroup>
  1432. <Folder Include="Core\Screws\" />
  1433. </ItemGroup>
  1434. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1435. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1436. <PropertyGroup>
  1437. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1438. </PropertyGroup>
  1439. <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'))" />
  1440. <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'))" />
  1441. <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
  1442. <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />
  1443. <Error Condition="!Exists('..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets'))" />
  1444. <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'))" />
  1445. <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'))" />
  1446. <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'))" />
  1447. <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'))" />
  1448. </Target>
  1449. <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')" />
  1450. <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
  1451. <Import Project="..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets')" />
  1452. <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')" />
  1453. <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')" />
  1454. </Project>