WCS.PLC.csproj 574 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Compile Remove="Equipment\Srm.cs" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\Houdar.PLC.Driver.Simenss\Houdar.PLC.Driver.Simenss.csproj" />
  10. <ProjectReference Include="..\WCS.Data\WCS.Data.csproj" />
  11. <ProjectReference Include="..\WCS.WMSWorkflow\WCS.WMSWorkflow.csproj" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Folder Include="dll\" />
  15. <Folder Include="IContracts\" />
  16. </ItemGroup>
  17. </Project>