ShwasherSys.Core.csproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{3B9F4DF4-386D-4BB0-BA45-6221CEC1EC7A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ShwasherSys</RootNamespace>
  11. <AssemblyName>ShwasherSys.Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <TargetFrameworkProfile />
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Abp, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <HintPath>..\..\packages\Abp.4.1.0\lib\netstandard2.0\Abp.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Abp.AutoMapper, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\Abp.AutoMapper.4.1.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Abp.MailKit, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\Abp.MailKit.4.1.0\lib\netstandard2.0\Abp.MailKit.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Abp.Owin, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  48. <HintPath>..\..\packages\Abp.Owin.4.1.0\lib\net461\Abp.Owin.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Abp.Web, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <HintPath>..\..\packages\Abp.Web.4.1.0\lib\net461\Abp.Web.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Abp.Web.Api, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  54. <HintPath>..\..\packages\Abp.Web.Api.4.1.0\lib\net461\Abp.Web.Api.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Abp.Web.Common, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  57. <HintPath>..\..\packages\Abp.Web.Common.4.1.0\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Abp.Web.Mvc, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <HintPath>..\..\packages\Abp.Web.Mvc.4.1.0\lib\net461\Abp.Web.Mvc.dll</HintPath>
  61. </Reference>
  62. <Reference Include="AutoMapper, Version=8.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  63. <HintPath>..\..\packages\AutoMapper.8.0.0\lib\net461\AutoMapper.dll</HintPath>
  64. </Reference>
  65. <Reference Include="AutoMapper.Collection, Version=5.0.0.0, Culture=neutral, PublicKeyToken=e57c3f0a3d6646db, processorArchitecture=MSIL">
  66. <HintPath>..\..\packages\AutoMapper.Collection.5.0.0\lib\net461\AutoMapper.Collection.dll</HintPath>
  67. </Reference>
  68. <Reference Include="BouncyCastle.Crypto, Version=1.8.2.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  69. <HintPath>..\..\packages\BouncyCastle.1.8.2\lib\BouncyCastle.Crypto.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  72. <HintPath>..\..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Castle.Facilities.Logging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  75. <HintPath>..\..\packages\Castle.LoggingFacility.4.1.1\lib\net45\Castle.Facilities.Logging.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Castle.Windsor, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  78. <HintPath>..\..\packages\Castle.Windsor.4.1.1\lib\net45\Castle.Windsor.dll</HintPath>
  79. </Reference>
  80. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  81. <HintPath>..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath>
  82. </Reference>
  83. <Reference Include="EntityFramework.DynamicFilters, Version=3.0.1.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
  84. <HintPath>..\..\packages\EntityFramework.DynamicFilters.3.0.1\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
  85. </Reference>
  86. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  87. <HintPath>..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  88. </Reference>
  89. <Reference Include="JetBrains.Annotations, Version=2018.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  90. <HintPath>..\..\packages\JetBrains.Annotations.2018.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
  91. </Reference>
  92. <Reference Include="MailKit, Version=2.1.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b, processorArchitecture=MSIL">
  93. <HintPath>..\..\packages\MailKit.2.1.2\lib\net45\MailKit.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  99. <HintPath>..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.2\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  102. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  105. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Memory.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  108. <HintPath>..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Microsoft.Extensions.Options, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  111. <HintPath>..\..\packages\Microsoft.Extensions.Options.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Microsoft.Extensions.Primitives, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  114. <HintPath>..\..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Microsoft.Owin, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  117. <HintPath>..\..\packages\Microsoft.Owin.4.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Microsoft.Owin.Cors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  120. <HintPath>..\..\packages\Microsoft.Owin.Cors.4.0.0\lib\net451\Microsoft.Owin.Cors.dll</HintPath>
  121. </Reference>
  122. <Reference Include="Microsoft.Owin.FileSystems, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <HintPath>..\..\packages\Microsoft.Owin.FileSystems.4.0.0\lib\net451\Microsoft.Owin.FileSystems.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Microsoft.Owin.Host.SystemWeb, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  126. <HintPath>..\..\packages\Microsoft.Owin.Host.SystemWeb.4.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Microsoft.Owin.Security, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  129. <HintPath>..\..\packages\Microsoft.Owin.Security.4.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Microsoft.Owin.Security.Cookies, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  132. <HintPath>..\..\packages\Microsoft.Owin.Security.Cookies.4.0.0\lib\net451\Microsoft.Owin.Security.Cookies.dll</HintPath>
  133. </Reference>
  134. <Reference Include="Microsoft.Owin.Security.OAuth, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  135. <HintPath>..\..\packages\Microsoft.Owin.Security.OAuth.4.0.1\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  136. </Reference>
  137. <Reference Include="Microsoft.Owin.StaticFiles, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  138. <HintPath>..\..\packages\Microsoft.Owin.StaticFiles.4.0.0\lib\net451\Microsoft.Owin.StaticFiles.dll</HintPath>
  139. </Reference>
  140. <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  141. <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
  142. <Private>True</Private>
  143. </Reference>
  144. <Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  145. <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
  146. <Private>True</Private>
  147. </Reference>
  148. <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  149. <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
  150. <Private>True</Private>
  151. </Reference>
  152. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  153. <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  154. </Reference>
  155. <Reference Include="MimeKit, Version=2.1.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
  156. <HintPath>..\..\packages\MimeKit.2.1.2\lib\net45\MimeKit.dll</HintPath>
  157. </Reference>
  158. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  159. <HintPath>..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  160. </Reference>
  161. <Reference Include="Nito.AsyncEx, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  162. <HintPath>..\..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.dll</HintPath>
  163. <Private>True</Private>
  164. </Reference>
  165. <Reference Include="Nito.AsyncEx.Concurrent, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  166. <HintPath>..\..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.Concurrent.dll</HintPath>
  167. <Private>True</Private>
  168. </Reference>
  169. <Reference Include="Nito.AsyncEx.Context, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  170. <HintPath>..\..\packages\Nito.AsyncEx.Context.1.1.0\lib\net46\Nito.AsyncEx.Context.dll</HintPath>
  171. </Reference>
  172. <Reference Include="Nito.AsyncEx.Coordination, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
  173. <HintPath>..\..\packages\Nito.AsyncEx.Coordination.1.0.2\lib\net46\Nito.AsyncEx.Coordination.dll</HintPath>
  174. </Reference>
  175. <Reference Include="Nito.AsyncEx.Enlightenment, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  176. <HintPath>..\..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath>
  177. <Private>True</Private>
  178. </Reference>
  179. <Reference Include="Nito.AsyncEx.Tasks, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  180. <HintPath>..\..\packages\Nito.AsyncEx.Tasks.1.1.0\lib\net46\Nito.AsyncEx.Tasks.dll</HintPath>
  181. </Reference>
  182. <Reference Include="Nito.Collections.Deque, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  183. <HintPath>..\..\packages\Nito.Collections.Deque.1.0.4\lib\netstandard2.0\Nito.Collections.Deque.dll</HintPath>
  184. </Reference>
  185. <Reference Include="Nito.Disposables, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  186. <HintPath>..\..\packages\Nito.Disposables.2.0.0\lib\netstandard2.0\Nito.Disposables.dll</HintPath>
  187. </Reference>
  188. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  189. <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  190. </Reference>
  191. <Reference Include="System" />
  192. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  193. <HintPath>..\..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  194. </Reference>
  195. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  196. <HintPath>..\..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  197. </Reference>
  198. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  199. <HintPath>..\..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  200. </Reference>
  201. <Reference Include="System.ComponentModel.Composition" />
  202. <Reference Include="System.ComponentModel.DataAnnotations" />
  203. <Reference Include="System.Configuration" />
  204. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  205. <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  206. </Reference>
  207. <Reference Include="System.Core" />
  208. <Reference Include="System.Data.Common">
  209. <HintPath>..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  210. <Private>True</Private>
  211. </Reference>
  212. <Reference Include="System.Data.OracleClient" />
  213. <Reference Include="System.Drawing" />
  214. <Reference Include="System.IO.Compression.FileSystem" />
  215. <Reference Include="System.Linq.Dynamic.Core, Version=1.0.10.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
  216. <HintPath>..\..\packages\System.Linq.Dynamic.Core.1.0.10\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
  217. </Reference>
  218. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  219. <HintPath>..\..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll</HintPath>
  220. </Reference>
  221. <Reference Include="System.Net" />
  222. <Reference Include="System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  223. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  224. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  225. </Reference>
  226. <Reference Include="System.Numerics" />
  227. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  228. <HintPath>..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  229. </Reference>
  230. <Reference Include="System.Runtime.Caching" />
  231. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  232. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  233. </Reference>
  234. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  235. <HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  236. <Private>True</Private>
  237. </Reference>
  238. <Reference Include="System.Runtime.Remoting" />
  239. <Reference Include="System.Runtime.Serialization" />
  240. <Reference Include="System.Runtime.Serialization.Formatters">
  241. <HintPath>..\..\packages\System.Runtime.Serialization.Formatters.4.3.0\lib\net46\System.Runtime.Serialization.Formatters.dll</HintPath>
  242. <Private>True</Private>
  243. </Reference>
  244. <Reference Include="System.Runtime.Serialization.Primitives">
  245. <HintPath>..\..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
  246. <Private>True</Private>
  247. </Reference>
  248. <Reference Include="System.Security" />
  249. <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  250. <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  251. </Reference>
  252. <Reference Include="System.Security.Claims">
  253. <HintPath>..\..\packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath>
  254. <Private>True</Private>
  255. </Reference>
  256. <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  257. <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
  258. </Reference>
  259. <Reference Include="System.Security.Principal.Windows, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  260. <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.1\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  261. </Reference>
  262. <Reference Include="System.ServiceProcess" />
  263. <Reference Include="System.Transactions" />
  264. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  265. <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  266. </Reference>
  267. <Reference Include="System.Web" />
  268. <Reference Include="System.Web.Cors, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  269. <HintPath>..\..\packages\Microsoft.AspNet.Cors.5.2.7\lib\net45\System.Web.Cors.dll</HintPath>
  270. </Reference>
  271. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  272. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  273. </Reference>
  274. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  275. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  276. </Reference>
  277. <Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  278. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  279. </Reference>
  280. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  281. <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  282. </Reference>
  283. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  284. <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  285. </Reference>
  286. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  287. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  288. </Reference>
  289. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  290. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  291. </Reference>
  292. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  293. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  294. </Reference>
  295. <Reference Include="System.Xml.Linq" />
  296. <Reference Include="System.Data.DataSetExtensions" />
  297. <Reference Include="Microsoft.CSharp" />
  298. <Reference Include="System.Data" />
  299. <Reference Include="System.Xml" />
  300. <Reference Include="System.Xml.XmlDocument">
  301. <HintPath>..\..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
  302. <Private>True</Private>
  303. </Reference>
  304. <Reference Include="System.Xml.XPath">
  305. <HintPath>..\..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
  306. <Private>True</Private>
  307. </Reference>
  308. <Reference Include="System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  309. <HintPath>..\..\packages\System.Xml.XPath.XmlDocument.4.3.0\lib\net46\System.Xml.XPath.XmlDocument.dll</HintPath>
  310. </Reference>
  311. <Reference Include="TimeZoneConverter, Version=2.5.1.0, Culture=neutral, processorArchitecture=MSIL">
  312. <HintPath>..\..\packages\TimeZoneConverter.2.5.1\lib\net45\TimeZoneConverter.dll</HintPath>
  313. </Reference>
  314. </ItemGroup>
  315. <ItemGroup>
  316. <Compile Include="Auditing\AuditingStore.cs" />
  317. <Compile Include="Authorization\AppSettingProvider.cs" />
  318. <Compile Include="Authorization\LogInManager.cs" />
  319. <Compile Include="Authorization\LoginResult.cs" />
  320. <Compile Include="Authorization\Permissions\ShwasherPermissionChecker.cs" />
  321. <Compile Include="Authorization\Permissions\PermissionNames.cs">
  322. <AutoGen>True</AutoGen>
  323. <DesignTime>True</DesignTime>
  324. <DependentUpon>PermissionNames.tt</DependentUpon>
  325. </Compile>
  326. <Compile Include="Authorization\Roles\RoleManager.cs" />
  327. <Compile Include="Authorization\Roles\RoleStore.cs" />
  328. <Compile Include="Authorization\Roles\SysRole.cs" />
  329. <Compile Include="Authorization\Users\SysUser.cs" />
  330. <Compile Include="Authorization\Users\UserManager.cs" />
  331. <Compile Include="Authorization\Users\UserStore.cs" />
  332. <Compile Include="BaseSysInfo\BusinessLog.cs" />
  333. <Compile Include="BaseSysInfo\SysAppGuid.cs" />
  334. <Compile Include="BaseSysInfo\SysAttachFile.cs" />
  335. <Compile Include="BaseSysInfo\SysFunction.cs" />
  336. <Compile Include="BaseSysInfo\SysHelp.cs" />
  337. <Compile Include="BaseSysInfo\SysLog.cs" />
  338. <Compile Include="BaseSysInfo\SysSetting.cs" />
  339. <Compile Include="BaseSysInfo\SysState.cs" />
  340. <Compile Include="BaseSysInfo\T4FunctionInfo.cs" />
  341. <Compile Include="BasicInfo\Currency.cs" />
  342. <Compile Include="BasicInfo\Department.cs" />
  343. <Compile Include="BasicInfo\Duty.cs" />
  344. <Compile Include="BasicInfo\ExpressLogistics.cs" />
  345. <Compile Include="BasicInfo\Factories.cs" />
  346. <Compile Include="BasicInfo\FixedAssetType.cs" />
  347. <Compile Include="BasicInfo\OutFactory.cs" />
  348. <Compile Include="BasicInfo\QualityIssueLabel.cs" />
  349. <Compile Include="BasicInfo\Regions.cs" />
  350. <Compile Include="BasicInfo\ScrapType.cs" />
  351. <Compile Include="BasicInfo\StoreHouse.cs" />
  352. <Compile Include="BasicInfo\StoreLocation.cs" />
  353. <Compile Include="CompanyInfo\DeviceMgPlan.cs" />
  354. <Compile Include="CompanyInfo\Employee.cs" />
  355. <Compile Include="CompanyInfo\EmployeeWorkPerformance.cs" />
  356. <Compile Include="CompanyInfo\FixedAsset.cs" />
  357. <Compile Include="CompanyInfo\LicenseDocument.cs" />
  358. <Compile Include="CompanyInfo\LicenseType.cs" />
  359. <Compile Include="CompanyInfo\MaintenanceMember.cs" />
  360. <Compile Include="CompanyInfo\MaintenanceRecord.cs" />
  361. <Compile Include="CompanyInfo\Mold.cs" />
  362. <Compile Include="CustomerInfo\CustomerDefaultProduct.cs" />
  363. <Compile Include="CustomerInfo\CustomerInvoiceAddress.cs" />
  364. <Compile Include="CustomerInfo\Customers.cs" />
  365. <Compile Include="CustomerInfo\CustomerSend.cs" />
  366. <Compile Include="DecimalPrecisionAttribute.cs" />
  367. <Compile Include="Emailing\EmailTemplateProvider.cs" />
  368. <Compile Include="Emailing\IEmailTemplateProvider.cs" />
  369. <Compile Include="Emailing\IwbZeroTemplateMailKitSmtpBuilder.cs" />
  370. <Compile Include="Emailing\IwbZeroTemplateSmtpEmailSenderConfiguration.cs" />
  371. <Compile Include="Inspection\CustomerDisabledProduct.cs" />
  372. <Compile Include="Inspection\DisqualifiedProduct.cs" />
  373. <Compile Include="Inspection\ProductInspectReportContent.cs" />
  374. <Compile Include="Inspection\TemplateInfo.cs" />
  375. <Compile Include="Inspection\PtoductInspectReport.cs" />
  376. <Compile Include="Inspection\ProductInspectInfo.cs" />
  377. <Compile Include="Invoice\OrderStickBills.cs" />
  378. <Compile Include="Invoice\RedStampInvoice.cs" />
  379. <Compile Include="Invoice\StatementBill.cs" />
  380. <Compile Include="Invoice\ViewCustomerStick.cs" />
  381. <Compile Include="Invoice\ViewOrderSendStickBill.cs" />
  382. <Compile Include="Invoice\ViewStickBill.cs" />
  383. <Compile Include="IwbDefinition.cs" />
  384. <Compile Include="Order\OrderBookStore.cs" />
  385. <Compile Include="Order\ScheduleOrderSend.cs" />
  386. <Compile Include="PackageInfo\ViewPackageApply.cs" />
  387. <Compile Include="ProductInfo\ProductMapper.cs" />
  388. <Compile Include="ProductInfo\ProductProperty.cs" />
  389. <Compile Include="ProductInfo\RmProduct.cs" />
  390. <Compile Include="ProductionOrderInfo\MoldProductionRecord.cs" />
  391. <Compile Include="ProductionOrderInfo\OrderProduction.cs" />
  392. <Compile Include="ProductStoreInfo\InventoryCheck.cs" />
  393. <Compile Include="ProductStoreInfo\ViewEnterOutProductStore.cs" />
  394. <Compile Include="ReturnGoods\ReturnGoodOrder.cs" />
  395. <Compile Include="RmStore\CurrentRmStoreHouse.cs" />
  396. <Compile Include="RmStore\RmEnterStore.cs" />
  397. <Compile Include="RmStore\RmOutStore.cs" />
  398. <Compile Include="ScrapStore\ScrapEnterStore.cs" />
  399. <Compile Include="ShwasherServiceSessionExtensions.cs" />
  400. <Compile Include="Navigation\NavigationManager.cs" />
  401. <Compile Include="NotificationInfo\BulletinInfo.cs" />
  402. <Compile Include="NotificationInfo\ShortMessage.cs" />
  403. <Compile Include="NotificationInfo\ShortMsgDetail.cs" />
  404. <Compile Include="OrderSendInfo\OrderSend.cs" />
  405. <Compile Include="OrderSendInfo\OrderSendBills.cs" />
  406. <Compile Include="OrderSendInfo\ViewOrderSend.cs" />
  407. <Compile Include="OrderSendInfo\ViewOrderSendBill.cs" />
  408. <Compile Include="Order\OrderHeader.cs" />
  409. <Compile Include="Order\OrderItems.cs" />
  410. <Compile Include="Order\OrderUnit.cs" />
  411. <Compile Include="Order\ViewQueryCurrentProductNum.cs" />
  412. <Compile Include="Order\ViewOrderItems.cs" />
  413. <Compile Include="PackageInfo\PackageApply.cs" />
  414. <Compile Include="ProductInfo\Products.cs" />
  415. <Compile Include="ProductInfo\SemiProducts.cs" />
  416. <Compile Include="ProductInfo\Standard.cs" />
  417. <Compile Include="ProductionOrderInfo\ProductionOrder.cs" />
  418. <Compile Include="ProductionOrderInfo\ProductionOrderLogs.cs" />
  419. <Compile Include="ProductStoreInfo\CurrentProductStoreHouse.cs" />
  420. <Compile Include="ProductStoreInfo\FinshedEnterStore.cs" />
  421. <Compile Include="ProductStoreInfo\ProductOutStore.cs" />
  422. <Compile Include="ProductStoreInfo\ViewCurrentProductStoreHouse.cs" />
  423. <Compile Include="ProductStoreInfo\ViewProductEnterStore.cs" />
  424. <Compile Include="ProductStoreInfo\ViewProductOutStore.cs" />
  425. <Compile Include="SemiProductStoreInfo\BackUpCurrentSemiStoreHouse.cs" />
  426. <Compile Include="SemiProductStoreInfo\CurrentSemiStoreHouse.cs" />
  427. <Compile Include="SemiProductStoreInfo\SemiEnterStore.cs" />
  428. <Compile Include="SemiProductStoreInfo\SemiOutStore.cs" />
  429. <Compile Include="SemiProductStoreInfo\SemiProductStore.cs" />
  430. <Compile Include="SemiProductStoreInfo\ViewCurrentSemiStoreHouse.cs" />
  431. <Compile Include="SemiProductStoreInfo\ViewSemiEnterStore.cs" />
  432. <Compile Include="SemiProductStoreInfo\ViewSemiOutStore.cs" />
  433. <Compile Include="ShwasherCoreConsts.cs" />
  434. <Compile Include="ShwasherCoreModule.cs" />
  435. <Compile Include="Properties\AssemblyInfo.cs" />
  436. </ItemGroup>
  437. <ItemGroup>
  438. <None Include="app.config" />
  439. <None Include="packages.config" />
  440. </ItemGroup>
  441. <ItemGroup>
  442. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  443. </ItemGroup>
  444. <ItemGroup>
  445. <ProjectReference Include="..\IwbZero.Yue\IwbZero.Yue.csproj">
  446. <Project>{b15019b6-dfdb-4fdd-b017-f3a8d9971852}</Project>
  447. <Name>IwbZero.Yue</Name>
  448. </ProjectReference>
  449. <ProjectReference Include="..\ShwasherSys.ToolCommon\ShwasherSys.ToolCommon.csproj">
  450. <Project>{31E46374-58A9-4169-A837-774E189F5DDE}</Project>
  451. <Name>ShwasherSys.ToolCommon</Name>
  452. </ProjectReference>
  453. </ItemGroup>
  454. <ItemGroup>
  455. <Folder Include="MachineMoldInfo\" />
  456. </ItemGroup>
  457. <ItemGroup>
  458. <Content Include="Authorization\Permissions\PermissionNames.tt">
  459. <Generator>TextTemplatingFileGenerator</Generator>
  460. <LastGenOutput>PermissionNames.cs</LastGenOutput>
  461. </Content>
  462. <Content Include="Emailing\EmailTemplates\default.html" />
  463. <EmbeddedResource Include="Localization\Language\Language-en.xml" />
  464. <EmbeddedResource Include="Localization\Language\Language.xml">
  465. <SubType>Designer</SubType>
  466. </EmbeddedResource>
  467. </ItemGroup>
  468. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  469. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  470. <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
  471. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  472. Other similar extension points exist, see Microsoft.Common.targets.
  473. <Target Name="BeforeBuild">
  474. </Target>
  475. <Target Name="AfterBuild">
  476. </Target>
  477. -->
  478. </Project>