Hospital Management internal project. Build with Abp.io architecture.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
502 B

3 weeks ago
  1. <Project>
  2. <PropertyGroup>
  3. <LangVersion>latest</LangVersion>
  4. <Version>1.0.0</Version>
  5. <NoWarn>$(NoWarn);CS1591</NoWarn>
  6. <AbpProjectType>app</AbpProjectType>
  7. </PropertyGroup>
  8. <Target Name="NoWarnOnRazorViewImportedTypeConflicts" BeforeTargets="RazorCoreCompile">
  9. <PropertyGroup>
  10. <NoWarn>$(NoWarn);0436</NoWarn>
  11. </PropertyGroup>
  12. </Target>
  13. <ItemGroup>
  14. <Content Remove="$(UserProfile)\.nuget\packages\*\*\contentFiles\any\*\*.abppkg*" />
  15. </ItemGroup>
  16. </Project>