This commit is contained in:
luosheng
2023-07-12 06:42:28 +08:00
parent 25555cad18
commit db591e0367
188 changed files with 56088 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Technosoftware.DaAeHdaClient</AssemblyName>
<TargetFrameworks>net6.0</TargetFrameworks>
<LangVersion>9.0</LangVersion>
<PackageId>Technosoftware.DaAeHdaSolution.DaAeHdaClient</PackageId>
<Description>OPC DA/AE/HDA Client Solution .NET</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OpcRcw\Technosoftware.OpcRcw.csproj" />
</ItemGroup>
</Project>