70 lines
3.0 KiB
XML
70 lines
3.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Nullable>disable</Nullable>
|
|
<UserSecretsId>a3e3c6fb-4b7e-44a6-8dbe-5e5f11af4202</UserSecretsId>
|
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
<BaseOutputPath>E:\1.CodeProject\4.0DaChenCarbonIOS\5.0DaChenTrade\DaChenTradeServer\VOL.WebApi\bin\Debug\netcoreapp6.0\net6.0</BaseOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<OutputPath>bin\Debug\netcoreapp6.0\</OutputPath>
|
|
<DocumentationFile>bin\Debug\netcoreapp6.0\net6.0\VOL.WebApi.xml</DocumentationFile>
|
|
<NoWarn>1701;1702;CS1591;CS8618;CS8600;CS8602;CS1572;CS1573;CS1587;CS1591;CS1570;CS8765;</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<DocumentationFile>bin\Release\netcoreapp6.0\VOL.WebApi.xml</DocumentationFile>
|
|
<OutputPath>bin\Release\netcoreapp6.0\</OutputPath>
|
|
<NoWarn>1701;1702;CS1572;CS1573;CS1587;CS8618;CS8600;CS8602;CS1591;CS1570;CS8765;</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="bin\**" />
|
|
<Content Remove="bin\**" />
|
|
<EmbeddedResource Remove="bin\**" />
|
|
<None Remove="bin\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="6.0.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.1" />
|
|
<PackageReference Include="Quartz" Version="3.13.1" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\VOL.Ai\VOL.Ai.csproj" />
|
|
<ProjectReference Include="..\VOL.AppManager\VOL.AppManager.csproj" />
|
|
<ProjectReference Include="..\VOL.Builder\VOL.Builder.csproj" />
|
|
<ProjectReference Include="..\VOL.Business\VOL.Business.csproj" />
|
|
<ProjectReference Include="..\VOL.Core\VOL.Core.csproj" />
|
|
<ProjectReference Include="..\VOL.Entity\VOL.Entity.csproj" />
|
|
<ProjectReference Include="..\VOL.IOT\VOL.IOT.csproj" />
|
|
<ProjectReference Include="..\VOL.Model\VOL.Model.csproj" />
|
|
<ProjectReference Include="..\VOL.Order\VOL.Order.csproj" />
|
|
<ProjectReference Include="..\VOL.System\VOL.System.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Download\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Update="wwwroot\Upload\Student\1.jpg">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Update="wwwroot\Upload\Student\a6f03e1c3880a2c0def569c98767425.jpg">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|