HHECS.Communication.csproj 471 Bytes
<Project Sdk="Microsoft.NET.Sdk">

	<PropertyGroup>
		<TargetFramework>netstandard2.1</TargetFramework>
		<Version>1.2.1</Version>
	</PropertyGroup>

	<ItemGroup>
		<ProjectReference Include="..\HHECS.BllModel\HHECS.BllModel.csproj" />
		<ProjectReference Include="..\HHECS.HSL\HHECS.HSL.csproj" />
	</ItemGroup>

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

</Project>