SHJX.Service.Control.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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>{1520F6BA-E2B2-4DC5-8552-BE7F4C86BC30}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SHJX.Service.Control</RootNamespace>
  11. <AssemblyName>SHJX.Service.Control</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. <LangVersion>preview</LangVersion>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <LangVersion>preview</LangVersion>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <StartupObject />
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>bin\x64\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <DebugType>full</DebugType>
  44. <PlatformTarget>x64</PlatformTarget>
  45. <LangVersion>preview</LangVersion>
  46. <ErrorReport>prompt</ErrorReport>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  49. <OutputPath>bin\x64\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <DebugType>pdbonly</DebugType>
  53. <PlatformTarget>x64</PlatformTarget>
  54. <LangVersion>preview</LangVersion>
  55. <ErrorReport>prompt</ErrorReport>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb">
  59. <HintPath>..\SHJX.Service.Resourece\Lib\AForge.dll</HintPath>
  60. </Reference>
  61. <Reference Include="AForge.Controls, Version=2.2.5.0, Culture=neutral, PublicKeyToken=a8ac264d1dc6b9d9">
  62. <HintPath>..\SHJX.Service.Resourece\Lib\AForge.Controls.dll</HintPath>
  63. </Reference>
  64. <Reference Include="AForge.Imaging, Version=2.2.5.0, Culture=neutral, PublicKeyToken=ba8ddea9676ca48b">
  65. <HintPath>..\SHJX.Service.Resourece\Lib\AForge.Imaging.dll</HintPath>
  66. </Reference>
  67. <Reference Include="AForge.Math, Version=2.2.5.0, Culture=neutral, PublicKeyToken=abba2e25397ee8c9">
  68. <HintPath>..\SHJX.Service.Resourece\Lib\AForge.Math.dll</HintPath>
  69. </Reference>
  70. <Reference Include="AForge.Video, Version=2.2.5.0, Culture=neutral, PublicKeyToken=cbfb6e07d173c401">
  71. <HintPath>..\SHJX.Service.Resourece\Lib\AForge.Video.dll</HintPath>
  72. </Reference>
  73. <Reference Include="AForge.Video.DirectShow, Version=2.2.5.0, Culture=neutral, PublicKeyToken=61ea4348d43881b7">
  74. <HintPath>..\SHJX.Service.Resourece\Lib\AForge.Video.DirectShow.dll</HintPath>
  75. </Reference>
  76. <Reference Include="ConcurrentCollections, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  77. <HintPath>..\packages\ConcurrentHashSet.1.1.0\lib\net461\ConcurrentCollections.dll</HintPath>
  78. </Reference>
  79. <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  80. <HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.Extensions.Configuration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Microsoft.Extensions.Configuration.7.0.0\lib\net462\Microsoft.Extensions.Configuration.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.7.0.0\lib\net462\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.7.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  95. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.7.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.Extensions.FileProviders.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Microsoft.Extensions.FileProviders.Abstractions.7.0.0\lib\net462\Microsoft.Extensions.FileProviders.Abstractions.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.Extensions.Hosting.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Microsoft.Extensions.Hosting.Abstractions.6.0.0-preview.1.21102.12\lib\net461\Microsoft.Extensions.Hosting.Abstractions.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Microsoft.Extensions.Logging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  104. <HintPath>..\packages\Microsoft.Extensions.Logging.7.0.0\lib\net462\Microsoft.Extensions.Logging.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  107. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Microsoft.Extensions.ObjectPool, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  110. <HintPath>..\packages\Microsoft.Extensions.ObjectPool.6.0.0-preview.1.21103.6\lib\net461\Microsoft.Extensions.ObjectPool.dll</HintPath>
  111. </Reference>
  112. <Reference Include="Microsoft.Extensions.Options, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  113. <HintPath>..\packages\Microsoft.Extensions.Options.7.0.0\lib\net462\Microsoft.Extensions.Options.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Microsoft.Extensions.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Microsoft.Extensions.Primitives.7.0.0\lib\net462\Microsoft.Extensions.Primitives.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  119. <HintPath>..\packages\Newtonsoft.Json.13.0.1-beta1\lib\net45\Newtonsoft.Json.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Panuon.UI.Silver, Version=1.1.3.4, Culture=neutral, processorArchitecture=MSIL">
  122. <HintPath>..\packages\Panuon.UI.Silver.1.1.3.4\lib\net45\Panuon.UI.Silver.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
  125. <HintPath>..\packages\Polly.7.2.1\lib\net472\Polly.dll</HintPath>
  126. </Reference>
  127. <Reference Include="PresentationCore" />
  128. <Reference Include="PresentationFramework" />
  129. <Reference Include="System" />
  130. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  131. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.ComponentModel.DataAnnotations" />
  134. <Reference Include="System.Configuration" />
  135. <Reference Include="System.Core" />
  136. <Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  137. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.7.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System.Drawing" />
  140. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  141. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System.Numerics" />
  144. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  145. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  146. </Reference>
  147. <Reference Include="System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  148. <HintPath>..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
  149. <Private>True</Private>
  150. <Private>True</Private>
  151. </Reference>
  152. <Reference Include="System.Reflection.TypeExtensions, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  153. <HintPath>..\packages\System.Reflection.TypeExtensions.4.7.0\lib\net461\System.Reflection.TypeExtensions.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  156. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  159. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.Threading.Thread, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  162. <HintPath>..\packages\System.Threading.Thread.4.3.0\lib\net46\System.Threading.Thread.dll</HintPath>
  163. <Private>True</Private>
  164. <Private>True</Private>
  165. </Reference>
  166. <Reference Include="System.Threading.ThreadPool, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  167. <HintPath>..\packages\System.Threading.ThreadPool.4.3.0\lib\net46\System.Threading.ThreadPool.dll</HintPath>
  168. <Private>True</Private>
  169. <Private>True</Private>
  170. </Reference>
  171. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  172. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  173. </Reference>
  174. <Reference Include="System.Web" />
  175. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  176. <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
  177. </Reference>
  178. <Reference Include="System.Xml.Linq" />
  179. <Reference Include="System.Data.DataSetExtensions" />
  180. <Reference Include="Microsoft.CSharp" />
  181. <Reference Include="System.Data" />
  182. <Reference Include="System.Net.Http" />
  183. <Reference Include="System.Xml" />
  184. <Reference Include="WindowsBase" />
  185. <Reference Include="WorkflowCore, Version=3.3.5.0, Culture=neutral, processorArchitecture=MSIL">
  186. <HintPath>..\packages\WorkflowCore.3.3.5\lib\netstandard2.0\WorkflowCore.dll</HintPath>
  187. </Reference>
  188. </ItemGroup>
  189. <ItemGroup>
  190. <Compile Include="PortOperate\DissolveFanOperate.cs" />
  191. <Compile Include="PortOperate\DripNozzleOperate.cs" />
  192. <Compile Include="PortOperate\FasHighOperate.cs" />
  193. <Compile Include="PortOperate\FasLowOperate.cs" />
  194. <Compile Include="PortOperate\IndicatorOperate.cs" />
  195. <Compile Include="PortOperate\LiquidStirOperate.cs" />
  196. <Compile Include="PortOperate\MercuryOperate.cs" />
  197. <Compile Include="Common\OptionSilverSulfatePipe.cs" />
  198. <Compile Include="PortOperate\PotassiumDichromateHighOperate.cs" />
  199. <Compile Include="PortOperate\PotassiumDichromateLowOperatep.cs" />
  200. <Compile Include="PortOperate\Content\PumpContent.cs" />
  201. <Compile Include="PortOperate\Interface\PortOperateImp.cs" />
  202. <Compile Include="PortOperate\SampleFanOperate.cs" />
  203. <Compile Include="PortOperate\SilverSulfateOperate.cs" />
  204. <Compile Include="PortOperate\Content\StorageContent.cs" />
  205. <Compile Include="PortOperate\Interface\StorageOperateImp.cs" />
  206. <Compile Include="PortOperate\SilverSulfatePipeOperate.cs" />
  207. <Compile Include="PortOperate\TimerOperate.cs" />
  208. <Compile Include="PortOperate\TitrationStirOperate.cs" />
  209. <Compile Include="PortOperate\WaterOperate.cs" />
  210. <Compile Include="Route\RouteController\CoolingCommon.cs" />
  211. <Compile Include="Route\RouteController\SampleCoolingOperate.cs" />
  212. <Compile Include="Route\RouteController\TitrationStirOperate.cs" />
  213. <Compile Include="Route\RouteFlow\SampleCoolingFlow.cs" />
  214. <Compile Include="ServiceController\TemplateController.cs" />
  215. <Compile Include="TimerControl\ChangeTaskState\CalibrationChangeState.cs" />
  216. <Compile Include="Interface\ChangeTaskStateImp.cs" />
  217. <Compile Include="TimerControl\ChangeTaskState\ChangeStateFactory.cs" />
  218. <Compile Include="TimerControl\ChangeTaskState\SampleChangeState.cs" />
  219. <Compile Include="TimerControl\ChangeTaskState\WashChangeState.cs" />
  220. <Compile Include="TimerController.cs" />
  221. <Compile Include="CreateTask.cs" />
  222. <Compile Include="Interface\FlowControlOperateImp.cs" />
  223. <Compile Include="Interface\EquipmentFlowImp.cs" />
  224. <Compile Include="Interface\WriteTaskToEquipmentImp.cs" />
  225. <Compile Include="Modules\DataEventArgs.cs" />
  226. <Compile Include="DataCentre.cs" />
  227. <Compile Include="Properties\AssemblyInfo.cs" />
  228. <Compile Include="ControlProxy\ProxyRouteContext.cs" />
  229. <Compile Include="FlowContent.cs" />
  230. <Compile Include="Route\RouteController\CalibrationCoolingOperate.cs" />
  231. <Compile Include="Route\RouteController\DissolveAddWaterOperate.cs" />
  232. <Compile Include="Route\RouteController\DissolveCoolingOperate.cs" />
  233. <Compile Include="Route\RouteController\LiquidHeatingOperate.cs" />
  234. <Compile Include="Route\RouteController\SampleAL1Operate.cs" />
  235. <Compile Include="Route\RouteController\SampleAL2Operate.cs" />
  236. <Compile Include="Route\RouteController\DissolveAddLiquidOperate.cs" />
  237. <Compile Include="Route\RouteController\CageOperate.cs" />
  238. <Compile Include="Route\RouteController\DissolveMoveOperate.cs" />
  239. <Compile Include="Route\RouteController\LiquidStirOperate.cs" />
  240. <Compile Include="Route\RouteController\ManiOperate.cs" />
  241. <Compile Include="Route\RouteController\MotorTOperate.cs" />
  242. <Compile Include="Route\RouteController\MotorXOperate.cs" />
  243. <Compile Include="Route\RouteController\MotorYOperate.cs" />
  244. <Compile Include="Route\RouteController\MotorZOperate.cs" />
  245. <Compile Include="Route\RouteController\TitrationAddIndicatorOperate.cs" />
  246. <Compile Include="Route\RouteController\TitrationOperate.cs" />
  247. <Compile Include="Route\RouteFlow\CalibrationCoolingFlow.cs" />
  248. <Compile Include="Route\RouteFlow\DissolveAddWaterFlow.cs" />
  249. <Compile Include="Route\RouteFlow\SampleAL1Flow.cs" />
  250. <Compile Include="Route\RouteFlow\SampleAL2Flow.cs" />
  251. <Compile Include="Route\RouteFlow\DissolveAddLiquidFlow.cs" />
  252. <Compile Include="Route\RouteFlow\CaFlow.cs" />
  253. <Compile Include="Route\RouteFlow\DissolveMoveFlow.cs" />
  254. <Compile Include="Route\RouteFlow\DissolveCoolingFlow.cs" />
  255. <Compile Include="Route\RouteFlow\LiquidHeatingFlow.cs" />
  256. <Compile Include="Route\RouteFlow\LiquidStirFlow.cs" />
  257. <Compile Include="Route\RouteFlow\ManiFlow.cs" />
  258. <Compile Include="Route\RouteFlow\MotorTMoveFlow.cs" />
  259. <Compile Include="Route\RouteFlow\MotorXMoveFlow.cs" />
  260. <Compile Include="Route\RouteFlow\MotorYMoveFlow.cs" />
  261. <Compile Include="Route\RouteFlow\MotorZMoveFlow.cs" />
  262. <Compile Include="Route\RouteFlow\TitrationAL1Flow.cs" />
  263. <Compile Include="Route\RouteFlow\TitrationAL2Flow.cs" />
  264. <Compile Include="ServiceController\LoginController.cs" />
  265. <Compile Include="ServiceController\MainController.cs" />
  266. <Compile Include="ServiceController\ManualController.cs" />
  267. <Compile Include="ServiceController\SettingController.cs" />
  268. <Compile Include="TimerControl\WriteTaskToEquipment\CalibrationWriteTask.cs" />
  269. <Compile Include="TimerControl\WriteTaskToEquipment\SampleWriteTask.cs" />
  270. <Compile Include="TimerControl\WriteTaskToEquipment\SinglePointWriteTask.cs" />
  271. <Compile Include="TimerControl\WriteTaskToEquipment\WashWriteTask.cs" />
  272. <Compile Include="TimerControl\WriteTaskToEquipment\WriteTaskFactory.cs" />
  273. </ItemGroup>
  274. <ItemGroup>
  275. <ProjectReference Include="..\SHJX.Service.Common\SHJX.Service.Common.csproj">
  276. <Project>{0410053a-af47-4ca4-8659-bfbbaeced094}</Project>
  277. <Name>SHJX.Service.Common</Name>
  278. </ProjectReference>
  279. <ProjectReference Include="..\SHJX.Service.CustomControl\SHJX.Service.CustomControl.csproj">
  280. <Project>{024D3E29-8574-4B90-AAB5-E176A1E3CD8B}</Project>
  281. <Name>SHJX.Service.CustomControl</Name>
  282. </ProjectReference>
  283. <ProjectReference Include="..\SHJX.Service.Dao\SHJX.Service.Dao.csproj">
  284. <Project>{81279dac-faac-41dc-8610-ff281b82a9ac}</Project>
  285. <Name>SHJX.Service.Dao</Name>
  286. </ProjectReference>
  287. <ProjectReference Include="..\SHJX.Service.Model\SHJX.Service.Model.csproj">
  288. <Project>{1b70b432-a96d-4785-96a0-0be6291ede3d}</Project>
  289. <Name>SHJX.Service.Model</Name>
  290. </ProjectReference>
  291. <ProjectReference Include="..\SHJX.Service.ServerClient\SHJX.Service.ServerClient.csproj">
  292. <Project>{05050fa2-a63a-45e7-8457-7046e206bc9f}</Project>
  293. <Name>SHJX.Service.ServerClient</Name>
  294. </ProjectReference>
  295. </ItemGroup>
  296. <ItemGroup>
  297. <None Include="app.config" />
  298. <None Include="packages.config" />
  299. </ItemGroup>
  300. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  301. </Project>