OpcUA.csproj 8.6 KB

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