EsoftWebApi.csproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>
  9. </ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{C73C0C83-4B5E-46B8-8B8D-A4F7527C1A50}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>EsoftWebApi</RootNamespace>
  16. <AssemblyName>EsoftWebApi</AssemblyName>
  17. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  18. <MvcBuildViews>false</MvcBuildViews>
  19. <UseIISExpress>true</UseIISExpress>
  20. <Use64BitIISExpress />
  21. <IISExpressSSLPort />
  22. <IISExpressAnonymousAuthentication />
  23. <IISExpressWindowsAuthentication />
  24. <IISExpressUseClassicPipelineMode />
  25. <UseGlobalApplicationHostFile />
  26. <NuGetPackageImportStamp>
  27. </NuGetPackageImportStamp>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  49. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  50. </Reference>
  51. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  52. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Security" />
  59. <Reference Include="System.Web.Entity" />
  60. <Reference Include="System.Web.ApplicationServices" />
  61. <Reference Include="System.ComponentModel.DataAnnotations" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Web" />
  66. <Reference Include="System.Web.Abstractions" />
  67. <Reference Include="System.Web.Routing" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="System.Configuration" />
  70. <Reference Include="System.Runtime.Serialization" />
  71. <Reference Include="Microsoft.Web.Infrastructure, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <Private>True</Private>
  73. <HintPath>..\packages\Microsoft.Web.Infrastructure.2.0.1\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Newtonsoft.Json">
  76. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.Net.Http">
  79. </Reference>
  80. <Reference Include="System.Net.Http.Formatting, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Net.Http.WebRequest">
  84. </Reference>
  85. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <Private>True</Private>
  87. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.Helpers.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Web.Http, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Web.Http.WebHost, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.9\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Web.Mvc, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <Private>True</Private>
  97. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.9\lib\net45\System.Web.Mvc.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Web.Optimization">
  100. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  103. <Private>True</Private>
  104. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.9\lib\net45\System.Web.Razor.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  107. <Private>True</Private>
  108. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  111. <Private>True</Private>
  112. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  115. <Private>True</Private>
  116. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  117. </Reference>
  118. <Reference Include="WebGrease">
  119. <Private>True</Private>
  120. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  121. </Reference>
  122. <Reference Include="Antlr3.Runtime">
  123. <Private>True</Private>
  124. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  125. </Reference>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  129. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  130. </Reference>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Compile Include="App_Start\BundleConfig.cs" />
  134. <Compile Include="App_Start\FilterConfig.cs" />
  135. <Compile Include="App_Start\RouteConfig.cs" />
  136. <Compile Include="App_Start\WebApiConfig.cs" />
  137. <Compile Include="Areas\HelpPage\ApiDescriptionExtensions.cs" />
  138. <Compile Include="Areas\HelpPage\App_Start\HelpPageConfig.cs" />
  139. <Compile Include="Areas\HelpPage\Controllers\HelpController.cs" />
  140. <Compile Include="Areas\HelpPage\HelpPageAreaRegistration.cs" />
  141. <Compile Include="Areas\HelpPage\HelpPageConfigurationExtensions.cs" />
  142. <Compile Include="Areas\HelpPage\ModelDescriptions\CollectionModelDescription.cs" />
  143. <Compile Include="Areas\HelpPage\ModelDescriptions\ComplexTypeModelDescription.cs" />
  144. <Compile Include="Areas\HelpPage\ModelDescriptions\DictionaryModelDescription.cs" />
  145. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumTypeModelDescription.cs" />
  146. <Compile Include="Areas\HelpPage\ModelDescriptions\EnumValueDescription.cs" />
  147. <Compile Include="Areas\HelpPage\ModelDescriptions\IModelDocumentationProvider.cs" />
  148. <Compile Include="Areas\HelpPage\ModelDescriptions\KeyValuePairModelDescription.cs" />
  149. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescription.cs" />
  150. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelDescriptionGenerator.cs" />
  151. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameAttribute.cs" />
  152. <Compile Include="Areas\HelpPage\ModelDescriptions\ModelNameHelper.cs" />
  153. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterAnnotation.cs" />
  154. <Compile Include="Areas\HelpPage\ModelDescriptions\ParameterDescription.cs" />
  155. <Compile Include="Areas\HelpPage\ModelDescriptions\SimpleTypeModelDescription.cs" />
  156. <Compile Include="Areas\HelpPage\Models\HelpPageApiModel.cs" />
  157. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs" />
  158. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleKey.cs" />
  159. <Compile Include="Areas\HelpPage\SampleGeneration\ImageSample.cs" />
  160. <Compile Include="Areas\HelpPage\SampleGeneration\InvalidSample.cs" />
  161. <Compile Include="Areas\HelpPage\SampleGeneration\ObjectGenerator.cs" />
  162. <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
  163. <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
  164. <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
  165. <Compile Include="Controllers\HomeController.cs" />
  166. <Compile Include="Controllers\TasksController.cs" />
  167. <Compile Include="Controllers\ValuesController.cs" />
  168. <Compile Include="Entities\BaseModel.Context.cs">
  169. <AutoGen>True</AutoGen>
  170. <DesignTime>True</DesignTime>
  171. <DependentUpon>BaseModel.Context.tt</DependentUpon>
  172. </Compile>
  173. <Compile Include="Entities\BaseModel.cs">
  174. <AutoGen>True</AutoGen>
  175. <DesignTime>True</DesignTime>
  176. <DependentUpon>BaseModel.tt</DependentUpon>
  177. </Compile>
  178. <Compile Include="Entities\BaseModel.Designer.cs">
  179. <AutoGen>True</AutoGen>
  180. <DesignTime>True</DesignTime>
  181. <DependentUpon>BaseModel.edmx</DependentUpon>
  182. </Compile>
  183. <Compile Include="Entities\Executor.cs">
  184. <DependentUpon>BaseModel.tt</DependentUpon>
  185. </Compile>
  186. <Compile Include="Entities\Manager.cs">
  187. <DependentUpon>BaseModel.tt</DependentUpon>
  188. </Compile>
  189. <Compile Include="Entities\sysdiagrams.cs">
  190. <DependentUpon>BaseModel.tt</DependentUpon>
  191. </Compile>
  192. <Compile Include="Entities\Task.cs">
  193. <DependentUpon>BaseModel.tt</DependentUpon>
  194. </Compile>
  195. <Compile Include="Entities\User.cs">
  196. <DependentUpon>BaseModel.tt</DependentUpon>
  197. </Compile>
  198. <Compile Include="Global.asax.cs">
  199. <DependentUpon>Global.asax</DependentUpon>
  200. </Compile>
  201. <Compile Include="Models\ResponseTask.cs" />
  202. <Compile Include="Properties\AssemblyInfo.cs" />
  203. </ItemGroup>
  204. <ItemGroup>
  205. <Content Include="Areas\HelpPage\HelpPage.css" />
  206. <Content Include="Content\bootstrap-grid.css" />
  207. <Content Include="Content\bootstrap-grid.min.css" />
  208. <Content Include="Content\bootstrap-grid.rtl.css" />
  209. <Content Include="Content\bootstrap-grid.rtl.min.css" />
  210. <Content Include="Content\bootstrap-reboot.css" />
  211. <Content Include="Content\bootstrap-reboot.min.css" />
  212. <Content Include="Content\bootstrap-reboot.rtl.css" />
  213. <Content Include="Content\bootstrap-reboot.rtl.min.css" />
  214. <Content Include="Content\bootstrap-utilities.css" />
  215. <Content Include="Content\bootstrap-utilities.min.css" />
  216. <Content Include="Content\bootstrap-utilities.rtl.css" />
  217. <Content Include="Content\bootstrap-utilities.rtl.min.css" />
  218. <Content Include="Content\bootstrap.css" />
  219. <Content Include="Content\bootstrap.min.css" />
  220. <Content Include="Content\bootstrap.rtl.css" />
  221. <Content Include="Content\bootstrap.rtl.min.css" />
  222. <Content Include="Entities\BaseModel.Context.tt">
  223. <Generator>TextTemplatingFileGenerator</Generator>
  224. <LastGenOutput>BaseModel.Context.cs</LastGenOutput>
  225. <DependentUpon>BaseModel.edmx</DependentUpon>
  226. </Content>
  227. <Content Include="Entities\BaseModel.tt">
  228. <Generator>TextTemplatingFileGenerator</Generator>
  229. <DependentUpon>BaseModel.edmx</DependentUpon>
  230. <LastGenOutput>BaseModel.cs</LastGenOutput>
  231. </Content>
  232. <Content Include="favicon.ico" />
  233. <Content Include="Global.asax" />
  234. <Content Include="Scripts\bootstrap.bundle.js" />
  235. <Content Include="Scripts\bootstrap.bundle.min.js" />
  236. <Content Include="Scripts\bootstrap.esm.js" />
  237. <Content Include="Scripts\bootstrap.esm.min.js" />
  238. <Content Include="Scripts\bootstrap.js" />
  239. <Content Include="Scripts\bootstrap.min.js" />
  240. <Content Include="Areas\HelpPage\Views\Web.config" />
  241. <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
  242. <Content Include="Areas\HelpPage\Views\Help\ResourceModel.cshtml" />
  243. <Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />
  244. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\TextSample.cshtml" />
  245. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\SimpleTypeModelDescription.cshtml" />
  246. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml" />
  247. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Parameters.cshtml" />
  248. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ModelDescriptionLink.cshtml" />
  249. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\KeyValuePairModelDescription.cshtml" />
  250. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\InvalidSample.cshtml" />
  251. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ImageSample.cshtml" />
  252. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\HelpPageApiModel.cshtml" />
  253. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\EnumTypeModelDescription.cshtml" />
  254. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\DictionaryModelDescription.cshtml" />
  255. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ComplexTypeModelDescription.cshtml" />
  256. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\CollectionModelDescription.cshtml" />
  257. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
  258. <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
  259. <EntityDeploy Include="Entities\BaseModel.edmx">
  260. <Generator>EntityModelCodeGenerator</Generator>
  261. <LastGenOutput>BaseModel.Designer.cs</LastGenOutput>
  262. </EntityDeploy>
  263. <Content Include="Entities\BaseModel.edmx.diagram">
  264. <DependentUpon>BaseModel.edmx</DependentUpon>
  265. </Content>
  266. <None Include="Scripts\jquery-3.4.1.intellisense.js" />
  267. <Content Include="Scripts\jquery-3.4.1.js" />
  268. <Content Include="Scripts\jquery-3.4.1.min.js" />
  269. <Content Include="Scripts\jquery-3.4.1.slim.js" />
  270. <Content Include="Scripts\jquery-3.4.1.slim.min.js" />
  271. <Content Include="Scripts\modernizr-2.8.3.js" />
  272. <Content Include="Web.config" />
  273. <Content Include="Web.Debug.config">
  274. <DependentUpon>Web.config</DependentUpon>
  275. </Content>
  276. <Content Include="Web.Release.config">
  277. <DependentUpon>Web.config</DependentUpon>
  278. </Content>
  279. <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
  280. <Content Include="Content\Site.css" />
  281. <Content Include="Views\Web.config" />
  282. <Content Include="Views\_ViewStart.cshtml" />
  283. <Content Include="Views\Home\Index.cshtml" />
  284. <Content Include="Views\Shared\Error.cshtml" />
  285. <Content Include="Views\Shared\_Layout.cshtml" />
  286. </ItemGroup>
  287. <ItemGroup>
  288. <Folder Include="App_Data\" />
  289. </ItemGroup>
  290. <ItemGroup>
  291. <Content Include="Scripts\bootstrap.min.js.map" />
  292. </ItemGroup>
  293. <ItemGroup>
  294. <Content Include="Scripts\bootstrap.js.map" />
  295. </ItemGroup>
  296. <ItemGroup>
  297. <Content Include="Scripts\bootstrap.esm.min.js.map" />
  298. </ItemGroup>
  299. <ItemGroup>
  300. <Content Include="Scripts\bootstrap.esm.js.map" />
  301. </ItemGroup>
  302. <ItemGroup>
  303. <Content Include="Scripts\bootstrap.bundle.min.js.map" />
  304. </ItemGroup>
  305. <ItemGroup>
  306. <Content Include="Scripts\bootstrap.bundle.js.map" />
  307. </ItemGroup>
  308. <ItemGroup>
  309. <Content Include="Content\bootstrap.rtl.min.css.map" />
  310. </ItemGroup>
  311. <ItemGroup>
  312. <Content Include="Content\bootstrap.rtl.css.map" />
  313. </ItemGroup>
  314. <ItemGroup>
  315. <Content Include="Content\bootstrap.min.css.map" />
  316. </ItemGroup>
  317. <ItemGroup>
  318. <Content Include="Content\bootstrap.css.map" />
  319. </ItemGroup>
  320. <ItemGroup>
  321. <Content Include="Content\bootstrap-utilities.rtl.min.css.map" />
  322. </ItemGroup>
  323. <ItemGroup>
  324. <Content Include="Content\bootstrap-utilities.rtl.css.map" />
  325. </ItemGroup>
  326. <ItemGroup>
  327. <Content Include="Content\bootstrap-utilities.min.css.map" />
  328. </ItemGroup>
  329. <ItemGroup>
  330. <Content Include="Content\bootstrap-utilities.css.map" />
  331. </ItemGroup>
  332. <ItemGroup>
  333. <Content Include="Content\bootstrap-reboot.rtl.min.css.map" />
  334. </ItemGroup>
  335. <ItemGroup>
  336. <Content Include="Content\bootstrap-reboot.rtl.css.map" />
  337. </ItemGroup>
  338. <ItemGroup>
  339. <Content Include="Content\bootstrap-reboot.min.css.map" />
  340. </ItemGroup>
  341. <ItemGroup>
  342. <Content Include="Content\bootstrap-reboot.css.map" />
  343. </ItemGroup>
  344. <ItemGroup>
  345. <Content Include="Content\bootstrap-grid.rtl.min.css.map" />
  346. </ItemGroup>
  347. <ItemGroup>
  348. <Content Include="Content\bootstrap-grid.rtl.css.map" />
  349. </ItemGroup>
  350. <ItemGroup>
  351. <Content Include="Content\bootstrap-grid.min.css.map" />
  352. </ItemGroup>
  353. <ItemGroup>
  354. <Content Include="Content\bootstrap-grid.css.map" />
  355. </ItemGroup>
  356. <ItemGroup>
  357. <None Include="packages.config" />
  358. <Content Include="Scripts\jquery-3.4.1.slim.min.map" />
  359. <Content Include="Scripts\jquery-3.4.1.min.map" />
  360. </ItemGroup>
  361. <ItemGroup>
  362. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  363. </ItemGroup>
  364. <PropertyGroup>
  365. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  366. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  367. </PropertyGroup>
  368. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  369. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  370. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  371. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  372. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  373. </Target>
  374. <ProjectExtensions>
  375. <VisualStudio>
  376. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  377. <WebProjectProperties>
  378. <UseIIS>True</UseIIS>
  379. <AutoAssignPort>True</AutoAssignPort>
  380. <DevelopmentServerPort>55668</DevelopmentServerPort>
  381. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  382. <IISUrl>http://localhost:55668/</IISUrl>
  383. <NTLMAuthentication>False</NTLMAuthentication>
  384. <UseCustomServer>False</UseCustomServer>
  385. <CustomServerUrl>
  386. </CustomServerUrl>
  387. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  388. </WebProjectProperties>
  389. </FlavorProperties>
  390. </VisualStudio>
  391. </ProjectExtensions>
  392. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  393. <PropertyGroup>
  394. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  395. </PropertyGroup>
  396. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  397. </Target>
  398. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  399. Other similar extension points exist, see Microsoft.Common.targets.
  400. <Target Name="BeforeBuild">
  401. </Target>
  402. <Target Name="AfterBuild">
  403. </Target> -->
  404. </Project>