08.DW5S.Controller.csproj 848 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>disable</Nullable>
  6. <GenerateDocumentationFile>True</GenerateDocumentationFile>
  7. <RootNamespace>DW5S.Controller</RootNamespace>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <FrameworkReference Include="Microsoft.AspNetCore.App" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\DW5S.DTO\02.DW5S.DTO.csproj" />
  14. <ProjectReference Include="..\DW5S.Entity\03.DW5S.Entity.csproj" />
  15. <ProjectReference Include="..\DW5S.KxcApi\06.DW5S.KxcApi.csproj" />
  16. <ProjectReference Include="..\DW5S.Repostory\04.DW5S.Repostory.csproj" />
  17. <ProjectReference Include="..\DW5S.Service\07.DW5S.Service.csproj" />
  18. <ProjectReference Include="..\DW5S.WebApi\05.DW5S.WebApi.csproj" />
  19. </ItemGroup>
  20. </Project>