<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net451</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\h-opc\h-opc.csproj" />
    <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" />
    <ProjectReference Include="..\sdk-ua\UA Server Library\UA Server Library.csproj" />
  </ItemGroup>
</Project>