TeamAAS-VP.csproj 90 KB

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