| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <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>{D4B3EC9F-7DAD-45D7-A3E8-B8D7C664B9E9}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SKMC.Api</RootNamespace>
- <AssemblyName>SKMC.Api</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
- <HintPath>..\packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
- </Reference>
- <Reference Include="log4net, Version=2.0.17.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.2.0.17\lib\net45\log4net.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.77\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>H:\SKMC\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
- <HintPath>..\packages\NLog.5.3.4\lib\net46\NLog.dll</HintPath>
- </Reference>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <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.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
- <HintPath>..\packages\Prism.DryIoc.8.1.97\lib\net47\Prism.DryIoc.Wpf.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="SqlSugar, Version=5.0.9.9, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\SqlSugar.5.0.9.9\lib\SqlSugar.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.IO.Compression" />
- <Reference Include="System.Numerics" />
- <Reference Include="System.Transactions" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Client\Access\ClientAccessCodes.cs" />
- <Compile Include="Client\Access\ClientAccessConverter.cs" />
- <Compile Include="Client\ClientCacher.cs" />
- <Compile Include="Client\Config\ClientConstants.cs" />
- <Compile Include="Client\Config\ClientException.cs" />
- <Compile Include="Client\Views\BaseEditorModel.cs" />
- <Compile Include="Common\CommonCacher.cs" />
- <Compile Include="Common\DB\IModelConverter.cs" />
- <Compile Include="Client\Access\ClientAccess.cs" />
- <Compile Include="Client\Access\ClientRole.cs" />
- <Compile Include="Client\Access\IClientRoleAccesser.cs" />
- <Compile Include="Client\UI\ClientDialogs.cs" />
- <Compile Include="Common\Exceptions\ExceptionConfigStore.cs" />
- <Compile Include="Common\Exceptions\ExceptionWrapper.cs" />
- <Compile Include="Common\ObjectFactory.cs" />
- <Compile Include="Client\Extension\IMouseTracer.cs" />
- <Compile Include="Client\Model\ClientMessage.cs" />
- <Compile Include="Client\Views\ExceptionViewModel.cs" />
- <Compile Include="Client\UI\IShowDialog.cs" />
- <Compile Include="Client\Views\MenuViewModel.cs" />
- <Compile Include="Client\Model\ClientNotification.cs" />
- <Compile Include="Client\UI\StyleManager.cs" />
- <Compile Include="Common\Monitor\BaseMonitor.cs" />
- <Compile Include="Common\Types\BlockingQueue.cs" />
- <Compile Include="Common\Types\BoundedQueue.cs" />
- <Compile Include="Common\CommonUtil.cs" />
- <Compile Include="Common\Types\ConcurrentList.cs" />
- <Compile Include="Common\DB\Entity\BaseEntity.cs" />
- <Compile Include="Common\DB\Entity\ConfigEntity.cs" />
- <Compile Include="Common\DB\SqlSugarTool.cs" />
- <Compile Include="Common\Exceptions\ExceptionBase.cs" />
- <Compile Include="Common\Exceptions\ExceptionShow.cs" />
- <Compile Include="Common\File\AppConfig.cs" />
- <Compile Include="Common\File\IniFiles.cs" />
- <Compile Include="Common\File\XmlSerializerTool.cs" />
- <Compile Include="Common\Data\IDataFilter.cs" />
- <Compile Include="Common\Tcp\ITcpProxy.cs" />
- <Compile Include="Common\Tcp\ITcpServer.cs" />
- <Compile Include="Common\Data\ITrendAnalyzer.cs" />
- <Compile Include="Common\Logger\Log4netLogger.cs" />
- <Compile Include="Common\Logger\LogDataService.cs" />
- <Compile Include="Common\Logger\ILogger.cs" />
- <Compile Include="Common\Logger\LogFactory.cs" />
- <Compile Include="Common\Logger\LoggingEventModel.cs" />
- <Compile Include="Common\Logger\LoggingEventAppender.cs" />
- <Compile Include="Common\Logger\LoggingEventTarget.cs" />
- <Compile Include="Common\Logger\NLogLogger.cs" />
- <Compile Include="Common\Types\ObservableCollectionEx.cs" />
- <Compile Include="Common\Tasks\Tasks.cs" />
- <Compile Include="Common\Tcp\TCPClient.cs" />
- <Compile Include="Common\Tcp\TcpClientBase.cs" />
- <Compile Include="Machine\Monitor\MachineLatchTask.cs" />
- <Compile Include="Machine\Monitor\MachineStateLatchMonitor.cs" />
- <Compile Include="Vision\SKV0\SKVisionClient.cs" />
- <Compile Include="Vision\SKV0\SKVisionProtocol.cs" />
- <Compile Include="Vision\SKV0\SKVisionClientBase.cs" />
- <Compile Include="Machine\Config\MachineConfigStore.cs" />
- <Compile Include="Machine\Control\IMachineBoardControl.cs" />
- <Compile Include="Machine\Control\IMachineButtonControl.cs" />
- <Compile Include="Machine\Control\IMachineTowerLightControl.cs" />
- <Compile Include="Motion\Config\MotionConfigStore.cs" />
- <Compile Include="Motion\Driver\IMotionDriverAdvance.cs" />
- <Compile Include="Motion\Model\MotionAO.cs" />
- <Compile Include="Common\Types\TimestampSet.cs" />
- <Compile Include="Motion\Model\MotionPosition.cs" />
- <Compile Include="Motion\Model\MotionPdo.cs" />
- <Compile Include="Motion\Config\MotionConstants.cs" />
- <Compile Include="Recipe\Config\RecipeConfigManager.cs" />
- <Compile Include="Recipe\Config\RecipeParamBase.cs" />
- <Compile Include="Product\Record\ProductionBoard.cs" />
- <Compile Include="Machine\Monitor\MachineActivityMonitor.cs" />
- <Compile Include="Recipe\Config\RecipeConfigStore.cs" />
- <Compile Include="Recipe\Model\RecipePointGroup.cs" />
- <Compile Include="Recipe\Model\RecipeProfile.cs" />
- <Compile Include="Process\Control\IProcessLocker.cs" />
- <Compile Include="Common\Types\MessageQueue.cs" />
- <Compile Include="Common\Datetime\MicroTimer.cs" />
- <Compile Include="Common\Types\ObservableConcurrentList.cs" />
- <Compile Include="Common\Expressions\Predicator.cs" />
- <Compile Include="Common\Tasks\TaskTokener.cs" />
- <Compile Include="Machine\Config\MachineConfig.cs" />
- <Compile Include="Machine\MachineCacher.cs" />
- <Compile Include="Machine\Config\MachineStatusEnum.cs" />
- <Compile Include="Motion\Control\IMotionChecker.cs" />
- <Compile Include="Process\Model\ProcessAction.cs" />
- <Compile Include="Process\Config\ProcessException.cs" />
- <Compile Include="Process\Model\ProcessFlow.cs" />
- <Compile Include="Process\Model\ProcessParallelStep.cs" />
- <Compile Include="Process\Model\ProcessRouteStep.cs" />
- <Compile Include="Process\Model\ProcessStationManager.cs" />
- <Compile Include="Process\Model\ProcessStation.cs" />
- <Compile Include="Process\Model\ProcessStorage.cs" />
- <Compile Include="Product\Record\ProductionRecord.cs" />
- <Compile Include="Product\Material\Tray\Tray.cs" />
- <Compile Include="Product\Material\Tray\TrayConfig.cs" />
- <Compile Include="Product\Material\Tray\TraySlot.cs" />
- <Compile Include="Motion\Control\IMotionControl.cs" />
- <Compile Include="Motion\Model\MotionAxis.cs" />
- <Compile Include="Motion\Model\MotionAxisRecord.cs" />
- <Compile Include="Motion\Model\MotionAxisStatus.cs" />
- <Compile Include="Common\Config\ConfigBase.cs" />
- <Compile Include="Machine\Config\MachineConstants.cs" />
- <Compile Include="Motion\Model\MotionIODev.cs" />
- <Compile Include="Motion\Model\MotionIOGroup.cs" />
- <Compile Include="Motion\Model\MotionIO.cs" />
- <Compile Include="Machine\Config\MachineParamEnum.cs" />
- <Compile Include="Motion\Model\MotionSdo.cs" />
- <Compile Include="Machine\Control\MachineStatusControl.cs" />
- <Compile Include="Motion\Driver\IMotionDriverParser.cs" />
- <Compile Include="Motion\Model\MotionAxisParam.cs" />
- <Compile Include="Motion\Driver\IMotionDriver.cs" />
- <Compile Include="Motion\Driver\IMotionDriverManager.cs" />
- <Compile Include="Motion\MotionCacher.cs" />
- <Compile Include="Motion\Model\MotionCnd.cs" />
- <Compile Include="Motion\Config\MotionException.cs" />
- <Compile Include="Motion\Model\AxisCnd.cs" />
- <Compile Include="Motion\Model\Cnds.cs" />
- <Compile Include="Motion\Model\DioCnd.cs" />
- <Compile Include="Process\Model\ProcessStep.cs" />
- <Compile Include="Recipe\RecipeCacher.cs" />
- <Compile Include="Common\Exceptions\ExceptionConfig.cs" />
- <Compile Include="Recipe\Config\RecipeParam.cs" />
- <Compile Include="Recipe\Model\RecipePointPosition.cs" />
- <Compile Include="Recipe\Model\RecipePoint.cs" />
- <Compile Include="Recipe\Model\RecipeSpeed.cs" />
- <Compile Include="Machine\Monitor\MachineActivity.cs" />
- <Compile Include="Common\Tasks\TaskToken.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Loader.cs" />
- <Compile Include="Common\Vision\IResultParser.cs" />
- <Compile Include="Common\Vision\VisionException.cs" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Device\Ethercats\Config\" />
- <Folder Include="Device\External\" />
- <Folder Include="Vision\SKV1\" />
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|