YD_Event.Admin/YD_Event.Application/YD_Event.Application.csproj

29 lines
958 B
XML
Raw Normal View History

2025-12-17 10:32:52 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-12-20 15:08:59 +08:00
<TargetFramework>net8.0</TargetFramework>
2025-12-17 10:32:52 +08:00
<NoWarn>1701;1702;1591</NoWarn>
2025-12-17 11:12:13 +08:00
<DocumentationFile>YD_Event.Application.xml</DocumentationFile>
2025-12-17 10:32:52 +08:00
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<None Remove="applicationsettings.json" />
2025-12-17 11:12:13 +08:00
<None Remove="YD_Event.Application.xml" />
2025-12-17 10:32:52 +08:00
</ItemGroup>
<ItemGroup>
<Content Include="applicationsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="Auth\Dtos\" />
<Folder Include="Blog\Dtos\" />
<Folder Include="Config\Dtos\" />
<Folder Include="File\Dtos\" />
<Folder Include="Logging\Dtos\" />
<Folder Include="Menu\Dtos\" />
<Folder Include="Organization\Dtos\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\YD_Event.Core\YD_Event.Core.csproj" />
</ItemGroup>
</Project>