2017-06-01 10:10:00 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-05-15 12:42:08 +02:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2017-06-01 10:10:00 +02:00
|
|
|
|
<DockerComposeProjectPath>..\..\..\..\docker-compose.dcproj</DockerComposeProjectPath>
|
|
|
|
|
<RootNamespace>Microsoft.eShopOnContainers.Services.Marketing.API</RootNamespace>
|
2017-06-29 18:36:57 +02:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
|
2017-06-01 20:15:21 +02:00
|
|
|
|
<UserSecretsId>aspnet-Marketing.API-20161122013619</UserSecretsId>
|
2017-06-21 19:03:48 +02:00
|
|
|
|
<AssemblyName />
|
2017-10-11 16:26:44 +02:00
|
|
|
|
<ApplicationInsightsResourceId>/subscriptions/6c22bb55-0221-4ce4-9bf1-3c4a10a7294c/resourcegroups/eshop-log/providers/microsoft.insights/components/eshopappinsights</ApplicationInsightsResourceId>
|
|
|
|
|
<ApplicationInsightsAnnotationResourceId>/subscriptions/6c22bb55-0221-4ce4-9bf1-3c4a10a7294c/resourcegroups/eshop-log/providers/microsoft.insights/components/eshopappinsights</ApplicationInsightsAnnotationResourceId>
|
2017-06-01 10:10:00 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-10-11 16:26:44 +02:00
|
|
|
|
<Folder Include="Connected Services\" />
|
2017-06-02 16:32:24 +02:00
|
|
|
|
<Folder Include="Infrastructure\MarketingMigrations\" />
|
2017-06-15 19:16:26 +02:00
|
|
|
|
<Content Include="Pics\**\*;">
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Folder Include="Infrastructure\MarketingMigrations\" />
|
2017-06-01 10:10:00 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-03-04 13:53:59 +03:00
|
|
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.2.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.2.1" />
|
2018-05-15 12:42:08 +02:00
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.6.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta8" />
|
2018-07-31 09:38:00 +02:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="2.1.0" />
|
2018-05-15 12:42:08 +02:00
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.1.1-beta1" />
|
2018-06-01 18:59:14 +02:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.1.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" />
|
2017-12-14 14:32:03 +03:00
|
|
|
|
<PackageReference Include="mongocsharpdriver" Version="2.5.0" />
|
|
|
|
|
<PackageReference Include="MongoDB.Bson" Version="2.5.0" />
|
|
|
|
|
<PackageReference Include="MongoDB.Driver" Version="2.5.0" />
|
|
|
|
|
<PackageReference Include="MongoDB.Driver.Core" Version="2.5.0" />
|
2018-09-27 09:31:16 +02:00
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="3.0.0" />
|
2017-06-01 10:10:00 +02:00
|
|
|
|
</ItemGroup>
|
2017-06-13 17:31:37 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusRabbitMQ\EventBusRabbitMQ.csproj" />
|
2017-07-04 11:27:16 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\HealthChecks\src\Microsoft.AspNetCore.HealthChecks\Microsoft.AspNetCore.HealthChecks.csproj" />
|
2017-07-07 14:05:52 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks.AzureStorage\Microsoft.Extensions.HealthChecks.AzureStorage.csproj" />
|
2017-07-04 11:27:16 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj" />
|
2017-06-30 08:59:26 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusServiceBus\EventBusServiceBus.csproj" />
|
2017-09-13 14:53:06 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\WebHostCustomization\WebHost.Customization\WebHost.Customization.csproj" />
|
2017-06-13 17:31:37 +02:00
|
|
|
|
</ItemGroup>
|
2017-06-15 19:16:26 +02:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="Pics\*">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
2017-10-11 16:26:44 +02:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<WCFMetadata Include="Connected Services" />
|
|
|
|
|
</ItemGroup>
|
2017-06-01 10:10:00 +02:00
|
|
|
|
</Project>
|