OpcUaHelper.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{7693C6F9-3846-4310-B0F1-194874C5047D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>OpcUaHelper</RootNamespace>
  11. <AssemblyName>OpcUaHelper</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <DocumentationFile>bin\Debug\OpcUaHelper.xml</DocumentationFile>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Opc.Ua.Client, Version=1.5.378.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  36. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Client.1.5.378.152\lib\net48\Opc.Ua.Client.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Opc.Ua.Configuration, Version=1.5.378.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  39. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Configuration.1.5.378.152\lib\net48\Opc.Ua.Configuration.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Opc.Ua.Core, Version=1.5.378.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  42. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Core.1.5.378.152\lib\net48\Opc.Ua.Core.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Opc.Ua.Types, Version=1.5.378.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  45. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Types.1.5.378.152\lib\net48\Opc.Ua.Types.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Opc.Ua.Security.Certificates, Version=1.5.378.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  48. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Security.Certificates.1.5.378.152\lib\net48\Opc.Ua.Security.Certificates.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Opc.Ua.Server, Version=1.5.378.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  51. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Server.1.5.378.152\lib\net48\Opc.Ua.Server.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Opc.Ua.Gds.Client.Common, Version=1.5.378.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  54. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common.1.5.378.152\lib\net48\Opc.Ua.Gds.Client.Common.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Opc.Ua.Gds.Server.Common, Version=1.5.378.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8, processorArchitecture=MSIL">
  57. <HintPath>..\packages\OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common.1.5.378.152\lib\net48\Opc.Ua.Gds.Server.Common.dll</HintPath>
  58. </Reference>
  59. <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
  60. <HintPath>..\packages\BouncyCastle.Cryptography.2.6.2\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=10.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.8\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Microsoft.Bcl.HashCode, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\netstandard2.0\Microsoft.Bcl.HashCode.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=10.0.0.8, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.8\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  75. <HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Diagnostics.DiagnosticSource, Version=10.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.10.0.8\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Formats.Asn1, Version=10.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.Formats.Asn1.10.0.8\lib\net462\System.Formats.Asn1.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  84. <HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  87. <HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  90. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  93. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System" />
  96. <Reference Include="System.Drawing" />
  97. <Reference Include="System.Numerics" />
  98. <Reference Include="System.Windows.Forms" />
  99. <Reference Include="System.Xml.Linq" />
  100. <Reference Include="System.Data.DataSetExtensions" />
  101. <Reference Include="Microsoft.CSharp" />
  102. <Reference Include="System.Data" />
  103. <Reference Include="System.Xml" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="ClientUtils.cs" />
  107. <Compile Include="Forms\DiscoverServerDlg.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="Forms\DiscoverServerDlg.designer.cs">
  111. <DependentUpon>DiscoverServerDlg.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="ExceptionDlg.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="ExceptionDlg.designer.cs">
  117. <DependentUpon>ExceptionDlg.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="FilterDeclaration.cs" />
  120. <Compile Include="Forms\FormBrowseServer.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="Forms\FormBrowseServer.designer.cs">
  124. <DependentUpon>FormBrowseServer.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="Forms\FormConnectSelect.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="Forms\FormConnectSelect.Designer.cs">
  130. <DependentUpon>FormConnectSelect.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="Forms\TreeViewEx.cs">
  133. <SubType>Component</SubType>
  134. </Compile>
  135. <Compile Include="OpcUaClient.cs" />
  136. <Compile Include="OpcUaStatusEventArgs.cs" />
  137. <Compile Include="Properties\AssemblyInfo.cs" />
  138. <Compile Include="FormUtils.cs" />
  139. <Compile Include="Properties\Resources.Designer.cs">
  140. <AutoGen>True</AutoGen>
  141. <DesignTime>True</DesignTime>
  142. <DependentUpon>Resources.resx</DependentUpon>
  143. </Compile>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Content Include="img\Activity_16xLG.png" />
  147. <Content Include="img\brackets_Square_16xMD.png" />
  148. <Content Include="img\ClassIcon.ico" />
  149. <Content Include="img\ClassIcon.png" />
  150. <Content Include="img\Class_489.png" />
  151. <Content Include="img\Cloud_16xLG.png" />
  152. <Content Include="img\Copy_6524.png" />
  153. <Content Include="img\Delegate_8339.png" />
  154. <Content Include="img\docview_xaml_on_16x16.png" />
  155. <Content Include="img\Enum_582.png" />
  156. <Content Include="img\Event_594.png" />
  157. <Content Include="img\Event_594_exp.png" />
  158. <Content Include="img\glasses_16xLG.png" />
  159. <Content Include="img\grid_Data_16xLG.png" />
  160. <Content Include="img\lightningBolt_16xLG.png" />
  161. <Content Include="img\ListView_687.png" />
  162. <Content Include="img\loading.gif" />
  163. <Content Include="img\Method_636.png" />
  164. <Content Include="img\Module_648.png" />
  165. <Content Include="img\RegistryEditor_5838.ico" />
  166. <Content Include="img\SingleMessage_5727.ico" />
  167. <Content Include="img\Structure_507.png" />
  168. <Content Include="img\Table_748.png" />
  169. <Content Include="img\Tag_7213.png" />
  170. <Content Include="img\usbcontroller.png" />
  171. <Content Include="img\UserInterfaceEditor_5845.ico" />
  172. <Content Include="img\VirtualMachine.png" />
  173. <Content Include="img\WindowsForm_817.ico" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <EmbeddedResource Include="Forms\DiscoverServerDlg.resx">
  177. <DependentUpon>DiscoverServerDlg.cs</DependentUpon>
  178. </EmbeddedResource>
  179. <EmbeddedResource Include="ExceptionDlg.resx">
  180. <DependentUpon>ExceptionDlg.cs</DependentUpon>
  181. </EmbeddedResource>
  182. <EmbeddedResource Include="Forms\FormBrowseServer.resx">
  183. <DependentUpon>FormBrowseServer.cs</DependentUpon>
  184. </EmbeddedResource>
  185. <EmbeddedResource Include="Forms\FormConnectSelect.resx">
  186. <DependentUpon>FormConnectSelect.cs</DependentUpon>
  187. </EmbeddedResource>
  188. <EmbeddedResource Include="Properties\Resources.resx">
  189. <Generator>ResXFileCodeGenerator</Generator>
  190. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  191. </EmbeddedResource>
  192. </ItemGroup>
  193. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  194. </Project>