Ips.Adc.General.Core.csproj 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>disable</Nullable>
  6. <RootNamespace>Ips.AdcAlgorithm</RootNamespace>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  9. <DebugType>none</DebugType>
  10. <DebugSymbols>false</DebugSymbols>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <Compile Remove="AdgUtil - 复制.cs" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <None Include="AdgUtil - 复制.cs" />
  17. <None Include="build\Package.targets" PackagePath="build\$(PackageId).targets" Pack="True" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <PackageReference Include="System.Text.Json" Version="8.0.5" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <ProjectReference Include="..\..\..\ipslib\Ips.Library.Basic\Ips.Library.Basic.csproj" />
  24. <ProjectReference Include="..\..\..\ipslib\Ips.Library.CliLib\Ips.Library.CliLib.csproj" />
  25. <ProjectReference Include="..\..\..\ipslib\Ips.Library.Entity\Ips.Library.Entity.csproj" />
  26. <ProjectReference Include="..\Ips.Adc.Shared\Ips.Adc.Shared.csproj" />
  27. </ItemGroup>
  28. </Project>