SKMC.API.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{D4B3EC9F-7DAD-45D7-A3E8-B8D7C664B9E9}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SKMC.Api</RootNamespace>
  11. <AssemblyName>SKMC.Api</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>x64</PlatformTarget>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>none</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <PlatformTarget>x64</PlatformTarget>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
  38. <HintPath>..\packages\DryIoc.dll.4.7.7\lib\net45\DryIoc.dll</HintPath>
  39. </Reference>
  40. <Reference Include="log4net, Version=2.0.17.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  41. <HintPath>..\packages\log4net.2.0.17\lib\net45\log4net.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.77\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  47. <HintPath>H:\SKMC\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
  48. </Reference>
  49. <Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  50. <HintPath>..\packages\NLog.5.3.4\lib\net46\NLog.dll</HintPath>
  51. </Reference>
  52. <Reference Include="PresentationCore" />
  53. <Reference Include="PresentationFramework" />
  54. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Prism.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Prism.DryIoc.8.1.97\lib\net47\Prism.DryIoc.Wpf.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SqlSugar, Version=5.0.9.9, Culture=neutral, processorArchitecture=MSIL">
  64. <HintPath>..\packages\SqlSugar.5.0.9.9\lib\SqlSugar.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Configuration" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.IO.Compression" />
  70. <Reference Include="System.Numerics" />
  71. <Reference Include="System.Transactions" />
  72. <Reference Include="System.Web" />
  73. <Reference Include="System.Xaml" />
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Data.DataSetExtensions" />
  76. <Reference Include="Microsoft.CSharp" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Net.Http" />
  79. <Reference Include="System.Xml" />
  80. <Reference Include="WindowsBase" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="Client\Access\ClientAccessCodes.cs" />
  84. <Compile Include="Client\Access\ClientAccessConverter.cs" />
  85. <Compile Include="Client\ClientCacher.cs" />
  86. <Compile Include="Client\Config\ClientConstants.cs" />
  87. <Compile Include="Client\Config\ClientException.cs" />
  88. <Compile Include="Common\DB\IModelConverter.cs" />
  89. <Compile Include="Client\Access\ClientAccess.cs" />
  90. <Compile Include="Client\Access\ClientRole.cs" />
  91. <Compile Include="Client\Access\IClientRoleAccesser.cs" />
  92. <Compile Include="Common\ObjectFactory.cs" />
  93. <Compile Include="Client\Extension\IMouseTracer.cs" />
  94. <Compile Include="Client\Model\ClientMessage.cs" />
  95. <Compile Include="Client\Views\ExceptionsViewModel.cs" />
  96. <Compile Include="Client\Views\IShowDialog.cs" />
  97. <Compile Include="Client\Views\MenuViewModel.cs" />
  98. <Compile Include="Client\Model\ClientNotification.cs" />
  99. <Compile Include="Client\UI\StyleManager.cs" />
  100. <Compile Include="Common\Monitor\BaseMonitor.cs" />
  101. <Compile Include="Common\Types\BlockingQueue.cs" />
  102. <Compile Include="Common\Types\BoundedQueue.cs" />
  103. <Compile Include="Common\CommonUtil.cs" />
  104. <Compile Include="Common\Types\ConcurrentList.cs" />
  105. <Compile Include="Common\DB\Entity\BaseEntity.cs" />
  106. <Compile Include="Common\DB\Entity\ConfigEntity.cs" />
  107. <Compile Include="Common\DB\SqlSugarTool.cs" />
  108. <Compile Include="Common\Exceptions\ExceptionBase.cs" />
  109. <Compile Include="Common\Exceptions\ExceptionShow.cs" />
  110. <Compile Include="Common\File\AppConfig.cs" />
  111. <Compile Include="Common\File\IniFiles.cs" />
  112. <Compile Include="Common\File\XmlSerializerTool.cs" />
  113. <Compile Include="Common\Data\IDataFilter.cs" />
  114. <Compile Include="Common\Tcp\ITcpProxy.cs" />
  115. <Compile Include="Common\Tcp\ITcpServer.cs" />
  116. <Compile Include="Common\Data\ITrendAnalyzer.cs" />
  117. <Compile Include="Common\Logger\Log4netLogger.cs" />
  118. <Compile Include="Common\Logger\LogDataService.cs" />
  119. <Compile Include="Common\Logger\ILogger.cs" />
  120. <Compile Include="Common\Logger\LogFactory.cs" />
  121. <Compile Include="Common\Logger\LoggingEventModel.cs" />
  122. <Compile Include="Common\Logger\LoggingEventAppender.cs" />
  123. <Compile Include="Common\Logger\LoggingEventTarget.cs" />
  124. <Compile Include="Common\Logger\NLogLogger.cs" />
  125. <Compile Include="Common\Types\ObservableCollectionEx.cs" />
  126. <Compile Include="Common\Tasks\Tasks.cs" />
  127. <Compile Include="Common\Tcp\TCPClient.cs" />
  128. <Compile Include="Common\Tcp\TcpClientBase.cs" />
  129. <Compile Include="Common\Monitor\StateLatchManager.cs" />
  130. <Compile Include="Device\Adapter\SKVision\SKVisionClient.cs" />
  131. <Compile Include="Device\Adapter\SKVision\SKVisionProtocol.cs" />
  132. <Compile Include="Device\Adapter\SKVision\SKVisionClientBase.cs" />
  133. <Compile Include="Device\Config\DeviceConfigStore.cs" />
  134. <Compile Include="Device\Config\MachineConfigStore.cs" />
  135. <Compile Include="Device\Machine\IMachineBoardControl.cs" />
  136. <Compile Include="Device\Machine\IMachineButtonControl.cs" />
  137. <Compile Include="Device\Machine\IMachineTowerLightControl.cs" />
  138. <Compile Include="Motion\Config\MotionConfigStore.cs" />
  139. <Compile Include="Motion\Driver\IMotionDriverAdvance.cs" />
  140. <Compile Include="Motion\Model\MotionAO.cs" />
  141. <Compile Include="Common\Types\TimestampSet.cs" />
  142. <Compile Include="Motion\Model\MotionPosition.cs" />
  143. <Compile Include="Motion\Model\MotionPdo.cs" />
  144. <Compile Include="Motion\Config\MotionConstants.cs" />
  145. <Compile Include="Recipe\Config\RecipeParamBase.cs" />
  146. <Compile Include="Product\Record\ProductionBoard.cs" />
  147. <Compile Include="Process\Control\ProcessActivityObserver.cs" />
  148. <Compile Include="Recipe\Config\RecipeConfigStore.cs" />
  149. <Compile Include="Recipe\Model\RecipePointGroup.cs" />
  150. <Compile Include="Recipe\Model\RecipeProfile.cs" />
  151. <Compile Include="Process\Control\IProcessLocker.cs" />
  152. <Compile Include="Process\Control\ProcessExceptions.cs" />
  153. <Compile Include="Common\Types\MessageQueue.cs" />
  154. <Compile Include="Common\Datetime\MicroTimer.cs" />
  155. <Compile Include="Common\Types\ObservableConcurrentList.cs" />
  156. <Compile Include="Common\Expression\Predicator.cs" />
  157. <Compile Include="Common\Tasks\TaskTokener.cs" />
  158. <Compile Include="Device\Config\DeviceConfiger.cs" />
  159. <Compile Include="Device\DeviceCacher.cs" />
  160. <Compile Include="Device\Machine\MachineStatusEnum.cs" />
  161. <Compile Include="Motion\Control\IMotionChecker.cs" />
  162. <Compile Include="Process\Model\ProcessAction.cs" />
  163. <Compile Include="Process\Config\ProcessException.cs" />
  164. <Compile Include="Process\Model\ProcessFlow.cs" />
  165. <Compile Include="Process\Model\ProcessParallelStep.cs" />
  166. <Compile Include="Process\Model\ProcessRouteStep.cs" />
  167. <Compile Include="Process\Model\ProcessStationManager.cs" />
  168. <Compile Include="Process\Model\ProcessStation.cs" />
  169. <Compile Include="Process\Model\ProcessStorage.cs" />
  170. <Compile Include="Product\Record\ProductionRecord.cs" />
  171. <Compile Include="Product\Material\Tray\Tray.cs" />
  172. <Compile Include="Product\Material\Tray\TrayConfig.cs" />
  173. <Compile Include="Product\Material\Tray\TraySlot.cs" />
  174. <Compile Include="Motion\Control\IMotionControl.cs" />
  175. <Compile Include="Motion\Model\MotionAxis.cs" />
  176. <Compile Include="Motion\Model\MotionAxisRecord.cs" />
  177. <Compile Include="Motion\Model\MotionAxisStatus.cs" />
  178. <Compile Include="Device\Config\DeviceBaseConfig.cs" />
  179. <Compile Include="Device\Config\DeviceConstants.cs" />
  180. <Compile Include="Motion\Model\MotionIODev.cs" />
  181. <Compile Include="Motion\Model\MotionIOGroup.cs" />
  182. <Compile Include="Motion\Model\MotionIO.cs" />
  183. <Compile Include="Device\Config\ParamEnum.cs" />
  184. <Compile Include="Motion\Model\MotionSdo.cs" />
  185. <Compile Include="Device\Machine\MachineStatus.cs" />
  186. <Compile Include="Motion\Driver\IMotionDriverParser.cs" />
  187. <Compile Include="Motion\Model\MotionAxisParam.cs" />
  188. <Compile Include="Motion\Driver\IMotionDriver.cs" />
  189. <Compile Include="Motion\Driver\IMotionDriverManager.cs" />
  190. <Compile Include="Motion\MotionCacher.cs" />
  191. <Compile Include="Motion\Model\MotionCnd.cs" />
  192. <Compile Include="Motion\Config\MotionException.cs" />
  193. <Compile Include="Process\Model\Activity.cs" />
  194. <Compile Include="Process\Model\AxisCnd.cs" />
  195. <Compile Include="Process\Model\Cnds.cs" />
  196. <Compile Include="Process\Model\DioCnd.cs" />
  197. <Compile Include="Process\Model\ProcessStep.cs" />
  198. <Compile Include="Recipe\RecipeCacher.cs" />
  199. <Compile Include="Common\Exceptions\ExceptionConfig.cs" />
  200. <Compile Include="Recipe\Config\RecipeParam.cs" />
  201. <Compile Include="Recipe\Model\RecipePointPosition.cs" />
  202. <Compile Include="Recipe\Model\RecipePoint.cs" />
  203. <Compile Include="Recipe\Model\RecipeSpeed.cs" />
  204. <Compile Include="Process\Model\ProcessActivity.cs" />
  205. <Compile Include="Common\Tasks\TaskToken.cs" />
  206. <Compile Include="Properties\AssemblyInfo.cs" />
  207. <Compile Include="Loader.cs" />
  208. <Compile Include="Common\Vision\IResultParser.cs" />
  209. <Compile Include="Common\Vision\VisionException.cs" />
  210. </ItemGroup>
  211. <ItemGroup />
  212. <ItemGroup>
  213. <None Include="app.config" />
  214. <None Include="packages.config" />
  215. </ItemGroup>
  216. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  217. </Project>