OpcUA.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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>{79EA66CC-6AA6-426D-B8A0-2ADDB7F9A362}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>IMCS</RootNamespace>
  10. <AssemblyName>IMCS</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. <NuGetPackageImportStamp>
  31. </NuGetPackageImportStamp>
  32. <TargetFrameworkProfile />
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <TargetZone>LocalIntranet</TargetZone>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <GenerateManifests>false</GenerateManifests>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="HslCommunication">
  64. <HintPath>..\软件\UV胶揭钢片V1.21.3.08\UV胶揭钢片V1.21.3.08\DKUV\bin\Debug\HslCommunication.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Newtonsoft.Json">
  67. <HintPath>..\软件\UV胶揭钢片V1.21.3.08\UV胶揭钢片V1.21.3.08\DKUV\bin\Debug\Newtonsoft.Json.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Opc.Ua.Client, Version=1.3.341.0, Culture=neutral, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>dll\Opc.Ua.Client.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Opc.Ua.Core, Version=1.3.341.0, Culture=neutral, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>dll\Opc.Ua.Core.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Org.Mentalis.Security">
  78. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\Org.Mentalis.Security.dll</HintPath>
  79. </Reference>
  80. <Reference Include="SinumerikOpcUaAPI, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>dll\SinumerikOpcUaAPI.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\System.Buffers.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Configuration" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\System.Memory.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Web" />
  100. <Reference Include="System.Web.Extensions" />
  101. <Reference Include="System.Xml.Linq" />
  102. <Reference Include="System.Data.DataSetExtensions" />
  103. <Reference Include="Microsoft.CSharp" />
  104. <Reference Include="System.Data" />
  105. <Reference Include="System.Deployment" />
  106. <Reference Include="System.Drawing" />
  107. <Reference Include="System.Net.Http" />
  108. <Reference Include="System.Windows.Forms" />
  109. <Reference Include="System.Xml" />
  110. <Reference Include="UAClientHelperAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  111. <SpecificVersion>False</SpecificVersion>
  112. <HintPath>dll\UAClientHelperAPI.dll</HintPath>
  113. </Reference>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Compile Include="DeviceManage\EnumComList.cs" />
  117. <Compile Include="Device\AProtocolBase.cs" />
  118. <Compile Include="Device\body\ResponseBody.cs" />
  119. <Compile Include="Device\body\RequestBody.cs" />
  120. <Compile Include="Device\DeviceOPCUat.cs" />
  121. <Compile Include="Device\eths7\DataTypeEnum.cs" />
  122. <Compile Include="Device\eths7\ETHSimensAlarmLib.cs" />
  123. <Compile Include="Device\eths7\ETH_S7SimensCommands.cs" />
  124. <Compile Include="Device\eths7\ETH_S7SimensLib.cs" />
  125. <Compile Include="Device\eths7\ETH_S7SimensPLCLib.cs" />
  126. <Compile Include="Device\eths7\ETH_S7SimensPLCProtocol.cs" />
  127. <Compile Include="Device\ETH_S7Simens.cs" />
  128. <Compile Include="Device\FilterDefinition.cs" />
  129. <Compile Include="Extend\CommonAtrr.cs" />
  130. <Compile Include="Extend\CommonExtend.cs" />
  131. <Compile Include="Form_Main.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="Form_Main.Designer.cs">
  135. <DependentUpon>Form_Main.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="Log\Log.cs" />
  138. <Compile Include="Program.cs" />
  139. <Compile Include="Properties\AssemblyInfo.cs" />
  140. <EmbeddedResource Include="Form_Main.resx">
  141. <DependentUpon>Form_Main.cs</DependentUpon>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="Properties\Resources.resx">
  144. <Generator>ResXFileCodeGenerator</Generator>
  145. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  146. <SubType>Designer</SubType>
  147. </EmbeddedResource>
  148. <Compile Include="Properties\Resources.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DependentUpon>Resources.resx</DependentUpon>
  151. <DesignTime>True</DesignTime>
  152. </Compile>
  153. <None Include="Properties\app.manifest" />
  154. <None Include="Properties\Settings.settings">
  155. <Generator>SettingsSingleFileGenerator</Generator>
  156. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  157. </None>
  158. <Compile Include="Properties\Settings.Designer.cs">
  159. <AutoGen>True</AutoGen>
  160. <DependentUpon>Settings.settings</DependentUpon>
  161. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  162. </Compile>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <None Include="App.config">
  166. <SubType>Designer</SubType>
  167. </None>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <BootstrapperPackage Include=".NETFramework,Version=v4.6">
  171. <Visible>False</Visible>
  172. <ProductName>Microsoft .NET Framework 4.6 %28x86 和 x64%29</ProductName>
  173. <Install>true</Install>
  174. </BootstrapperPackage>
  175. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  176. <Visible>False</Visible>
  177. <ProductName>.NET Framework 3.5 SP1</ProductName>
  178. <Install>false</Install>
  179. </BootstrapperPackage>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Content Include="dll\HslCommunication.dll" />
  183. <Content Include="dll\Opc.Ua.Client.dll" />
  184. <Content Include="dll\Opc.Ua.Core.dll" />
  185. <Content Include="dll\Siemens.OpcUA.dll" />
  186. <Content Include="dll\SinumerikOpcUaAPI.dll" />
  187. <Content Include="dll\UAClientHelperAPI.dll" />
  188. </ItemGroup>
  189. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  190. </Project>