| 12345678910111213141516171819202122 | <Project Sdk="Microsoft.NET.Sdk">  <PropertyGroup>    <TargetFramework>netstandard2.0</TargetFramework>  </PropertyGroup>  <ItemGroup>    <Compile Remove="Equipment\Srm.cs" />  </ItemGroup>  <ItemGroup>    <ProjectReference Include="..\Houdar.PLC.Driver.Simenss\Houdar.PLC.Driver.Simenss.csproj" />    <ProjectReference Include="..\WCS.Data\WCS.Data.csproj" />    <ProjectReference Include="..\WCS.WMSWorkflow\WCS.WMSWorkflow.csproj" />  </ItemGroup>  <ItemGroup>    <Folder Include="dll\" />    <Folder Include="IContracts\" />  </ItemGroup></Project>
 |