Hh.Mes.Communication.csproj 628 Bytes
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp2.2</TargetFramework>
    <OutputType>Library</OutputType>
  </PropertyGroup>

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
    <OutputPath>..\..\sys_DLL</OutputPath>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\Hh.Mes.POJO\Hh.Mes.POJO.csproj" />
    <ProjectReference Include="..\Hh.Mes.HSL\Hh.Mes.HSL.csproj" />
  </ItemGroup>

	<ItemGroup>
		<Reference Include="Interop.OPCAutomation">
			<HintPath>DLL\Interop.OPCAutomation.dll</HintPath>
		</Reference>
	</ItemGroup>
</Project>