ShwasherSys.Application.csproj 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784
  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>{4DE817B7-1FB3-4536-887F-9815F5F46E75}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ShwasherSys</RootNamespace>
  11. <AssemblyName>ShwasherSys.Application</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. <LangVersion>8</LangVersion>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <LangVersion>8</LangVersion>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Abp, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\Abp.4.1.0\lib\netstandard2.0\Abp.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Abp.AutoMapper, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  44. <HintPath>..\..\packages\Abp.AutoMapper.4.1.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Abp.MailKit, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\Abp.MailKit.4.1.0\lib\netstandard2.0\Abp.MailKit.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Abp.Quartz, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\Abp.Quartz.4.1.0\lib\netstandard2.0\Abp.Quartz.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Abp.Web, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <HintPath>..\..\packages\Abp.Web.4.1.0\lib\net461\Abp.Web.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Abp.Web.Api, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <HintPath>..\..\packages\Abp.Web.Api.4.1.0\lib\net461\Abp.Web.Api.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Abp.Web.Common, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  59. <HintPath>..\..\packages\Abp.Web.Common.4.1.0\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Abp.Web.Mvc, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  62. <HintPath>..\..\packages\Abp.Web.Mvc.4.1.0\lib\net461\Abp.Web.Mvc.dll</HintPath>
  63. </Reference>
  64. <Reference Include="AutoMapper, Version=8.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  65. <HintPath>..\..\packages\AutoMapper.8.0.0\lib\net461\AutoMapper.dll</HintPath>
  66. </Reference>
  67. <Reference Include="AutoMapper.Collection, Version=5.0.0.0, Culture=neutral, PublicKeyToken=e57c3f0a3d6646db, processorArchitecture=MSIL">
  68. <HintPath>..\..\packages\AutoMapper.Collection.5.0.0\lib\net461\AutoMapper.Collection.dll</HintPath>
  69. </Reference>
  70. <Reference Include="BouncyCastle.Crypto, Version=1.8.2.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  71. <HintPath>..\..\packages\BouncyCastle.1.8.2\lib\BouncyCastle.Crypto.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  74. <HintPath>..\..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Castle.Facilities.Logging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  77. <HintPath>..\..\packages\Castle.LoggingFacility.4.1.1\lib\net45\Castle.Facilities.Logging.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Castle.Windsor, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  80. <HintPath>..\..\packages\Castle.Windsor.4.1.1\lib\net45\Castle.Windsor.dll</HintPath>
  81. </Reference>
  82. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  83. <HintPath>..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath>
  84. </Reference>
  85. <Reference Include="EntityFramework.DynamicFilters, Version=3.0.1.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
  86. <HintPath>..\..\packages\EntityFramework.DynamicFilters.3.0.1\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
  87. </Reference>
  88. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  89. <HintPath>..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  90. </Reference>
  91. <Reference Include="JetBrains.Annotations, Version=2018.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  92. <HintPath>..\..\packages\JetBrains.Annotations.2018.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
  93. </Reference>
  94. <Reference Include="MailKit, Version=2.1.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b, processorArchitecture=MSIL">
  95. <HintPath>..\..\packages\MailKit.2.1.2\lib\net45\MailKit.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  98. <HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  101. <HintPath>..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.2\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <HintPath>..\..\packages\Microsoft.AspNet.SignalR.Core.2.4.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  107. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  110. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Memory.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  111. </Reference>
  112. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  113. <HintPath>..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Microsoft.Extensions.Options, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  116. <HintPath>..\..\packages\Microsoft.Extensions.Options.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Microsoft.Extensions.Primitives, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  119. <HintPath>..\..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Microsoft.Owin, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  122. <HintPath>..\..\packages\Microsoft.Owin.4.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Microsoft.Owin.Host.SystemWeb, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  125. <HintPath>..\..\packages\Microsoft.Owin.Host.SystemWeb.4.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Microsoft.Owin.Security, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  128. <HintPath>..\..\packages\Microsoft.Owin.Security.4.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  129. </Reference>
  130. <Reference Include="Microsoft.Owin.Security.Cookies, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  131. <HintPath>..\..\packages\Microsoft.Owin.Security.Cookies.4.0.0\lib\net451\Microsoft.Owin.Security.Cookies.dll</HintPath>
  132. </Reference>
  133. <Reference Include="Microsoft.Owin.Security.OAuth, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  134. <HintPath>..\..\packages\Microsoft.Owin.Security.OAuth.4.0.1\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  135. </Reference>
  136. <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  137. <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
  138. <Private>True</Private>
  139. </Reference>
  140. <Reference Include="Microsoft.Threading.Tasks.Extensions, 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.Extensions.dll</HintPath>
  142. <Private>True</Private>
  143. </Reference>
  144. <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  145. <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
  146. <Private>True</Private>
  147. </Reference>
  148. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  149. <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  150. </Reference>
  151. <Reference Include="MimeKit, Version=2.1.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
  152. <HintPath>..\..\packages\MimeKit.2.1.2\lib\net45\MimeKit.dll</HintPath>
  153. </Reference>
  154. <Reference Include="MiniExcel, Version=1.30.0.0, Culture=neutral, PublicKeyToken=e7310002a53eac39, processorArchitecture=MSIL">
  155. <HintPath>..\..\packages\MiniExcel.1.30.0\lib\net45\MiniExcel.dll</HintPath>
  156. </Reference>
  157. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  158. <HintPath>..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  159. </Reference>
  160. <Reference Include="Nito.AsyncEx, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  161. <HintPath>..\..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.dll</HintPath>
  162. <Private>True</Private>
  163. </Reference>
  164. <Reference Include="Nito.AsyncEx.Concurrent, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  165. <HintPath>..\..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.Concurrent.dll</HintPath>
  166. <Private>True</Private>
  167. </Reference>
  168. <Reference Include="Nito.AsyncEx.Context, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  169. <HintPath>..\..\packages\Nito.AsyncEx.Context.1.1.0\lib\net46\Nito.AsyncEx.Context.dll</HintPath>
  170. </Reference>
  171. <Reference Include="Nito.AsyncEx.Coordination, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
  172. <HintPath>..\..\packages\Nito.AsyncEx.Coordination.1.0.2\lib\net46\Nito.AsyncEx.Coordination.dll</HintPath>
  173. </Reference>
  174. <Reference Include="Nito.AsyncEx.Enlightenment, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  175. <HintPath>..\..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath>
  176. <Private>True</Private>
  177. </Reference>
  178. <Reference Include="Nito.AsyncEx.Tasks, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  179. <HintPath>..\..\packages\Nito.AsyncEx.Tasks.1.1.0\lib\net46\Nito.AsyncEx.Tasks.dll</HintPath>
  180. </Reference>
  181. <Reference Include="Nito.Collections.Deque, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  182. <HintPath>..\..\packages\Nito.Collections.Deque.1.0.4\lib\netstandard2.0\Nito.Collections.Deque.dll</HintPath>
  183. </Reference>
  184. <Reference Include="Nito.Disposables, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  185. <HintPath>..\..\packages\Nito.Disposables.2.0.0\lib\netstandard2.0\Nito.Disposables.dll</HintPath>
  186. </Reference>
  187. <Reference Include="NPOI, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  188. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.dll</HintPath>
  189. </Reference>
  190. <Reference Include="NPOI.OOXML, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  191. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OOXML.dll</HintPath>
  192. </Reference>
  193. <Reference Include="NPOI.OpenXml4Net, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  194. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
  195. </Reference>
  196. <Reference Include="NPOI.OpenXmlFormats, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  197. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
  198. </Reference>
  199. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  200. <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  201. </Reference>
  202. <Reference Include="Quartz, Version=3.0.7.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  203. <HintPath>..\..\packages\Quartz.3.0.7\lib\net452\Quartz.dll</HintPath>
  204. </Reference>
  205. <Reference Include="System" />
  206. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  207. <HintPath>..\..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  208. </Reference>
  209. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  210. <HintPath>..\..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  211. </Reference>
  212. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  213. <HintPath>..\..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  214. </Reference>
  215. <Reference Include="System.ComponentModel.Composition" />
  216. <Reference Include="System.ComponentModel.DataAnnotations" />
  217. <Reference Include="System.Configuration" />
  218. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  219. <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  220. </Reference>
  221. <Reference Include="System.Core" />
  222. <Reference Include="System.Data.Common">
  223. <HintPath>..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  224. <Private>True</Private>
  225. </Reference>
  226. <Reference Include="System.Data.OracleClient" />
  227. <Reference Include="System.Drawing" />
  228. <Reference Include="System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  229. <Reference Include="System.IO.Compression.FileSystem" />
  230. <Reference Include="System.Linq.Dynamic.Core, Version=1.0.10.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
  231. <HintPath>..\..\packages\System.Linq.Dynamic.Core.1.0.10\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
  232. </Reference>
  233. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  234. <HintPath>..\..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll</HintPath>
  235. </Reference>
  236. <Reference Include="System.Net" />
  237. <Reference Include="System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  238. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  239. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  240. </Reference>
  241. <Reference Include="System.Numerics" />
  242. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  243. <HintPath>..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  244. </Reference>
  245. <Reference Include="System.Runtime.Caching" />
  246. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  247. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  248. </Reference>
  249. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  250. <HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  251. <Private>True</Private>
  252. </Reference>
  253. <Reference Include="System.Runtime.Remoting" />
  254. <Reference Include="System.Runtime.Serialization" />
  255. <Reference Include="System.Runtime.Serialization.Formatters">
  256. <HintPath>..\..\packages\System.Runtime.Serialization.Formatters.4.3.0\lib\net46\System.Runtime.Serialization.Formatters.dll</HintPath>
  257. <Private>True</Private>
  258. </Reference>
  259. <Reference Include="System.Runtime.Serialization.Primitives">
  260. <HintPath>..\..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
  261. <Private>True</Private>
  262. </Reference>
  263. <Reference Include="System.Security" />
  264. <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  265. <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  266. </Reference>
  267. <Reference Include="System.Security.Claims">
  268. <HintPath>..\..\packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath>
  269. <Private>True</Private>
  270. </Reference>
  271. <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  272. <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
  273. </Reference>
  274. <Reference Include="System.Security.Principal.Windows, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  275. <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.1\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  276. </Reference>
  277. <Reference Include="System.ServiceProcess" />
  278. <Reference Include="System.Transactions" />
  279. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  280. <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  281. </Reference>
  282. <Reference Include="System.Web" />
  283. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  284. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  285. </Reference>
  286. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  287. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  288. </Reference>
  289. <Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  290. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  291. </Reference>
  292. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  293. <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  294. </Reference>
  295. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  296. <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  297. </Reference>
  298. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  299. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  300. </Reference>
  301. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  302. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  303. </Reference>
  304. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  305. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  306. </Reference>
  307. <Reference Include="System.Xml.Linq" />
  308. <Reference Include="System.Data.DataSetExtensions" />
  309. <Reference Include="Microsoft.CSharp" />
  310. <Reference Include="System.Data" />
  311. <Reference Include="System.Xml" />
  312. <Reference Include="System.Xml.XmlDocument">
  313. <HintPath>..\..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
  314. <Private>True</Private>
  315. </Reference>
  316. <Reference Include="System.Xml.XPath">
  317. <HintPath>..\..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
  318. <Private>True</Private>
  319. </Reference>
  320. <Reference Include="System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  321. <HintPath>..\..\packages\System.Xml.XPath.XmlDocument.4.3.0\lib\net46\System.Xml.XPath.XmlDocument.dll</HintPath>
  322. </Reference>
  323. <Reference Include="TimeZoneConverter, Version=2.5.1.0, Culture=neutral, processorArchitecture=MSIL">
  324. <HintPath>..\..\packages\TimeZoneConverter.2.5.1\lib\net45\TimeZoneConverter.dll</HintPath>
  325. </Reference>
  326. </ItemGroup>
  327. <ItemGroup>
  328. <Compile Include="BaseSysInfo\Help\Dto\SysHelpCreateDto.cs" />
  329. <Compile Include="BaseSysInfo\Help\Dto\SysHelpDto.cs" />
  330. <Compile Include="BaseSysInfo\Help\Dto\SysHelpUpdateDto.cs" />
  331. <Compile Include="BaseSysInfo\Help\ISysHelpsApplicationService.cs" />
  332. <Compile Include="BaseSysInfo\Help\SysHelpsApplicationService.cs" />
  333. <Compile Include="BaseSysInfo\SysAttachFiles\Dto\QueryAttachDto.cs" />
  334. <Compile Include="BaseSysInfo\SysAttachFiles\Dto\SysAttachFileCreateDto.cs" />
  335. <Compile Include="BaseSysInfo\SysAttachFiles\Dto\SysAttachFileDto.cs" />
  336. <Compile Include="BaseSysInfo\SysAttachFiles\Dto\SysAttachFileUpdateDto.cs" />
  337. <Compile Include="BaseSysInfo\SysAttachFiles\ISysAttachFilesApplicationService.cs" />
  338. <Compile Include="BaseSysInfo\SysAttachFiles\SysAttachFilesApplicationService.cs" />
  339. <Compile Include="BasicInfo\Currency\CurrencyExchangeRatesApplicationService.cs" />
  340. <Compile Include="BasicInfo\Currency\CurrencysApplicationService.cs" />
  341. <Compile Include="BasicInfo\Departments\DepartmentsApplicationService.cs" />
  342. <Compile Include="BasicInfo\Departments\Dto\DepartmentCreateDto.cs" />
  343. <Compile Include="BasicInfo\Departments\Dto\DepartmentDto.cs" />
  344. <Compile Include="BasicInfo\Departments\Dto\DepartmentUpdateDto.cs" />
  345. <Compile Include="BasicInfo\Departments\IDepartmentsApplicationService.cs" />
  346. <Compile Include="BasicInfo\Currency\Dto\CurrencyCreateDto.cs" />
  347. <Compile Include="BasicInfo\Currency\Dto\CurrencyDto.cs" />
  348. <Compile Include="BasicInfo\Currency\Dto\CurrencyExchangeRateCreateDto.cs" />
  349. <Compile Include="BasicInfo\Currency\Dto\CurrencyExchangeRateDto.cs" />
  350. <Compile Include="BasicInfo\Currency\Dto\CurrencyExchangeRateUpdateDto.cs" />
  351. <Compile Include="BasicInfo\Currency\Dto\CurrencyUpdateDto.cs" />
  352. <Compile Include="BasicInfo\Dutys\Dto\DutyCreateDto.cs" />
  353. <Compile Include="BasicInfo\Dutys\Dto\DutyDto.cs" />
  354. <Compile Include="BasicInfo\Dutys\Dto\DutyUpdateDto.cs" />
  355. <Compile Include="BasicInfo\Dutys\DutysApplicationService.cs" />
  356. <Compile Include="BasicInfo\Dutys\IDutysApplicationService.cs" />
  357. <Compile Include="BasicInfo\ExpressInfo\Dto\ExpressLogisticsCreateDto.cs" />
  358. <Compile Include="BasicInfo\ExpressInfo\Dto\ExpressLogisticsDto.cs" />
  359. <Compile Include="BasicInfo\ExpressInfo\Dto\ExpressLogisticsUpdateDto.cs" />
  360. <Compile Include="BasicInfo\ExpressInfo\ExpressApplicationService.cs" />
  361. <Compile Include="BasicInfo\ExpressInfo\IExpressApplicationService.cs" />
  362. <Compile Include="BasicInfo\Factories\Dto\FactoriesCreateDto.cs" />
  363. <Compile Include="BasicInfo\Factories\Dto\FactoriesDto.cs" />
  364. <Compile Include="BasicInfo\Factories\Dto\FactoriesUpdateDto.cs" />
  365. <Compile Include="BasicInfo\Factories\FactoriesApplicationService.cs" />
  366. <Compile Include="BasicInfo\Factories\IFactoriesApplicationService.cs" />
  367. <Compile Include="BasicInfo\Currency\ICurrencyExchangeRatesApplicationService.cs" />
  368. <Compile Include="BasicInfo\Currency\ICurrencysApplicationService.cs" />
  369. <Compile Include="BasicInfo\FixedAssetTypeInfo\Dto\FixedAssetTypeCreateDto.cs" />
  370. <Compile Include="BasicInfo\FixedAssetTypeInfo\Dto\FixedAssetTypeDto.cs" />
  371. <Compile Include="BasicInfo\FixedAssetTypeInfo\Dto\FixedAssetTypeUpdateDto.cs" />
  372. <Compile Include="BasicInfo\FixedAssetTypeInfo\FixedAssetTypesApplicationService.cs" />
  373. <Compile Include="BasicInfo\FixedAssetTypeInfo\IFixedAssetTypesApplicationService.cs" />
  374. <Compile Include="BasicInfo\OutFactory\Dto\OutFactoryCreateDto.cs" />
  375. <Compile Include="BasicInfo\OutFactory\Dto\OutFactoryDto.cs" />
  376. <Compile Include="BasicInfo\OutFactory\Dto\OutFactoryUpdateDto.cs" />
  377. <Compile Include="BasicInfo\OutFactory\IOutFactorysApplicationService.cs" />
  378. <Compile Include="BasicInfo\OutFactory\OutFactorysApplicationService.cs" />
  379. <Compile Include="BasicInfo\QualityIssueLabelInfo\Dto\QualityIssueLabelCreateDto.cs" />
  380. <Compile Include="BasicInfo\QualityIssueLabelInfo\Dto\QualityIssueLabelDto.cs" />
  381. <Compile Include="BasicInfo\QualityIssueLabelInfo\Dto\QualityIssueLabelUpdateDto.cs" />
  382. <Compile Include="BasicInfo\QualityIssueLabelInfo\IQualityIssueLabelsApplicationService.cs" />
  383. <Compile Include="BasicInfo\QualityIssueLabelInfo\QualityIssueLabelsApplicationService.cs" />
  384. <Compile Include="BasicInfo\Regions\Dto\RegionCreateDto.cs" />
  385. <Compile Include="BasicInfo\Regions\Dto\RegionDto.cs" />
  386. <Compile Include="BasicInfo\Regions\Dto\RegionUpdateDto.cs" />
  387. <Compile Include="BasicInfo\Regions\IRegionsApplicationService.cs" />
  388. <Compile Include="BasicInfo\Regions\RegionsApplicationService.cs" />
  389. <Compile Include="BasicInfo\ScrapTypeInfo\Dto\ScrapTypeCreateDto.cs" />
  390. <Compile Include="BasicInfo\ScrapTypeInfo\Dto\ScrapTypeDto.cs" />
  391. <Compile Include="BasicInfo\ScrapTypeInfo\Dto\ScrapTypeUpdateDto.cs" />
  392. <Compile Include="BasicInfo\ScrapTypeInfo\IScrapTypesApplicationService.cs" />
  393. <Compile Include="BasicInfo\ScrapTypeInfo\ScrapTypesApplicationService.cs" />
  394. <Compile Include="BasicInfo\StoreHouseLocations\Dto\StoreHouseLocationCreateDto.cs" />
  395. <Compile Include="BasicInfo\StoreHouseLocations\Dto\StoreHouseLocationDto.cs" />
  396. <Compile Include="BasicInfo\StoreHouseLocations\Dto\StoreHouseLocationUpdateDto.cs" />
  397. <Compile Include="BasicInfo\StoreHouseLocations\IStoreHouseLocationsApplicationService.cs" />
  398. <Compile Include="BasicInfo\StoreHouseLocations\StoreHouseLocationsApplicationService.cs" />
  399. <Compile Include="BasicInfo\StoreHouses\Dto\StoreHouseCreateDto.cs" />
  400. <Compile Include="BasicInfo\StoreHouses\Dto\StoreHouseDto.cs" />
  401. <Compile Include="BasicInfo\StoreHouses\Dto\StoreHouseUpdateDto.cs" />
  402. <Compile Include="BasicInfo\StoreHouses\IStoreHousesApplicationService.cs" />
  403. <Compile Include="BasicInfo\StoreHouses\StoreHousesApplicationService.cs" />
  404. <Compile Include="Common\BusinessLogService.cs" />
  405. <Compile Include="Common\CommonAppService.cs" />
  406. <Compile Include="Common\Dto\EmailMsg.cs" />
  407. <Compile Include="Common\Dto\HomeChartDto\HomeChartDto.cs" />
  408. <Compile Include="Common\Dto\IndexAlertSumDto.cs" />
  409. <Compile Include="Common\Dto\MultiSearchDtoExt.cs" />
  410. <Compile Include="Common\Dto\OrderProductProcess.cs" />
  411. <Compile Include="Common\Dto\OrderSendExcelDto.cs" />
  412. <Compile Include="Common\EmailMsgSendHandler.cs" />
  413. <Compile Include="Common\ICommonAppService.cs" />
  414. <Compile Include="Common\ProductModelSearch.cs" />
  415. <Compile Include="Common\OrderSendBillExport.cs" />
  416. <Compile Include="Common\PreMonthJob.cs" />
  417. <Compile Include="Common\QueryAppService.cs" />
  418. <Compile Include="CompanyInfo\DeviceInfo\DeviceMgPlansApplicationService.cs" />
  419. <Compile Include="CompanyInfo\DeviceInfo\Dto\DeviceMgPlanCreateDto.cs" />
  420. <Compile Include="CompanyInfo\DeviceInfo\Dto\DeviceMgPlanDto.cs" />
  421. <Compile Include="CompanyInfo\DeviceInfo\Dto\DeviceMgPlanUpdateDto.cs" />
  422. <Compile Include="CompanyInfo\DeviceInfo\Dto\MaintainDto.cs" />
  423. <Compile Include="CompanyInfo\DeviceInfo\IDeviceMgPlansApplicationService.cs" />
  424. <Compile Include="CompanyInfo\FixedAssetInfo\Dto\FixedAssetCreateDto.cs" />
  425. <Compile Include="CompanyInfo\FixedAssetInfo\Dto\FixedAssetDto.cs" />
  426. <Compile Include="CompanyInfo\FixedAssetInfo\Dto\FixedAssetUpdateDto.cs" />
  427. <Compile Include="CompanyInfo\EmployeeInfo\Dto\AccountDto.cs" />
  428. <Compile Include="CompanyInfo\EmployeeInfo\Dto\EmployeeCreateDto.cs" />
  429. <Compile Include="CompanyInfo\EmployeeInfo\Dto\EmployeeDto.cs" />
  430. <Compile Include="CompanyInfo\EmployeeInfo\Dto\EmployeeUpdateDto.cs" />
  431. <Compile Include="CompanyInfo\EmployeeInfo\EmployeesApplicationService.cs" />
  432. <Compile Include="CompanyInfo\EmployeeInfo\IEmployeesApplicationService.cs" />
  433. <Compile Include="CompanyInfo\FixedAssetInfo\FixedAssetsApplicationService.cs" />
  434. <Compile Include="CompanyInfo\FixedAssetInfo\IFixedAssetsApplicationService.cs" />
  435. <Compile Include="CompanyInfo\LicenseInfo\Dto\LicenseDocumentCreateDto.cs" />
  436. <Compile Include="CompanyInfo\LicenseInfo\Dto\LicenseDocumentDto.cs" />
  437. <Compile Include="CompanyInfo\LicenseInfo\Dto\LicenseDocumentUpdateDto.cs" />
  438. <Compile Include="CompanyInfo\LicenseInfo\Dto\LicenseTypeCreateDto.cs" />
  439. <Compile Include="CompanyInfo\LicenseInfo\Dto\LicenseTypeDto.cs" />
  440. <Compile Include="CompanyInfo\LicenseInfo\Dto\LicenseTypeUpdateDto.cs" />
  441. <Compile Include="CompanyInfo\LicenseInfo\ILicenseDocumentsApplicationService.cs" />
  442. <Compile Include="CompanyInfo\LicenseInfo\ILicenseTypesApplicationService.cs" />
  443. <Compile Include="CompanyInfo\LicenseInfo\LicenseDocumentsApplicationService.cs" />
  444. <Compile Include="CompanyInfo\LicenseInfo\LicenseTypesApplicationService.cs" />
  445. <Compile Include="CompanyInfo\MaintenanceRecordInfo\Dto\CompleteDto.cs" />
  446. <Compile Include="CompanyInfo\MaintenanceRecordInfo\Dto\MaintenanceRecordCreateDto.cs" />
  447. <Compile Include="CompanyInfo\MaintenanceRecordInfo\Dto\MaintenanceRecordDto.cs" />
  448. <Compile Include="CompanyInfo\MaintenanceRecordInfo\Dto\MaintenanceRecordUpdateDto.cs" />
  449. <Compile Include="CompanyInfo\MaintenanceRecordInfo\Dto\MemberDto.cs" />
  450. <Compile Include="CompanyInfo\MaintenanceRecordInfo\IMaintenanceRecordsApplicationService.cs" />
  451. <Compile Include="CompanyInfo\MaintenanceRecordInfo\MaintenanceRecordsApplicationService.cs" />
  452. <Compile Include="CompanyInfo\MoldInfo\Dto\MoldCreateDto.cs" />
  453. <Compile Include="CompanyInfo\MoldInfo\Dto\MoldDto.cs" />
  454. <Compile Include="CompanyInfo\MoldInfo\Dto\MoldUpdateDto.cs" />
  455. <Compile Include="CompanyInfo\MoldInfo\IMoldsApplicationService.cs" />
  456. <Compile Include="CompanyInfo\MoldInfo\MoldsApplicationService.cs" />
  457. <Compile Include="CompanyInfo\Performance\Dto\PerformanceCreateDto.cs" />
  458. <Compile Include="CompanyInfo\Performance\Dto\PerformanceDto.cs" />
  459. <Compile Include="CompanyInfo\Performance\Dto\PerformanceTotalQueryDto.cs" />
  460. <Compile Include="CompanyInfo\Performance\Dto\PerformanceUpdateDto.cs" />
  461. <Compile Include="CompanyInfo\Performance\PerformancesApplicationService.cs" />
  462. <Compile Include="CompanyInfo\Performance\IPerformancesApplicationService.cs" />
  463. <Compile Include="CustomerInfo\CustomerDefaultProductsApplicationService.cs" />
  464. <Compile Include="CustomerInfo\CustomersApplicationService.cs" />
  465. <Compile Include="CustomerInfo\CustomerSendsApplicationService.cs" />
  466. <Compile Include="CustomerInfo\Dto\CustomerCreateDto.cs" />
  467. <Compile Include="CustomerInfo\Dto\CustomerDefaultProductCreateDto.cs" />
  468. <Compile Include="CustomerInfo\Dto\CustomerDefaultProductDto.cs" />
  469. <Compile Include="CustomerInfo\Dto\CustomerDefaultProductUpdateDto.cs" />
  470. <Compile Include="CustomerInfo\Dto\CustomerDto.cs" />
  471. <Compile Include="CustomerInfo\Dto\CustomerSendCreateDto.cs" />
  472. <Compile Include="CustomerInfo\Dto\CustomerSendDto.cs" />
  473. <Compile Include="CustomerInfo\Dto\CustomerSendUpdateDto.cs" />
  474. <Compile Include="CustomerInfo\Dto\CustomerUpdateDto.cs" />
  475. <Compile Include="CustomerInfo\ICustomerDefaultProductsApplicationService.cs" />
  476. <Compile Include="CustomerInfo\ICustomersApplicationService.cs" />
  477. <Compile Include="CustomerInfo\ICustomerSendsApplicationService.cs" />
  478. <Compile Include="CustomerInfo\InvoiceAddress\CustomerInvoiceAddressApplicationService.cs" />
  479. <Compile Include="CustomerInfo\InvoiceAddress\Dto\CustomerInvoiceAddressCreateDto.cs" />
  480. <Compile Include="CustomerInfo\InvoiceAddress\Dto\CustomerInvoiceAddressDto.cs" />
  481. <Compile Include="CustomerInfo\InvoiceAddress\Dto\CustomerInvoiceAddressUpdateDto.cs" />
  482. <Compile Include="CustomerInfo\InvoiceAddress\ICustomerInvoiceAddressApplicationService.cs" />
  483. <Compile Include="Dto\CommonDto.cs" />
  484. <Compile Include="FinshedStoreInfo\Dto\FinshedEnterStoreCreateDto.cs" />
  485. <Compile Include="FinshedStoreInfo\Dto\FinshedEnterStoreDto.cs" />
  486. <Compile Include="FinshedStoreInfo\Dto\FinshedEnterStoreUpdateDto.cs" />
  487. <Compile Include="FinshedStoreInfo\Dto\FinshedEnterStoreAuditDto.cs" />
  488. <Compile Include="FinshedStoreInfo\Dto\FinshedOutStoreCreateDto.cs" />
  489. <Compile Include="FinshedStoreInfo\FinshedEnterStoresApplicationService.cs" />
  490. <Compile Include="FinshedStoreInfo\IFinshedEnterStoresApplicationService.cs" />
  491. <Compile Include="Hubs\IwbHub.cs" />
  492. <Compile Include="Inspection\DisqualifiedProducts\DisqualifiedProductsApplicationService.cs" />
  493. <Compile Include="Inspection\DisqualifiedProducts\Dto\DisqualifiedProductCreateDto.cs" />
  494. <Compile Include="Inspection\DisqualifiedProducts\Dto\DisqualifiedProductDto.cs" />
  495. <Compile Include="Inspection\DisqualifiedProducts\Dto\DisqualifiedProductUpdateDto.cs" />
  496. <Compile Include="Inspection\DisqualifiedProducts\Dto\DowngradeDto.cs" />
  497. <Compile Include="Inspection\DisqualifiedProducts\Dto\RelatedProductDto.cs" />
  498. <Compile Include="Inspection\DisqualifiedProducts\Dto\ReturnOrderDto.cs" />
  499. <Compile Include="Inspection\DisqualifiedProducts\IDisqualifiedProductsApplicationService.cs" />
  500. <Compile Include="Inspection\Dto\ProductInspectReportDto.cs" />
  501. <Compile Include="Inspection\Dto\ProductInspectTemplateDto.cs" />
  502. <Compile Include="Inspection\Dto\ProductInspectCreateDto.cs" />
  503. <Compile Include="Inspection\Dto\ProductInspectDto.cs" />
  504. <Compile Include="Inspection\Dto\ProductInspectUpdateDto.cs" />
  505. <Compile Include="Inspection\Dto\ProductReportConfirmDto.cs" />
  506. <Compile Include="Inspection\IProductInspectsApplicationService.cs" />
  507. <Compile Include="Inspection\ProductInspectsApplicationService.cs" />
  508. <Compile Include="Invoice\Dto\OrderStickBillCreateDto.cs" />
  509. <Compile Include="Invoice\Dto\OrderStickBillDto.cs" />
  510. <Compile Include="Invoice\Dto\OrderStickBillUpdateDto.cs" />
  511. <Compile Include="Invoice\Dto\StatementBillCreateDto.cs" />
  512. <Compile Include="Invoice\Dto\StatementBillDto.cs" />
  513. <Compile Include="Invoice\Dto\StatementBillUpdateDto.cs" />
  514. <Compile Include="Invoice\IOrderStickBillsApplicationService.cs" />
  515. <Compile Include="Invoice\IStatementBillsApplicationService.cs" />
  516. <Compile Include="Invoice\OrderStickBillsApplicationService.cs" />
  517. <Compile Include="Invoice\StatementBillsApplicationService.cs" />
  518. <Compile Include="IwbQuartzScheduleJobManager.cs" />
  519. <Compile Include="NotificationInfo\BulletinInfosApplicationService.cs" />
  520. <Compile Include="NotificationInfo\Dto\BulletinInfoCreateDto.cs" />
  521. <Compile Include="NotificationInfo\Dto\BulletinInfoDto.cs" />
  522. <Compile Include="NotificationInfo\Dto\BulletinInfoUpdateDto.cs" />
  523. <Compile Include="NotificationInfo\Dto\ShortMessageCreateDto.cs" />
  524. <Compile Include="NotificationInfo\Dto\ShortMessageDto.cs" />
  525. <Compile Include="NotificationInfo\Dto\ShortMessageUpdateDto.cs" />
  526. <Compile Include="NotificationInfo\Dto\ShortMsgDetailCreateDto.cs" />
  527. <Compile Include="NotificationInfo\Dto\ShortMsgDetailDto.cs" />
  528. <Compile Include="NotificationInfo\Dto\ShortMsgDetailUpdateDto.cs" />
  529. <Compile Include="NotificationInfo\IBulletinInfosApplicationService.cs" />
  530. <Compile Include="NotificationInfo\IShortMessagesApplicationService.cs" />
  531. <Compile Include="NotificationInfo\IShortMsgDetailsApplicationService.cs" />
  532. <Compile Include="NotificationInfo\ShortMessagesApplicationService.cs" />
  533. <Compile Include="NotificationInfo\ShortMsgDetailsApplicationService.cs" />
  534. <Compile Include="OrderSendInfo\Dto\OrderSendBillCreateDto.cs" />
  535. <Compile Include="OrderSendInfo\Dto\OrderSendBillDto.cs" />
  536. <Compile Include="OrderSendInfo\Dto\OrderSendBillUpdateDto.cs" />
  537. <Compile Include="OrderSendInfo\Dto\OrderSendCreateDto.cs" />
  538. <Compile Include="OrderSendInfo\Dto\OrderSendDto.cs" />
  539. <Compile Include="OrderSendInfo\Dto\OrderSendUpdateDto.cs" />
  540. <Compile Include="OrderSendInfo\Dto\QuerySendDto.cs" />
  541. <Compile Include="OrderSendInfo\IOrderSendBillsApplicationService.cs" />
  542. <Compile Include="OrderSendInfo\IOrderSendsApplicationService.cs" />
  543. <Compile Include="OrderSendInfo\OrderSendBillsApplicationService.cs" />
  544. <Compile Include="OrderSendInfo\OrderSendsApplicationService.cs" />
  545. <Compile Include="Order\Dto\OrderHeaderCreateDto.cs" />
  546. <Compile Include="Order\Dto\OrderHeaderDto.cs" />
  547. <Compile Include="Order\Dto\OrderHeaderUpdateDto.cs" />
  548. <Compile Include="Order\Dto\OrderItemCreateDto.cs" />
  549. <Compile Include="Order\Dto\OrderItemDto.cs" />
  550. <Compile Include="Order\Dto\OrderItemDto\ChangeOrderItemInfoDto.cs" />
  551. <Compile Include="Order\Dto\OrderItemDto\GetOrderItemDto.cs" />
  552. <Compile Include="Order\Dto\OrderItemDto\LockOrderProductQuantity.cs" />
  553. <Compile Include="Order\Dto\OrderItemDto\OrderItemEndCall.cs" />
  554. <Compile Include="Order\Dto\OrderItemDto\ProductionProcessDto.cs" />
  555. <Compile Include="Order\Dto\OrderItemDto\SendDateWarnDto.cs" />
  556. <Compile Include="Order\Dto\OrderItemDto\SendOrderInfoDto.cs" />
  557. <Compile Include="Order\Dto\OrderItemDto\StatisticsItem.cs" />
  558. <Compile Include="Order\Dto\OrderItemDto\ViewOrderItemDto.cs" />
  559. <Compile Include="Order\Dto\OrderItemUpdateDto.cs" />
  560. <Compile Include="Order\Dto\ScheduleOrderSendCreateDto.cs" />
  561. <Compile Include="Order\Dto\ScheduleOrderSendDto.cs" />
  562. <Compile Include="Order\Dto\ScheduleOrderSendUpdateDto.cs" />
  563. <Compile Include="Order\IOrderHeadersApplicationService.cs" />
  564. <Compile Include="Order\IOrderItemsApplicationService.cs" />
  565. <Compile Include="Order\IScheduleOrderSendApplicationService.cs" />
  566. <Compile Include="Order\OrderHeadersApplicationService.cs" />
  567. <Compile Include="Order\OrderItemsApplicationService.cs" />
  568. <Compile Include="Order\ScheduleOrderSendApplicationService.cs" />
  569. <Compile Include="PackageInfo\Dto\CreatePackInfosDto.cs" />
  570. <Compile Include="PackageInfo\Dto\PackageApplyCreateDto.cs" />
  571. <Compile Include="PackageInfo\Dto\PackageApplyDto.cs" />
  572. <Compile Include="PackageInfo\Dto\PackageApplyRefuseDto.cs" />
  573. <Compile Include="PackageInfo\Dto\PackageApplyUpdateDto.cs" />
  574. <Compile Include="PackageInfo\Dto\CreatePackInfoDto.cs" />
  575. <Compile Include="PackageInfo\Dto\PackageDayDateDto.cs" />
  576. <Compile Include="PackageInfo\Dto\UpdatePackInfoDto.cs" />
  577. <Compile Include="PackageInfo\IPackageApplysApplicationService.cs" />
  578. <Compile Include="PackageInfo\PackageApplysApplicationService.cs" />
  579. <Compile Include="ProductInfo\Dto\FileUpload\FileUploadInfoDto.cs" />
  580. <Compile Include="ProductInfo\Dto\ProductCreateDto.cs" />
  581. <Compile Include="ProductInfo\Dto\ProductDto.cs" />
  582. <Compile Include="ProductInfo\Dto\ProductPropertyCreateDto.cs" />
  583. <Compile Include="ProductInfo\Dto\ProductPropertyDto.cs" />
  584. <Compile Include="ProductInfo\Dto\ProductPropertyUpdateDto.cs" />
  585. <Compile Include="ProductInfo\Dto\ProductUpdateDto.cs" />
  586. <Compile Include="ProductInfo\Dto\RmProductCreateDto.cs" />
  587. <Compile Include="ProductInfo\Dto\RmProductDto.cs" />
  588. <Compile Include="ProductInfo\Dto\RmProductUpdateDto.cs" />
  589. <Compile Include="ProductInfo\Dto\SemiProductCreateDto.cs" />
  590. <Compile Include="ProductInfo\Dto\SemiProductDto.cs" />
  591. <Compile Include="ProductInfo\Dto\SemiProductUpdateDto.cs" />
  592. <Compile Include="ProductInfo\Dto\StandardCreateDto.cs" />
  593. <Compile Include="ProductInfo\Dto\StandardDto.cs" />
  594. <Compile Include="ProductInfo\Dto\StandardUpdateDto.cs" />
  595. <Compile Include="ProductInfo\IProductPropertysApplicationService.cs" />
  596. <Compile Include="ProductInfo\IProductsApplicationService.cs" />
  597. <Compile Include="ProductInfo\IRmProductsApplicationService.cs" />
  598. <Compile Include="ProductInfo\ISemiProductsApplicationService.cs" />
  599. <Compile Include="ProductInfo\IStandardsApplicationService.cs" />
  600. <Compile Include="ProductInfo\ProductMapper\Dto\ProductMapperCreateDto.cs" />
  601. <Compile Include="ProductInfo\ProductMapper\Dto\ProductMapperDto.cs" />
  602. <Compile Include="ProductInfo\ProductMapper\Dto\ProductMapperUpdateDto.cs" />
  603. <Compile Include="ProductInfo\ProductMapper\Dto\ReplaceProductDto.cs" />
  604. <Compile Include="ProductInfo\ProductMapper\IProductMappersApplicationService.cs" />
  605. <Compile Include="ProductInfo\ProductMapper\ProductMappersApplicationService.cs" />
  606. <Compile Include="ProductInfo\ProductPropertysApplicationService.cs" />
  607. <Compile Include="ProductInfo\ProductsApplicationService.cs" />
  608. <Compile Include="ProductInfo\RmProductsApplicationService.cs" />
  609. <Compile Include="ProductInfo\SemiProductsApplicationService.cs" />
  610. <Compile Include="ProductInfo\StandardsApplicationService.cs" />
  611. <Compile Include="ProductInfo\Standard\Dto\StandardCatalogCreateDto.cs" />
  612. <Compile Include="ProductInfo\Standard\Dto\StandardCatalogDto.cs" />
  613. <Compile Include="ProductInfo\Standard\Dto\StandardCatalogUpdateDto.cs" />
  614. <Compile Include="ProductInfo\Standard\Dto\StandardDetailCreateDto.cs" />
  615. <Compile Include="ProductInfo\Standard\Dto\StandardDetailDto.cs" />
  616. <Compile Include="ProductInfo\Standard\Dto\StandardDetailUpdateDto.cs" />
  617. <Compile Include="ProductInfo\Standard\IStandardCatalogApplicationService.cs" />
  618. <Compile Include="ProductInfo\Standard\StandardCatalogApplicationService.cs" />
  619. <Compile Include="ProductionOrderInfo\Dto\BindOrder\BindOrdersDto.cs" />
  620. <Compile Include="ProductionOrderInfo\Dto\ChangeProductionOrderStatusDto.cs" />
  621. <Compile Include="ProductionOrderInfo\Dto\ConfirmEnterStoreDto.cs" />
  622. <Compile Include="ProductionOrderInfo\Dto\CreateEnterStoreApplyDto.cs" />
  623. <Compile Include="ProductionOrderInfo\Dto\CreateOutProductionOrderDto.cs" />
  624. <Compile Include="ProductionOrderInfo\Dto\CreateOutStoreApplyDto.cs" />
  625. <Compile Include="ProductionOrderInfo\Dto\ExportDto.cs" />
  626. <Compile Include="ProductionOrderInfo\Dto\OrderProductionCreateDto.cs" />
  627. <Compile Include="ProductionOrderInfo\Dto\OrderProductionDto.cs" />
  628. <Compile Include="ProductionOrderInfo\Dto\OrderProductionUpdateDto.cs" />
  629. <Compile Include="ProductionOrderInfo\Dto\ProductionLogDto.cs" />
  630. <Compile Include="ProductionOrderInfo\Dto\ProductionOrderCreateDto.cs" />
  631. <Compile Include="ProductionOrderInfo\Dto\ProductionOrderDto.cs" />
  632. <Compile Include="ProductionOrderInfo\Dto\ProductionOrderUpdateDto.cs" />
  633. <Compile Include="ProductionOrderInfo\Dto\QueryOutsourcingReportDto.cs" />
  634. <Compile Include="ProductionOrderInfo\Dto\QueryProductionReportDto.cs" />
  635. <Compile Include="ProductionOrderInfo\Dto\UpdateOutEnterStoreDto.cs" />
  636. <Compile Include="ProductionOrderInfo\Dto\UpdateOutProductionOrderDto.cs" />
  637. <Compile Include="ProductionOrderInfo\Dto\UpdateSemiEnterStoreDto.cs" />
  638. <Compile Include="ProductionOrderInfo\IOrderProductionsApplicationService.cs" />
  639. <Compile Include="ProductionOrderInfo\IProductionOrdersApplicationService.cs" />
  640. <Compile Include="ProductionOrderInfo\OrderProductionsApplicationService.cs" />
  641. <Compile Include="ProductionOrderInfo\ProductionOrdersApplicationService.cs" />
  642. <Compile Include="ProductStoreInfo\CurrentFinshedStoreHousesApplicationService.cs" />
  643. <Compile Include="ProductStoreInfo\Dto\AddEnterStoreDto.cs" />
  644. <Compile Include="ProductStoreInfo\Dto\CurrentProductStoreHouseCreateDto.cs" />
  645. <Compile Include="ProductStoreInfo\Dto\CurrentProductStoreHouseDto.cs" />
  646. <Compile Include="ProductStoreInfo\Dto\CurrentProductStoreHouseUpdateDto.cs" />
  647. <Compile Include="ProductStoreInfo\Dto\InventoryExportDto.cs" />
  648. <Compile Include="ProductStoreInfo\Dto\ProductOutStoreAuditDto.cs" />
  649. <Compile Include="ProductStoreInfo\Dto\ProductOutStoreCreateDto.cs" />
  650. <Compile Include="ProductStoreInfo\Dto\ProductOutStoreDto.cs" />
  651. <Compile Include="ProductStoreInfo\Dto\ProductOutStoreUpdateDto.cs" />
  652. <Compile Include="ProductStoreInfo\ICurrentFinshedStoreHousesApplicationService.cs" />
  653. <Compile Include="ProductStoreInfo\IFinshedOutStoresApplicationService.cs" />
  654. <Compile Include="ProductStoreInfo\FinshedOutStoresApplicationService.cs" />
  655. <Compile Include="ProductStoreInfo\InventoryCheck\Dto\InventoryCheckCreateDto.cs" />
  656. <Compile Include="ProductStoreInfo\InventoryCheck\Dto\InventoryCheckDto.cs" />
  657. <Compile Include="ProductStoreInfo\InventoryCheck\Dto\InventoryCheckUpdateDto.cs" />
  658. <Compile Include="ProductStoreInfo\InventoryCheck\IInventoryChecksApplicationService.cs" />
  659. <Compile Include="ProductStoreInfo\InventoryCheck\InventoryChecksApplicationService.cs" />
  660. <Compile Include="ReturnGoods\Dto\RefundAmountDto.cs" />
  661. <Compile Include="ReturnGoods\Dto\ReturnGoodOrderCreateDto.cs" />
  662. <Compile Include="ReturnGoods\Dto\ReturnGoodOrderDto.cs" />
  663. <Compile Include="ReturnGoods\Dto\ReturnGoodOrderUpdateDto.cs" />
  664. <Compile Include="ReturnGoods\IReturnGoodOrdersApplicationService.cs" />
  665. <Compile Include="ReturnGoods\ReturnGoodOrdersApplicationService.cs" />
  666. <Compile Include="RmStore\CurrentRmStoreHousesApplicationService.cs" />
  667. <Compile Include="RmStore\Dto\CurrentRmStoreHouseCreateDto.cs" />
  668. <Compile Include="RmStore\Dto\CurrentRmStoreHouseDto.cs" />
  669. <Compile Include="RmStore\Dto\CurrentRmStoreHouseUpdateDto.cs" />
  670. <Compile Include="RmStore\Dto\RmEnterStoreCreateDto.cs" />
  671. <Compile Include="RmStore\Dto\RmEnterStoreDto.cs" />
  672. <Compile Include="RmStore\Dto\RmEnterStoreUpdateDto.cs" />
  673. <Compile Include="RmStore\Dto\RmOutStoreCreateDto.cs" />
  674. <Compile Include="RmStore\Dto\RmOutStoreDto.cs" />
  675. <Compile Include="RmStore\Dto\RmOutStoreUpdateDto.cs" />
  676. <Compile Include="RmStore\ICurrentRmStoreHousesApplicationService.cs" />
  677. <Compile Include="RmStore\IRmEnterStoresApplicationService.cs" />
  678. <Compile Include="RmStore\IRmOutStoresApplicationService.cs" />
  679. <Compile Include="RmStore\RmEnterStoresApplicationService.cs" />
  680. <Compile Include="RmStore\RmOutStoresApplicationService.cs" />
  681. <Compile Include="ScrapStore\Dto\ScrapEnterStoreCreateDto.cs" />
  682. <Compile Include="ScrapStore\Dto\ScrapEnterStoreDto.cs" />
  683. <Compile Include="ScrapStore\Dto\ScrapEnterStoreUpdateDto.cs" />
  684. <Compile Include="ScrapStore\IScrapEnterStoresApplicationService.cs" />
  685. <Compile Include="ScrapStore\ScrapEnterStoresApplicationService.cs" />
  686. <Compile Include="SemiProductStoreInfo\CurrentSemiStoreHousesApplicationService.cs" />
  687. <Compile Include="SemiProductStoreInfo\Dto\CurrentSemiStoreHouseCreateDto.cs" />
  688. <Compile Include="SemiProductStoreInfo\Dto\CurrentSemiStoreHouseDto.cs" />
  689. <Compile Include="SemiProductStoreInfo\Dto\CurrentSemiStoreHouseUpdateDto.cs" />
  690. <Compile Include="SemiProductStoreInfo\Dto\SemiEnterStoreAuditDto.cs" />
  691. <Compile Include="SemiProductStoreInfo\Dto\SemiEnterStoreCreateDto.cs" />
  692. <Compile Include="SemiProductStoreInfo\Dto\SemiEnterStoreDto.cs" />
  693. <Compile Include="SemiProductStoreInfo\Dto\SemiEnterStoreUpdateDto.cs" />
  694. <Compile Include="SemiProductStoreInfo\Dto\SemiOutStoreCreateDto.cs" />
  695. <Compile Include="SemiProductStoreInfo\Dto\SemiOutStoreDto.cs" />
  696. <Compile Include="SemiProductStoreInfo\Dto\SemiOutStoreUpdateDto.cs" />
  697. <Compile Include="SemiProductStoreInfo\Dto\UpdateKgWeightDto.cs" />
  698. <Compile Include="SemiProductStoreInfo\ICurrentSemiStoreHousesApplicationService.cs" />
  699. <Compile Include="SemiProductStoreInfo\ISemiEnterStoresApplicationService.cs" />
  700. <Compile Include="SemiProductStoreInfo\ISemiOutStoresApplicationService.cs" />
  701. <Compile Include="SemiProductStoreInfo\SemiEnterStoresApplicationService.cs" />
  702. <Compile Include="SemiProductStoreInfo\SemiOutStoresApplicationService.cs" />
  703. <Compile Include="ShwasherApplicationModule.cs" />
  704. <Compile Include="ShwasherAppServiceBase.cs" />
  705. <Compile Include="ShwasherAsyncCrudAppService.cs" />
  706. <Compile Include="BaseSysInfo\AuditLog\AuditLogsAppService.cs" />
  707. <Compile Include="BaseSysInfo\AuditLog\Dto\QueryMethodName.cs" />
  708. <Compile Include="BaseSysInfo\AuditLog\Dto\SysLogDto.cs" />
  709. <Compile Include="BaseSysInfo\AuditLog\IAuditLogsAppService.cs" />
  710. <Compile Include="BaseSysInfo\Functions\Dto\FunctionCreateDto.cs" />
  711. <Compile Include="BaseSysInfo\Functions\Dto\FunctionDto.cs" />
  712. <Compile Include="BaseSysInfo\Functions\Dto\FunctionUpdateDto.cs" />
  713. <Compile Include="BaseSysInfo\Functions\Dto\MoveFunctionDto.cs" />
  714. <Compile Include="BaseSysInfo\Functions\FunctionsAppService.cs" />
  715. <Compile Include="BaseSysInfo\Functions\IFunctionsAppService.cs" />
  716. <Compile Include="BaseSysInfo\Roles\Dto\AuthDto.cs" />
  717. <Compile Include="BaseSysInfo\Roles\Dto\PermissionDto.cs" />
  718. <Compile Include="BaseSysInfo\Roles\Dto\RoleCreateDto.cs" />
  719. <Compile Include="BaseSysInfo\Roles\Dto\RoleDto.cs" />
  720. <Compile Include="BaseSysInfo\Roles\Dto\RoleUpdateDto.cs" />
  721. <Compile Include="BaseSysInfo\Roles\IRolesAppService.cs" />
  722. <Compile Include="BaseSysInfo\Roles\RolesAppService.cs" />
  723. <Compile Include="BaseSysInfo\Settings\Dto\SettingCreateDto.cs" />
  724. <Compile Include="BaseSysInfo\Settings\Dto\SettingDto.cs" />
  725. <Compile Include="BaseSysInfo\Settings\Dto\SettingUpdateDto.cs" />
  726. <Compile Include="BaseSysInfo\Settings\ISettingsAppService.cs" />
  727. <Compile Include="BaseSysInfo\Settings\SettingsAppService.cs" />
  728. <Compile Include="BaseSysInfo\States\Dto\QueryStateDisplayValue.cs" />
  729. <Compile Include="BaseSysInfo\States\Dto\StateCreateDto.cs" />
  730. <Compile Include="BaseSysInfo\States\Dto\StateDisplayDto.cs" />
  731. <Compile Include="BaseSysInfo\States\Dto\StateDto.cs" />
  732. <Compile Include="BaseSysInfo\States\Dto\StateUpdateDto.cs" />
  733. <Compile Include="BaseSysInfo\States\IStatesAppService.cs" />
  734. <Compile Include="BaseSysInfo\States\StatesAppService.cs" />
  735. <Compile Include="BaseSysInfo\Users\Dto\CurrentUserInfoDto.cs" />
  736. <Compile Include="BaseSysInfo\Users\Dto\UserCreateDto.cs" />
  737. <Compile Include="BaseSysInfo\Users\Dto\UserDto.cs" />
  738. <Compile Include="BaseSysInfo\Users\Dto\UserUpdateDto.cs" />
  739. <Compile Include="BaseSysInfo\Users\IUsersAppService.cs" />
  740. <Compile Include="BaseSysInfo\Users\UsersAppService.cs" />
  741. <Compile Include="Properties\AssemblyInfo.cs" />
  742. <Compile Include="StoreQuery\Dto\ProductStoreCount.cs" />
  743. <Compile Include="StoreQuery\Dto\ViewEnterOutProductStoreDto.cs" />
  744. <Compile Include="StoreQuery\IStoreStatisticsApplicationService.cs" />
  745. <Compile Include="StoreQuery\StoreStatisticsApplicationService.cs" />
  746. </ItemGroup>
  747. <ItemGroup>
  748. <None Include="app.config" />
  749. <None Include="packages.config" />
  750. </ItemGroup>
  751. <ItemGroup>
  752. <ProjectReference Include="..\IwbZero.Yue\IwbZero.Yue.csproj">
  753. <Project>{b15019b6-dfdb-4fdd-b017-f3a8d9971852}</Project>
  754. <Name>IwbZero.Yue</Name>
  755. </ProjectReference>
  756. <ProjectReference Include="..\ShwasherSys.Core\ShwasherSys.Core.csproj">
  757. <Project>{3B9F4DF4-386D-4BB0-BA45-6221CEC1EC7A}</Project>
  758. <Name>ShwasherSys.Core</Name>
  759. </ProjectReference>
  760. <ProjectReference Include="..\ShwasherSys.EntityFramework\ShwasherSys.EntityFramework.csproj">
  761. <Project>{f6ea5db5-3b57-4d7b-9d35-5a4d928afc13}</Project>
  762. <Name>ShwasherSys.EntityFramework</Name>
  763. </ProjectReference>
  764. <ProjectReference Include="..\ShwasherSys.ToolCommon\ShwasherSys.ToolCommon.csproj">
  765. <Project>{31E46374-58A9-4169-A837-774E189F5DDE}</Project>
  766. <Name>ShwasherSys.ToolCommon</Name>
  767. </ProjectReference>
  768. </ItemGroup>
  769. <ItemGroup>
  770. <Folder Include="BaseSysInfo\AppGuids\" />
  771. <Folder Include="BasicInfo\Dto\" />
  772. <Folder Include="NotificationInfo\Dto\View\" />
  773. </ItemGroup>
  774. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  775. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  776. <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')" />
  777. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  778. Other similar extension points exist, see Microsoft.Common.targets.
  779. <Target Name="BeforeBuild">
  780. </Target>
  781. <Target Name="AfterBuild">
  782. </Target>
  783. -->
  784. </Project>