2025-12-17 10:32:52 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
|
|
|
|
<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>
|