2017-02-14 18:11:51 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2017-02-14 16:23:26 +01:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-11-12 17:27:54 +01:00
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<DebugType>portable</DebugType>
|
|
|
|
|
<PreserveCompilationContext>true</PreserveCompilationContext>
|
|
|
|
|
<AssemblyName>Catalog.API</AssemblyName>
|
|
|
|
|
<PackageId>Catalog.API</PackageId>
|
|
|
|
|
<UserSecretsId>aspnet-Catalog.API-20161122013618</UserSecretsId>
|
2017-02-14 18:11:51 +01:00
|
|
|
|
<DockerComposeProjectPath>..\..\..\..\docker-compose.dcproj</DockerComposeProjectPath>
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2017-02-15 10:44:59 -05:00
|
|
|
|
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<ItemGroup>
|
2017-08-31 17:16:28 +02:00
|
|
|
|
<Content Update="appsettings.json">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2017-02-15 10:44:59 -05:00
|
|
|
|
<Content Update="wwwroot;">
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Pics\**\*;">
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
2017-06-20 12:54:32 -07:00
|
|
|
|
<Content Include="Setup\**\*;">
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Remove="Setup\Catalogitems - Copy.zip" />
|
|
|
|
|
<None Remove="Setup\Catalogitems - Copy.zip" />
|
2017-03-15 18:42:47 -07:00
|
|
|
|
<Compile Include="IntegrationEvents\EventHandling\AnyFutureIntegrationEventHandler.cs.txt" />
|
2017-02-15 10:44:59 -05:00
|
|
|
|
<Content Update="web.config;">
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-15 10:44:59 -05:00
|
|
|
|
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<ItemGroup>
|
2018-11-30 17:43:22 +01:00
|
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.AzureServiceBus" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.AzureStorage" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.Rabbitmq" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="2.2.0" />
|
2019-02-28 15:34:12 +00:00
|
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="2.2.2" />
|
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" />
|
2019-02-19 12:07:04 +03:00
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.2.2" />
|
2019-02-28 15:34:12 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
2019-01-31 13:33:36 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.2.0" />
|
2018-12-13 12:13:59 +01:00
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" />
|
2019-01-31 10:43:32 +00:00
|
|
|
|
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.1.2" />
|
|
|
|
|
<PackageReference Include="Serilog.Settings.Configuration" Version="3.0.1" />
|
2018-12-13 12:13:59 +01:00
|
|
|
|
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
|
2019-01-31 10:43:32 +00:00
|
|
|
|
<PackageReference Include="Serilog.Sinks.Seq" Version="4.0.0" />
|
2018-09-27 09:31:16 +02:00
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="3.0.0" />
|
2017-06-20 12:54:32 -07:00
|
|
|
|
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-03-09 15:56:34 +01:00
|
|
|
|
<ItemGroup>
|
2017-03-16 13:30:01 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusRabbitMQ\EventBusRabbitMQ.csproj" />
|
2017-05-24 15:33:05 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusServiceBus\EventBusServiceBus.csproj" />
|
2017-03-16 13:30:01 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBus\EventBus.csproj" />
|
2017-03-22 16:10:46 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\IntegrationEventLogEF\IntegrationEventLogEF.csproj" />
|
2017-09-13 14:53:06 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\WebHostCustomization\WebHost.Customization\WebHost.Customization.csproj" />
|
2017-03-09 15:56:34 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-16 12:31:53 -08:00
|
|
|
|
<ItemGroup>
|
2017-02-16 16:30:46 -08:00
|
|
|
|
<None Update="Pics\*">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2017-02-16 12:37:09 -08:00
|
|
|
|
</None>
|
2017-06-20 12:54:32 -07:00
|
|
|
|
<None Update="Setup\*">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2017-02-16 12:31:53 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</Project>
|