2017-06-01 10:10:00 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2017-06-21 19:03:48 +02:00
|
|
|
|
<TargetFramework>netcoreapp2.0</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>
|
2017-10-08 20:25:51 +01:00
|
|
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.2.0" />
|
2017-10-11 16:26:44 +02:00
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
|
2017-10-11 18:53:26 +02:00
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.4.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta1" />
|
2017-12-11 18:05:27 +03:00
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.0.1-beta1" />
|
2017-08-29 11:01:27 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
|
2017-06-21 19:43:02 +02:00
|
|
|
|
<PackageReference Include="mongocsharpdriver" Version="2.4.4" />
|
|
|
|
|
<PackageReference Include="MongoDB.Bson" Version="2.4.4" />
|
|
|
|
|
<PackageReference Include="MongoDB.Driver" Version="2.4.4" />
|
|
|
|
|
<PackageReference Include="MongoDB.Driver.Core" Version="2.4.4" />
|
2017-12-11 17:47:23 +03:00
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="1.1.0" />
|
2017-06-01 10:10:00 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-08-29 11:01:27 +02:00
|
|
|
|
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.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>
|