| <Project Sdk="Microsoft.NET.Sdk">  <PropertyGroup>    <TargetFramework>netstandard2.0</TargetFramework>  </PropertyGroup>  <ItemGroup>    <Compile Remove="ConveyorPlc02.cs" />  </ItemGroup>  <ItemGroup>    <ProjectReference Include="..\WCS.Data\WCS.Data.csproj" />    <ProjectReference Include="..\WCS.PLC\WCS.PLC.csproj" />  </ItemGroup></Project>
 |