08.DW5S.Controller.csproj 737 B

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