WeEngine.WebApi.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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>{40AD05CB-8F8E-4986-A9AF-842048CA748A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WeEngine</RootNamespace>
  11. <AssemblyName>WeEngine.WebApi</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="Abp.Web, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  38. <HintPath>..\..\packages\Abp.Web.4.8.1\lib\net461\Abp.Web.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Abp.Web.Api, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\Abp.Web.Api.4.8.1\lib\net461\Abp.Web.Api.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Abp.Web.Common, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  44. <HintPath>..\..\packages\Abp.Web.Common.4.8.1\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Castle.Facilities.AspNet.SystemWeb, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\Castle.Facilities.AspNet.SystemWeb.5.0.0\lib\net45\Castle.Facilities.AspNet.SystemWeb.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Castle.Facilities.Logging, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  53. <HintPath>..\..\packages\Castle.LoggingFacility.5.0.0\lib\net45\Castle.Facilities.Logging.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Castle.Windsor, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  56. <HintPath>..\..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll</HintPath>
  57. </Reference>
  58. <Reference Include="JetBrains.Annotations, Version=2019.1.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  59. <HintPath>..\..\packages\JetBrains.Annotations.2019.1.1\lib\net20\JetBrains.Annotations.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  62. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  65. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Memory.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  68. <HintPath>..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Microsoft.Extensions.Options, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  71. <HintPath>..\..\packages\Microsoft.Extensions.Options.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Microsoft.Extensions.Primitives, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  74. <HintPath>..\..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.Owin, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <HintPath>..\..\packages\Microsoft.Owin.4.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Owin.Security, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <HintPath>..\..\packages\Microsoft.Owin.Security.4.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.Owin.Security.OAuth, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  83. <HintPath>..\..\packages\Microsoft.Owin.Security.OAuth.4.0.1\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  89. <HintPath>..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Nito.AsyncEx.Context, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  92. <HintPath>..\..\packages\Nito.AsyncEx.Context.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Context.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Nito.AsyncEx.Coordination, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  95. <HintPath>..\..\packages\Nito.AsyncEx.Coordination.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Coordination.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Nito.AsyncEx.Tasks, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  98. <HintPath>..\..\packages\Nito.AsyncEx.Tasks.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Tasks.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Nito.Collections.Deque, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  101. <HintPath>..\..\packages\Nito.Collections.Deque.1.0.4\lib\netstandard2.0\Nito.Collections.Deque.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Nito.Disposables, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  104. <HintPath>..\..\packages\Nito.Disposables.2.0.0\lib\netstandard2.0\Nito.Disposables.dll</HintPath>
  105. </Reference>
  106. <Reference Include="NUglify, Version=1.5.13.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL">
  107. <HintPath>..\..\packages\NUglify.1.5.13\lib\net40\NUglify.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  110. <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  111. </Reference>
  112. <Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL">
  113. <HintPath>..\..\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System" />
  116. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  117. <HintPath>..\..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  120. <HintPath>..\..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  123. <HintPath>..\..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.ComponentModel.DataAnnotations" />
  126. <Reference Include="System.Configuration" />
  127. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  128. <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Core" />
  131. <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  132. <HintPath>..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  133. <Private>True</Private>
  134. <Private>True</Private>
  135. </Reference>
  136. <Reference Include="System.Data.OracleClient" />
  137. <Reference Include="System.Drawing" />
  138. <Reference Include="System.Linq.Dynamic.Core, Version=1.0.16.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
  139. <HintPath>..\..\packages\System.Linq.Dynamic.Core.1.0.16\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  142. <HintPath>..\..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath>
  143. </Reference>
  144. <Reference Include="System.Net" />
  145. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  146. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.Numerics" />
  149. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  150. <HintPath>..\..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  151. </Reference>
  152. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  153. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Runtime.Remoting" />
  156. <Reference Include="System.Runtime.Serialization" />
  157. <Reference Include="System.Runtime.Serialization.Formatters, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  158. <HintPath>..\..\packages\System.Runtime.Serialization.Formatters.4.3.0\lib\net46\System.Runtime.Serialization.Formatters.dll</HintPath>
  159. <Private>True</Private>
  160. <Private>True</Private>
  161. </Reference>
  162. <Reference Include="System.Runtime.Serialization.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  163. <HintPath>..\..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
  164. <Private>True</Private>
  165. <Private>True</Private>
  166. </Reference>
  167. <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  168. <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  169. </Reference>
  170. <Reference Include="System.Security.Claims, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  171. <HintPath>..\..\packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath>
  172. <Private>True</Private>
  173. <Private>True</Private>
  174. </Reference>
  175. <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  176. <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
  177. </Reference>
  178. <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  179. <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  180. </Reference>
  181. <Reference Include="System.ServiceProcess" />
  182. <Reference Include="System.Transactions" />
  183. <Reference Include="System.Web" />
  184. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  185. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  186. </Reference>
  187. <Reference Include="System.Web.Http.Owin, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  188. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Owin.5.2.7\lib\net45\System.Web.Http.Owin.dll</HintPath>
  189. </Reference>
  190. <Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  191. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  192. </Reference>
  193. <Reference Include="System.Xml.Linq" />
  194. <Reference Include="System.Data.DataSetExtensions" />
  195. <Reference Include="Microsoft.CSharp" />
  196. <Reference Include="System.Data" />
  197. <Reference Include="System.Net.Http" />
  198. <Reference Include="System.Xml" />
  199. <Reference Include="System.Xml.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  200. <HintPath>..\..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
  201. <Private>True</Private>
  202. <Private>True</Private>
  203. </Reference>
  204. <Reference Include="System.Xml.XPath, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  205. <HintPath>..\..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
  206. <Private>True</Private>
  207. <Private>True</Private>
  208. </Reference>
  209. <Reference Include="System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  210. <HintPath>..\..\packages\System.Xml.XPath.XmlDocument.4.3.0\lib\net46\System.Xml.XPath.XmlDocument.dll</HintPath>
  211. </Reference>
  212. <Reference Include="TimeZoneConverter, Version=3.2.0.0, Culture=neutral, PublicKeyToken=e20ab7d0d9479841, processorArchitecture=MSIL">
  213. <HintPath>..\..\packages\TimeZoneConverter.3.2.0\lib\net461\TimeZoneConverter.dll</HintPath>
  214. </Reference>
  215. <Reference Include="WebActivator, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
  216. <HintPath>..\..\packages\WebActivator.1.5.1\lib\net40\WebActivator.dll</HintPath>
  217. </Reference>
  218. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  219. <HintPath>..\..\packages\WebActivatorEx.2.0\lib\net40\WebActivatorEx.dll</HintPath>
  220. </Reference>
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Compile Include="Api\Controllers\AccountController.cs" />
  224. <Compile Include="Api\Models\LoginModel.cs" />
  225. <Compile Include="Api\OAuthOptions.cs" />
  226. <Compile Include="Api\Providers\IwbAuthorizationServerProvider.cs" />
  227. <Compile Include="Api\Providers\IwbRefreshTokenProvider.cs" />
  228. <Compile Include="App_Start\SwaggerConfig.cs" />
  229. <Compile Include="SwaggerUi\HeaderAuthFilter.cs" />
  230. <Compile Include="SwaggerUi\HiddenApiFilter.cs" />
  231. <Compile Include="SwaggerUi\SwaggerControllerDescProvider.cs" />
  232. <Compile Include="WeEngineWebApiModule.cs" />
  233. <Compile Include="Properties\AssemblyInfo.cs" />
  234. </ItemGroup>
  235. <ItemGroup>
  236. <None Include="app.config" />
  237. <None Include="packages.config" />
  238. <EmbeddedResource Include="SwaggerUi\Html\lib\.DS_Store" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <ProjectReference Include="..\..\We.Zero\IwbYue.Zero\IwbYue.Zero.csproj">
  242. <Project>{4e62e9a7-d3a8-4c3f-abb5-1e37fb57e48b}</Project>
  243. <Name>IwbYue.Zero</Name>
  244. </ProjectReference>
  245. <ProjectReference Include="..\WeEngine.Base\WeEngine.Base.csproj">
  246. <Project>{761A67FC-700E-4CC2-9821-2D30AA05CDEB}</Project>
  247. <Name>WeEngine.Base</Name>
  248. </ProjectReference>
  249. <ProjectReference Include="..\WeEngine.Runtime\WeEngine.Runtime.csproj">
  250. <Project>{74612325-7D09-4A56-A1D1-A2D9E411BE95}</Project>
  251. <Name>WeEngine.Runtime</Name>
  252. </ProjectReference>
  253. </ItemGroup>
  254. <ItemGroup>
  255. <EmbeddedResource Include="SwaggerUi\Script\Swagger.js" />
  256. </ItemGroup>
  257. <ItemGroup>
  258. <EmbeddedResource Include="SwaggerUi\Css\Site.css" />
  259. </ItemGroup>
  260. <ItemGroup>
  261. <EmbeddedResource Include="SwaggerUi\Html\index.html" />
  262. </ItemGroup>
  263. <ItemGroup>
  264. <Content Include="SwaggerUi\Html\images\pet_store_api.png" />
  265. <Content Include="SwaggerUi\Html\images\wordnik_api.png" />
  266. <EmbeddedResource Include="SwaggerUi\Html\lib\backbone-min.js" />
  267. <EmbeddedResource Include="SwaggerUi\Html\lib\handlebars.runtime-1.0.0.beta.6.js" />
  268. <EmbeddedResource Include="SwaggerUi\Html\lib\jquery.ba-bbq.min.js" />
  269. <EmbeddedResource Include="SwaggerUi\Html\lib\jquery.min.js" />
  270. <EmbeddedResource Include="SwaggerUi\Html\lib\jquery.slideto.min.js" />
  271. <EmbeddedResource Include="SwaggerUi\Html\lib\jquery.wiggle.min.js" />
  272. <EmbeddedResource Include="SwaggerUi\Html\lib\swagger.js" />
  273. <EmbeddedResource Include="SwaggerUi\Html\lib\underscore-min.js" />
  274. <EmbeddedResource Include="SwaggerUi\Html\lib\screen.css" />
  275. <EmbeddedResource Include="SwaggerUi\Html\swagger-ui.js" />
  276. <EmbeddedResource Include="SwaggerUi\Html\swagger-ui.min.js" />
  277. </ItemGroup>
  278. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  279. </Project>