| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <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')" />
- <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')" />
- <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" />
- <Import Project="..\packages\SixLabors.ImageSharp.3.1.4\build\SixLabors.ImageSharp.props" Condition="Exists('..\packages\SixLabors.ImageSharp.3.1.4\build\SixLabors.ImageSharp.props')" />
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{08877F07-4A1C-4530-9105-CF24945AF83C}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>TeamAAS_VP</RootNamespace>
- <AssemblyName>TeamAAS-VP</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <!-- 启用单文件发布 -->
- <PublishSingleFile>true</PublishSingleFile>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <GenerateDocumentationFile>false</GenerateDocumentationFile>
- <Product>TeamAAS</Product>
- <Copyright>版权© 江苏新惕姆智能装备有限公司 2025. 保留所有权利.</Copyright>
- <Company>江苏新惕姆智能装备有限公司</Company>
- <Authors>江苏新惕姆智能装备有限公司</Authors>
- <!-- 完全禁用XML文档生成 -->
- <GenerateDocumentationFile>false</GenerateDocumentationFile>
- <DocumentationFile>
- </DocumentationFile>
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\TeamAAS-VP\exe\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AllowedReferenceRelatedFileExtensions>.allowedextension</AllowedReferenceRelatedFileExtensions>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>none</DebugType>
- <DebugSymbols>false</DebugSymbols>
- <Optimize>true</Optimize>
- <OutputPath>TeamAAS-VP\exe\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Prefer32Bit>false</Prefer32Bit>
- <AllowedReferenceRelatedFileExtensions>.allowedextension</AllowedReferenceRelatedFileExtensions>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>TeamAAS-VM.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Basler.Pylon, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e389355f398382ab, processorArchitecture=AMD64">
- <HintPath>D:\Software\Basler\pylon 7\Development\Assemblies\Basler.Pylon\x64\Basler.Pylon.dll</HintPath>
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
- <HintPath>..\packages\BouncyCastle.Cryptography.2.5.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
- </Reference>
- <Reference Include="Cognex.VisionPro, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ApplicationWizard.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.AutoSelect, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Barcode, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Barcode.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Blob, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Blob.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.CalibFix, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.CalibFix.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.CalibFixPlus, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Caliper, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Caliper.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.CNLSearch, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.CNLSearch.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ColorExtractor, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ColorExtractor.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ColorMatch, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ColorMatch.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ColorSegmenter, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ColorSegmenter.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Comm, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Comm.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.CompositeColorMatch, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.CompositeColorMatch.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.CorePlus, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Database, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Dimensioning, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Dimensioning.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Display.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.EdgeBlob, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.FG1394DCAM, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.FG8100, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.FG8100L, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.FG8120, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.FG8500L, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.FG8501, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.FG8504, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.FG8600, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.FGGigE, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ID, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ID.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ImageFile, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ImageFile.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ImageProcessing, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ImageProcessing.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ImagingDevice, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Inspection, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Inspection.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.Interop.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=MSIL">
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </Reference>
- <Reference Include="Cognex.VisionPro.LinescanDistortionCorrection, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.LinescanDistortionCorrection.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.MultiLineFinder, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.MultiLineFinder.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.OC, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.OCRMax, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.OCRMax.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.OCVMax, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.OCVMax.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.PadLocator, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.PatInspect, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.PatInspect.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.PixelMap, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.PixelMap.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.PMAlign, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.PMAlign.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.PMRedLine, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.PMRedLine.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.PointMatcher, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.QuickBuild.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.QuickBuild.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.QuickBuild.IO, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ResultsAnalysis, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ResultsAnalysis.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.SearchMax, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.SearchMax.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.StreetFinder, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ToolGroup, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.ToolGroup.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.TwoDSymbol, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro.TwoDSymbol.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro3D, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro3D.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro3D.Core, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro3D.Display.Controls, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="Cognex.VisionPro3D.Graphic, Version=59.2.0.0, Culture=neutral, PublicKeyToken=ef0f902af9dee505, processorArchitecture=AMD64" />
- <Reference Include="CSScriptLib, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\CS-Script.4.8.1\lib\netstandard2.0\CSScriptLib.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="Enums.NET, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7ea1c1650d506225, processorArchitecture=MSIL">
- <HintPath>..\packages\Enums.NET.5.0.0\lib\net461\Enums.NET.dll</HintPath>
- </Reference>
- <Reference Include="ExtendedNumerics.BigDecimal, Version=3001.0.1.201, Culture=neutral, PublicKeyToken=65f1315a45ad8949, processorArchitecture=MSIL">
- <HintPath>..\packages\ExtendedNumerics.BigDecimal.3001.0.1.201\lib\net48\ExtendedNumerics.BigDecimal.dll</HintPath>
- </Reference>
- <Reference Include="GxIAPINET, Version=1.0.2503.8311, Culture=neutral, processorArchitecture=AMD64">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>TeamAAS-VP\exe\GxIAPINET.dll</HintPath>
- </Reference>
- <Reference Include="ICSharpCode.AvalonEdit, Version=6.3.0.90, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
- <HintPath>..\packages\AvalonEdit.6.3.0.90\lib\net462\ICSharpCode.AvalonEdit.dll</HintPath>
- </Reference>
- <Reference Include="itextsharp, Version=5.5.13.4, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
- <HintPath>..\packages\iTextSharp.5.5.13.4\lib\net461\itextsharp.dll</HintPath>
- </Reference>
- <Reference Include="log4net, Version=3.2.0.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.3.2.0\lib\net462\log4net.dll</HintPath>
- </Reference>
- <Reference Include="MaterialDesignColors, Version=5.2.1.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
- <HintPath>..\packages\MaterialDesignColors.5.2.1\lib\net462\MaterialDesignColors.dll</HintPath>
- </Reference>
- <Reference Include="MaterialDesignThemes.Wpf, Version=5.2.1.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
- <HintPath>..\packages\MaterialDesignThemes.5.2.1\lib\net462\MaterialDesignThemes.Wpf.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Bcl.Cryptography, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Bcl.Cryptography.9.0.9\lib\net462\Microsoft.Bcl.Cryptography.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Bcl.HashCode, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\net462\Microsoft.Bcl.HashCode.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CodeAnalysis, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.CodeAnalysis.Common.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CodeAnalysis.CSharp, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CodeAnalysis.CSharp.Scripting, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.Scripting.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.Scripting.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CodeAnalysis.Scripting, Version=4.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.CodeAnalysis.Scripting.Common.4.14.0\lib\netstandard2.0\Microsoft.CodeAnalysis.Scripting.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.9, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.9.0.9\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.DependencyModel, Version=9.0.0.9, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Extensions.DependencyModel.9.0.9\lib\net462\Microsoft.Extensions.DependencyModel.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.9, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.9.0.9\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.135\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
- </Reference>
- <Reference Include="MvCamCtrl.Net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=01e3fc1d84d12cbf, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>TeamAAS-VM\exe\MvCamCtrl.Net.dll</HintPath>
- </Reference>
- <Reference Include="MvCameraAcqTool">
- <HintPath>D:\Software\Cognex\VisionPro\bin\MvCameraAcqTool.dll</HintPath>
- </Reference>
- <Reference Include="MVSDK_Net, Version=1.3.0.9252, Culture=neutral, processorArchitecture=AMD64">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Resources\MVSDK_Net.dll</HintPath>
- </Reference>
- <Reference Include="netDxf, Version=2023.11.10.0, Culture=neutral, PublicKeyToken=618c63290969e781, processorArchitecture=MSIL">
- <HintPath>..\packages\netDxf.2023.11.10\lib\net48\netDxf.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.Core, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.Core.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OOXML, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.OOXML.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXml4Net, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.OpenXml4Net.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXmlFormats, Version=2.7.4.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\packages\NPOI.2.7.4\lib\net472\NPOI.OpenXmlFormats.dll</HintPath>
- </Reference>
- <Reference Include="Opc.Ua.Client, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
- <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Client.1.5.374.158\lib\net48\Opc.Ua.Client.dll</HintPath>
- </Reference>
- <Reference Include="Opc.Ua.Configuration, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
- <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Configuration.1.5.374.158\lib\net48\Opc.Ua.Configuration.dll</HintPath>
- </Reference>
- <Reference Include="Opc.Ua.Core, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
- <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Core.1.5.374.158\lib\net48\Opc.Ua.Core.dll</HintPath>
- </Reference>
- <Reference Include="Opc.Ua.Gds.Client.Common, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
- <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common.1.5.374.158\lib\net48\Opc.Ua.Gds.Client.Common.dll</HintPath>
- </Reference>
- <Reference Include="Opc.Ua.Gds.Server.Common, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
- <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common.1.5.374.158\lib\net48\Opc.Ua.Gds.Server.Common.dll</HintPath>
- </Reference>
- <Reference Include="Opc.Ua.Security.Certificates, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
- <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Security.Certificates.1.5.374.158\lib\net48\Opc.Ua.Security.Certificates.dll</HintPath>
- </Reference>
- <Reference Include="Opc.Ua.Server, Version=1.5.374.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
- <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Server.1.5.374.158\lib\net48\Opc.Ua.Server.dll</HintPath>
- </Reference>
- <Reference Include="OpcUaHelper, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\OpcUaHelper.2.2.1\lib\net461\OpcUaHelper.dll</HintPath>
- </Reference>
- <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
- <HintPath>..\packages\OpenCvSharp4.4.11.0.20250507\lib\net48\OpenCvSharp.dll</HintPath>
- </Reference>
- <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
- <HintPath>..\packages\OpenCvSharp4.Extensions.4.11.0.20250507\lib\net48\OpenCvSharp.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="OpenCvSharp.WpfExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\OpenCvSharp4.WpfExtensions.4.11.0.20250507\lib\net48\OpenCvSharp.WpfExtensions.dll</HintPath>
- </Reference>
- <Reference Include="OxyPlot, Version=2.2.0.0, Culture=neutral, PublicKeyToken=638079a8f0bd61e9, processorArchitecture=MSIL">
- <HintPath>..\packages\OxyPlot.Core.2.2.0\lib\net462\OxyPlot.dll</HintPath>
- </Reference>
- <Reference Include="OxyPlot.Wpf, Version=2.2.0.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
- <HintPath>..\packages\OxyPlot.Wpf.2.2.0\lib\net462\OxyPlot.Wpf.dll</HintPath>
- </Reference>
- <Reference Include="OxyPlot.Wpf.Shared, Version=2.2.0.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
- <HintPath>..\packages\OxyPlot.Wpf.Shared.2.2.0\lib\net462\OxyPlot.Wpf.Shared.dll</HintPath>
- </Reference>
- <Reference Include="SciCamera.Net, Version=1.7.0.0, Culture=neutral, PublicKeyToken=befd096655b94148, processorArchitecture=AMD64">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Resources\SciCamera.Net.dll</HintPath>
- </Reference>
- <Reference Include="Sdcb.OpenVINO, Version=0.7.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Sdcb.OpenVINO.0.7.0\lib\net462\Sdcb.OpenVINO.dll</HintPath>
- </Reference>
- <Reference Include="Sdcb.OpenVINO.Extensions.OpenCvSharp4, Version=0.7.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Sdcb.OpenVINO.Extensions.OpenCvSharp4.0.7.0\lib\netstandard2.0\Sdcb.OpenVINO.Extensions.OpenCvSharp4.dll</HintPath>
- </Reference>
- <Reference Include="SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
- <HintPath>..\packages\SixLabors.Fonts.1.0.1\lib\netstandard2.0\SixLabors.Fonts.dll</HintPath>
- </Reference>
- <Reference Include="SQLitePCLRaw.batteries_v2, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
- <HintPath>..\packages\SQLitePCLRaw.bundle_e_sqlite3.2.1.10\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
- </Reference>
- <Reference Include="SQLitePCLRaw.core, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
- <HintPath>..\packages\SQLitePCLRaw.core.2.1.10\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
- </Reference>
- <Reference Include="SQLitePCLRaw.provider.dynamic_cdecl, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL">
- <HintPath>..\packages\SQLitePCLRaw.provider.dynamic_cdecl.2.1.10\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
- </Reference>
- <Reference Include="SqlSugar, Version=5.1.4.207, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\SqlSugar.5.1.4.207\lib\SqlSugar.dll</HintPath>
- </Reference>
- <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
- </Reference>
- <Reference Include="System.Collections.Immutable, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Collections.Immutable.9.0.9\lib\net462\System.Collections.Immutable.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.EF6.1.0.118.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.Linq, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.Linq.1.0.118.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Diagnostics.DiagnosticSource.9.0.9\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Drawing.Common.9.0.9\lib\net462\System.Drawing.Common.dll</HintPath>
- </Reference>
- <Reference Include="System.Formats.Asn1, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Formats.Asn1.9.0.9\lib\net462\System.Formats.Asn1.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.Pipelines, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.IO.Pipelines.9.0.9\lib\net462\System.IO.Pipelines.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.Ports, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.IO.Ports.8.0.0\lib\net462\System.IO.Ports.dll</HintPath>
- </Reference>
- <Reference Include="System.Management" />
- <Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
- </Reference>
- <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
- </Reference>
- <Reference Include="System.Reflection.Metadata, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Reflection.Metadata.9.0.9\lib\net462\System.Reflection.Metadata.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime" />
- <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.Cryptography.Pkcs, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Security.Cryptography.Pkcs.9.0.9\lib\net462\System.Security.Cryptography.Pkcs.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.Cryptography.Xml, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Security.Cryptography.Xml.9.0.9\lib\net462\System.Security.Cryptography.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System.Text.Encoding.CodePages, Version=9.0.0.9, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Text.Encoding.CodePages.9.0.9\lib\net462\System.Text.Encoding.CodePages.dll</HintPath>
- </Reference>
- <Reference Include="System.Text.Encodings.Web, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Text.Encodings.Web.9.0.9\lib\net462\System.Text.Encodings.Web.dll</HintPath>
- </Reference>
- <Reference Include="System.Text.Json, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Text.Json.9.0.9\lib\net462\System.Text.Json.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.Channels, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Threading.Channels.10.0.1\lib\net462\System.Threading.Channels.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="System.Transactions" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="PointSetMODU_STDCs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=febca48962b3ccf5, processorArchitecture=MSIL">
- <Private>False</Private>
- </Reference>
- <Reference Include="ControlzEx, Version=4.0.0.0, Culture=neutral, PublicKeyToken=69f1c32f803d307e, processorArchitecture=MSIL">
- <HintPath>..\packages\ControlzEx.4.4.0\lib\net462\ControlzEx.dll</HintPath>
- </Reference>
- <Reference Include="ICSharpCode.SharpZipLib, Version=1.4.2.13, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
- <HintPath>..\packages\SharpZipLib.1.4.2\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll</HintPath>
- </Reference>
- <Reference Include="MahApps.Metro, Version=2.0.0.0, Culture=neutral, PublicKeyToken=51482d6f650b2b3f, processorArchitecture=MSIL">
- <HintPath>..\packages\MahApps.Metro.2.4.10\lib\net47\MahApps.Metro.dll</HintPath>
- </Reference>
- <Reference Include="MathNet.Numerics, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cd8b63ad3d691a37, processorArchitecture=MSIL">
- <HintPath>..\packages\MathNet.Numerics.Signed.5.0.0\lib\net48\MathNet.Numerics.dll</HintPath>
- </Reference>
- <Reference Include="Prism.Unity.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
- <HintPath>..\packages\Prism.Unity.8.1.97\lib\net47\Prism.Unity.Wpf.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing" />
- <Reference Include="System.Numerics" />
- <Reference Include="System.Security" />
- <Reference Include="System.Security.AccessControl, Version=6.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Security.AccessControl.6.0.1\lib\net461\System.Security.AccessControl.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Extensions" />
- <Reference Include="TouchSocket, Version=3.1.17.0, Culture=neutral, PublicKeyToken=5f39d7da98dac6a9, processorArchitecture=MSIL">
- <HintPath>..\packages\TouchSocket.3.1.17\lib\net472\TouchSocket.dll</HintPath>
- </Reference>
- <Reference Include="TouchSocket.Core, Version=3.1.17.0, Culture=neutral, PublicKeyToken=d6c415a2f58eda72, processorArchitecture=MSIL">
- <HintPath>..\packages\TouchSocket.Core.3.1.17\lib\net472\TouchSocket.Core.dll</HintPath>
- </Reference>
- <Reference Include="TouchSocket.SerialPorts, Version=3.1.17.0, Culture=neutral, PublicKeyToken=b0dfdf1c6b51c716, processorArchitecture=MSIL">
- <HintPath>..\packages\TouchSocket.SerialPorts.3.1.17\lib\net472\TouchSocket.SerialPorts.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Abstractions, Version=5.11.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
- <HintPath>..\packages\Unity.Abstractions.5.11.7\lib\net48\Unity.Abstractions.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Container, Version=5.11.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
- <HintPath>..\packages\Unity.Container.5.11.11\lib\net48\Unity.Container.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="NModbus4, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\NModbus4.2.1.0\lib\net40\NModbus4.dll</HintPath>
- </Reference>
- <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
- <HintPath>..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
- </Reference>
- <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
- <HintPath>..\packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
- </Reference>
- <Reference Include="ReachFramework" />
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Printing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="ValueConverters, Version=3.1.22.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\ValueConverters.3.1.22\lib\net48\ValueConverters.dll</HintPath>
- </Reference>
- <Reference Include="ValueConverters.Annotations, Version=3.1.22.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\ValueConverters.Annotations.3.1.22\lib\net48\ValueConverters.Annotations.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="WindowsFormsIntegration" />
- <Reference Include="WPFLocalizeExtension, Version=3.10.0.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
- <HintPath>..\packages\WPFLocalizeExtension.3.10.0\lib\net452\WPFLocalizeExtension.dll</HintPath>
- </Reference>
- <Reference Include="XAMLMarkupExtensions, Version=2.1.3.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
- <HintPath>..\packages\XAMLMarkupExtensions.2.1.3\lib\net48\XAMLMarkupExtensions.dll</HintPath>
- </Reference>
- <Reference Include="ZString, Version=2.6.0.0, Culture=neutral, PublicKeyToken=df4c250b14d82627, processorArchitecture=MSIL">
- <HintPath>..\packages\ZString.2.6.0\lib\netstandard2.0\ZString.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Compile Include="Attributes\LocalizationAttribute.cs" />
- <Compile Include="Behaviors\CheckBoxUserSelectionBehavior.cs" />
- <Compile Include="Behaviors\ComboBoxSelectionBehavior.cs" />
- <Compile Include="Behaviors\DatePickerUserSelectionBehavior.cs" />
- <Compile Include="Behaviors\ListBoxUserSelectionBehavior.cs" />
- <Compile Include="Behaviors\NumericUpDownUserInputBehavior.cs" />
- <Compile Include="Behaviors\RadioButtonUserSelectionBehavior.cs" />
- <Compile Include="Behaviors\SliderUserInteractionBehavior.cs" />
- <Compile Include="Behaviors\TextBoxUserInputBehavior.cs" />
- <Compile Include="Controls\AddPalletView.xaml.cs">
- <DependentUpon>AddPalletView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\AddProduct.xaml.cs">
- <DependentUpon>AddProduct.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\AflexControl.xaml.cs">
- <DependentUpon>AflexControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\FeederOutput.xaml.cs">
- <DependentUpon>FeederOutput.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\FeederSequence.xaml.cs">
- <DependentUpon>FeederSequence.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\FeederSystemParam.xaml.cs">
- <DependentUpon>FeederSystemParam.xaml</DependentUpon>
- </Compile>
- <Compile Include="Core\StabilityAnalyzer.cs" />
- <Compile Include="Events\MainTabSwitchNotification.cs" />
- <Compile Include="Events\WorkShiftChangedNotification.cs" />
- <Compile Include="Events\WorkShiftUpdateNotification.cs" />
- <Compile Include="Interfaces\IMesService.cs" />
- <Compile Include="Models\DeviceInfo.cs" />
- <Compile Include="Models\Feeder\ScrewFeederInfo.cs" />
- <Compile Include="Models\HeadChangeRecord.cs" />
- <Compile Include="Models\NozzleChangeRecord.cs" />
- <Compile Include="Models\NumberStatistics.cs" />
- <Compile Include="Models\Torque\PlcPoint_Torque.cs" />
- <Compile Include="Models\PhotoCaptureRecord.cs" />
- <Compile Include="Models\ScrewFeederBatchRecord.cs" />
- <Compile Include="Models\Torque\TorqueTest.cs" />
- <Compile Include="Models\Torque\Torque_TaskStatus.cs" />
- <Compile Include="Models\Torque\TorqueProduceModel.cs" />
- <Compile Include="Models\Torque\WorkShift.cs" />
- <Compile Include="Resources\Languages\Lang.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Lang.resx</DependentUpon>
- </Compile>
- <Compile Include="Services\MesService.cs" />
- <Compile Include="Services\ShiftWatcherService.cs" />
- <Compile Include="ViewModels\Product\PlcPointOffserParamsViewModel.cs" />
- <Compile Include="ViewModels\User\CardLoginWindowViewModel.cs" />
- <Compile Include="ViewModels\Home\ChangeNozzleViewModel.cs" />
- <Compile Include="ViewModels\Home\ChangeHeaderViewModel.cs" />
- <Compile Include="ViewModels\Home\AddScrewViewModel.cs" />
- <Compile Include="Services\TorqueService.cs" />
- <Compile Include="ViewModels\Home\TorqueCheckViewModel.cs" />
- <Compile Include="ViewModels\Product\ImageDisplayViewModel.cs" />
- <Compile Include="ViewModels\Setting\AddScrewFeederViewModel.cs" />
- <Compile Include="ViewModels\Statistics\LockResultRecoredQueryViewModel.cs" />
- <Compile Include="ViewModels\Product\VisionStaticAccuracyAnalyzerViewModel.cs" />
- <Compile Include="ViewModels\Product\VisionDynamicAccuracyAnalyzerViewModel.cs" />
- <Compile Include="Views\DebugMod\FocusAnalyzerl.xaml.cs">
- <DependentUpon>FocusAnalyzerl.xaml</DependentUpon>
- </Compile>
- <Compile Include="ViewModels\DebugMod\FocusAnalyzerViewModel.cs" />
- <Compile Include="Controls\myNumericUpDowm.xaml.cs">
- <DependentUpon>myNumericUpDowm.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\ParameterEdit.xaml.cs">
- <DependentUpon>ParameterEdit.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\PictureDisplayControl.xaml.cs">
- <DependentUpon>PictureDisplayControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\RobotManual.xaml.cs">
- <DependentUpon>RobotManual.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\RotatedRect.cs" />
- <Compile Include="Controls\ScriptEditControl.xaml.cs">
- <DependentUpon>ScriptEditControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\ShowMessage.xaml.cs">
- <DependentUpon>ShowMessage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\UProgressBar.xaml.cs">
- <DependentUpon>UProgressBar.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\VibrationControl.xaml.cs">
- <DependentUpon>VibrationControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\VibrationPara.xaml.cs">
- <DependentUpon>VibrationPara.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\WaitingControl.xaml.cs">
- <DependentUpon>WaitingControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\WaitingPage.xaml.cs">
- <DependentUpon>WaitingPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Core\BgCommunicate.cs" />
- <Compile Include="Core\BgModbusTcpCommunicate.cs" />
- <Compile Include="Core\BraceFoldingStrategy.cs" />
- <Compile Include="Core\Cameras\CameraBase.cs" />
- <Compile Include="Core\Cameras\OptCamera.cs" />
- <Compile Include="Core\Lights\ICommunicationProtocol.cs" />
- <Compile Include="Core\Lights\ILightChannel.cs" />
- <Compile Include="Core\Lights\ILightController.cs" />
- <Compile Include="Core\Lights\KCSLightChannel.cs" />
- <Compile Include="Core\Lights\KCSLightController.cs" />
- <Compile Include="Core\Lights\LightChannelEventArgs.cs" />
- <Compile Include="Core\Lights\LightControllerBase.cs" />
- <Compile Include="Core\Lights\LightControllerEventArgs.cs" />
- <Compile Include="Core\Lights\LightModel.cs" />
- <Compile Include="Core\Lights\SerialPortProtocol.cs" />
- <Compile Include="Core\Lights\TcpProtocol.cs" />
- <Compile Include="Core\Robots\Axis.cs" />
- <Compile Include="Core\Robots\XYZU_Robot.cs" />
- <Compile Include="Core\ScrewDriver\XYD_ScrewDriver.cs" />
- <Compile Include="Data\DatabaseInitializer.cs" />
- <Compile Include="Data\SystemDatabaseService.cs" />
- <Compile Include="DxfModule\DxfParserService.cs" />
- <Compile Include="DxfModule\DxfView.xaml.cs">
- <DependentUpon>DxfView.xaml</DependentUpon>
- </Compile>
- <Compile Include="DxfModule\GraphicsRenderer.cs" />
- <Compile Include="DxfModule\InteractionController.cs" />
- <Compile Include="Enums\AnalysisMode.cs" />
- <Compile Include="Enums\DragHandleType.cs" />
- <Compile Include="Enums\ElectricScrewdriverBrand.cs" />
- <Compile Include="Enums\FocusMethod.cs" />
- <Compile Include="Enums\OutputPointMode.cs" />
- <Compile Include="Enums\RoiOperationMode.cs" />
- <Compile Include="Events\LockFinishNotification.cs" />
- <Compile Include="Interfaces\ICalibrationService.cs" />
- <Compile Include="Interfaces\ICameraService.cs" />
- <Compile Include="Interfaces\IConfigService.cs" />
- <Compile Include="Interfaces\IDatabaseInitializer.cs" />
- <Compile Include="Interfaces\ILightManagerService.cs" />
- <Compile Include="Interfaces\IPlcService.cs" />
- <Compile Include="Interfaces\IProductService.cs" />
- <Compile Include="Interfaces\IRemoteCommandService.cs" />
- <Compile Include="Interfaces\IScrewDriver.cs" />
- <Compile Include="Interfaces\ISystemDatabaseService.cs" />
- <Compile Include="Models\AlarmRecord.cs" />
- <Compile Include="Models\AnalysisParameters.cs" />
- <Compile Include="Models\AnalysisResult.cs" />
- <Compile Include="Models\Calibration\FixedUpCameraFindP0Info.cs" />
- <Compile Include="Models\ChessboardInfo.cs" />
- <Compile Include="Models\DataPoint.cs" />
- <Compile Include="Models\Lights\ChannelConfig.cs" />
- <Compile Include="Models\Lights\LightControllerConfig.cs" />
- <Compile Include="Models\LockResult.cs" />
- <Compile Include="Models\PLC\PlcAddressConfig.cs" />
- <Compile Include="Models\PLC\PlcAddress.cs" />
- <Compile Include="Models\PLC\PlcPoint.cs" />
- <Compile Include="Models\PLC\PlcPointAddress.cs" />
- <Compile Include="Models\ProductionRecord.cs" />
- <Compile Include="Models\ProductionStatQuery.cs" />
- <Compile Include="Models\ProductionStatResult.cs" />
- <Compile Include="Models\Product\ProcedureUserDefineParam.cs" />
- <Compile Include="Models\RoiModel.cs" />
- <Compile Include="Models\ScrewDriver\ScrewDriverConfig.cs" />
- <Compile Include="Models\SerialPortConfig.cs" />
- <Compile Include="Models\SystemConfiguration.cs" />
- <Compile Include="Models\TcpConfig.cs" />
- <Compile Include="Models\UserLoginRecord.cs" />
- <Compile Include="Services\CalibrationService.cs" />
- <Compile Include="Services\CameraCalibrationService.cs" />
- <Compile Include="Interfaces\ICameraCalibrationService.cs" />
- <Compile Include="Services\CameraService.cs" />
- <Compile Include="Core\Cameras\AHuaCamera.cs" />
- <Compile Include="Core\Cameras\CognexCamera.cs" />
- <Compile Include="Core\Cameras\GalaxyCamera.cs" />
- <Compile Include="Core\Common.cs" />
- <Compile Include="Core\DetectionResult.cs" />
- <Compile Include="Core\GalaxyMethod\CDecide.cs" />
- <Compile Include="Core\GalaxyMethod\CWin32Bitmaps.cs" />
- <Compile Include="Core\IniConfigHelper.cs" />
- <Compile Include="Core\PLCs\OpcUaClientPLC.cs" />
- <Compile Include="Services\CheckerboardDetectionService.cs" />
- <Compile Include="Services\ConfigService.cs" />
- <Compile Include="Services\FileDialogService.cs" />
- <Compile Include="Services\ImageAnalysisService.cs" />
- <Compile Include="Services\LightManagerService.cs" />
- <Compile Include="Services\PlcService.cs" />
- <Compile Include="Core\Robots\FanucRobot.cs" />
- <Compile Include="Core\ImageHelper.cs" />
- <Compile Include="Core\Cameras\MvCamera.cs" />
- <Compile Include="Core\Cameras\BaslerCamera.cs" />
- <Compile Include="Core\Robots\SchneiderRobot.cs" />
- <Compile Include="Core\Robots\XYZ_Platform.cs" />
- <Compile Include="Core\ScriptCompletionData.cs" />
- <Compile Include="Core\PalletTool.cs" />
- <Compile Include="Core\RegeditHelper.cs" />
- <Compile Include="Core\ScriptHelper.cs" />
- <Compile Include="Data\DatabaseHelper.cs" />
- <Compile Include="Data\DataTableHelper.cs" />
- <Compile Include="Enums\CalibTechP0Mode.cs" />
- <Compile Include="Enums\CameraBrand.cs" />
- <Compile Include="Enums\CameraMount.cs" />
- <Compile Include="Enums\CameraType.cs" />
- <Compile Include="Enums\CommunicationType.cs" />
- <Compile Include="Enums\CoordinateModel.cs" />
- <Compile Include="Enums\DataEncoding.cs" />
- <Compile Include="Enums\ModbusDataStore.cs" />
- <Compile Include="Enums\ProcedureOutputValueType.cs" />
- <Compile Include="Enums\ProcedureSaveImageModel.cs" />
- <Compile Include="Enums\ProcedureSaveImagePathModel.cs" />
- <Compile Include="Enums\VibrationModel.cs" />
- <Compile Include="Events\ProductChangedNotification.cs" />
- <Compile Include="Extension\EnumBindingSourceExtension.cs" />
- <Compile Include="Interfaces\IBackgroundScripting.cs" />
- <Compile Include="Interfaces\ICamera.cs" />
- <Compile Include="Interfaces\IPlc.cs" />
- <Compile Include="Interfaces\IVisionScripting.cs" />
- <Compile Include="Models\ActionParamsExtModel.cs" />
- <Compile Include="Models\BgModbusTcp.cs" />
- <Compile Include="Models\Camera\CameraInfo.cs" />
- <Compile Include="Models\Feeder\FeederClearWork.cs" />
- <Compile Include="Models\Feeder\FeederStockWork.cs" />
- <Compile Include="Models\Feeder\FeederStockWorks.cs" />
- <Compile Include="Models\Feeder\FeederWork.cs" />
- <Compile Include="Enums\Language.cs" />
- <Compile Include="Enums\MessageLevel.cs" />
- <Compile Include="Enums\MotionCommand.cs" />
- <Compile Include="Enums\PalletArrangement.cs" />
- <Compile Include="Enums\PickPlaceModel.cs" />
- <Compile Include="Enums\RobotBrand.cs" />
- <Compile Include="Enums\RobotHand.cs" />
- <Compile Include="Enums\TCPConnectType.cs" />
- <Compile Include="Enums\Terminator.cs" />
- <Compile Include="Enums\UserPart.cs" />
- <Compile Include="Enums\VibrationFunction.cs" />
- <Compile Include="Enums\VisionModel.cs" />
- <Compile Include="Events\PalletLayoutNotification.cs" />
- <Compile Include="Events\ProgressNotification.cs" />
- <Compile Include="Events\RenderUpdateNotification.cs" />
- <Compile Include="Events\SnackbarMessageNotification.cs" />
- <Compile Include="Events\TaskMessageNotification.cs" />
- <Compile Include="Events\UserLoginNotification.cs" />
- <Compile Include="Core\CoordinateTransformer.cs" />
- <Compile Include="Core\Robots\EpsonRobot.cs" />
- <Compile Include="Core\FileHelper.cs" />
- <Compile Include="Core\FilePath.cs" />
- <Compile Include="Core\Management.cs" />
- <Compile Include="Services\ProductService.cs" />
- <Compile Include="Services\RemoteCommandService.cs" />
- <Compile Include="Services\RobotService.cs" />
- <Compile Include="Core\ToolCoord.cs" />
- <Compile Include="Identity\IPValidationRule.cs" />
- <Compile Include="Identity\NameValidationRule.cs" />
- <Compile Include="Identity\PortValidationRule.cs" />
- <Compile Include="Interfaces\IRobot.cs" />
- <Compile Include="Interfaces\IRobotService.cs" />
- <Compile Include="Models\BgTcpIP.cs" />
- <Compile Include="Models\Calibration\CalibrationInfo.cs" />
- <Compile Include="Models\Calibration\CalibrationResult.cs" />
- <Compile Include="Models\Calibration\CalibrationTestResult.cs" />
- <Compile Include="Models\Product\CameraProcedure.cs" />
- <Compile Include="Models\Feeder\FeederInfo.cs" />
- <Compile Include="Models\Feeder\FeederWorks.cs" />
- <Compile Include="Models\MessageStruct.cs" />
- <Compile Include="Models\Robot\MultipleRobotPoint.cs" />
- <Compile Include="Models\Robot\Pallet.cs" />
- <Compile Include="Models\Robot\PalletExtend.cs" />
- <Compile Include="Models\PickInfo.cs" />
- <Compile Include="Models\PLC\PlcInfo.cs" />
- <Compile Include="Models\PLC\PlcRobotParameter.cs" />
- <Compile Include="Models\Product\ProcedureModel.cs" />
- <Compile Include="Models\Product\ProcedureOutput.cs" />
- <Compile Include="Models\Product\ProductGlobalParam.cs" />
- <Compile Include="Models\Product\ProductModel.cs" />
- <Compile Include="Models\Robot\RobotArm.cs" />
- <Compile Include="Models\Robot\RobotInfo.cs" />
- <Compile Include="Models\Robot\RobotPixelPoint.cs" />
- <Compile Include="Models\Robot\RobotPoint.cs" />
- <Compile Include="Models\Robot\RobotTool.cs" />
- <Compile Include="Models\Robot\RPoint.cs" />
- <Compile Include="Models\ScriptCompileMessage.cs" />
- <Compile Include="Models\ShowRender.cs" />
- <Compile Include="Models\StatusInfo.cs" />
- <Compile Include="Models\TaskMessage.cs" />
- <Compile Include="Models\Robot\ToolInfo.cs" />
- <Compile Include="Models\User.cs" />
- <Compile Include="Models\UserInching.cs" />
- <Compile Include="Models\Yield.cs" />
- <Compile Include="Resources\Script Template\Background Template.cs" />
- <Compile Include="Resources\Script Template\Vision Template.cs" />
- <Compile Include="Team.SoftKey.cs" />
- <Compile Include="ValidationRules\CommentValidationRule.cs" />
- <Compile Include="ValidationRules\IPAddressValidationRule.cs" />
- <Compile Include="ValidationRules\NumberRangeValidationRule.cs" />
- <Compile Include="ValidationRules\SubnetMaskValidationRule.cs" />
- <Compile Include="ValidationRules\TCPPortValidationRule.cs" />
- <Compile Include="ValidationRules\TextValidationRule.cs" />
- <Compile Include="ValidationRules\UsernameValidationRule.cs" />
- <Compile Include="ValueConverter\BooleanToVisibilityConverter.cs" />
- <Compile Include="ValueConverter\BoolToTextConverter.cs" />
- <Compile Include="ValueConverter\CameraMountConverter.cs" />
- <Compile Include="ValueConverter\EnumDescriptionTypeConverter.cs" />
- <Compile Include="ValueConverter\EnumLocalizationConverter.cs" />
- <Compile Include="ValueConverter\EnumToBooleanConverter.cs" />
- <Compile Include="ValueConverter\InvertBooleanConverter.cs" />
- <Compile Include="ValueConverter\InvertBooleanToVisibilityConverter.cs" />
- <Compile Include="ValueConverter\JogConverter.cs" />
- <Compile Include="ValueConverter\MultiParameterConverter.cs" />
- <Compile Include="ValueConverter\NavigationStateConverter.cs" />
- <Compile Include="ValueConverter\NoneWaveConverter.cs" />
- <Compile Include="ValueConverter\ObjectToVisibilityConverter.cs" />
- <Compile Include="ValueConverter\PickPlaceModelConverter.cs" />
- <Compile Include="ValueConverter\PlcIdToNameConverter.cs" />
- <Compile Include="ValueConverter\RobotBrandToVisibiltyConverter.cs" />
- <Compile Include="ValueConverter\RobotConverter.cs" />
- <Compile Include="ValueConverter\RobotIdToVisibiltyConverter.cs" />
- <Compile Include="ValueConverter\RoiToTextConverter.cs" />
- <Compile Include="ValueConverter\StringFormatConverter.cs" />
- <Compile Include="ViewModels\Product\AutoCorrectLockPointViewModel.cs" />
- <Compile Include="ViewModels\DebugMod\LightManualViewModel.cs" />
- <Compile Include="ViewModels\Calibration\FixedUpCameraFindP0ViewModel.cs" />
- <Compile Include="ViewModels\Product\LightChannelListViewModel.cs" />
- <Compile Include="ViewModels\Product\PlcPointParamsViewModel.cs" />
- <Compile Include="ViewModels\Setting\AddLightControllerViewModel.cs" />
- <Compile Include="ViewModels\Setting\AddPlcViewModel.cs" />
- <Compile Include="ViewModels\Product\AfagFeederParamsViewModel.cs" />
- <Compile Include="ViewModels\DebugMod\AfagFeederManualViewModel.cs" />
- <Compile Include="ViewModels\Product\CreateProductPageViewModel.cs" />
- <Compile Include="ViewModels\DebugMod\ScriptHomeViewModel.cs" />
- <Compile Include="ViewModels\DebugMod\FeederClearViewModel.cs" />
- <Compile Include="ViewModels\Setting\SelectCameraBrandViewModel.cs" />
- <Compile Include="ViewModels\Statistics\AlarmQueryViewModel.cs" />
- <Compile Include="ViewModels\Statistics\StatisticalQueryViewModel.cs" />
- <Compile Include="ViewModels\Statistics\ProductionStatementViewModel.cs" />
- <Compile Include="ViewModels\Product\CalculatePalletPosViewModel.cs" />
- <Compile Include="ViewModels\DebugMod\AddSimpleInchingViewModel.cs" />
- <Compile Include="ViewModels\Calibration\CalibrationCameraParamsViewModel.cs" />
- <Compile Include="ViewModels\DebugMod\InchingControlViewModel.cs" />
- <Compile Include="ViewModels\Setting\EditCameraViewModel.cs" />
- <Compile Include="ViewModels\Setting\AddCameraViewModel.cs" />
- <Compile Include="ViewModels\Product\CalculateOffsetUViewModel.cs" />
- <Compile Include="ViewModels\Calibration\CalibrationResultViewModel.cs" />
- <Compile Include="ViewModels\Calibration\CalibrationVerificationViewModel.cs" />
- <Compile Include="ViewModels\Calibration\CalibrationAutoViewModel.cs" />
- <Compile Include="ViewModels\Calibration\CalibrationSelectToolViewModel.cs" />
- <Compile Include="ViewModels\Calibration\CalibrationTeachCenterPointViewModel.cs" />
- <Compile Include="ViewModels\Calibration\CalibrationEditVisionViewModel.cs" />
- <Compile Include="ViewModels\Calibration\CalibrationBasicsViewModel.cs" />
- <Compile Include="ViewModels\Calibration\CalibrationHomeViewModel.cs" />
- <Compile Include="ViewModels\Calibration\CalibToolViewModel.cs" />
- <Compile Include="ViewModels\DebugMod\FeederManualViewModel.cs" />
- <Compile Include="ViewModels\DebugMod\RobotManualStepViewModel.cs" />
- <Compile Include="ViewModels\DebugMod\VisionSolutionViewModel.cs" />
- <Compile Include="ViewModels\Product\ProcedureVisionOutputViewModel.cs" />
- <Compile Include="ViewModels\Product\FeederBlobParamsViewModel.cs" />
- <Compile Include="ViewModels\Product\ProcedureParamsViewModel.cs" />
- <Compile Include="ViewModels\Product\PalletManageViewModel.cs" />
- <Compile Include="ViewModels\Product\ProductParamsViewModel.cs" />
- <Compile Include="ViewModels\Product\FeederParamsViewModel.cs" />
- <Compile Include="ViewModels\Product\CameraParamsViewModel.cs" />
- <Compile Include="ViewModels\Product\AdvancedProcedureViewModel.cs" />
- <Compile Include="ViewModels\Product\ProcessBasicsViewModel.cs" />
- <Compile Include="ViewModels\Product\ProductProcessManageViewModel.cs" />
- <Compile Include="ViewModels\Product\ProductDescriptionViewModel.cs" />
- <Compile Include="ViewModels\Product\ProductHomeViewModel.cs" />
- <Compile Include="ViewModels\Product\RobotPointParamsViewModel.cs" />
- <Compile Include="ViewModels\Setting\AddFeederViewModel.cs" />
- <Compile Include="ViewModels\Setting\AddRobotViewModel.cs" />
- <Compile Include="ViewModels\CalibrationViewModel.cs" />
- <Compile Include="ViewModels\DebugViewModel.cs" />
- <Compile Include="ViewModels\Home\ShowVisionRenderViewModel.cs" />
- <Compile Include="ViewModels\Product\SimpleProcedureViewModel.cs" />
- <Compile Include="ViewModels\Calibration\ShowCalibrationResultViewModel.cs" />
- <Compile Include="ViewModels\Product\TestProductPageViewModel.cs" />
- <Compile Include="ViewModels\User\SignUpViewModel.cs" />
- <Compile Include="ViewModels\User\LoginViewModel.cs" />
- <Compile Include="ViewModels\ProductsViewModel.cs" />
- <Compile Include="ViewModels\SettingViewModel.cs" />
- <Compile Include="ViewModels\StatisticsViewModel.cs" />
- <Compile Include="ViewModels\UserViewModel.cs" />
- <Compile Include="ViewModels\Product\VisionScriptPageViewModel.cs" />
- <Compile Include="Views\CalibrationView.xaml.cs">
- <DependentUpon>CalibrationView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\CalibrationAuto.xaml.cs">
- <DependentUpon>CalibrationAuto.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\CalibrationBasics.xaml.cs">
- <DependentUpon>CalibrationBasics.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\CalibrationCameraParams.xaml.cs">
- <DependentUpon>CalibrationCameraParams.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\CalibrationEditVision.xaml.cs">
- <DependentUpon>CalibrationEditVision.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\CalibrationHome.xaml.cs">
- <DependentUpon>CalibrationHome.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\CalibrationResult.xaml.cs">
- <DependentUpon>CalibrationResult.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\CalibrationSelectTool.xaml.cs">
- <DependentUpon>CalibrationSelectTool.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\CalibrationTeachCenterPoint.xaml.cs">
- <DependentUpon>CalibrationTeachCenterPoint.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\CalibrationVerification.xaml.cs">
- <DependentUpon>CalibrationVerification.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\CalibTool.xaml.cs">
- <DependentUpon>CalibTool.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\FixedUpCameraFindP0.xaml.cs">
- <DependentUpon>FixedUpCameraFindP0.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Calibration\ShowCalibrationResult.xaml.cs">
- <DependentUpon>ShowCalibrationResult.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DebugMod\AddSimpleInching.xaml.cs">
- <DependentUpon>AddSimpleInching.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DebugMod\AfagFeederManual.xaml.cs">
- <DependentUpon>AfagFeederManual.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DebugMod\FeederClear.xaml.cs">
- <DependentUpon>FeederClear.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DebugMod\FeederManual.xaml.cs">
- <DependentUpon>FeederManual.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DebugMod\InchingControl.xaml.cs">
- <DependentUpon>InchingControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DebugMod\LightManual.xaml.cs">
- <DependentUpon>LightManual.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DebugMod\RobotManualStep.xaml.cs">
- <DependentUpon>RobotManualStep.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DebugMod\ScriptHome.xaml.cs">
- <DependentUpon>ScriptHome.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DebugMod\VisionSolution.xaml.cs">
- <DependentUpon>VisionSolution.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DebugView.xaml.cs">
- <DependentUpon>DebugView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Home\AddScrew.xaml.cs">
- <DependentUpon>AddScrew.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Home\ChangeHeader.xaml.cs">
- <DependentUpon>ChangeHeader.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Home\ChangeNozzle.xaml.cs">
- <DependentUpon>ChangeNozzle.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Home\ShowVisionRender.xaml.cs">
- <DependentUpon>ShowVisionRender.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Home\TorqueCheck.xaml.cs">
- <DependentUpon>TorqueCheck.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ProductsView.xaml.cs">
- <DependentUpon>ProductsView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\AdvancedProcedure.xaml.cs">
- <DependentUpon>AdvancedProcedure.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\AfagFeederParams.xaml.cs">
- <DependentUpon>AfagFeederParams.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\AutoCorrectLockPoint.xaml.cs">
- <DependentUpon>AutoCorrectLockPoint.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\CalculateOffsetU.xaml.cs">
- <DependentUpon>CalculateOffsetU.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\CalculatePalletPos.xaml.cs">
- <DependentUpon>CalculatePalletPos.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\CameraParams.xaml.cs">
- <DependentUpon>CameraParams.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\CreateProductPage.xaml.cs">
- <DependentUpon>CreateProductPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\FeederBlobParams.xaml.cs">
- <DependentUpon>FeederBlobParams.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\FeederParams.xaml.cs">
- <DependentUpon>FeederParams.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\ImageDisplay.xaml.cs">
- <DependentUpon>ImageDisplay.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\LightChannelList.xaml.cs">
- <DependentUpon>LightChannelList.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\PalletManage.xaml.cs">
- <DependentUpon>PalletManage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\PlcPointOffserParams.xaml.cs">
- <DependentUpon>PlcPointOffserParams.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\PlcPointParams.xaml.cs">
- <DependentUpon>PlcPointParams.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\ProcedureParams.xaml.cs">
- <DependentUpon>ProcedureParams.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\ProcedureVisionOutput.xaml.cs">
- <DependentUpon>ProcedureVisionOutput.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\ProcessBasics.xaml.cs">
- <DependentUpon>ProcessBasics.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\ProductDescription.xaml.cs">
- <DependentUpon>ProductDescription.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\ProductHome.xaml.cs">
- <DependentUpon>ProductHome.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\ProductParams.xaml.cs">
- <DependentUpon>ProductParams.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\ProductProcessManage.xaml.cs">
- <DependentUpon>ProductProcessManage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\RobotPointParams.xaml.cs">
- <DependentUpon>RobotPointParams.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\SimpleProcedure.xaml.cs">
- <DependentUpon>SimpleProcedure.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\TestProductPage.xaml.cs">
- <DependentUpon>TestProductPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\VisionDynamicAccuracyAnalyzer.xaml.cs">
- <DependentUpon>VisionDynamicAccuracyAnalyzer.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\VisionScriptPage.xaml.cs">
- <DependentUpon>VisionScriptPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Product\VisionStaticAccuracyAnalyzer.xaml.cs">
- <DependentUpon>VisionStaticAccuracyAnalyzer.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SettingView.xaml.cs">
- <DependentUpon>SettingView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Setting\AddCamera.xaml.cs">
- <DependentUpon>AddCamera.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Setting\AddFeeder.xaml.cs">
- <DependentUpon>AddFeeder.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Setting\AddLightController.xaml.cs">
- <DependentUpon>AddLightController.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Setting\AddPlc.xaml.cs">
- <DependentUpon>AddPlc.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Setting\AddRobot.xaml.cs">
- <DependentUpon>AddRobot.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Setting\AddScrewFeeder.xaml.cs">
- <DependentUpon>AddScrewFeeder.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Setting\EditCamera.xaml.cs">
- <DependentUpon>EditCamera.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Setting\SelectCameraBrand.xaml.cs">
- <DependentUpon>SelectCameraBrand.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\StatisticsView.xaml.cs">
- <DependentUpon>StatisticsView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Statistics\AlarmQuery.xaml.cs">
- <DependentUpon>AlarmQuery.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Statistics\LockResultRecoredQuery.xaml.cs">
- <DependentUpon>LockResultRecoredQuery.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Statistics\ProductionStatement.xaml.cs">
- <DependentUpon>ProductionStatement.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Statistics\StatisticalQuery.xaml.cs">
- <DependentUpon>StatisticalQuery.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\UserView.xaml.cs">
- <DependentUpon>UserView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\User\CardLoginWindow.xaml.cs">
- <DependentUpon>CardLoginWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\User\LoginView.xaml.cs">
- <DependentUpon>LoginView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\User\SignUpView.xaml.cs">
- <DependentUpon>SignUpView.xaml</DependentUpon>
- </Compile>
- <Page Include="Controls\AddPalletView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\AddProduct.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\AflexControl.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\FeederOutput.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\FeederSequence.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\FeederSystemParam.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugMod\FocusAnalyzerl.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\myNumericUpDowm.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\ParameterEdit.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\PictureDisplayControl.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Controls\RobotManual.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\ScriptEditControl.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\ShowMessage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\UProgressBar.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\VibrationControl.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\VibrationPara.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\WaitingControl.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\WaitingPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="DxfModule\DxfView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Resources\FontSize\DefaultFontSize.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Page>
- <Page Include="Resources\Styles\DefaultColors.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\CalibrationView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\CalibrationAuto.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\CalibrationBasics.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\CalibrationCameraParams.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\CalibrationEditVision.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\CalibrationHome.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\CalibrationResult.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\CalibrationSelectTool.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\CalibrationTeachCenterPoint.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\CalibrationVerification.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\CalibTool.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\FixedUpCameraFindP0.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Calibration\ShowCalibrationResult.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugMod\AddSimpleInching.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugMod\AfagFeederManual.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugMod\FeederClear.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugMod\FeederManual.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugMod\InchingControl.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugMod\LightManual.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugMod\RobotManualStep.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugMod\ScriptHome.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugMod\VisionSolution.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DebugView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\HomeView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Home\AddScrew.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Home\ChangeHeader.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Home\ChangeNozzle.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Home\ShowVisionRender.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Home\TorqueCheck.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\MainWindowView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="LogHelper.cs">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Compile>
- <Compile Include="ViewModels\HomeViewModel.cs" />
- <Compile Include="ViewModels\MainWindowViewModel.cs" />
- <Compile Include="Views\HomeView.xaml.cs">
- <DependentUpon>HomeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MainWindowView.xaml.cs">
- <DependentUpon>MainWindowView.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Page Include="Views\ProductsView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\AdvancedProcedure.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\AfagFeederParams.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\AutoCorrectLockPoint.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\CalculateOffsetU.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\CalculatePalletPos.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\CameraParams.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\CreateProductPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\FeederBlobParams.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\FeederParams.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\ImageDisplay.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\LightChannelList.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\PalletManage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\PlcPointOffserParams.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\PlcPointParams.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\ProcedureParams.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\ProcedureVisionOutput.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\ProcessBasics.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\ProductDescription.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\ProductHome.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\ProductParams.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\ProductProcessManage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\RobotPointParams.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\SimpleProcedure.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\TestProductPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\VisionDynamicAccuracyAnalyzer.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\VisionScriptPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Product\VisionStaticAccuracyAnalyzer.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\SettingView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Setting\AddCamera.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Setting\AddFeeder.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Setting\AddLightController.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Setting\AddPlc.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Setting\AddRobot.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Setting\AddScrewFeeder.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Setting\EditCamera.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Setting\SelectCameraBrand.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\StatisticsView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Statistics\AlarmQuery.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Statistics\LockResultRecoredQuery.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Statistics\ProductionStatement.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\Statistics\StatisticalQuery.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\UserView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\User\CardLoginWindow.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\User\LoginView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\User\SignUpView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Include="Resources\Languages\Lang.en.resx">
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="Resources\Languages\Lang.ja-JP.resx" />
- <EmbeddedResource Include="Resources\Languages\Lang.resx">
- <Generator>PublicResXFileCodeGenerator</Generator>
- <LastGenOutput>Lang.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="Resources\Languages\Lang.zh-TW.resx" />
- <None Include="packages.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Bold.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-BoldItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraBold.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraBoldItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraLight.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ExtraLightItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Italic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Light.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-LightItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Medium.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-MediumItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Regular.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-SemiBold.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-SemiBoldItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-Thin.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMono-ThinItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Bold.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-BoldItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraBold.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraBoldItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraLight.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ExtraLightItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Italic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Light.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-LightItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Medium.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-MediumItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Regular.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-SemiBold.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-SemiBoldItalic.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-Thin.ttf" />
- <EmbeddedResource Include="Resources\Fonts\JetBrainsMonoNL-ThinItalic.ttf" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\Images\Copy.png" />
- <Resource Include="Resources\Images\Cut.png" />
- <Resource Include="Resources\Images\Delete.png" />
- <Resource Include="Resources\Images\Open.png" />
- <Resource Include="Resources\Images\Paste.png" />
- <Resource Include="Resources\Images\Redo.png" />
- <Resource Include="Resources\Images\Save.png" />
- <Resource Include="Resources\Images\Undo.png" />
- <Resource Include="Resources\Images\WordWrap.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\Images\FFFEEDER.png" />
- </ItemGroup>
- <ItemGroup>
- <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.11.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
- <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.11.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
- <Analyzer Include="..\packages\TouchSocket.Core.3.1.17\analyzers\dotnet\cs\TouchSocket.Core.SourceGenerator.dll" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\Images\FixedDown.jpg" />
- <Resource Include="Resources\Images\FixedUp.jpg" />
- <Resource Include="Resources\Images\MobileJ2.jpg" />
- <Resource Include="Resources\Images\MobileJ4.jpg" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\Images\Clamp.png" />
- <Resource Include="Resources\Images\Inhal.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\Images\FeederCenterPoint.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\Images\defToolTeachScaraFixed.jpg" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Team.FFFeederService\Team.FFFeederService.csproj">
- <Project>{26da3704-77d7-46a7-8651-684878dac898}</Project>
- <Name>Team.FFFeederService</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Resource Include="TeamAAS-VM.ico" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\Images\FontAdd.png" />
- <Resource Include="Resources\Images\FontSubtract.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\Images\4event.png" />
- <Resource Include="Resources\Images\1field.png" />
- <Resource Include="Resources\Images\2property.png" />
- <Resource Include="Resources\Images\3void.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\Images\compile.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\Images\SaveAs.png" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Resources\ddraw.dll" />
- <Content Include="Resources\SciCamera.Net.dll" />
- <Resource Include="Resources\Images\MobileDown.png" />
- <Content Include="Resources\GxIAPINET.dll" />
- <Resource Include="Resources\Images\Feeder-反向.png" />
- <Resource Include="Resources\Images\Feeder-正向.png" />
- <Content Include="Resources\MVSDK_Net.dll" />
- <Resource Include="Resources\Images\切变.png" />
- <Resource Include="Resources\Images\正交.png" />
- <Resource Include="Resources\Images\Palletlayout.png" />
- <Content Include="Resources\MvCameraAcqTool.dll" />
- <Resource Include="Resources\Images\10产品参数.png" />
- <Resource Include="Resources\Images\1描述.png" />
- <Resource Include="Resources\Images\2视觉流程管理.png" />
- <Resource Include="Resources\Images\3视觉流程选择.png" />
- <Resource Include="Resources\Images\4图像采集.png" />
- <Resource Include="Resources\Images\5视觉工具处理.png" />
- <Resource Include="Resources\Images\6Feeder任务.png" />
- <Resource Include="Resources\Images\7视觉结果输出.png" />
- <Resource Include="Resources\Images\8流程参数设置.png" />
- <Resource Include="Resources\Images\9机器人点位.png" />
- <Content Include="Resources\Basler.Pylon.dll" />
- <Resource Include="Resources\Basler.Pylon.xml" />
- <Content Include="Resources\MvCamCtrl.Net.dll" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include=".NETFramework,Version=v4.8">
- <Visible>False</Visible>
- <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <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'))" />
- <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'))" />
- <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
- <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />
- <Error Condition="!Exists('..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets'))" />
- <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'))" />
- <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'))" />
- <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'))" />
- <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'))" />
- </Target>
- <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')" />
- <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
- <Import Project="..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.5.2.1\build\MaterialDesignThemes.targets')" />
- <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')" />
- <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')" />
- </Project>
|