app-innovation-workshop/Backend/Monolithic/ContosoMaintenance.WebAPI.c...

33 строки
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<ApplicationInsightsResourceId>/subscriptions/0ec6dbb0-b89b-4bb3-9140-14e3d244e0ee/resourcegroups/mcwrothie/providers/microsoft.insights/components/mcw-api-ai</ApplicationInsightsResourceId>
<ApplicationInsightsAnnotationResourceId>/subscriptions/0ec6dbb0-b89b-4bb3-9140-14e3d244e0ee/resourcegroups/mcwrothie/providers/microsoft.insights/components/mcw-api-ai</ApplicationInsightsAnnotationResourceId>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DocumentationFile>bin\Debug\netcoreapp2.1\ContosoMaintenance.WebAPI.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DocumentationFile>bin\Release\netcoreapp2.1\ContosoMaintenance.WebAPI.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
<Folder Include="Services\" />
<Folder Include="Models\" />
<Folder Include="Services\Blob Storage\" />
<Folder Include="Services\Storage Queue\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="1.9.1" />
<PackageReference Include="Microsoft.Azure.Search" Version="5.0.2" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.4.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.4" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services" />
</ItemGroup>
</Project>