HslCommunication_Net35.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  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>{D3710B78-1B32-4D53-9604-0451A795A2F5}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>HslCommunication</RootNamespace>
  11. <AssemblyName>HslCommunication</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <DocumentationFile>bin\Debug\HslCommunication.xml</DocumentationFile>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <DocumentationFile>bin\Release\HslCommunication.xml</DocumentationFile>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  44. <DebugSymbols>true</DebugSymbols>
  45. <OutputPath>bin\x86\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <DocumentationFile>bin\Debug\HslCommunication.xml</DocumentationFile>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>x86</PlatformTarget>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  54. <OutputPath>bin\x86\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <DocumentationFile>bin\Release\HslCommunication.xml</DocumentationFile>
  57. <Optimize>true</Optimize>
  58. <DebugType>pdbonly</DebugType>
  59. <PlatformTarget>x86</PlatformTarget>
  60. <ErrorReport>prompt</ErrorReport>
  61. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>bin\x64\Debug\</OutputPath>
  66. <DefineConstants>DEBUG;TRACE</DefineConstants>
  67. <DocumentationFile>bin\Debug\HslCommunication.xml</DocumentationFile>
  68. <DebugType>full</DebugType>
  69. <PlatformTarget>x64</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  74. <OutputPath>bin\x64\Release\</OutputPath>
  75. <DefineConstants>TRACE</DefineConstants>
  76. <DocumentationFile>bin\Release\HslCommunication.xml</DocumentationFile>
  77. <Optimize>true</Optimize>
  78. <DebugType>pdbonly</DebugType>
  79. <PlatformTarget>x64</PlatformTarget>
  80. <ErrorReport>prompt</ErrorReport>
  81. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  82. </PropertyGroup>
  83. <ItemGroup>
  84. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>..\..\DLL\Newtonsoft.Json.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System" />
  89. <Reference Include="System.Core" />
  90. <Reference Include="System.Drawing" />
  91. <Reference Include="System.Management" />
  92. <Reference Include="System.Windows.Forms" />
  93. <Reference Include="System.Xml.Linq" />
  94. <Reference Include="System.Data.DataSetExtensions" />
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Xml" />
  97. <Reference Include="Utilities">
  98. <HintPath>..\..\DLL\Utilities.dll</HintPath>
  99. </Reference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="0_Ex\LogOut.cs" />
  103. <Compile Include="0_Ex\MelsecA1EAscii.cs" />
  104. <Compile Include="0_Ex\MelsecA1EAsciiHsl.cs" />
  105. <Compile Include="0_Ex\MelsecA1EAsciiSocket.cs" />
  106. <Compile Include="BasicFramework\FormPortraitSelect.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="BasicFramework\FormPortraitSelect.Designer.cs">
  110. <DependentUpon>FormPortraitSelect.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="BasicFramework\FormSupport.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="BasicFramework\FormSupport.Designer.cs">
  116. <DependentUpon>FormSupport.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="BasicFramework\SoftCache.cs" />
  119. <Compile Include="BasicFramework\SoftException.cs" />
  120. <Compile Include="BasicFramework\FormAuthorAdvertisement.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="BasicFramework\FormAuthorAdvertisement.designer.cs">
  124. <DependentUpon>FormAuthorAdvertisement.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="BasicFramework\FormAuthorize.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="BasicFramework\FormAuthorize.designer.cs">
  130. <DependentUpon>FormAuthorize.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="BasicFramework\FormPopup.cs">
  133. <SubType>Form</SubType>
  134. </Compile>
  135. <Compile Include="BasicFramework\FormPopup.designer.cs">
  136. <DependentUpon>FormPopup.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="BasicFramework\SoftAnimation.cs" />
  139. <Compile Include="BasicFramework\SoftAuthorize.cs" />
  140. <Compile Include="BasicFramework\SoftBaseClass.cs" />
  141. <Compile Include="BasicFramework\SoftBasic.cs" />
  142. <Compile Include="BasicFramework\SoftMail.cs" />
  143. <Compile Include="BasicFramework\SoftMsgQueue.cs" />
  144. <Compile Include="BasicFramework\SoftNumerical.cs" />
  145. <Compile Include="BasicFramework\SoftPainting.cs" />
  146. <Compile Include="BasicFramework\SoftSecurity.cs" />
  147. <Compile Include="BasicFramework\SoftSqlOperate.cs" />
  148. <Compile Include="BasicFramework\SoftVersion.cs" />
  149. <Compile Include="Controls\UserCurve.cs">
  150. <SubType>UserControl</SubType>
  151. </Compile>
  152. <Compile Include="Controls\UserCurve.Designer.cs">
  153. <DependentUpon>UserCurve.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="Controls\UserGaugeChart.cs">
  156. <SubType>UserControl</SubType>
  157. </Compile>
  158. <Compile Include="Controls\UserGaugeChart.Designer.cs">
  159. <DependentUpon>UserGaugeChart.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="Controls\UserLantern.cs">
  162. <SubType>UserControl</SubType>
  163. </Compile>
  164. <Compile Include="Controls\UserLantern.Designer.cs">
  165. <DependentUpon>UserLantern.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="Controls\UserPieChart.cs">
  168. <SubType>UserControl</SubType>
  169. </Compile>
  170. <Compile Include="Controls\UserPieChart.Designer.cs">
  171. <DependentUpon>UserPieChart.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="Controls\UserSwitch.cs">
  174. <SubType>UserControl</SubType>
  175. </Compile>
  176. <Compile Include="Controls\UserSwitch.Designer.cs">
  177. <DependentUpon>UserSwitch.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="Controls\UserVerticalProgress.cs">
  180. <SubType>UserControl</SubType>
  181. </Compile>
  182. <Compile Include="Controls\UserVerticalProgress.Designer.cs">
  183. <DependentUpon>UserVerticalProgress.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="Core\IMessage\FetchWriteMessage.cs" />
  186. <Compile Include="Core\IMessage\FinsMessage.cs" />
  187. <Compile Include="Core\IMessage\HslMessage.cs" />
  188. <Compile Include="Core\IMessage\MelsecA1EAsciiMessage.cs" />
  189. <Compile Include="Core\IMessage\MelsecA1EBinaryMessage.cs" />
  190. <Compile Include="Core\IMessage\MelsecQnA3EAsciiMessage.cs" />
  191. <Compile Include="Core\IMessage\MelsecQnA3EBinaryMessage.cs" />
  192. <Compile Include="Core\IMessage\ModbusTcpMessage.cs" />
  193. <Compile Include="Core\IMessage\S7Message.cs" />
  194. <Compile Include="Core\Net\ClassNetHandle.cs" />
  195. <Compile Include="Core\Net\CommunicationProtocol.cs" />
  196. <Compile Include="Controls\UserButton.cs">
  197. <SubType>UserControl</SubType>
  198. </Compile>
  199. <Compile Include="Controls\UserButton.designer.cs">
  200. <DependentUpon>UserButton.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="Controls\UserClock.cs">
  203. <SubType>UserControl</SubType>
  204. </Compile>
  205. <Compile Include="Controls\UserClock.designer.cs">
  206. <DependentUpon>UserClock.cs</DependentUpon>
  207. </Compile>
  208. <Compile Include="Core\IMessage\INetMessage.cs" />
  209. <Compile Include="Core\Net\IReadWriteNet.cs" />
  210. <Compile Include="Core\Net\NetworkBase\NetworkBase.cs" />
  211. <Compile Include="Core\Net\NetworkBase\NetworkFileServerBase.cs" />
  212. <Compile Include="Core\Net\NetworkBase\NetworkServerBase.cs" />
  213. <Compile Include="Core\Net\StateOne\AppSession.cs" />
  214. <Compile Include="Core\Net\StateOne\AsyncStateSend.cs" />
  215. <Compile Include="Core\Net\StateOne\StateObject.cs" />
  216. <Compile Include="Core\Net\NetworkBase\NetworkDoubleBase.cs" />
  217. <Compile Include="Core\Net\StateOne\FileStateObject.cs" />
  218. <Compile Include="Core\Net\NetworkBase\NetworkXBase.cs" />
  219. <Compile Include="Core\Net\StateOne\StateOneBase.cs" />
  220. <Compile Include="Core\Thread\ThreadLock.cs" />
  221. <Compile Include="Core\Transfer\IByteTransform.cs" />
  222. <Compile Include="Core\Transfer\RegularByteTransform.cs" />
  223. <Compile Include="Core\Transfer\ReverseBytesTransform.cs" />
  224. <Compile Include="Core\Transfer\ReverseWordTransform.cs" />
  225. <Compile Include="Core\Types\HslPieItem.cs" />
  226. <Compile Include="Enthernet\DeviceNet\ClassDeviceNet.cs" />
  227. <Compile Include="Enthernet\FileNet\AdvancedFileServer.cs" />
  228. <Compile Include="Enthernet\FileNet\FileBaseInfo.cs" />
  229. <Compile Include="Enthernet\FileNet\FileClientBase.cs" />
  230. <Compile Include="Enthernet\FileNet\FileMarkId.cs" />
  231. <Compile Include="Enthernet\FileNet\GroupFileContainer.cs" />
  232. <Compile Include="Enthernet\FileNet\GroupFileItem.cs" />
  233. <Compile Include="Enthernet\FileNet\IntegrationFileClient.cs" />
  234. <Compile Include="Enthernet\FileNet\UltimateFileServer.cs" />
  235. <Compile Include="Enthernet\SimplifyNet\MelsecA1EAsciiServer.cs" />
  236. <Compile Include="Enthernet\SoftUpdateNet\ClassSoftUpdate.cs" />
  237. <Compile Include="Enthernet\ComplexNet\NetComplexClient.cs" />
  238. <Compile Include="Enthernet\ComplexNet\NetComplexServer.cs" />
  239. <Compile Include="Enthernet\DeviceNet\DeviceState.cs" />
  240. <Compile Include="Enthernet\SimplifyNet\NetSimplifyClient.cs" />
  241. <Compile Include="Enthernet\SimplifyNet\NetSimplifyServer.cs" />
  242. <Compile Include="Core\Types\HslTimeOut.cs" />
  243. <Compile Include="Enthernet\UdpNet\NetUdpClient.cs" />
  244. <Compile Include="Enthernet\UdpNet\NetUdpServer.cs" />
  245. <Compile Include="LogNet\Core\ILogNet.cs" />
  246. <Compile Include="LogNet\Core\LogBase.cs" />
  247. <Compile Include="LogNet\Core\Types.cs" />
  248. <Compile Include="LogNet\View\FormLogNetView.cs">
  249. <SubType>Form</SubType>
  250. </Compile>
  251. <Compile Include="LogNet\View\FormLogNetView.Designer.cs">
  252. <DependentUpon>FormLogNetView.cs</DependentUpon>
  253. </Compile>
  254. <Compile Include="LogNet\View\LogNetAnalysisControl.cs">
  255. <SubType>UserControl</SubType>
  256. </Compile>
  257. <Compile Include="LogNet\View\LogNetAnalysisControl.Designer.cs">
  258. <DependentUpon>LogNetAnalysisControl.cs</DependentUpon>
  259. </Compile>
  260. <Compile Include="LogNet\LogNetManagment.cs" />
  261. <Compile Include="LogNet\Logs\LogNetDateTime.cs" />
  262. <Compile Include="LogNet\Logs\LogNetFileSize.cs" />
  263. <Compile Include="LogNet\Logs\LogNetSingle.cs" />
  264. <Compile Include="Core\Net\NetSupport.cs" />
  265. <Compile Include="Core\Types\OperateResult.cs" />
  266. <Compile Include="ModBus\ModbusInfo.cs" />
  267. <Compile Include="ModBus\ModBusMonitorAddress.cs" />
  268. <Compile Include="ModBus\ModBusState.cs" />
  269. <Compile Include="ModBus\ModbusTcp\ModbusTcpNet.cs" />
  270. <Compile Include="Core\Types\IDataTransfer.cs" />
  271. <Compile Include="ModBus\ModbusTcp\ModbusTcpServer.cs" />
  272. <Compile Include="ModBus\MonitorAddress.cs" />
  273. <Compile Include="Profinet\Melsec\MelsecA1EDataType.cs" />
  274. <Compile Include="Profinet\Melsec\MelsecA1EAsciiNet.cs" />
  275. <Compile Include="Profinet\Melsec\MelsecA1ENet.cs" />
  276. <Compile Include="Profinet\Melsec\MelsecMcAsciiNet.cs" />
  277. <Compile Include="Profinet\Melsec\MelsecMcDataType.cs" />
  278. <Compile Include="Profinet\Melsec\MelsecMcNet.cs" />
  279. <Compile Include="Profinet\Melsec\MelsecNetMultiAsync.cs" />
  280. <Compile Include="Profinet\Omron\OmronFinsDataType.cs" />
  281. <Compile Include="Profinet\Omron\OmronFinsNet.cs" />
  282. <Compile Include="Profinet\Omron\OmronInfo.cs" />
  283. <Compile Include="Profinet\Siemens\SiemensFetchWriteNet.cs" />
  284. <Compile Include="Profinet\Siemens\SiemensPLCS.cs" />
  285. <Compile Include="Profinet\Siemens\SiemensS7Net.cs" />
  286. <Compile Include="Properties\AssemblyInfo.cs" />
  287. <Compile Include="Properties\Resources.Designer.cs">
  288. <AutoGen>True</AutoGen>
  289. <DesignTime>True</DesignTime>
  290. <DependentUpon>Resources.resx</DependentUpon>
  291. </Compile>
  292. <Compile Include="Core\Security\Security.cs" />
  293. <Compile Include="Serial\CRCSupport.cs" />
  294. <Compile Include="Serial\SerialCommunicationBase.cs" />
  295. <Compile Include="StringResources.cs" />
  296. <Compile Include="BasicFramework\SoftZipped.cs" />
  297. </ItemGroup>
  298. <ItemGroup>
  299. <EmbeddedResource Include="BasicFramework\FormAuthorAdvertisement.resx">
  300. <DependentUpon>FormAuthorAdvertisement.cs</DependentUpon>
  301. </EmbeddedResource>
  302. <EmbeddedResource Include="BasicFramework\FormAuthorize.resx">
  303. <DependentUpon>FormAuthorize.cs</DependentUpon>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="BasicFramework\FormPopup.resx">
  306. <DependentUpon>FormPopup.cs</DependentUpon>
  307. </EmbeddedResource>
  308. <EmbeddedResource Include="BasicFramework\FormPortraitSelect.resx">
  309. <DependentUpon>FormPortraitSelect.cs</DependentUpon>
  310. </EmbeddedResource>
  311. <EmbeddedResource Include="BasicFramework\FormSupport.resx">
  312. <DependentUpon>FormSupport.cs</DependentUpon>
  313. </EmbeddedResource>
  314. <EmbeddedResource Include="Controls\UserButton.resx">
  315. <DependentUpon>UserButton.cs</DependentUpon>
  316. </EmbeddedResource>
  317. <EmbeddedResource Include="Controls\UserClock.resx">
  318. <DependentUpon>UserClock.cs</DependentUpon>
  319. </EmbeddedResource>
  320. <EmbeddedResource Include="Controls\UserCurve.resx">
  321. <DependentUpon>UserCurve.cs</DependentUpon>
  322. </EmbeddedResource>
  323. <EmbeddedResource Include="Controls\UserGaugeChart.resx">
  324. <DependentUpon>UserGaugeChart.cs</DependentUpon>
  325. </EmbeddedResource>
  326. <EmbeddedResource Include="Controls\UserLantern.resx">
  327. <DependentUpon>UserLantern.cs</DependentUpon>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="Controls\UserPieChart.resx">
  330. <DependentUpon>UserPieChart.cs</DependentUpon>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="Controls\UserSwitch.resx">
  333. <DependentUpon>UserSwitch.cs</DependentUpon>
  334. </EmbeddedResource>
  335. <EmbeddedResource Include="Controls\UserVerticalProgress.resx">
  336. <DependentUpon>UserVerticalProgress.cs</DependentUpon>
  337. </EmbeddedResource>
  338. <EmbeddedResource Include="LogNet\View\FormLogNetView.resx">
  339. <DependentUpon>FormLogNetView.cs</DependentUpon>
  340. </EmbeddedResource>
  341. <EmbeddedResource Include="LogNet\View\LogNetAnalysisControl.resx">
  342. <DependentUpon>LogNetAnalysisControl.cs</DependentUpon>
  343. </EmbeddedResource>
  344. <EmbeddedResource Include="Properties\Resources.resx">
  345. <Generator>ResXFileCodeGenerator</Generator>
  346. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  347. </EmbeddedResource>
  348. </ItemGroup>
  349. <ItemGroup>
  350. <None Include="Resources\qrcode_for_gh_319218678954_258.jpg" />
  351. </ItemGroup>
  352. <ItemGroup>
  353. <None Include="imgaes\abstr1.png" />
  354. </ItemGroup>
  355. <ItemGroup>
  356. <None Include="imgaes\Activity_16xLG.png" />
  357. </ItemGroup>
  358. <ItemGroup>
  359. <None Include="imgaes\AddressViewer.png" />
  360. </ItemGroup>
  361. <ItemGroup>
  362. <None Include="imgaes\asset_progressBar_24x24_on.png" />
  363. </ItemGroup>
  364. <ItemGroup>
  365. <None Include="imgaes\AudioRecording.png" />
  366. </ItemGroup>
  367. <ItemGroup>
  368. <None Include="imgaes\brackets_Square_16xMD.png" />
  369. </ItemGroup>
  370. <ItemGroup>
  371. <None Include="imgaes\Class_489.png" />
  372. </ItemGroup>
  373. <ItemGroup>
  374. <None Include="imgaes\ClassIcon.png" />
  375. </ItemGroup>
  376. <ItemGroup>
  377. <None Include="imgaes\Cloud_16xLG.png" />
  378. </ItemGroup>
  379. <ItemGroup>
  380. <None Include="imgaes\Copy_6524.png" />
  381. </ItemGroup>
  382. <ItemGroup>
  383. <None Include="imgaes\Delegate_8339.png" />
  384. </ItemGroup>
  385. <ItemGroup>
  386. <None Include="imgaes\docview_xaml_on_16x16.png" />
  387. </ItemGroup>
  388. <ItemGroup>
  389. <None Include="imgaes\Enum_582.png" />
  390. </ItemGroup>
  391. <ItemGroup>
  392. <None Include="imgaes\Event_594.png" />
  393. </ItemGroup>
  394. <ItemGroup>
  395. <None Include="imgaes\Event_594_exp.png" />
  396. </ItemGroup>
  397. <ItemGroup>
  398. <None Include="imgaes\glasses_16xLG.png" />
  399. </ItemGroup>
  400. <ItemGroup>
  401. <None Include="imgaes\grid_Data_16xLG.png" />
  402. </ItemGroup>
  403. <ItemGroup>
  404. <None Include="imgaes\lightningBolt_16xLG.png" />
  405. </ItemGroup>
  406. <ItemGroup>
  407. <None Include="imgaes\ListView_687.png" />
  408. </ItemGroup>
  409. <ItemGroup>
  410. <None Include="imgaes\Method_636.png" />
  411. </ItemGroup>
  412. <ItemGroup>
  413. <None Include="imgaes\Module_648.png" />
  414. </ItemGroup>
  415. <ItemGroup>
  416. <None Include="imgaes\PropertyIcon.png" />
  417. </ItemGroup>
  418. <ItemGroup>
  419. <None Include="imgaes\Soundfile_461.png" />
  420. </ItemGroup>
  421. <ItemGroup>
  422. <None Include="imgaes\Structure_507.png" />
  423. </ItemGroup>
  424. <ItemGroup>
  425. <None Include="imgaes\TabControl_707.png" />
  426. </ItemGroup>
  427. <ItemGroup>
  428. <None Include="imgaes\Table_748.png" />
  429. </ItemGroup>
  430. <ItemGroup>
  431. <None Include="imgaes\Tag_7213.png" />
  432. </ItemGroup>
  433. <ItemGroup>
  434. <None Include="imgaes\Textfile_818_16x.png" />
  435. </ItemGroup>
  436. <ItemGroup>
  437. <None Include="imgaes\TreeView_713.png" />
  438. </ItemGroup>
  439. <ItemGroup>
  440. <None Include="imgaes\usbcontroller.png" />
  441. </ItemGroup>
  442. <ItemGroup>
  443. <None Include="imgaes\UseCaseDiagramFile_usecasediagram_13447_16x.png" />
  444. </ItemGroup>
  445. <ItemGroup>
  446. <None Include="imgaes\VirtualMachine.png" />
  447. </ItemGroup>
  448. <ItemGroup>
  449. <None Include="imgaes\WebForm%28ASPX%29_815_16x.png" />
  450. </ItemGroup>
  451. <ItemGroup>
  452. <None Include="imgaes\WebFormTemplate_11274_16x_color.png" />
  453. </ItemGroup>
  454. <ItemGroup>
  455. <None Include="imgaes\WindowsForm_817_16x.png" />
  456. </ItemGroup>
  457. <ItemGroup>
  458. <Content Include="Doc.txt" />
  459. <None Include="imgaes\alipay.png" />
  460. </ItemGroup>
  461. <ItemGroup>
  462. <None Include="imgaes\abstr11.png" />
  463. </ItemGroup>
  464. <ItemGroup>
  465. <Folder Include="ModBus\ModbusRtu\" />
  466. </ItemGroup>
  467. <ItemGroup>
  468. <ProjectReference Include="..\Library\Library.csproj">
  469. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  470. <Name>Library</Name>
  471. </ProjectReference>
  472. </ItemGroup>
  473. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  474. </Project>