YBEE.EQM.Web.Core.csproj 771 B

123456789101112131415161718192021222324252627282930313233
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <NoWarn>1701;1702;1591</NoWarn>
  5. <DocumentationFile>YBEE.EQM.Web.Core.xml</DocumentationFile>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  8. <DebugType>full</DebugType>
  9. </PropertyGroup>
  10. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  11. <DebugType>full</DebugType>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <None Remove="YBEE.EQM.Web.Core.xml" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\YBEE.EQM.Application\YBEE.EQM.Application.csproj" />
  18. <ProjectReference Include="..\YBEE.EQM.Database.Migrations\YBEE.EQM.Database.Migrations.csproj" />
  19. </ItemGroup>
  20. </Project>