<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<NoWarn>1701;1702;8603</NoWarn>
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
<NoWarn>1701;1702;8603</NoWarn>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="03-localclient\04-PipeLineRoughnessCoefficient\**" />
|
<Compile Remove="04-bll\02-Valve\02-AssetsPumpGroup\**" />
|
<Compile Remove="04-bll\02-Valve\02-PumpGroup\**" />
|
<Compile Remove="04-bll\02-Valve\04-AssetsPumpGroupAndMainMap\**" />
|
<Compile Remove="04-bll\02-Valve\04-PumpGroupAndMainMap\**" />
|
<Compile Remove="04-bll\10-Manufacturer\02-Mapping\**" />
|
<Compile Remove="04-bll\15-Tank\03-TankCoefficient\**" />
|
<Compile Remove="04-bll\15-Tank\04-TankPartMain\**" />
|
<Compile Remove="04-bll\15-Tank\05-TankMainAndPartMapping\**" />
|
<EmbeddedResource Remove="03-localclient\04-PipeLineRoughnessCoefficient\**" />
|
<EmbeddedResource Remove="04-bll\02-Valve\02-AssetsPumpGroup\**" />
|
<EmbeddedResource Remove="04-bll\02-Valve\02-PumpGroup\**" />
|
<EmbeddedResource Remove="04-bll\02-Valve\04-AssetsPumpGroupAndMainMap\**" />
|
<EmbeddedResource Remove="04-bll\02-Valve\04-PumpGroupAndMainMap\**" />
|
<EmbeddedResource Remove="04-bll\10-Manufacturer\02-Mapping\**" />
|
<EmbeddedResource Remove="04-bll\15-Tank\03-TankCoefficient\**" />
|
<EmbeddedResource Remove="04-bll\15-Tank\04-TankPartMain\**" />
|
<EmbeddedResource Remove="04-bll\15-Tank\05-TankMainAndPartMapping\**" />
|
<None Remove="03-localclient\04-PipeLineRoughnessCoefficient\**" />
|
<None Remove="04-bll\02-Valve\02-AssetsPumpGroup\**" />
|
<None Remove="04-bll\02-Valve\02-PumpGroup\**" />
|
<None Remove="04-bll\02-Valve\04-AssetsPumpGroupAndMainMap\**" />
|
<None Remove="04-bll\02-Valve\04-PumpGroupAndMainMap\**" />
|
<None Remove="04-bll\10-Manufacturer\02-Mapping\**" />
|
<None Remove="04-bll\15-Tank\03-TankCoefficient\**" />
|
<None Remove="04-bll\15-Tank\04-TankPartMain\**" />
|
<None Remove="04-bll\15-Tank\05-TankMainAndPartMapping\**" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Remove="01-interface\03-IValveManage\IAssetsPumpGroupAndMainMap.cs" />
|
<Compile Remove="01-interface\03-IValveManage\IPumpGroupAndMainMap.cs" />
|
<Compile Remove="01-interface\03-IValveManage\IValveGroup.cs" />
|
<Compile Remove="01-interface\10-IManufacturer\IManufacturerMapping.cs" />
|
<Compile Remove="01-interface\15-ITank\IAssetsTankFactor.cs" />
|
<Compile Remove="01-interface\15-ITank\IAssetsTankMainAndPartMapping.cs" />
|
<Compile Remove="01-interface\15-ITank\IAssetsTankPartMain.cs" />
|
<Compile Remove="02-httpclient\15-Tank\AssetsTankCoefficient.cs" />
|
<Compile Remove="02-httpclient\15-Tank\AssetsTankMainAndPartMapping.cs" />
|
<Compile Remove="02-httpclient\15-Tank\AssetsTankPartMain.cs" />
|
<Compile Remove="03-localclient\03-Valve\ValveGroup.cs" />
|
<Compile Remove="03-localclient\03-Valve\ValveGroupAndMainMap.cs" />
|
<Compile Remove="03-localclient\10-Manufacturer\ManufacturerMapping.cs" />
|
<Compile Remove="03-localclient\15-Tank\AssetsTankCoefficient.cs" />
|
<Compile Remove="03-localclient\15-Tank\AssetsTankMainAndPartMapping.cs" />
|
<Compile Remove="03-localclient\15-Tank\AssetsTankPartMain.cs" />
|
<Compile Remove="04-bll\03-Adapting\AdaptingManage_Instance.cs" />
|
<Compile Remove="04-bll\05-Pipe\AdaptingManage_Instance.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\Vmo\HStation.Vmo.Assets.Core\HStation.Vmo.Assets.Core.csproj" />
|
<ProjectReference Include="..\HStation.BLL.Core\HStation.BLL.Core.csproj" />
|
</ItemGroup>
|
|
</Project>
|