2017-02-14 18:11:51 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2017-02-14 16:23:26 +01:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
|
|
|
<DebugType>portable</DebugType>
|
|
|
|
|
<PreserveCompilationContext>true</PreserveCompilationContext>
|
|
|
|
|
<AssemblyName>Catalog.API</AssemblyName>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<PackageId>Catalog.API</PackageId>
|
|
|
|
|
<UserSecretsId>aspnet-Catalog.API-20161122013618</UserSecretsId>
|
|
|
|
|
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
|
|
|
|
|
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.6;portable-net45+win8</PackageTargetFallback>
|
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-02-15 10:44:59 -05:00
|
|
|
|
<Content Update="wwwroot;">
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Pics\**\*;">
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
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>
|
2017-05-18 21:50:37 +03:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.Abstractions" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="1.1.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.1.2" />
|
2017-03-14 09:47:36 +01:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
|
2017-05-18 21:50:51 +03:00
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="1.0.0" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-03 12:03:31 +01:00
|
|
|
|
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.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" />
|
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBus\EventBus.csproj" />
|
2017-03-23 19:10:55 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\HealthChecks\src\Microsoft.AspNetCore.HealthChecks\Microsoft.AspNetCore.HealthChecks.csproj" />
|
2017-05-02 10:29:24 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks.SqlServer\Microsoft.Extensions.HealthChecks.SqlServer.csproj" />
|
2017-03-23 19:10:55 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj" />
|
2017-03-22 16:10:46 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\IntegrationEventLogEF\IntegrationEventLogEF.csproj" />
|
2017-03-09 15:56:34 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-16 12:31:53 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="Dockerfile">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2017-02-16 16:30:46 -08:00
|
|
|
|
<None Update="Pics\*">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2017-02-16 12:37:09 -08:00
|
|
|
|
</None>
|
2017-02-16 12:31:53 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</Project>
|