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,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Technosoftware.DaAeHdaClient.Com</AssemblyName>
<TargetFrameworks>net6.0</TargetFrameworks>
<LangVersion>9.0</LangVersion>
<PackageId>Technosoftware.DaAeHdaSolution.DaAeHdaClient.Com</PackageId>
<Description>OPC DA/AE/HDA Client Solution .NET</Description>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpcRcw\Technosoftware.OpcRcw.csproj" />
<ProjectReference Include="..\DaAeHdaClient\Technosoftware.DaAeHdaClient.csproj" />
</ItemGroup>
</Project>