IwbYue.Zero.csproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{4E62E9A7-D3A8-4C3F-ABB5-1E37FB57E48B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>IwbZero</RootNamespace>
  11. <AssemblyName>IwbYue.Zero</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Abp, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  37. <HintPath>..\..\packages\Abp.4.8.1\lib\netstandard2.0\Abp.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Abp.Web, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  40. <HintPath>..\..\packages\Abp.Web.4.8.1\lib\net461\Abp.Web.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Abp.Web.Api, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  43. <HintPath>..\..\packages\Abp.Web.Api.4.8.1\lib\net461\Abp.Web.Api.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Abp.Web.Common, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  46. <HintPath>..\..\packages\Abp.Web.Common.4.8.1\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Abp.Web.Mvc, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  49. <HintPath>..\..\packages\Abp.Web.Mvc.4.8.1\lib\net461\Abp.Web.Mvc.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  52. <HintPath>..\..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Castle.Facilities.AspNet.SystemWeb, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  55. <HintPath>..\..\packages\Castle.Facilities.AspNet.SystemWeb.5.0.0\lib\net45\Castle.Facilities.AspNet.SystemWeb.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Castle.Facilities.Logging, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  58. <HintPath>..\..\packages\Castle.LoggingFacility.5.0.0\lib\net45\Castle.Facilities.Logging.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Castle.Windsor, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  61. <HintPath>..\..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll</HintPath>
  62. </Reference>
  63. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  64. <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  65. </Reference>
  66. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  67. <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  68. </Reference>
  69. <Reference Include="ICSharpCode.SharpZipLib, Version=1.2.0.246, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  70. <HintPath>..\..\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Interop.PGMRX120Lib, Version=1.0.0.0, Culture=neutral">
  73. <SpecificVersion>False</SpecificVersion>
  74. <EmbedInteropTypes>True</EmbedInteropTypes>
  75. <HintPath>Processes\Runner\Interop.PGMRX120Lib.dll</HintPath>
  76. </Reference>
  77. <Reference Include="JetBrains.Annotations, Version=2019.1.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  78. <HintPath>..\..\packages\JetBrains.Annotations.2019.1.1\lib\net20\JetBrains.Annotations.dll</HintPath>
  79. </Reference>
  80. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  81. <HintPath>..\..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  84. <HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  87. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  90. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Memory.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  93. <HintPath>..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Microsoft.Extensions.Options, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  96. <HintPath>..\..\packages\Microsoft.Extensions.Options.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Microsoft.Extensions.Primitives, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  99. <HintPath>..\..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Microsoft.Owin, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  102. <HintPath>..\..\packages\Microsoft.Owin.4.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Microsoft.Owin.Security, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  105. <HintPath>..\..\packages\Microsoft.Owin.Security.4.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Microsoft.Owin.Security.Cookies, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  108. <HintPath>..\..\packages\Microsoft.Owin.Security.Cookies.4.0.1\lib\net45\Microsoft.Owin.Security.Cookies.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.Tasks, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  123. <HintPath>..\..\packages\Nito.AsyncEx.Tasks.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Tasks.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Nito.Collections.Deque, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  126. <HintPath>..\..\packages\Nito.Collections.Deque.1.0.4\lib\netstandard2.0\Nito.Collections.Deque.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Nito.Disposables, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  129. <HintPath>..\..\packages\Nito.Disposables.2.0.0\lib\netstandard2.0\Nito.Disposables.dll</HintPath>
  130. </Reference>
  131. <Reference Include="NPOI, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  132. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.dll</HintPath>
  133. </Reference>
  134. <Reference Include="NPOI.OOXML, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  135. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OOXML.dll</HintPath>
  136. </Reference>
  137. <Reference Include="NPOI.OpenXml4Net, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  138. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
  139. </Reference>
  140. <Reference Include="NPOI.OpenXmlFormats, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  141. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
  142. </Reference>
  143. <Reference Include="NUglify, Version=1.5.13.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL">
  144. <HintPath>..\..\packages\NUglify.1.5.13\lib\net40\NUglify.dll</HintPath>
  145. </Reference>
  146. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  147. <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  148. </Reference>
  149. <Reference Include="SharpCompress, Version=0.23.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
  150. <HintPath>..\..\packages\SharpCompress.0.23.0\lib\net45\SharpCompress.dll</HintPath>
  151. </Reference>
  152. <Reference Include="System" />
  153. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  154. <HintPath>..\..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  157. <HintPath>..\..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  158. </Reference>
  159. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  160. <HintPath>..\..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  161. </Reference>
  162. <Reference Include="System.ComponentModel.DataAnnotations" />
  163. <Reference Include="System.Configuration" />
  164. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  165. <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  166. </Reference>
  167. <Reference Include="System.Core" />
  168. <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  169. <HintPath>..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  170. <Private>True</Private>
  171. <Private>True</Private>
  172. </Reference>
  173. <Reference Include="System.Data.OracleClient" />
  174. <Reference Include="System.Drawing" />
  175. <Reference Include="System.Linq.Dynamic.Core, Version=1.0.16.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
  176. <HintPath>..\..\packages\System.Linq.Dynamic.Core.1.0.16\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
  177. </Reference>
  178. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  179. <HintPath>..\..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath>
  180. </Reference>
  181. <Reference Include="System.Net" />
  182. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  183. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  184. </Reference>
  185. <Reference Include="System.Net.Security, Version=4.0.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  186. <HintPath>..\..\packages\System.Net.Security.4.3.2\lib\net46\System.Net.Security.dll</HintPath>
  187. <Private>True</Private>
  188. <Private>True</Private>
  189. </Reference>
  190. <Reference Include="System.Net.WebSockets, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  191. <HintPath>..\..\packages\System.Net.WebSockets.4.3.0\lib\net46\System.Net.WebSockets.dll</HintPath>
  192. <Private>True</Private>
  193. <Private>True</Private>
  194. </Reference>
  195. <Reference Include="System.Net.WebSockets.Client, Version=4.0.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  196. <HintPath>..\..\packages\System.Net.WebSockets.Client.4.3.2\lib\net46\System.Net.WebSockets.Client.dll</HintPath>
  197. <Private>True</Private>
  198. <Private>True</Private>
  199. </Reference>
  200. <Reference Include="System.Numerics" />
  201. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  202. <HintPath>..\..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  203. </Reference>
  204. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  205. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  206. </Reference>
  207. <Reference Include="System.Runtime.Remoting" />
  208. <Reference Include="System.Runtime.Serialization" />
  209. <Reference Include="System.Runtime.Serialization.Formatters, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  210. <HintPath>..\..\packages\System.Runtime.Serialization.Formatters.4.3.0\lib\net46\System.Runtime.Serialization.Formatters.dll</HintPath>
  211. <Private>True</Private>
  212. <Private>True</Private>
  213. </Reference>
  214. <Reference Include="System.Runtime.Serialization.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  215. <HintPath>..\..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
  216. <Private>True</Private>
  217. <Private>True</Private>
  218. </Reference>
  219. <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  220. <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  221. </Reference>
  222. <Reference Include="System.Security.Claims, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  223. <HintPath>..\..\packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath>
  224. <Private>True</Private>
  225. <Private>True</Private>
  226. </Reference>
  227. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  228. <HintPath>..\..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
  229. <Private>True</Private>
  230. <Private>True</Private>
  231. </Reference>
  232. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  233. <HintPath>..\..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  234. <Private>True</Private>
  235. <Private>True</Private>
  236. </Reference>
  237. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  238. <HintPath>..\..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  239. <Private>True</Private>
  240. <Private>True</Private>
  241. </Reference>
  242. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  243. <HintPath>..\..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  244. <Private>True</Private>
  245. <Private>True</Private>
  246. </Reference>
  247. <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  248. <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
  249. </Reference>
  250. <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  251. <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  252. </Reference>
  253. <Reference Include="System.ServiceProcess" />
  254. <Reference Include="System.Transactions" />
  255. <Reference Include="System.Web" />
  256. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  257. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  258. </Reference>
  259. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  260. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  261. </Reference>
  262. <Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  263. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  264. </Reference>
  265. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  266. <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  267. </Reference>
  268. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  269. <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  270. </Reference>
  271. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  272. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  273. </Reference>
  274. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  275. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  276. </Reference>
  277. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  278. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  279. </Reference>
  280. <Reference Include="System.Xml.Linq" />
  281. <Reference Include="System.Data.DataSetExtensions" />
  282. <Reference Include="Microsoft.CSharp" />
  283. <Reference Include="System.Data" />
  284. <Reference Include="System.Net.Http" />
  285. <Reference Include="System.Xml" />
  286. <Reference Include="System.Xml.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  287. <HintPath>..\..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
  288. <Private>True</Private>
  289. <Private>True</Private>
  290. </Reference>
  291. <Reference Include="System.Xml.XPath, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  292. <HintPath>..\..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
  293. <Private>True</Private>
  294. <Private>True</Private>
  295. </Reference>
  296. <Reference Include="System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  297. <HintPath>..\..\packages\System.Xml.XPath.XmlDocument.4.3.0\lib\net46\System.Xml.XPath.XmlDocument.dll</HintPath>
  298. </Reference>
  299. <Reference Include="TimeZoneConverter, Version=3.2.0.0, Culture=neutral, PublicKeyToken=e20ab7d0d9479841, processorArchitecture=MSIL">
  300. <HintPath>..\..\packages\TimeZoneConverter.3.2.0\lib\net461\TimeZoneConverter.dll</HintPath>
  301. </Reference>
  302. </ItemGroup>
  303. <ItemGroup>
  304. <Compile Include="AntiForgery\IwbAntiForgeryApiFilter.cs" />
  305. <Compile Include="AntiForgery\IwbAntiForgeryManagerMvcExtensions.cs" />
  306. <Compile Include="AntiForgery\IwbAntiForgeryMvcFilter.cs" />
  307. <Compile Include="AppServiceBase\IIwbEntityDto.cs" />
  308. <Compile Include="Auditing\AuditLogAttribute.cs" />
  309. <Compile Include="ExprFunctions\Functions\FunDiffM.cs" />
  310. <Compile Include="ExprFunctions\Functions\FunDiffY.cs" />
  311. <Compile Include="ExprFunctions\Functions\FunFormatStr.cs" />
  312. <Compile Include="ExprFunctions\Functions\FunGetDate.cs" />
  313. <Compile Include="ExprFunctions\Functions\FunGetDay.cs" />
  314. <Compile Include="ExprFunctions\Functions\FunGetFdm.cs" />
  315. <Compile Include="ExprFunctions\Functions\FunGetFdy.cs" />
  316. <Compile Include="ExprFunctions\Functions\FunGetLFdm.cs" />
  317. <Compile Include="ExprFunctions\Functions\FunGetLFdy.cs" />
  318. <Compile Include="ExprFunctions\Functions\FunGetMonth.cs" />
  319. <Compile Include="ExprFunctions\Functions\FunGetRandom.cs" />
  320. <Compile Include="ExprFunctions\Functions\FunGetWeekDay.cs" />
  321. <Compile Include="ExprFunctions\Functions\FunGetYear.cs" />
  322. <Compile Include="ExprFunctions\Functions\FunRandomSelection.cs" />
  323. <Compile Include="ExprFunctions\Functions\FunSubStr.cs" />
  324. <Compile Include="ExprFunctions\IwbFunction.cs" />
  325. <Compile Include="ExprFunctions\Functions\FunDiffD.cs" />
  326. <Compile Include="ExprFunctions\IIwbFunction.cs" />
  327. <Compile Include="Expr\EvalExpr.cs" />
  328. <Compile Include="Expr\ExprElements.cs" />
  329. <Compile Include="Expr\ExprObject.cs" />
  330. <Compile Include="Expr\ExprOperator.cs" />
  331. <Compile Include="Expr\ExprTypes.cs" />
  332. <Compile Include="IocNamed\IocNamedTypeFactoryComponentSelector.cs" />
  333. <Compile Include="IocNamed\TypeExtention.cs" />
  334. <Compile Include="IwbBase\Condition.cs" />
  335. <Compile Include="IwbBase\IdCollection.cs" />
  336. <Compile Include="IwbBase\IIwbId.cs" />
  337. <Compile Include="IocNamed\IocNamedAttribute.cs" />
  338. <Compile Include="IwbDataQuery\IwbDataSource.cs" />
  339. <Compile Include="IwbDataQuery\IwbDataType.cs" />
  340. <Compile Include="IwbDataQuery\IwbDsSourceType.cs" />
  341. <Compile Include="IwbDataQuery\IwbIdName.cs" />
  342. <Compile Include="IwbDataQuery\IwbLinkQuery.cs" />
  343. <Compile Include="IwbDataQuery\IwbQuery.cs" />
  344. <Compile Include="IwbBase\IwbRtVariable.cs" />
  345. <Compile Include="IwbBase\IwbVariableType.cs" />
  346. <Compile Include="IwbBase\IwbXmlNode.cs" />
  347. <Compile Include="IwbBase\QueryParameter.cs" />
  348. <Compile Include="IwbDataQuery\IwbBaseAttribute.cs" />
  349. <Compile Include="IwbDataQuery\IwbDataColumn.cs" />
  350. <Compile Include="IwbDataQuery\IwbDataRow.cs" />
  351. <Compile Include="Messages\Message.cs" />
  352. <Compile Include="Messages\MsgListener.cs" />
  353. <Compile Include="IwbZeroModule.cs" />
  354. <Compile Include="AppServiceBase\IIwbPagedRequest.cs" />
  355. <Compile Include="AppServiceBase\IIwbZeroAsyncCrudAppService.cs" />
  356. <Compile Include="AppServiceBase\IwbPagedRequestDto.cs" />
  357. <Compile Include="AppServiceBase\IwbZeroAppServiceBase.cs" />
  358. <Compile Include="AppServiceBase\IwbZeroAsyncCrudAppServiceBase.cs" />
  359. <Compile Include="AppServiceBase\IwbZeroCrudAppServiceBase.cs" />
  360. <Compile Include="Authorization\Base\IwbLoginResultType.cs" />
  361. <Compile Include="Authorization\Base\Permissions\DataPermission.cs" />
  362. <Compile Include="Authorization\Base\Permissions\DataPermissionNameComparer.cs" />
  363. <Compile Include="Authorization\Base\Permissions\PermissionGrantInfo.cs" />
  364. <Compile Include="Authorization\Base\Permissions\PermissionSetting.cs" />
  365. <Compile Include="Authorization\Base\SystemInfo\SysAppGuid.cs" />
  366. <Compile Include="Authorization\Base\SystemInfo\SysAttachFileBase.cs" />
  367. <Compile Include="Authorization\Base\SystemInfo\SysFunctionBase.cs" />
  368. <Compile Include="Authorization\Base\SystemInfo\SysHelpBase.cs" />
  369. <Compile Include="Authorization\Base\SystemInfo\SysLog.cs" />
  370. <Compile Include="Authorization\Base\SystemInfo\SysSetting.cs" />
  371. <Compile Include="Authorization\Base\SystemInfo\SysStateBase.cs" />
  372. <Compile Include="Authorization\Base\Roles\IRolePermissionStore.cs" />
  373. <Compile Include="Authorization\Base\Roles\PermissionEqualityComparer.cs" />
  374. <Compile Include="Authorization\Base\Roles\RoleBase.cs" />
  375. <Compile Include="Authorization\Base\Roles\RoleClaim.cs" />
  376. <Compile Include="Authorization\Base\Roles\RolePermissionCacheItem.cs" />
  377. <Compile Include="Authorization\Base\Roles\RolePermissionCacheItemInvalidator.cs" />
  378. <Compile Include="Authorization\Base\Roles\RolePermissionSetting.cs" />
  379. <Compile Include="Authorization\Base\Users\DefaultExternalAuthenticationSource.cs" />
  380. <Compile Include="Authorization\Base\Users\IExternalAuthenticationSource.cs" />
  381. <Compile Include="Authorization\Base\Users\IUserPermissionStore.cs" />
  382. <Compile Include="Authorization\Base\Users\UserAccount.cs" />
  383. <Compile Include="Authorization\Base\Users\UserAccountSynchronizer.cs" />
  384. <Compile Include="Authorization\Base\Users\UserBase.cs" />
  385. <Compile Include="Authorization\Base\Users\UserClaim.cs" />
  386. <Compile Include="Authorization\Base\Users\UserLogin.cs" />
  387. <Compile Include="Authorization\Base\Users\UserLoginAttempt.cs" />
  388. <Compile Include="Authorization\Base\Users\UserPermissionCacheItem.cs" />
  389. <Compile Include="Authorization\Base\Users\UserPermissionCacheItemInvalidator.cs" />
  390. <Compile Include="Authorization\Base\Users\UserPermissionSetting.cs" />
  391. <Compile Include="Authorization\Base\Users\UserRole.cs" />
  392. <Compile Include="Authorization\Base\Users\UserRoleRemover.cs" />
  393. <Compile Include="Authorization\Permissions\DataPermissionAuthDto.cs" />
  394. <Compile Include="Authorization\Permissions\DataPermissionManager.cs" />
  395. <Compile Include="Authorization\Permissions\PermissionChecker.cs" />
  396. <Compile Include="Authorization\Roles\IwbRoleManager.cs" />
  397. <Compile Include="Authorization\Roles\IwbRoleStore.cs" />
  398. <Compile Include="Authorization\Roles\IwbSysRole.cs" />
  399. <Compile Include="Authorization\Users\IwbLogInManager.cs" />
  400. <Compile Include="Authorization\Users\IwbLogInManagerExtensions.cs" />
  401. <Compile Include="Authorization\Users\IwbUserManager.cs" />
  402. <Compile Include="Authorization\Users\IwbUserStore.cs" />
  403. <Compile Include="Authorization\Users\IUserTokenProviderAccessor.cs" />
  404. <Compile Include="Authorization\Users\IwbLoginResult.cs" />
  405. <Compile Include="Authorization\Users\IwbSysUser.cs" />
  406. <Compile Include="Authorization\Users\IwbUserManagerExtensions.cs" />
  407. <Compile Include="Authorization\Users\NullUserTokenProviderAccessor.cs" />
  408. <Compile Include="BaseSysInfo\IwbSysAttachFile.cs" />
  409. <Compile Include="BaseSysInfo\IwbSysFunction.cs" />
  410. <Compile Include="BaseSysInfo\IwbSysHelp.cs" />
  411. <Compile Include="BaseSysInfo\IwbSysState.cs" />
  412. <Compile Include="Configuration\SettingExtensions.cs" />
  413. <Compile Include="Configuration\SettingStore.cs" />
  414. <Compile Include="IdentityFramework\AbpIdentityResult.cs" />
  415. <Compile Include="IdentityFramework\IdentityEmailService.cs" />
  416. <Compile Include="IdentityFramework\IdentityResultExtensions.cs" />
  417. <Compile Include="IwbZeroConsts.cs" />
  418. <Compile Include="MultiTenancy\DbPerTenantConnectionStringResolveArgs.cs" />
  419. <Compile Include="MultiTenancy\IDbPerTenantConnectionStringResolver.cs" />
  420. <Compile Include="MultiTenancy\IIwbDbMigrator.cs" />
  421. <Compile Include="MultiTenancy\ITenantCache.cs" />
  422. <Compile Include="MultiTenancy\IwbTenantManager.cs" />
  423. <Compile Include="MultiTenancy\IwbTenantManagerExtensions.cs" />
  424. <Compile Include="MultiTenancy\IwbTenant.cs" />
  425. <Compile Include="MultiTenancy\TenantBase.cs" />
  426. <Compile Include="MultiTenancy\TenantCache.cs" />
  427. <Compile Include="MultiTenancy\TenantCacheItem.cs" />
  428. <Compile Include="MultiTenancy\TenantCacheManagerExtensions.cs" />
  429. <Compile Include="MultiTenancy\TenantFeatureCacheItem.cs" />
  430. <Compile Include="MultiTenancy\TenantStore.cs" />
  431. <Compile Include="Notifications\NotificationStore.cs" />
  432. <Compile Include="Processes\IwbProcess.cs" />
  433. <Compile Include="Processes\Runner\IProcessRunner.cs" />
  434. <Compile Include="Processes\Runner\ProcessMethods.cs" />
  435. <Compile Include="Processes\Runner\ProcessParameter.cs" />
  436. <Compile Include="Processes\Runner\ProcessParameterType.cs" />
  437. <Compile Include="Processes\Runner\ProcessRunner.cs" />
  438. <Compile Include="Processes\StatementTypes\IwbScriptDeclareVariable.cs" />
  439. <Compile Include="Processes\StatementTypes\PdStatementType.cs" />
  440. <Compile Include="Properties\AssemblyInfo.cs" />
  441. <Compile Include="Runtime\Caching\IIwbCacheManager.cs" />
  442. <Compile Include="Runtime\Caching\IwbCacheManager.cs" />
  443. <Compile Include="Runtime\Caching\IwbCacheManagerExtensions.cs" />
  444. <Compile Include="Runtime\Caching\NullIwbCacheManager.cs" />
  445. <Compile Include="Runtime\Session\ClaimTypes.cs" />
  446. <Compile Include="Runtime\Session\IIwbSession.cs" />
  447. <Compile Include="Runtime\Session\IwbSession.cs" />
  448. <Compile Include="Runtime\Session\IwbSessionExtensions.cs" />
  449. <Compile Include="Runtime\Session\NullIwbSession.cs" />
  450. <Compile Include="Storage\ITempFileCacheManager.cs" />
  451. <Compile Include="Storage\TempFileCacheManager.cs" />
  452. <Compile Include="ToolCommon\AssemblyHelpers\AssemblyHelper.cs" />
  453. <Compile Include="ToolCommon\DataTimeHelper.cs" />
  454. <Compile Include="ToolCommon\DebugHelper.cs" />
  455. <Compile Include="ToolCommon\FileHelpers\CompressHelper.cs" />
  456. <Compile Include="ToolCommon\FileHelpers\DataToXml.cs" />
  457. <Compile Include="ToolCommon\FileHelpers\ExcelHelper.cs" />
  458. <Compile Include="ToolCommon\FileHelpers\FileUpload.cs" />
  459. <Compile Include="ToolCommon\FileHelpers\XmlHlelper.cs" />
  460. <Compile Include="ToolCommon\FileHelpers\XmlToData.cs" />
  461. <Compile Include="ToolCommon\HttpHelper.cs" />
  462. <Compile Include="ToolCommon\CacheHelpers\InfoCache.cs" />
  463. <Compile Include="ToolCommon\Lambda\LambdaHelper.cs" />
  464. <Compile Include="ToolCommon\Lambda\LambdaCombiner.cs" />
  465. <Compile Include="ToolCommon\Lambda\LambdaBuilder.cs" />
  466. <Compile Include="ToolCommon\LogHelpers\Log4NetExtend.cs" />
  467. <Compile Include="ToolCommon\LogHelpers\LogHelp.cs" />
  468. <Compile Include="ToolCommon\ReflectionHelper.cs" />
  469. <Compile Include="ToolCommon\SerializeHelper.cs" />
  470. <Compile Include="ToolCommon\StringModel\Base64String.cs" />
  471. <Compile Include="ToolCommon\StringModel\EnumHelper.cs" />
  472. <Compile Include="ToolCommon\StringModel\JsonObjectHelper.cs" />
  473. <Compile Include="ToolCommon\StringModel\JsonResult.cs" />
  474. <Compile Include="ToolCommon\StringModel\ListHelper.cs" />
  475. <Compile Include="ToolCommon\StringModel\RandomChinese.cs" />
  476. <Compile Include="ToolCommon\StringModel\SerializeHelper.cs" />
  477. <Compile Include="ToolCommon\StringModel\StringHelper.cs" />
  478. <Compile Include="Zero\CollectionExtensions.cs" />
  479. <Compile Include="Zero\Configuration\IIwbZeroConfig.cs" />
  480. <Compile Include="Zero\Configuration\IIwbZeroEntityTypes.cs" />
  481. <Compile Include="Zero\Configuration\ILanguageManagementConfig.cs" />
  482. <Compile Include="Zero\Configuration\IRoleManagementConfig.cs" />
  483. <Compile Include="Zero\Configuration\IUserManagementConfig.cs" />
  484. <Compile Include="Zero\Configuration\IwbAuthenticationSessionStore.cs" />
  485. <Compile Include="Zero\Configuration\IwbZeroConfig.cs" />
  486. <Compile Include="Zero\Configuration\IwbZeroEntityTypes.cs" />
  487. <Compile Include="Zero\Configuration\IwbZeroSettingNames.cs" />
  488. <Compile Include="Zero\Configuration\IwbZeroSettingProvider.cs" />
  489. <Compile Include="Zero\Configuration\LanguageManagementConfig.cs" />
  490. <Compile Include="Zero\Configuration\ModuleZeroConfigurationExtensions.cs" />
  491. <Compile Include="Zero\Configuration\RoleManagementConfig.cs" />
  492. <Compile Include="Zero\Configuration\StaticRoleDefinition.cs" />
  493. <Compile Include="Zero\Configuration\UserManagementConfig.cs" />
  494. </ItemGroup>
  495. <ItemGroup>
  496. <None Include="app.config" />
  497. <None Include="packages.config" />
  498. <None Include="Processes\Runner\Expression.GMR">
  499. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  500. </None>
  501. </ItemGroup>
  502. <ItemGroup>
  503. <EmbeddedResource Include="Processes\ProcessInfos\Process.xml" />
  504. <EmbeddedResource Include="Zero\Localization\Source\IwbZero-zh-Hans.xml" />
  505. <EmbeddedResource Include="Zero\Localization\Source\IwbZero.xml" />
  506. </ItemGroup>
  507. <ItemGroup>
  508. <EmbeddedResource Include="ExprFunctions\Functions\function.xml">
  509. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  510. </EmbeddedResource>
  511. </ItemGroup>
  512. <ItemGroup>
  513. <Content Include="Processes\Runner\Interop.PGMRX120Lib.dll" />
  514. </ItemGroup>
  515. <ItemGroup />
  516. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  517. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  518. <Import Project="..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" />
  519. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  520. <PropertyGroup>
  521. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  522. </PropertyGroup>
  523. <Error Condition="!Exists('..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets'))" />
  524. </Target>
  525. </Project>