<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net451</TargetFramework>
    <Authors>Lee</Authors>
    <Company>SD</Company>
    <Copyright>Copyright © SD 2021</Copyright>
  </PropertyGroup>

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
    <DocumentationFile>bin\Debug\$(TargetFramework)\h-opc.xml</DocumentationFile>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
    <DocumentationFile>bin\Release\$(TargetFramework)\h-opc.xml</DocumentationFile>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\sdk-da\OpcComRcw\OpcComRcw.csproj" />
    <ProjectReference Include="..\sdk-da\OpcNetApi.Com\OpcNetApi.Com.csproj" />
    <ProjectReference Include="..\sdk-da\OpcNetApi\OpcNetApi.csproj" />
    <ProjectReference Include="..\sdk-ua\UA Client Library\UA Client Library.csproj" />
    <ProjectReference Include="..\sdk-ua\UA Configuration Library\UA Configuration Library.csproj" />
    <ProjectReference Include="..\sdk-ua\UA Core Library\UA Core Library.csproj" />
  </ItemGroup>
</Project>