WCS.Workflow.csproj 459 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Compile Remove="ConveyorPlc02.cs" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\WCS.Data\WCS.Data.csproj" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Reference Include="WCS.PLC">
  13. <HintPath>..\WCS.PLC\bin\Debug\netstandard2.0\WCS.PLC.dll</HintPath>
  14. </Reference>
  15. </ItemGroup>
  16. </Project>