IwbYue.Zero.csproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  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>{A0180159-D8FB-4818-9599-CCB6B7C3E829}</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. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Abp, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  35. <HintPath>..\..\packages\Abp.4.8.1\lib\netstandard2.0\Abp.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  38. <HintPath>..\..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Castle.Facilities.Logging, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\Castle.LoggingFacility.5.0.0\lib\net45\Castle.Facilities.Logging.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Castle.Windsor, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  44. <HintPath>..\..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  48. </Reference>
  49. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ICSharpCode.SharpZipLib, Version=1.2.0.246, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  53. <HintPath>..\..\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Interop.PGMRX120Lib, Version=1.0.0.0, Culture=neutral">
  56. <SpecificVersion>False</SpecificVersion>
  57. <EmbedInteropTypes>True</EmbedInteropTypes>
  58. <HintPath>Processes\Runner\Interop.PGMRX120Lib.dll</HintPath>
  59. </Reference>
  60. <Reference Include="JetBrains.Annotations, Version=2019.1.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  61. <HintPath>..\..\packages\JetBrains.Annotations.2019.1.1\lib\net20\JetBrains.Annotations.dll</HintPath>
  62. </Reference>
  63. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  64. <HintPath>..\..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  70. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  73. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Memory.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  76. <HintPath>..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Microsoft.Extensions.Options, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  79. <HintPath>..\..\packages\Microsoft.Extensions.Options.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.Extensions.Primitives, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  82. <HintPath>..\..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Microsoft.Owin, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  85. <HintPath>..\..\packages\Microsoft.Owin.4.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Microsoft.Owin.Host.SystemWeb, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  88. <HintPath>..\..\packages\Microsoft.Owin.Host.SystemWeb.4.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Microsoft.Owin.Security, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  91. <HintPath>..\..\packages\Microsoft.Owin.Security.4.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.Owin.Security.Cookies, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  94. <HintPath>..\..\packages\Microsoft.Owin.Security.Cookies.4.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  97. <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  100. <HintPath>..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Nito.AsyncEx.Context, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  103. <HintPath>..\..\packages\Nito.AsyncEx.Context.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Context.dll</HintPath>
  104. </Reference>
  105. <Reference Include="Nito.AsyncEx.Coordination, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  106. <HintPath>..\..\packages\Nito.AsyncEx.Coordination.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Coordination.dll</HintPath>
  107. </Reference>
  108. <Reference Include="Nito.AsyncEx.Tasks, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  109. <HintPath>..\..\packages\Nito.AsyncEx.Tasks.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Tasks.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Nito.Collections.Deque, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  112. <HintPath>..\..\packages\Nito.Collections.Deque.1.0.4\lib\netstandard2.0\Nito.Collections.Deque.dll</HintPath>
  113. </Reference>
  114. <Reference Include="Nito.Disposables, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  115. <HintPath>..\..\packages\Nito.Disposables.2.0.0\lib\netstandard2.0\Nito.Disposables.dll</HintPath>
  116. </Reference>
  117. <Reference Include="NPOI, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  118. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.dll</HintPath>
  119. </Reference>
  120. <Reference Include="NPOI.OOXML, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  121. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OOXML.dll</HintPath>
  122. </Reference>
  123. <Reference Include="NPOI.OpenXml4Net, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  124. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
  125. </Reference>
  126. <Reference Include="NPOI.OpenXmlFormats, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  127. <HintPath>..\..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
  128. </Reference>
  129. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  130. <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  131. </Reference>
  132. <Reference Include="SharpCompress, Version=0.23.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
  133. <HintPath>..\..\packages\SharpCompress.0.23.0\lib\net45\SharpCompress.dll</HintPath>
  134. </Reference>
  135. <Reference Include="System" />
  136. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  137. <HintPath>..\..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  140. <HintPath>..\..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  143. <HintPath>..\..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System.ComponentModel.DataAnnotations" />
  146. <Reference Include="System.Configuration" />
  147. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  148. <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  149. </Reference>
  150. <Reference Include="System.Core" />
  151. <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  152. <HintPath>..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  153. <Private>True</Private>
  154. <Private>True</Private>
  155. </Reference>
  156. <Reference Include="System.Data.OracleClient" />
  157. <Reference Include="System.Drawing" />
  158. <Reference Include="System.Linq.Dynamic.Core, Version=1.0.16.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
  159. <HintPath>..\..\packages\System.Linq.Dynamic.Core.1.0.16\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  162. <HintPath>..\..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath>
  163. </Reference>
  164. <Reference Include="System.Net" />
  165. <Reference Include="System.Numerics" />
  166. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  167. <HintPath>..\..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  168. </Reference>
  169. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  170. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  171. </Reference>
  172. <Reference Include="System.Runtime.Remoting" />
  173. <Reference Include="System.Runtime.Serialization" />
  174. <Reference Include="System.Runtime.Serialization.Formatters, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  175. <HintPath>..\..\packages\System.Runtime.Serialization.Formatters.4.3.0\lib\net46\System.Runtime.Serialization.Formatters.dll</HintPath>
  176. <Private>True</Private>
  177. <Private>True</Private>
  178. </Reference>
  179. <Reference Include="System.Runtime.Serialization.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  180. <HintPath>..\..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
  181. <Private>True</Private>
  182. <Private>True</Private>
  183. </Reference>
  184. <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  185. <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  186. </Reference>
  187. <Reference Include="System.Security.Claims, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  188. <HintPath>..\..\packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath>
  189. <Private>True</Private>
  190. <Private>True</Private>
  191. </Reference>
  192. <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  193. <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
  194. </Reference>
  195. <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  196. <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  197. </Reference>
  198. <Reference Include="System.ServiceProcess" />
  199. <Reference Include="System.Transactions" />
  200. <Reference Include="System.Web" />
  201. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  202. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  203. </Reference>
  204. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  205. <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  206. </Reference>
  207. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  208. <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  209. </Reference>
  210. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  211. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  212. </Reference>
  213. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  214. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  215. </Reference>
  216. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  217. <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  218. </Reference>
  219. <Reference Include="System.Xml.Linq" />
  220. <Reference Include="System.Data.DataSetExtensions" />
  221. <Reference Include="Microsoft.CSharp" />
  222. <Reference Include="System.Data" />
  223. <Reference Include="System.Net.Http" />
  224. <Reference Include="System.Xml" />
  225. <Reference Include="System.Xml.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  226. <HintPath>..\..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
  227. <Private>True</Private>
  228. <Private>True</Private>
  229. </Reference>
  230. <Reference Include="System.Xml.XPath, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  231. <HintPath>..\..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
  232. <Private>True</Private>
  233. <Private>True</Private>
  234. </Reference>
  235. <Reference Include="System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  236. <HintPath>..\..\packages\System.Xml.XPath.XmlDocument.4.3.0\lib\net46\System.Xml.XPath.XmlDocument.dll</HintPath>
  237. </Reference>
  238. <Reference Include="TimeZoneConverter, Version=3.2.0.0, Culture=neutral, PublicKeyToken=e20ab7d0d9479841, processorArchitecture=MSIL">
  239. <HintPath>..\..\packages\TimeZoneConverter.3.2.0\lib\net461\TimeZoneConverter.dll</HintPath>
  240. </Reference>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <Compile Include="AppServiceBase\IIwbEntityDto.cs" />
  244. <Compile Include="Auditing\AuditLogAttribute.cs" />
  245. <Compile Include="ExprFunctions\Functions\FunDiffM.cs" />
  246. <Compile Include="ExprFunctions\Functions\FunDiffY.cs" />
  247. <Compile Include="ExprFunctions\Functions\FunFormatStr.cs" />
  248. <Compile Include="ExprFunctions\Functions\FunGetDate.cs" />
  249. <Compile Include="ExprFunctions\Functions\FunGetDay.cs" />
  250. <Compile Include="ExprFunctions\Functions\FunGetFdm.cs" />
  251. <Compile Include="ExprFunctions\Functions\FunGetFdy.cs" />
  252. <Compile Include="ExprFunctions\Functions\FunGetLFdm.cs" />
  253. <Compile Include="ExprFunctions\Functions\FunGetLFdy.cs" />
  254. <Compile Include="ExprFunctions\Functions\FunGetMonth.cs" />
  255. <Compile Include="ExprFunctions\Functions\FunGetRandom.cs" />
  256. <Compile Include="ExprFunctions\Functions\FunGetWeekDay.cs" />
  257. <Compile Include="ExprFunctions\Functions\FunGetYear.cs" />
  258. <Compile Include="ExprFunctions\Functions\FunRandomSelection.cs" />
  259. <Compile Include="ExprFunctions\Functions\FunSubStr.cs" />
  260. <Compile Include="ExprFunctions\IwbFunction.cs" />
  261. <Compile Include="ExprFunctions\Functions\FunDiffD.cs" />
  262. <Compile Include="ExprFunctions\IIwbFunction.cs" />
  263. <Compile Include="Expr\EvalExpr.cs" />
  264. <Compile Include="Expr\ExprElements.cs" />
  265. <Compile Include="Expr\ExprObject.cs" />
  266. <Compile Include="Expr\ExprOperator.cs" />
  267. <Compile Include="Expr\ExprTypes.cs" />
  268. <Compile Include="IocNamed\IocNamedTypeFactoryComponentSelector.cs" />
  269. <Compile Include="IocNamed\TypeExtention.cs" />
  270. <Compile Include="IwbBase\Condition.cs" />
  271. <Compile Include="IwbBase\IdCollection.cs" />
  272. <Compile Include="IwbBase\IIwbId.cs" />
  273. <Compile Include="IocNamed\IocNamedAttribute.cs" />
  274. <Compile Include="IwbDataQuery\IwbDataSource.cs" />
  275. <Compile Include="IwbDataQuery\IwbDataType.cs" />
  276. <Compile Include="IwbDataQuery\IwbDsSourceType.cs" />
  277. <Compile Include="IwbDataQuery\IwbIdName.cs" />
  278. <Compile Include="IwbDataQuery\IwbLinkQuery.cs" />
  279. <Compile Include="IwbDataQuery\IwbQuery.cs" />
  280. <Compile Include="IwbBase\IwbRtVariable.cs" />
  281. <Compile Include="IwbBase\IwbVariableType.cs" />
  282. <Compile Include="IwbBase\IwbXmlNode.cs" />
  283. <Compile Include="IwbBase\QueryParameter.cs" />
  284. <Compile Include="IwbDataQuery\IwbBaseAttribute.cs" />
  285. <Compile Include="IwbDataQuery\IwbDataColumn.cs" />
  286. <Compile Include="IwbDataQuery\IwbDataRow.cs" />
  287. <Compile Include="Messages\Message.cs" />
  288. <Compile Include="Messages\MsgListener.cs" />
  289. <Compile Include="IwbZeroModule.cs" />
  290. <Compile Include="AppServiceBase\IIwbPagedRequest.cs" />
  291. <Compile Include="AppServiceBase\IIwbZeroAsyncCrudAppService.cs" />
  292. <Compile Include="AppServiceBase\IwbPagedRequestDto.cs" />
  293. <Compile Include="AppServiceBase\IwbZeroAppServiceBase.cs" />
  294. <Compile Include="AppServiceBase\IwbZeroAsyncCrudAppServiceBase.cs" />
  295. <Compile Include="AppServiceBase\IwbZeroCrudAppServiceBase.cs" />
  296. <Compile Include="Authorization\Base\IwbLoginResultType.cs" />
  297. <Compile Include="Authorization\Base\Permissions\DataPermission.cs" />
  298. <Compile Include="Authorization\Base\Permissions\DataPermissionNameComparer.cs" />
  299. <Compile Include="Authorization\Base\Permissions\PermissionGrantInfo.cs" />
  300. <Compile Include="Authorization\Base\Permissions\PermissionSetting.cs" />
  301. <Compile Include="Authorization\Base\SystemInfo\SysAppGuid.cs" />
  302. <Compile Include="Authorization\Base\SystemInfo\SysAttachFileBase.cs" />
  303. <Compile Include="Authorization\Base\SystemInfo\SysFunctionBase.cs" />
  304. <Compile Include="Authorization\Base\SystemInfo\SysHelpBase.cs" />
  305. <Compile Include="Authorization\Base\SystemInfo\SysLog.cs" />
  306. <Compile Include="Authorization\Base\SystemInfo\SysSetting.cs" />
  307. <Compile Include="Authorization\Base\SystemInfo\SysStateBase.cs" />
  308. <Compile Include="Authorization\Base\Roles\IRolePermissionStore.cs" />
  309. <Compile Include="Authorization\Base\Roles\PermissionEqualityComparer.cs" />
  310. <Compile Include="Authorization\Base\Roles\RoleBase.cs" />
  311. <Compile Include="Authorization\Base\Roles\RoleClaim.cs" />
  312. <Compile Include="Authorization\Base\Roles\RolePermissionCacheItem.cs" />
  313. <Compile Include="Authorization\Base\Roles\RolePermissionCacheItemInvalidator.cs" />
  314. <Compile Include="Authorization\Base\Roles\RolePermissionSetting.cs" />
  315. <Compile Include="Authorization\Base\Users\DefaultExternalAuthenticationSource.cs" />
  316. <Compile Include="Authorization\Base\Users\IExternalAuthenticationSource.cs" />
  317. <Compile Include="Authorization\Base\Users\IUserPermissionStore.cs" />
  318. <Compile Include="Authorization\Base\Users\UserAccount.cs" />
  319. <Compile Include="Authorization\Base\Users\UserAccountSynchronizer.cs" />
  320. <Compile Include="Authorization\Base\Users\UserBase.cs" />
  321. <Compile Include="Authorization\Base\Users\UserClaim.cs" />
  322. <Compile Include="Authorization\Base\Users\UserLogin.cs" />
  323. <Compile Include="Authorization\Base\Users\UserLoginAttempt.cs" />
  324. <Compile Include="Authorization\Base\Users\UserPermissionCacheItem.cs" />
  325. <Compile Include="Authorization\Base\Users\UserPermissionCacheItemInvalidator.cs" />
  326. <Compile Include="Authorization\Base\Users\UserPermissionSetting.cs" />
  327. <Compile Include="Authorization\Base\Users\UserRole.cs" />
  328. <Compile Include="Authorization\Base\Users\UserRoleRemover.cs" />
  329. <Compile Include="Authorization\Permissions\DataPermissionAuthDto.cs" />
  330. <Compile Include="Authorization\Permissions\DataPermissionManager.cs" />
  331. <Compile Include="Authorization\Permissions\PermissionChecker.cs" />
  332. <Compile Include="Authorization\Roles\IwbRoleManager.cs" />
  333. <Compile Include="Authorization\Roles\IwbRoleStore.cs" />
  334. <Compile Include="Authorization\Roles\IwbSysRole.cs" />
  335. <Compile Include="Authorization\Users\IwbLogInManager.cs" />
  336. <Compile Include="Authorization\Users\IwbLogInManagerExtensions.cs" />
  337. <Compile Include="Authorization\Users\IwbUserManager.cs" />
  338. <Compile Include="Authorization\Users\IwbUserStore.cs" />
  339. <Compile Include="Authorization\Users\IUserTokenProviderAccessor.cs" />
  340. <Compile Include="Authorization\Users\IwbLoginResult.cs" />
  341. <Compile Include="Authorization\Users\IwbSysUser.cs" />
  342. <Compile Include="Authorization\Users\IwbUserManagerExtensions.cs" />
  343. <Compile Include="Authorization\Users\NullUserTokenProviderAccessor.cs" />
  344. <Compile Include="BaseSysInfo\IwbSysAttachFile.cs" />
  345. <Compile Include="BaseSysInfo\IwbSysFunction.cs" />
  346. <Compile Include="BaseSysInfo\IwbSysHelp.cs" />
  347. <Compile Include="BaseSysInfo\IwbSysState.cs" />
  348. <Compile Include="Configuration\SettingExtensions.cs" />
  349. <Compile Include="Configuration\SettingStore.cs" />
  350. <Compile Include="IdentityFramework\AbpIdentityResult.cs" />
  351. <Compile Include="IdentityFramework\IdentityEmailService.cs" />
  352. <Compile Include="IdentityFramework\IdentityResultExtensions.cs" />
  353. <Compile Include="IwbZeroConsts.cs" />
  354. <Compile Include="MultiTenancy\DbPerTenantConnectionStringResolveArgs.cs" />
  355. <Compile Include="MultiTenancy\IDbPerTenantConnectionStringResolver.cs" />
  356. <Compile Include="MultiTenancy\IIwbDbMigrator.cs" />
  357. <Compile Include="MultiTenancy\ITenantCache.cs" />
  358. <Compile Include="MultiTenancy\IwbTenantManager.cs" />
  359. <Compile Include="MultiTenancy\IwbTenantManagerExtensions.cs" />
  360. <Compile Include="MultiTenancy\IwbTenant.cs" />
  361. <Compile Include="MultiTenancy\TenantBase.cs" />
  362. <Compile Include="MultiTenancy\TenantCache.cs" />
  363. <Compile Include="MultiTenancy\TenantCacheItem.cs" />
  364. <Compile Include="MultiTenancy\TenantCacheManagerExtensions.cs" />
  365. <Compile Include="MultiTenancy\TenantFeatureCacheItem.cs" />
  366. <Compile Include="MultiTenancy\TenantStore.cs" />
  367. <Compile Include="Notifications\NotificationStore.cs" />
  368. <Compile Include="Processes\IwbProcess.cs" />
  369. <Compile Include="Processes\Runner\IProcessRunner.cs" />
  370. <Compile Include="Processes\Runner\ProcessMethods.cs" />
  371. <Compile Include="Processes\Runner\ProcessParameter.cs" />
  372. <Compile Include="Processes\Runner\ProcessParameterType.cs" />
  373. <Compile Include="Processes\Runner\ProcessRunner.cs" />
  374. <Compile Include="Processes\StatementTypes\IwbScriptDeclareVariable.cs" />
  375. <Compile Include="Processes\StatementTypes\PdStatementType.cs" />
  376. <Compile Include="Properties\AssemblyInfo.cs" />
  377. <Compile Include="Runtime\Caching\IIwbCacheManager.cs" />
  378. <Compile Include="Runtime\Caching\IwbCacheManager.cs" />
  379. <Compile Include="Runtime\Caching\IwbCacheManagerExtensions.cs" />
  380. <Compile Include="Runtime\Caching\NullIwbCacheManager.cs" />
  381. <Compile Include="Runtime\Session\ClaimTypes.cs" />
  382. <Compile Include="Runtime\Session\IIwbSession.cs" />
  383. <Compile Include="Runtime\Session\IwbSession.cs" />
  384. <Compile Include="Runtime\Session\IwbSessionExtensions.cs" />
  385. <Compile Include="Runtime\Session\NullIwbSession.cs" />
  386. <Compile Include="Storage\ITempFileCacheManager.cs" />
  387. <Compile Include="Storage\TempFileCacheManager.cs" />
  388. <Compile Include="ToolCommon\AssemblyHelpers\AssemblyHelper.cs" />
  389. <Compile Include="ToolCommon\DataTimeHelper.cs" />
  390. <Compile Include="ToolCommon\DebugHelper.cs" />
  391. <Compile Include="ToolCommon\FileHelpers\CompressHelper.cs" />
  392. <Compile Include="ToolCommon\FileHelpers\DataToXml.cs" />
  393. <Compile Include="ToolCommon\FileHelpers\ExcelHelper.cs" />
  394. <Compile Include="ToolCommon\FileHelpers\FileUpload.cs" />
  395. <Compile Include="ToolCommon\FileHelpers\XmlHlelper.cs" />
  396. <Compile Include="ToolCommon\FileHelpers\XmlToData.cs" />
  397. <Compile Include="ToolCommon\HttpHelper.cs" />
  398. <Compile Include="ToolCommon\CacheHelpers\InfoCache.cs" />
  399. <Compile Include="ToolCommon\Lambda\LambdaHelper.cs" />
  400. <Compile Include="ToolCommon\Lambda\LambdaCombiner.cs" />
  401. <Compile Include="ToolCommon\Lambda\LambdaBuilder.cs" />
  402. <Compile Include="ToolCommon\LogHelpers\Log4NetExtend.cs" />
  403. <Compile Include="ToolCommon\LogHelpers\LogHelp.cs" />
  404. <Compile Include="ToolCommon\ReflectionHelper.cs" />
  405. <Compile Include="ToolCommon\SerializeHelper.cs" />
  406. <Compile Include="ToolCommon\StringModel\Base64String.cs" />
  407. <Compile Include="ToolCommon\StringModel\EnumHelper.cs" />
  408. <Compile Include="ToolCommon\StringModel\JsonObjectHelper.cs" />
  409. <Compile Include="ToolCommon\StringModel\JsonResult.cs" />
  410. <Compile Include="ToolCommon\StringModel\ListHelper.cs" />
  411. <Compile Include="ToolCommon\StringModel\RandomChinese.cs" />
  412. <Compile Include="ToolCommon\StringModel\SerializeHelper.cs" />
  413. <Compile Include="ToolCommon\StringModel\StringHelper.cs" />
  414. <Compile Include="Zero\CollectionExtensions.cs" />
  415. <Compile Include="Zero\Configuration\IIwbZeroConfig.cs" />
  416. <Compile Include="Zero\Configuration\IIwbZeroEntityTypes.cs" />
  417. <Compile Include="Zero\Configuration\ILanguageManagementConfig.cs" />
  418. <Compile Include="Zero\Configuration\IRoleManagementConfig.cs" />
  419. <Compile Include="Zero\Configuration\IUserManagementConfig.cs" />
  420. <Compile Include="Zero\Configuration\IwbAuthenticationSessionStore.cs" />
  421. <Compile Include="Zero\Configuration\IwbZeroConfig.cs" />
  422. <Compile Include="Zero\Configuration\IwbZeroEntityTypes.cs" />
  423. <Compile Include="Zero\Configuration\IwbZeroSettingNames.cs" />
  424. <Compile Include="Zero\Configuration\IwbZeroSettingProvider.cs" />
  425. <Compile Include="Zero\Configuration\LanguageManagementConfig.cs" />
  426. <Compile Include="Zero\Configuration\ModuleZeroConfigurationExtensions.cs" />
  427. <Compile Include="Zero\Configuration\RoleManagementConfig.cs" />
  428. <Compile Include="Zero\Configuration\StaticRoleDefinition.cs" />
  429. <Compile Include="Zero\Configuration\UserManagementConfig.cs" />
  430. </ItemGroup>
  431. <ItemGroup>
  432. <None Include="app.config" />
  433. <None Include="packages.config" />
  434. <None Include="Processes\Runner\Expression.GMR">
  435. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  436. </None>
  437. </ItemGroup>
  438. <ItemGroup>
  439. <EmbeddedResource Include="Processes\ProcessInfos\Process.xml" />
  440. <EmbeddedResource Include="Zero\Localization\Source\IwbZero-zh-Hans.xml" />
  441. <EmbeddedResource Include="Zero\Localization\Source\IwbZero.xml" />
  442. </ItemGroup>
  443. <ItemGroup>
  444. <EmbeddedResource Include="ExprFunctions\Functions\function.xml">
  445. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  446. </EmbeddedResource>
  447. </ItemGroup>
  448. <ItemGroup>
  449. <Content Include="Processes\Runner\Interop.PGMRX120Lib.dll" />
  450. </ItemGroup>
  451. <ItemGroup />
  452. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  453. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  454. </Project>