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

59 lines
2.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>2c68bd3b-64d4-48dc-9225-fe34d9e25ac7</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<WarningLevel>4</WarningLevel>
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="logs\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Zxd.Domain\Zxd.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<Using Include="Microsoft.EntityFrameworkCore" />
<Using Include="Microsoft.AspNetCore.Mvc" />
<Using Include="DG.Tool" />
<Using Include="DG.Core" />
<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.Domain.EventBuses" />
<Using Include="Zxd.Domain.EventBuses.Events" />
<Using Include="Zxd.Core.Shared.Dto" />
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.Disaster.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
</Project>