123456789101112131415161718192021 |
- <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" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="WCS.PLC">
- <HintPath>..\WCS.PLC\bin\Debug\netstandard2.0\WCS.PLC.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|