WeApp.Application.csproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  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>{317BE1B2-1943-4396-9434-EFFF69B8D6DD}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WeApp</RootNamespace>
  11. <AssemblyName>WeApp.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. <DocumentationFile>..\WeApp.Web\bin\WeApp.Api.xml</DocumentationFile>
  29. <NoWarn>1591</NoWarn>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Abp, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Abp.4.8.1\lib\netstandard2.0\Abp.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Abp.AutoMapper, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Abp.AutoMapper.4.8.1\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
  45. </Reference>
  46. <Reference Include="AutoMapper, Version=8.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  47. <HintPath>..\packages\AutoMapper.8.1.1\lib\net461\AutoMapper.dll</HintPath>
  48. </Reference>
  49. <Reference Include="AutoMapper.Collection, Version=5.0.0.0, Culture=neutral, PublicKeyToken=e57c3f0a3d6646db, processorArchitecture=MSIL">
  50. <HintPath>..\packages\AutoMapper.Collection.5.0.0\lib\net461\AutoMapper.Collection.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Castle.Facilities.Logging, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Castle.LoggingFacility.5.0.0\lib\net45\Castle.Facilities.Logging.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Castle.Windsor, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll</HintPath>
  60. </Reference>
  61. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  62. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  63. </Reference>
  64. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  65. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  66. </Reference>
  67. <Reference Include="IwbYue.Zero, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\Lib\IwbYue.Zero.dll</HintPath>
  70. </Reference>
  71. <Reference Include="JetBrains.Annotations, Version=2019.1.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  72. <HintPath>..\packages\JetBrains.Annotations.2019.1.1\lib\net20\JetBrains.Annotations.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  75. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  78. <HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.4.1\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  81. <HintPath>..\packages\Microsoft.Extensions.Caching.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  84. <HintPath>..\packages\Microsoft.Extensions.Caching.Memory.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  87. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Microsoft.Extensions.Options, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  90. <HintPath>..\packages\Microsoft.Extensions.Options.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Microsoft.Extensions.Primitives, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Microsoft.Owin, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <HintPath>..\packages\Microsoft.Owin.4.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Microsoft.Owin.Security, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  99. <HintPath>..\packages\Microsoft.Owin.Security.4.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  102. <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  105. <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  108. <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  111. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  114. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Nito.AsyncEx.Context, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  117. <HintPath>..\packages\Nito.AsyncEx.Context.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Context.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Nito.AsyncEx.Coordination, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  120. <HintPath>..\packages\Nito.AsyncEx.Coordination.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Coordination.dll</HintPath>
  121. </Reference>
  122. <Reference Include="Nito.AsyncEx.Interop.WaitHandles, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  123. <HintPath>..\packages\Nito.AsyncEx.Interop.WaitHandles.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Interop.WaitHandles.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Nito.AsyncEx.Oop, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  126. <HintPath>..\packages\Nito.AsyncEx.Oop.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Oop.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Nito.AsyncEx.Tasks, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  129. <HintPath>..\packages\Nito.AsyncEx.Tasks.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Tasks.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Nito.Cancellation, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
  132. <HintPath>..\packages\Nito.Cancellation.1.0.5\lib\netstandard2.0\Nito.Cancellation.dll</HintPath>
  133. </Reference>
  134. <Reference Include="Nito.Collections.Deque, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  135. <HintPath>..\packages\Nito.Collections.Deque.1.0.4\lib\netstandard2.0\Nito.Collections.Deque.dll</HintPath>
  136. </Reference>
  137. <Reference Include="Nito.Disposables, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  138. <HintPath>..\packages\Nito.Disposables.2.0.0\lib\netstandard2.0\Nito.Disposables.dll</HintPath>
  139. </Reference>
  140. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  141. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System" />
  144. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  145. <HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  146. </Reference>
  147. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  148. <HintPath>..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  149. </Reference>
  150. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  151. <HintPath>..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System.ComponentModel.DataAnnotations" />
  154. <Reference Include="System.Configuration" />
  155. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  156. <HintPath>..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System.Core" />
  159. <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  160. <HintPath>..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  161. <Private>True</Private>
  162. <Private>True</Private>
  163. </Reference>
  164. <Reference Include="System.Data.OracleClient" />
  165. <Reference Include="System.Drawing" />
  166. <Reference Include="System.IO.Compression.FileSystem" />
  167. <Reference Include="System.Linq.Dynamic.Core, Version=1.0.17.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
  168. <HintPath>..\packages\System.Linq.Dynamic.Core.1.0.17\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
  169. </Reference>
  170. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  171. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  172. </Reference>
  173. <Reference Include="System.Net" />
  174. <Reference Include="System.Numerics" />
  175. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  176. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  177. </Reference>
  178. <Reference Include="System.Runtime.Caching" />
  179. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  180. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  181. </Reference>
  182. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  183. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  184. <Private>True</Private>
  185. <Private>True</Private>
  186. </Reference>
  187. <Reference Include="System.Runtime.Remoting" />
  188. <Reference Include="System.Runtime.Serialization" />
  189. <Reference Include="System.Runtime.Serialization.Formatters, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  190. <HintPath>..\packages\System.Runtime.Serialization.Formatters.4.3.0\lib\net46\System.Runtime.Serialization.Formatters.dll</HintPath>
  191. <Private>True</Private>
  192. <Private>True</Private>
  193. </Reference>
  194. <Reference Include="System.Runtime.Serialization.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  195. <HintPath>..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
  196. <Private>True</Private>
  197. <Private>True</Private>
  198. </Reference>
  199. <Reference Include="System.Security" />
  200. <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  201. <HintPath>..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  202. </Reference>
  203. <Reference Include="System.Security.Claims, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  204. <HintPath>..\packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath>
  205. <Private>True</Private>
  206. <Private>True</Private>
  207. </Reference>
  208. <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  209. <HintPath>..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
  210. </Reference>
  211. <Reference Include="System.Security.Principal.Windows, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  212. <HintPath>..\packages\System.Security.Principal.Windows.4.5.1\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  213. </Reference>
  214. <Reference Include="System.ServiceProcess" />
  215. <Reference Include="System.Speech" />
  216. <Reference Include="System.Transactions" />
  217. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  218. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  219. </Reference>
  220. <Reference Include="System.Web" />
  221. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  222. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  223. </Reference>
  224. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  225. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  226. </Reference>
  227. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  228. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  229. </Reference>
  230. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  231. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  232. </Reference>
  233. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  234. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  235. </Reference>
  236. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  237. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  238. </Reference>
  239. <Reference Include="System.Xml.Linq" />
  240. <Reference Include="System.Data.DataSetExtensions" />
  241. <Reference Include="Microsoft.CSharp" />
  242. <Reference Include="System.Data" />
  243. <Reference Include="System.Xml" />
  244. <Reference Include="System.Xml.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  245. <HintPath>..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
  246. <Private>True</Private>
  247. <Private>True</Private>
  248. </Reference>
  249. <Reference Include="System.Xml.XPath, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  250. <HintPath>..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
  251. <Private>True</Private>
  252. <Private>True</Private>
  253. </Reference>
  254. <Reference Include="System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  255. <HintPath>..\packages\System.Xml.XPath.XmlDocument.4.3.0\lib\net46\System.Xml.XPath.XmlDocument.dll</HintPath>
  256. </Reference>
  257. <Reference Include="TimeZoneConverter, Version=3.2.0.0, Culture=neutral, PublicKeyToken=e20ab7d0d9479841, processorArchitecture=MSIL">
  258. <HintPath>..\packages\TimeZoneConverter.3.2.0\lib\net461\TimeZoneConverter.dll</HintPath>
  259. </Reference>
  260. <Reference Include="WeEngine.Base, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  261. <SpecificVersion>False</SpecificVersion>
  262. <HintPath>..\Lib\WeEngine.Base.dll</HintPath>
  263. </Reference>
  264. </ItemGroup>
  265. <ItemGroup>
  266. <Compile Include="BaseSystem\AppGuids\ISysAppGuidsApplicationService.cs" />
  267. <Compile Include="BaseSystem\AppGuids\SysAppGuidsApplicationService.cs" />
  268. <Compile Include="BaseSystem\AttachFile\AttachFilesAppService.cs" />
  269. <Compile Include="BaseSystem\AttachFile\Dto\AttachFileDto.cs" />
  270. <Compile Include="BaseSystem\AttachFile\Dto\QueryAttachDto.cs" />
  271. <Compile Include="BaseSystem\AttachFile\IAttachFilesApplicationService.cs" />
  272. <Compile Include="BaseSystem\AuditLog\AuditLogsAppService.cs" />
  273. <Compile Include="BaseSystem\AuditLog\Dto\QueryMethodName.cs" />
  274. <Compile Include="BaseSystem\AuditLog\Dto\SysLogDto.cs" />
  275. <Compile Include="BaseSystem\AuditLog\IAuditLogsAppService.cs" />
  276. <Compile Include="BaseSystem\ExQuery\ExQueryAppService.cs" />
  277. <Compile Include="BaseSystem\ExQuery\IExQueryAppService.cs" />
  278. <Compile Include="BaseSystem\Functions\Dto\FunctionCreateDto.cs" />
  279. <Compile Include="BaseSystem\Functions\Dto\FunctionDto.cs" />
  280. <Compile Include="BaseSystem\Functions\Dto\FunctionUpdateDto.cs" />
  281. <Compile Include="BaseSystem\Functions\Dto\MoveFunctionDto.cs" />
  282. <Compile Include="BaseSystem\Functions\FunctionsAppService.cs" />
  283. <Compile Include="BaseSystem\Functions\IFunctionsAppService.cs" />
  284. <Compile Include="BaseSystem\Help\Dto\SysHelpCreateDto.cs" />
  285. <Compile Include="BaseSystem\Help\Dto\SysHelpDto.cs" />
  286. <Compile Include="BaseSystem\Help\Dto\SysHelpUpdateDto.cs" />
  287. <Compile Include="BaseSystem\Help\ISysHelpsApplicationService.cs" />
  288. <Compile Include="BaseSystem\Help\SysHelpsApplicationService.cs" />
  289. <Compile Include="BaseSystem\Notifications\Dto\DeleteAllUserNotificationsInput.cs" />
  290. <Compile Include="BaseSystem\Notifications\Dto\GetNotificationSettingsOutput.cs" />
  291. <Compile Include="BaseSystem\Notifications\Dto\GetNotificationsOutput.cs" />
  292. <Compile Include="BaseSystem\Notifications\Dto\GetUserNotificationsInput.cs" />
  293. <Compile Include="BaseSystem\Notifications\Dto\NotificationDto.cs" />
  294. <Compile Include="BaseSystem\Notifications\Dto\NotificationSubscriptionDto.cs" />
  295. <Compile Include="BaseSystem\Notifications\Dto\NotificationSubscriptionWithDisplayNameDto.cs" />
  296. <Compile Include="BaseSystem\Notifications\Dto\UpdateNotificationSettingsInput.cs" />
  297. <Compile Include="BaseSystem\Notifications\INotificationAppService.cs" />
  298. <Compile Include="BaseSystem\Notifications\NotificationService.cs" />
  299. <Compile Include="BaseSystem\Query\Dto\ChartDto.cs" />
  300. <Compile Include="BaseSystem\Query\Dto\QueryLogDto.cs" />
  301. <Compile Include="BaseSystem\Query\IQueryAppService.cs" />
  302. <Compile Include="BaseSystem\Query\QueryAppService.cs" />
  303. <Compile Include="BaseSystem\Roles\Dto\PermissionDto.cs" />
  304. <Compile Include="BaseSystem\Roles\Dto\RoleCreateDto.cs" />
  305. <Compile Include="BaseSystem\Roles\Dto\RoleDto.cs" />
  306. <Compile Include="BaseSystem\Roles\Dto\RoleUpdateDto.cs" />
  307. <Compile Include="BaseSystem\Roles\IRolesAppService.cs" />
  308. <Compile Include="BaseSystem\Roles\RolesAppService.cs" />
  309. <Compile Include="BaseSystem\Settings\Dto\SettingCreateDto.cs" />
  310. <Compile Include="BaseSystem\Settings\Dto\SettingDto.cs" />
  311. <Compile Include="BaseSystem\Settings\Dto\SettingUpdateDto.cs" />
  312. <Compile Include="BaseSystem\Settings\Dto\ImageDto.cs" />
  313. <Compile Include="BaseSystem\Settings\ISettingsAppService.cs" />
  314. <Compile Include="BaseSystem\Settings\SettingsAppService.cs" />
  315. <Compile Include="BaseSystem\States\Dto\StateCreateDto.cs" />
  316. <Compile Include="BaseSystem\States\Dto\StateDto.cs" />
  317. <Compile Include="BaseSystem\States\Dto\StateUpdateDto.cs" />
  318. <Compile Include="BaseSystem\States\IStatesAppService.cs" />
  319. <Compile Include="BaseSystem\States\StatesAppService.cs" />
  320. <Compile Include="BaseSystem\Tenants\TenantsAppService.cs" />
  321. <Compile Include="BaseSystem\Tenants\Dto\TenantCreateDto.cs" />
  322. <Compile Include="BaseSystem\Tenants\Dto\TenantDto.cs" />
  323. <Compile Include="BaseSystem\Tenants\Dto\TenantUpdateDto.cs" />
  324. <Compile Include="BaseSystem\Tenants\ITenantsApplicationService.cs" />
  325. <Compile Include="BaseSystem\Users\Dto\AuthDto.cs" />
  326. <Compile Include="BaseSystem\Users\Dto\ChangePasswordDto.cs" />
  327. <Compile Include="BaseSystem\Users\Dto\ChangeUserLanguageDto.cs" />
  328. <Compile Include="BaseSystem\Users\Dto\PermissionAuthDto.cs" />
  329. <Compile Include="BaseSystem\Users\Dto\UserCreateDto.cs" />
  330. <Compile Include="BaseSystem\Users\Dto\UserDto.cs" />
  331. <Compile Include="BaseSystem\Users\Dto\UserUpdateDto.cs" />
  332. <Compile Include="BaseSystem\Users\IUsersAppService.cs" />
  333. <Compile Include="BaseSystem\Users\UsersAppService.cs" />
  334. <Compile Include="BasicInfo\PhoneQuestion\Dto\PhoneAnswerDto.cs" />
  335. <Compile Include="BasicInfo\PhoneQuestion\Dto\PhoneQuestionCreateDto.cs" />
  336. <Compile Include="BasicInfo\PhoneQuestion\Dto\PhoneQuestionDto.cs" />
  337. <Compile Include="BasicInfo\PhoneQuestion\Dto\PhoneQuestionUpdateDto.cs" />
  338. <Compile Include="BasicInfo\PhoneQuestion\IPhoneQuestionApplicationService.cs" />
  339. <Compile Include="BasicInfo\PhoneQuestion\PhoneQuestionApplicationService.cs" />
  340. <Compile Include="BasicInfo\PortraitRemark\Dto\PortraitRemarkCreateDto.cs" />
  341. <Compile Include="BasicInfo\PortraitRemark\Dto\PortraitRemarkDto.cs" />
  342. <Compile Include="BasicInfo\PortraitRemark\Dto\PortraitRemarkUpdateDto.cs" />
  343. <Compile Include="BasicInfo\PortraitRemark\IPortraitRemarkApplicationService.cs" />
  344. <Compile Include="BasicInfo\PortraitRemark\PortraitRemarkApplicationService.cs" />
  345. <Compile Include="BasicInfo\StudentTip\Dto\StudentTipCreateDto.cs" />
  346. <Compile Include="BasicInfo\StudentTip\Dto\StudentTipDto.cs" />
  347. <Compile Include="BasicInfo\StudentTip\Dto\StudentTipUpdateDto.cs" />
  348. <Compile Include="BasicInfo\StudentTip\IStudentTipApplicationService.cs" />
  349. <Compile Include="BasicInfo\StudentTip\StudentTipApplicationService.cs" />
  350. <Compile Include="BasicInfo\TrainingRoleGroup\Dto\TrainingRoleGroupCreateDto.cs" />
  351. <Compile Include="BasicInfo\TrainingRoleGroup\Dto\TrainingRoleGroupDto.cs" />
  352. <Compile Include="BasicInfo\TrainingRoleGroup\Dto\TrainingRoleGroupUpdateDto.cs" />
  353. <Compile Include="BasicInfo\TrainingRoleGroup\ITrainingRoleGroupApplicationService.cs" />
  354. <Compile Include="BasicInfo\TrainingRoleGroup\TrainingRoleGroupApplicationService.cs" />
  355. <Compile Include="BasicInfo\TrainingRole\Dto\TrainingRoleCreateDto.cs" />
  356. <Compile Include="BasicInfo\TrainingRole\Dto\TrainingRoleDto.cs" />
  357. <Compile Include="BasicInfo\TrainingRole\Dto\TrainingRoleUpdateDto.cs" />
  358. <Compile Include="BasicInfo\TrainingRole\ITrainingRoleApplicationService.cs" />
  359. <Compile Include="BasicInfo\TrainingRole\TrainingRoleApplicationService.cs" />
  360. <Compile Include="IwbAppServiceBase.cs" />
  361. <Compile Include="IwbAsyncCrudAppService.cs" />
  362. <Compile Include="IwbApplicationModule.cs" />
  363. <Compile Include="Authorization\Accounts\AccountAppService.cs" />
  364. <Compile Include="Authorization\Accounts\Dto\IsTenantAvailable.cs" />
  365. <Compile Include="Authorization\Accounts\Dto\IsTenantAvailableOutput.cs" />
  366. <Compile Include="Authorization\Accounts\Dto\RegisterInput.cs" />
  367. <Compile Include="Authorization\Accounts\Dto\RegisterOutput.cs" />
  368. <Compile Include="Authorization\Accounts\Dto\TenantAvailabilityState.cs" />
  369. <Compile Include="Authorization\Accounts\IAccountAppService.cs" />
  370. <Compile Include="BaseSystem\Configuration\ConfigurationAppService.cs" />
  371. <Compile Include="BaseSystem\Configuration\Dto\ChangeUiThemeInput.cs" />
  372. <Compile Include="BaseSystem\Configuration\IConfigurationAppService.cs" />
  373. <Compile Include="BaseSystem\Configuration\Ui\UiThemeInfo.cs" />
  374. <Compile Include="BaseSystem\Configuration\Ui\UiThemes.cs" />
  375. <Compile Include="Properties\AssemblyInfo.cs" />
  376. <Compile Include="BaseSystem\Sessions\Dto\GetCurrentLoginInformationsOutput.cs" />
  377. <Compile Include="BaseSystem\Sessions\Dto\TenantLoginInfoDto.cs" />
  378. <Compile Include="BaseSystem\Sessions\Dto\UserLoginInfoDto.cs" />
  379. <Compile Include="BaseSystem\Sessions\ISessionAppService.cs" />
  380. <Compile Include="BaseSystem\Sessions\SessionAppService.cs" />
  381. <Compile Include="TrainingCampGroup\CampGroupApplicationService.cs" />
  382. <Compile Include="TrainingCampGroup\Dto\CampGroupCreateDto.cs" />
  383. <Compile Include="TrainingCampGroup\Dto\CampGroupDto.cs" />
  384. <Compile Include="TrainingCampGroup\Dto\CampGroupUpdateDto.cs" />
  385. <Compile Include="TrainingCamp\Dto\CampSceneAttachDto.cs" />
  386. <Compile Include="TrainingPortrait\Dto\GroupPortraitDto.cs" />
  387. <Compile Include="TrainingCampGroup\ICampGroupApplicationService.cs" />
  388. <Compile Include="TrainingCamp\CampApplicationService.cs" />
  389. <Compile Include="TrainingEval\Dto\CampDetailDto.cs" />
  390. <Compile Include="TrainingCamp\Dto\CampRoleGroupDto.cs" />
  391. <Compile Include="TrainingCamp\Dto\CampTagDto.cs" />
  392. <Compile Include="TrainingCamp\Dto\GroupCreateDto.cs" />
  393. <Compile Include="TrainingCamp\Dto\Package\PackageSettingDto.cs" />
  394. <Compile Include="TrainingCamp\Dto\CampCreateDto.cs" />
  395. <Compile Include="TrainingCamp\Dto\CampDto.cs" />
  396. <Compile Include="TrainingCamp\Dto\CampUpdateDto.cs" />
  397. <Compile Include="TrainingEval\Dto\GroupDto.cs" />
  398. <Compile Include="TrainingEval\Dto\GroupRoleLogDto.cs" />
  399. <Compile Include="TrainingEval\Dto\GroupScoreDto.cs" />
  400. <Compile Include="TrainingEval\Dto\RoleGroupDto.cs" />
  401. <Compile Include="TrainingEval\EvalAppService.cs" />
  402. <Compile Include="TrainingCamp\ICampApplicationService.cs" />
  403. <Compile Include="TrainingEval\IEvalAppService.cs" />
  404. <Compile Include="TrainingPortrait\Dto\GroupReportDto.cs" />
  405. <Compile Include="TrainingPortrait\Dto\UpdateRemarkDto.cs" />
  406. <Compile Include="TrainingPortrait\IPortraitAppService.cs" />
  407. <Compile Include="TrainingPortrait\PortraitAppService.cs" />
  408. </ItemGroup>
  409. <ItemGroup>
  410. <None Include="app.config" />
  411. <None Include="packages.config" />
  412. </ItemGroup>
  413. <ItemGroup>
  414. <ProjectReference Include="..\WeApp.Core\WeApp.Core.csproj">
  415. <Project>{5e88bfd8-394b-4ae5-bdad-12d61a2527e7}</Project>
  416. <Name>WeApp.Core</Name>
  417. </ProjectReference>
  418. <ProjectReference Include="..\WeApp.EntityFramework\WeApp.EntityFramework.csproj">
  419. <Project>{28725510-A99D-4FAC-8F63-086BD5B12ACF}</Project>
  420. <Name>WeApp.EntityFramework</Name>
  421. </ProjectReference>
  422. </ItemGroup>
  423. <ItemGroup />
  424. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  425. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  426. <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')" />
  427. <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')" />
  428. </Project>