Zxd.Core/code/Zxd.Core.WebApi/Zxd.Core.WebApi.csproj

83 lines
3.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<UserSecretsId>575b1a56-a746-45f7-91ce-561873619af8</UserSecretsId>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<WarningLevel>4</WarningLevel>
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="appsettings.Production.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Zxd.Core.Domain\Zxd.Core.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Crm.Core.Shared">
<HintPath>..\..\lib\Crm.Core.Shared.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Using Include="Microsoft.EntityFrameworkCore" />
<Using Include="Microsoft.AspNetCore.Mvc" />
<Using Include="DG.Tool" />
<Using Include="DG.Core" />
<Using Include="DG.Kafka" />
<Using Include="DG.EntityFramework" />
<Using Include="Serilog" />
<Using Include="Crm.Core.Shared" />
<Using Include="Crm.Core.Shared.Dto" />
<Using Include="Microsoft.EntityFrameworkCore" />
<Using Include="System.Text.Json" />
<Using Include="Microsoft.AspNetCore.Mvc" />
<Using Include="Zxd.Entity.Zxd" />
<Using Include="Zxd.EntityFramework" />
<Using Include="Zxd.Domain.Config" />
<Using Include="Zxd.Domain.Impl" />
<Using Include="Zxd.Domain.Dto" />
<Using Include="Zxd.Core.Domain.Impl" />
<Using Include="Zxd.Core.Domain.Dto" />
<Using Include="Zxd.Core.Domain.Dto.Zxd" />
<Using Include="Zxd.Domain.Dto.Crm" />
<Using Include="Zxd.Core.Shared.Dto" />
<Using Include="Zxd.WebApi.Workers" />
<Using Include="Zxd.Domain.Dto.Zxd" />
<Using Include="Zxd.Core.Shared.Dto" />
<Using Include="Zxd.Core.Domain.Dto.Zxd" />
<Using Include="Zxd.Core.Domain.Impl" />
<Using Include="Zxd.Core.WebApi.Workers" />
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<Content Update="Serilog.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<Content Update="Serilog.Production.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties properties_4launchsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
</Project>