lixiaojun
2024-12-12 fe59cb0e4d060664927dca75d453162deae3e17d
Dto/HStation.Dto.Assets.Core/HStation.Dto.Assets.Core.csproj
@@ -1,33 +1,33 @@
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>
   <PropertyGroup>
      <TargetFramework>net6.0</TargetFramework>
      <ImplicitUsings>enable</ImplicitUsings>
      <Nullable>enable</Nullable>
   </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
    <NoWarn>1701;1702;8618</NoWarn>
  </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
      <NoWarn>1701;1702;8618</NoWarn>
   </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
    <NoWarn>1701;1702;8618</NoWarn>
  </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
      <NoWarn>1701;1702;8618</NoWarn>
   </PropertyGroup>
  <ItemGroup>
    <Compile Remove="01-Valve\02-ValveGroup\**" />
    <Compile Remove="01-Valve\04-ValveMaping\**" />
    <Compile Remove="09-Manufacturer\02-ManufacturerMapping\**" />
    <EmbeddedResource Remove="01-Valve\02-ValveGroup\**" />
    <EmbeddedResource Remove="01-Valve\04-ValveMaping\**" />
    <EmbeddedResource Remove="09-Manufacturer\02-ManufacturerMapping\**" />
    <None Remove="01-Valve\02-ValveGroup\**" />
    <None Remove="01-Valve\04-ValveMaping\**" />
    <None Remove="09-Manufacturer\02-ManufacturerMapping\**" />
  </ItemGroup>
   <ItemGroup>
      <Compile Remove="01-Valve\02-ValveGroup\**" />
      <Compile Remove="01-Valve\04-ValveMaping\**" />
      <Compile Remove="09-Manufacturer\02-ManufacturerMapping\**" />
      <EmbeddedResource Remove="01-Valve\02-ValveGroup\**" />
      <EmbeddedResource Remove="01-Valve\04-ValveMaping\**" />
      <EmbeddedResource Remove="09-Manufacturer\02-ManufacturerMapping\**" />
      <None Remove="01-Valve\02-ValveGroup\**" />
      <None Remove="01-Valve\04-ValveMaping\**" />
      <None Remove="09-Manufacturer\02-ManufacturerMapping\**" />
   </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Service\HStation.Service.Assets.Core\HStation.Service.Assets.Core.csproj" />
  </ItemGroup>
   <ItemGroup>
      <ProjectReference Include="..\..\Service\HStation.Service.Assets.Core\HStation.Service.Assets.Core.csproj" />
   </ItemGroup>
</Project>