61 lines
2.1 KiB
XML
61 lines
2.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
<UserSecretsId>9eb47424-907f-4df6-80eb-47d3b54a3e31</UserSecretsId>
|
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
</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>
|
|
<None Remove="Controllers\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Zxd.Crm.Domain\Zxd.Crm.Domain.csproj">
|
|
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Zxd.Crm.Domain\Zxd.Crm.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.Core.Shared.Dto" />
|
|
<Using Include="Zxd.Crm.Domain.Dto" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Update="appsettings.Disaster.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
</Project>
|