WePlatform.Application.csproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  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>{B57210F1-A5FF-4D17-8CDC-28A2CEDE9369}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WePlatform</RootNamespace>
  11. <AssemblyName>WePlatform.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>..\WePlatform.Web\bin\WePlatform.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="ICSharpCode.SharpZipLib, Version=1.2.0.246, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  68. <HintPath>..\..\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  69. </Reference>
  70. <Reference Include="JetBrains.Annotations, Version=2019.1.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  71. <HintPath>..\..\packages\JetBrains.Annotations.2019.1.1\lib\net20\JetBrains.Annotations.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  74. <HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  77. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  80. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Memory.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  83. <HintPath>..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.Extensions.Options, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  86. <HintPath>..\..\packages\Microsoft.Extensions.Options.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.Extensions.Primitives, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  89. <HintPath>..\..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  92. <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  95. <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  98. <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  101. <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  104. <HintPath>..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Nito.AsyncEx.Context, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  107. <HintPath>..\..\packages\Nito.AsyncEx.Context.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Context.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Nito.AsyncEx.Coordination, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  110. <HintPath>..\..\packages\Nito.AsyncEx.Coordination.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Coordination.dll</HintPath>
  111. </Reference>
  112. <Reference Include="Nito.AsyncEx.Interop.WaitHandles, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  113. <HintPath>..\..\packages\Nito.AsyncEx.Interop.WaitHandles.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Interop.WaitHandles.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Nito.AsyncEx.Oop, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  116. <HintPath>..\..\packages\Nito.AsyncEx.Oop.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Oop.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Nito.AsyncEx.Tasks, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  119. <HintPath>..\..\packages\Nito.AsyncEx.Tasks.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Tasks.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Nito.Cancellation, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
  122. <HintPath>..\..\packages\Nito.Cancellation.1.0.5\lib\netstandard2.0\Nito.Cancellation.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Nito.Collections.Deque, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  125. <HintPath>..\..\packages\Nito.Collections.Deque.1.0.4\lib\netstandard2.0\Nito.Collections.Deque.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Nito.Disposables, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  128. <HintPath>..\..\packages\Nito.Disposables.2.0.0\lib\netstandard2.0\Nito.Disposables.dll</HintPath>
  129. </Reference>
  130. <Reference Include="NPOI, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  131. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.dll</HintPath>
  132. </Reference>
  133. <Reference Include="NPOI.OOXML, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  134. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OOXML.dll</HintPath>
  135. </Reference>
  136. <Reference Include="NPOI.OpenXml4Net, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  137. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
  138. </Reference>
  139. <Reference Include="NPOI.OpenXmlFormats, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  140. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System" />
  143. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  144. <HintPath>..\..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  145. </Reference>
  146. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  147. <HintPath>..\..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  150. <HintPath>..\..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  151. </Reference>
  152. <Reference Include="System.ComponentModel.DataAnnotations" />
  153. <Reference Include="System.Configuration" />
  154. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  155. <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  156. </Reference>
  157. <Reference Include="System.Core" />
  158. <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  159. <HintPath>..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  160. <Private>True</Private>
  161. <Private>True</Private>
  162. </Reference>
  163. <Reference Include="System.Data.OracleClient" />
  164. <Reference Include="System.Drawing" />
  165. <Reference Include="System.IO.Compression.FileSystem" />
  166. <Reference Include="System.Linq.Dynamic.Core, Version=1.0.17.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
  167. <HintPath>..\..\packages\System.Linq.Dynamic.Core.1.0.17\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
  168. </Reference>
  169. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  170. <HintPath>..\..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  171. </Reference>
  172. <Reference Include="System.Net" />
  173. <Reference Include="System.Numerics" />
  174. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  175. <HintPath>..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  176. </Reference>
  177. <Reference Include="System.Runtime.Caching" />
  178. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  179. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  180. </Reference>
  181. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  182. <HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  183. <Private>True</Private>
  184. <Private>True</Private>
  185. </Reference>
  186. <Reference Include="System.Runtime.Remoting" />
  187. <Reference Include="System.Runtime.Serialization" />
  188. <Reference Include="System.Runtime.Serialization.Formatters, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  189. <HintPath>..\..\packages\System.Runtime.Serialization.Formatters.4.3.0\lib\net46\System.Runtime.Serialization.Formatters.dll</HintPath>
  190. <Private>True</Private>
  191. <Private>True</Private>
  192. </Reference>
  193. <Reference Include="System.Runtime.Serialization.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  194. <HintPath>..\..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
  195. <Private>True</Private>
  196. <Private>True</Private>
  197. </Reference>
  198. <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  199. <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  200. </Reference>
  201. <Reference Include="System.Security.Claims, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  202. <HintPath>..\..\packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath>
  203. <Private>True</Private>
  204. <Private>True</Private>
  205. </Reference>
  206. <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  207. <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
  208. </Reference>
  209. <Reference Include="System.Security.Principal.Windows, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  210. <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.1\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  211. </Reference>
  212. <Reference Include="System.ServiceProcess" />
  213. <Reference Include="System.Transactions" />
  214. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  215. <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  216. </Reference>
  217. <Reference Include="System.Web" />
  218. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  219. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  220. </Reference>
  221. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  222. <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  223. </Reference>
  224. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  225. <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  226. </Reference>
  227. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  228. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  229. </Reference>
  230. <Reference Include="System.Web.WebPages.Deployment, 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.Deployment.dll</HintPath>
  232. </Reference>
  233. <Reference Include="System.Web.WebPages.Razor, 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.Razor.dll</HintPath>
  235. </Reference>
  236. <Reference Include="System.Xml.Linq" />
  237. <Reference Include="System.Data.DataSetExtensions" />
  238. <Reference Include="Microsoft.CSharp" />
  239. <Reference Include="System.Data" />
  240. <Reference Include="System.Xml" />
  241. <Reference Include="System.Xml.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  242. <HintPath>..\..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
  243. <Private>True</Private>
  244. <Private>True</Private>
  245. </Reference>
  246. <Reference Include="System.Xml.XPath, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  247. <HintPath>..\..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
  248. <Private>True</Private>
  249. <Private>True</Private>
  250. </Reference>
  251. <Reference Include="System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  252. <HintPath>..\..\packages\System.Xml.XPath.XmlDocument.4.3.0\lib\net46\System.Xml.XPath.XmlDocument.dll</HintPath>
  253. </Reference>
  254. <Reference Include="TimeZoneConverter, Version=3.2.0.0, Culture=neutral, PublicKeyToken=e20ab7d0d9479841, processorArchitecture=MSIL">
  255. <HintPath>..\..\packages\TimeZoneConverter.3.2.0\lib\net461\TimeZoneConverter.dll</HintPath>
  256. </Reference>
  257. </ItemGroup>
  258. <ItemGroup>
  259. <Compile Include="BaseSystem\AppGuids\ISysAppGuidsApplicationService.cs" />
  260. <Compile Include="BaseSystem\AppGuids\SysAppGuidsApplicationService.cs" />
  261. <Compile Include="BaseSystem\AttachFile\AttachFilesAppService.cs" />
  262. <Compile Include="BaseSystem\AttachFile\Dto\AttachFileDto.cs" />
  263. <Compile Include="BaseSystem\AttachFile\Dto\QueryAttachDto.cs" />
  264. <Compile Include="BaseSystem\AttachFile\IAttachFilesApplicationService.cs" />
  265. <Compile Include="BaseSystem\AuditLog\AuditLogsAppService.cs" />
  266. <Compile Include="BaseSystem\AuditLog\Dto\QueryMethodName.cs" />
  267. <Compile Include="BaseSystem\AuditLog\Dto\SysLogDto.cs" />
  268. <Compile Include="BaseSystem\AuditLog\IAuditLogsAppService.cs" />
  269. <Compile Include="BaseSystem\Functions\Dto\FunctionCreateDto.cs" />
  270. <Compile Include="BaseSystem\Functions\Dto\FunctionDto.cs" />
  271. <Compile Include="BaseSystem\Functions\Dto\FunctionUpdateDto.cs" />
  272. <Compile Include="BaseSystem\Functions\Dto\MoveFunctionDto.cs" />
  273. <Compile Include="BaseSystem\Functions\FunctionsAppService.cs" />
  274. <Compile Include="BaseSystem\Functions\IFunctionsAppService.cs" />
  275. <Compile Include="BaseSystem\Help\Dto\SysHelpCreateDto.cs" />
  276. <Compile Include="BaseSystem\Help\Dto\SysHelpDto.cs" />
  277. <Compile Include="BaseSystem\Help\Dto\SysHelpUpdateDto.cs" />
  278. <Compile Include="BaseSystem\Help\ISysHelpsApplicationService.cs" />
  279. <Compile Include="BaseSystem\Help\SysHelpsApplicationService.cs" />
  280. <Compile Include="BaseSystem\Notifications\Dto\DeleteAllUserNotificationsInput.cs" />
  281. <Compile Include="BaseSystem\Notifications\Dto\GetNotificationSettingsOutput.cs" />
  282. <Compile Include="BaseSystem\Notifications\Dto\GetNotificationsOutput.cs" />
  283. <Compile Include="BaseSystem\Notifications\Dto\GetUserNotificationsInput.cs" />
  284. <Compile Include="BaseSystem\Notifications\Dto\NotificationDto.cs" />
  285. <Compile Include="BaseSystem\Notifications\Dto\NotificationSubscriptionDto.cs" />
  286. <Compile Include="BaseSystem\Notifications\Dto\NotificationSubscriptionWithDisplayNameDto.cs" />
  287. <Compile Include="BaseSystem\Notifications\Dto\UpdateNotificationSettingsInput.cs" />
  288. <Compile Include="BaseSystem\Notifications\INotificationAppService.cs" />
  289. <Compile Include="BaseSystem\Notifications\NotificationService.cs" />
  290. <Compile Include="BaseSystem\Query\IQueryAppService.cs" />
  291. <Compile Include="BaseSystem\Query\QueryAppService.cs" />
  292. <Compile Include="BaseSystem\Roles\Dto\PermissionDto.cs" />
  293. <Compile Include="BaseSystem\Roles\Dto\RoleCreateDto.cs" />
  294. <Compile Include="BaseSystem\Roles\Dto\RoleDto.cs" />
  295. <Compile Include="BaseSystem\Roles\Dto\RoleUpdateDto.cs" />
  296. <Compile Include="BaseSystem\Roles\IRolesAppService.cs" />
  297. <Compile Include="BaseSystem\Roles\RolesAppService.cs" />
  298. <Compile Include="BaseSystem\Settings\Dto\SettingCreateDto.cs" />
  299. <Compile Include="BaseSystem\Settings\Dto\SettingDto.cs" />
  300. <Compile Include="BaseSystem\Settings\Dto\SettingUpdateDto.cs" />
  301. <Compile Include="BaseSystem\Settings\Dto\ImageDto.cs" />
  302. <Compile Include="BaseSystem\Settings\ISettingsAppService.cs" />
  303. <Compile Include="BaseSystem\Settings\SettingsAppService.cs" />
  304. <Compile Include="BaseSystem\States\Dto\StateCreateDto.cs" />
  305. <Compile Include="BaseSystem\States\Dto\StateDto.cs" />
  306. <Compile Include="BaseSystem\States\Dto\StateUpdateDto.cs" />
  307. <Compile Include="BaseSystem\States\IStatesAppService.cs" />
  308. <Compile Include="BaseSystem\States\StatesAppService.cs" />
  309. <Compile Include="BaseSystem\Tenants\TenantsAppService.cs" />
  310. <Compile Include="BaseSystem\Tenants\Dto\TenantCreateDto.cs" />
  311. <Compile Include="BaseSystem\Tenants\Dto\TenantDto.cs" />
  312. <Compile Include="BaseSystem\Tenants\Dto\TenantUpdateDto.cs" />
  313. <Compile Include="BaseSystem\Tenants\ITenantsApplicationService.cs" />
  314. <Compile Include="BaseSystem\Users\Dto\AuthDto.cs" />
  315. <Compile Include="BaseSystem\Users\Dto\ChangePasswordDto.cs" />
  316. <Compile Include="BaseSystem\Users\Dto\ChangeUserLanguageDto.cs" />
  317. <Compile Include="BaseSystem\Users\Dto\PermissionAuthDto.cs" />
  318. <Compile Include="BaseSystem\Users\Dto\UserCreateDto.cs" />
  319. <Compile Include="BaseSystem\Users\Dto\UserDto.cs" />
  320. <Compile Include="BaseSystem\Users\Dto\UserUpdateDto.cs" />
  321. <Compile Include="BaseSystem\Users\IUsersAppService.cs" />
  322. <Compile Include="BaseSystem\Users\UsersAppService.cs" />
  323. <Compile Include="DataCenter\DataCenterAppServiceBase.cs" />
  324. <Compile Include="DataCenter\IDataCenterAppService.cs" />
  325. <Compile Include="DataCenter\MessageServer\IMessageServerAppService.cs" />
  326. <Compile Include="DataCenter\MessageServer\MessageServerAppService.cs" />
  327. <Compile Include="DataCenter\Package\IWePackageAppService.cs" />
  328. <Compile Include="DataCenter\Package\WePackageAppService.cs" />
  329. <Compile Include="DataCenter\SjPackage\Dto\SjExportPackage.cs" />
  330. <Compile Include="DataCenter\SjPackage\ISjPackageAppService.cs" />
  331. <Compile Include="DataCenter\SjPackage\SjPackageAppService.cs" />
  332. <Compile Include="IwbAppServiceBase.cs" />
  333. <Compile Include="IwbAsyncCrudAppService.cs" />
  334. <Compile Include="WeBase\BehaviorRole\BehaviorRoleApplicationService.cs" />
  335. <Compile Include="WeBase\BehaviorRole\Dto\BehaviorRoleCreateDto.cs" />
  336. <Compile Include="WeBase\BehaviorRole\Dto\BehaviorRoleDto.cs" />
  337. <Compile Include="WeBase\BehaviorRole\Dto\BehaviorRoleUpdateDto.cs" />
  338. <Compile Include="WeBase\BehaviorRole\IBehaviorRoleApplicationService.cs" />
  339. <Compile Include="WeBase\SceneCategory\Dto\SceneCategoryCreateDto.cs" />
  340. <Compile Include="WeBase\SceneCategory\Dto\SceneCategoryDto.cs" />
  341. <Compile Include="WeBase\SceneCategory\Dto\SceneCategoryUpdateDto.cs" />
  342. <Compile Include="WeBase\SceneCategory\ISceneCategoryApplicationService.cs" />
  343. <Compile Include="WeBase\SceneCategory\SceneCategoryApplicationService.cs" />
  344. <Compile Include="WeLib\Behavior\BehaviorApplicationService.cs" />
  345. <Compile Include="WeLib\Behavior\Dto\BehaviorCreateDto.cs" />
  346. <Compile Include="WeLib\Behavior\Dto\BehaviorDto.cs" />
  347. <Compile Include="WeLib\Behavior\Dto\BehaviorUpdateDto.cs" />
  348. <Compile Include="WeLib\Behavior\IBehaviorApplicationService.cs" />
  349. <Compile Include="WeLib\Guide\Dto\GuideCreateDto.cs" />
  350. <Compile Include="WeLib\Guide\Dto\GuideDto.cs" />
  351. <Compile Include="WeLib\Guide\Dto\GuideUpdateDto.cs" />
  352. <Compile Include="WeLib\Guide\PromptApplicationService.cs" />
  353. <Compile Include="WeLib\Guide\IPromptApplicationService.cs" />
  354. <Compile Include="WeLib\Knowledge\Dto\KnowledgeCreateDto.cs" />
  355. <Compile Include="WeLib\Knowledge\Dto\KnowledgeDto.cs" />
  356. <Compile Include="WeLib\Knowledge\Dto\KnowledgeUpdateDto.cs" />
  357. <Compile Include="WeLib\Knowledge\IKnowledgeApplicationService.cs" />
  358. <Compile Include="WeLib\Knowledge\KnowledgeApplicationService.cs" />
  359. <Compile Include="WeLib\Knowledge\Plan\Dto\EmergencyPlanCreateDto.cs" />
  360. <Compile Include="WeLib\Knowledge\Plan\Dto\EmergencyPlanDto.cs" />
  361. <Compile Include="WeLib\Knowledge\Plan\Dto\EmergencyPlanUpdateDto.cs" />
  362. <Compile Include="WeLib\Knowledge\Plan\Dto\JsTreeDto.cs" />
  363. <Compile Include="WeLib\Knowledge\Plan\Dto\PlanContentDto.cs" />
  364. <Compile Include="WeLib\Knowledge\Plan\EmergencyPlanApplicationService.cs" />
  365. <Compile Include="WeLib\Knowledge\Plan\IEmergencyPlanApplicationService.cs" />
  366. <Compile Include="WeLib\Knowledge\Resource\Dto\EmergencyResourceCreateDto.cs" />
  367. <Compile Include="WeLib\Knowledge\Resource\Dto\EmergencyResourceDto.cs" />
  368. <Compile Include="WeLib\Knowledge\Resource\Dto\EmergencyResourceUpdateDto.cs" />
  369. <Compile Include="WeLib\Knowledge\Resource\EmergencyResourceApplicationService.cs" />
  370. <Compile Include="WeLib\Knowledge\Resource\IEmergencyResourceApplicationService.cs" />
  371. <Compile Include="WeLib\Package\Dto\AssessRoleDto.cs" />
  372. <Compile Include="WeLib\Package\Dto\PackageCreateDto.cs" />
  373. <Compile Include="WeLib\Package\Dto\PackageDetailDto.cs" />
  374. <Compile Include="WeLib\Package\Dto\PackageDto.cs" />
  375. <Compile Include="WeLib\Package\Dto\PackageUpdateDto.cs" />
  376. <Compile Include="WeLib\Package\Dto\PackageXmlDto.cs" />
  377. <Compile Include="WeLib\Package\Dto\SolidifyDto.cs" />
  378. <Compile Include="WeLib\Package\IPackageApplicationService.cs" />
  379. <Compile Include="WeLib\Package\PackageApplicationService.cs" />
  380. <Compile Include="WeLib\SceneFlow\Dto\SceneFlowCreateDto.cs" />
  381. <Compile Include="WeLib\SceneFlow\Dto\SceneFlowDto.cs" />
  382. <Compile Include="WeLib\SceneFlow\Dto\SceneFlowUpdateDto.cs" />
  383. <Compile Include="WeLib\SceneFlow\ISceneFlowApplicationService.cs" />
  384. <Compile Include="WeLib\SceneFlow\SceneFlowApplicationService.cs" />
  385. <Compile Include="WeLib\Scene\Dto\EnvironResourceRelatedDto.cs" />
  386. <Compile Include="WeLib\Scene\Dto\SceneBehaviorDto.cs" />
  387. <Compile Include="WeLib\Scene\Dto\SceneCreateDto.cs" />
  388. <Compile Include="WeLib\Scene\Dto\SceneDto.cs" />
  389. <Compile Include="WeLib\Scene\Dto\SceneUpdateDto.cs" />
  390. <Compile Include="WeLib\Scene\Dto\UploadSceneDto.cs" />
  391. <Compile Include="WeLib\Scene\Dto\VariableDto.cs" />
  392. <Compile Include="WeLib\Scene\ISceneApplicationService.cs" />
  393. <Compile Include="WeLib\Scene\SceneApplicationService.cs" />
  394. <Compile Include="WeLib\EnvironResource\Dto\EnvironResourceCreateDto.cs" />
  395. <Compile Include="WeLib\EnvironResource\Dto\EnvironResourceDto.cs" />
  396. <Compile Include="WeLib\EnvironResource\Dto\EnvironResourceUpdateDto.cs" />
  397. <Compile Include="WeLib\EnvironResource\EnvironResourceApplicationService.cs" />
  398. <Compile Include="WeLib\EnvironResource\IEnvironResourceApplicationService.cs" />
  399. <Compile Include="WeModel\Component\Dto\EngineComponentCreateDto.cs" />
  400. <Compile Include="WeModel\Component\Dto\EngineComponentDto.cs" />
  401. <Compile Include="WeModel\Component\Dto\EngineComponentUpdateDto.cs" />
  402. <Compile Include="WeModel\Component\EngineComponentApplicationService.cs" />
  403. <Compile Include="WeModel\Component\IEngineComponentApplicationService.cs" />
  404. <Compile Include="WeModel\Engine\Dto\EngineCreateDto.cs" />
  405. <Compile Include="WeModel\Engine\Dto\EngineDto.cs" />
  406. <Compile Include="WeModel\Engine\Dto\EngineUpdateDto.cs" />
  407. <Compile Include="WeModel\Engine\EngineApplicationService.cs" />
  408. <Compile Include="WeModel\Engine\IEngineApplicationService.cs" />
  409. <Compile Include="WeModel\Eval\Dto\EvalModelCreateDto.cs" />
  410. <Compile Include="WeModel\Eval\Dto\EvalModelDto.cs" />
  411. <Compile Include="WeModel\Eval\Dto\EvalModelUpdateDto.cs" />
  412. <Compile Include="WeModel\Eval\EvalModelApplicationService.cs" />
  413. <Compile Include="WeModel\Eval\IEvalModelApplicationService.cs" />
  414. <Compile Include="WeModel\Model\Dto\EngineModelCreateDto.cs" />
  415. <Compile Include="WeModel\Model\Dto\EngineModelDto.cs" />
  416. <Compile Include="WeModel\Model\Dto\EngineModelUpdateDto.cs" />
  417. <Compile Include="WeModel\Model\EngineModelApplicationService.cs" />
  418. <Compile Include="WeModel\Model\IEngineModelApplicationService.cs" />
  419. <Compile Include="WeModel\ReportTemplate\Dto\EvalReportTemplateCreateDto.cs" />
  420. <Compile Include="WeModel\ReportTemplate\Dto\EvalReportTemplateDto.cs" />
  421. <Compile Include="WeModel\ReportTemplate\Dto\EvalReportTemplateUpdateDto.cs" />
  422. <Compile Include="WeModel\ReportTemplate\EvalReportTemplateApplicationService.cs" />
  423. <Compile Include="WeModel\ReportTemplate\IEvalReportTemplateApplicationService.cs" />
  424. <Compile Include="WeModel\Target\Dto\EvalTargetCreateDto.cs" />
  425. <Compile Include="WeModel\Target\Dto\EvalTargetDto.cs" />
  426. <Compile Include="WeModel\Target\Dto\EvalTargetUpdateDto.cs" />
  427. <Compile Include="WeModel\Target\EvalTargetApplicationService.cs" />
  428. <Compile Include="WeModel\Target\IEvalTargetApplicationService.cs" />
  429. <Compile Include="WePlatformApplicationModule.cs" />
  430. <Compile Include="Authorization\Accounts\AccountAppService.cs" />
  431. <Compile Include="Authorization\Accounts\Dto\IsTenantAvailable.cs" />
  432. <Compile Include="Authorization\Accounts\Dto\IsTenantAvailableOutput.cs" />
  433. <Compile Include="Authorization\Accounts\Dto\RegisterInput.cs" />
  434. <Compile Include="Authorization\Accounts\Dto\RegisterOutput.cs" />
  435. <Compile Include="Authorization\Accounts\Dto\TenantAvailabilityState.cs" />
  436. <Compile Include="Authorization\Accounts\IAccountAppService.cs" />
  437. <Compile Include="BaseSystem\Configuration\ConfigurationAppService.cs" />
  438. <Compile Include="BaseSystem\Configuration\Dto\ChangeUiThemeInput.cs" />
  439. <Compile Include="BaseSystem\Configuration\IConfigurationAppService.cs" />
  440. <Compile Include="BaseSystem\Configuration\Ui\UiThemeInfo.cs" />
  441. <Compile Include="BaseSystem\Configuration\Ui\UiThemes.cs" />
  442. <Compile Include="Properties\AssemblyInfo.cs" />
  443. <Compile Include="BaseSystem\Sessions\Dto\GetCurrentLoginInformationsOutput.cs" />
  444. <Compile Include="BaseSystem\Sessions\Dto\TenantLoginInfoDto.cs" />
  445. <Compile Include="BaseSystem\Sessions\Dto\UserLoginInfoDto.cs" />
  446. <Compile Include="BaseSystem\Sessions\ISessionAppService.cs" />
  447. <Compile Include="BaseSystem\Sessions\SessionAppService.cs" />
  448. </ItemGroup>
  449. <ItemGroup>
  450. <None Include="app.config" />
  451. <None Include="packages.config" />
  452. </ItemGroup>
  453. <ItemGroup>
  454. <ProjectReference Include="..\..\We.Engine\WeEngine.Base\WeEngine.Base.csproj">
  455. <Project>{761A67FC-700E-4CC2-9821-2D30AA05CDEB}</Project>
  456. <Name>WeEngine.Base</Name>
  457. </ProjectReference>
  458. <ProjectReference Include="..\..\We.Zero\IwbYue.Zero\IwbYue.Zero.csproj">
  459. <Project>{4e62e9a7-d3a8-4c3f-abb5-1e37fb57e48b}</Project>
  460. <Name>IwbYue.Zero</Name>
  461. </ProjectReference>
  462. <ProjectReference Include="..\WePlatform.Core\WePlatform.Core.csproj">
  463. <Project>{17298ea0-af73-4f30-b6f1-2066100d7d74}</Project>
  464. <Name>WePlatform.Core</Name>
  465. </ProjectReference>
  466. </ItemGroup>
  467. <ItemGroup />
  468. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  469. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  470. <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
  471. <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')" />
  472. </Project>