MainForm.csproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{486CDA85-35DC-443E-91EB-A369F0047391}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MainForm</RootNamespace>
  11. <AssemblyName>Fa_Xiaomi_N801A</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <TargetFrameworkProfile />
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. <NuGetPackageImportStamp>
  32. </NuGetPackageImportStamp>
  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\EXE\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  45. <CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ApplicationIcon>logo.ico</ApplicationIcon>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  60. <DebugSymbols>true</DebugSymbols>
  61. <OutputPath>bin\x64\Debug\</OutputPath>
  62. <DefineConstants>DEBUG;TRACE</DefineConstants>
  63. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  64. <DebugType>full</DebugType>
  65. <PlatformTarget>x64</PlatformTarget>
  66. <LangVersion>7.3</LangVersion>
  67. <ErrorReport>prompt</ErrorReport>
  68. <CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  71. <OutputPath>bin\x64\Release\</OutputPath>
  72. <DefineConstants>TRACE</DefineConstants>
  73. <Optimize>true</Optimize>
  74. <DebugType>pdbonly</DebugType>
  75. <PlatformTarget>x64</PlatformTarget>
  76. <LangVersion>7.3</LangVersion>
  77. <ErrorReport>prompt</ErrorReport>
  78. <Prefer32Bit>true</Prefer32Bit>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  81. <DebugSymbols>true</DebugSymbols>
  82. <OutputPath>bin\x86\Debug\</OutputPath>
  83. <DefineConstants>DEBUG;TRACE</DefineConstants>
  84. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  85. <DebugType>full</DebugType>
  86. <PlatformTarget>x86</PlatformTarget>
  87. <LangVersion>7.3</LangVersion>
  88. <ErrorReport>prompt</ErrorReport>
  89. <CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  92. <OutputPath>bin\x86\Release\</OutputPath>
  93. <DefineConstants>TRACE</DefineConstants>
  94. <Optimize>true</Optimize>
  95. <DebugType>pdbonly</DebugType>
  96. <PlatformTarget>x86</PlatformTarget>
  97. <LangVersion>7.3</LangVersion>
  98. <ErrorReport>prompt</ErrorReport>
  99. <Prefer32Bit>true</Prefer32Bit>
  100. </PropertyGroup>
  101. <PropertyGroup>
  102. <StartupObject />
  103. </PropertyGroup>
  104. <ItemGroup>
  105. <Reference Include="AxInterop.ActUtlTypeLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  106. <SpecificVersion>False</SpecificVersion>
  107. <HintPath>bin\Debug\AxInterop.ActUtlTypeLib.dll</HintPath>
  108. </Reference>
  109. <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
  110. <HintPath>..\packages\BouncyCastle.Cryptography.2.2.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
  111. </Reference>
  112. <Reference Include="DevComponents.DotNetBar.Design, Version=12.1.0.0, Culture=neutral, PublicKeyToken=2c9ff1fddc42653c, processorArchitecture=MSIL">
  113. <SpecificVersion>False</SpecificVersion>
  114. <HintPath>bin\Debug\DevComponents.DotNetBar.Design.dll</HintPath>
  115. </Reference>
  116. <Reference Include="DevComponents.DotNetBar2, Version=12.1.0.0, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  117. <SpecificVersion>False</SpecificVersion>
  118. <HintPath>bin\Debug\DevComponents.DotNetBar2.dll</HintPath>
  119. </Reference>
  120. <Reference Include="EasyModbus, Version=5.6.0.0, Culture=neutral, processorArchitecture=MSIL">
  121. <HintPath>..\packages\EasyModbusTCP.5.6.0\lib\net40\EasyModbus.dll</HintPath>
  122. </Reference>
  123. <Reference Include="Enums.NET, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7ea1c1650d506225, processorArchitecture=MSIL">
  124. <HintPath>..\packages\Enums.NET.4.0.1\lib\net45\Enums.NET.dll</HintPath>
  125. </Reference>
  126. <Reference Include="FaFrameUI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  127. <SpecificVersion>False</SpecificVersion>
  128. <HintPath>bin\Debug\FaFrameUI.dll</HintPath>
  129. </Reference>
  130. <Reference Include="HPSocket.Net, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  131. <HintPath>..\packages\HPSocket.Net.6.0.3.1\lib\net40\HPSocket.Net.dll</HintPath>
  132. </Reference>
  133. <Reference Include="HslCommunication, Version=6.1.1.0, Culture=neutral, PublicKeyToken=cdb2261fa039ed67, processorArchitecture=MSIL">
  134. <SpecificVersion>False</SpecificVersion>
  135. <HintPath>bin\EXE\HslCommunication.dll</HintPath>
  136. </Reference>
  137. <Reference Include="ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  138. <HintPath>..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  139. </Reference>
  140. <Reference Include="Interop.ActUtlTypeLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  141. <SpecificVersion>False</SpecificVersion>
  142. <EmbedInteropTypes>True</EmbedInteropTypes>
  143. <HintPath>bin\Debug\Interop.ActUtlTypeLib.dll</HintPath>
  144. </Reference>
  145. <Reference Include="MathNet.Numerics, Version=4.15.0.0, Culture=neutral, PublicKeyToken=cd8b63ad3d691a37, processorArchitecture=MSIL">
  146. <HintPath>..\packages\MathNet.Numerics.Signed.4.15.0\lib\net461\MathNet.Numerics.dll</HintPath>
  147. </Reference>
  148. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=2.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  149. <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.2.3.2\lib\net462\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  150. </Reference>
  151. <Reference Include="MQTTnet, Version=4.3.7.1207, Culture=neutral, PublicKeyToken=fdb7629f2e364a63, processorArchitecture=MSIL">
  152. <HintPath>..\packages\MQTTnet.4.3.7.1207\lib\net461\MQTTnet.dll</HintPath>
  153. </Reference>
  154. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  155. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  156. </Reference>
  157. <Reference Include="NPOI.Core, Version=2.6.2.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  158. <HintPath>..\packages\NPOI.2.6.2\lib\net472\NPOI.Core.dll</HintPath>
  159. </Reference>
  160. <Reference Include="NPOI.OOXML, Version=2.6.2.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  161. <HintPath>..\packages\NPOI.2.6.2\lib\net472\NPOI.OOXML.dll</HintPath>
  162. </Reference>
  163. <Reference Include="NPOI.OpenXml4Net, Version=2.6.2.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  164. <HintPath>..\packages\NPOI.2.6.2\lib\net472\NPOI.OpenXml4Net.dll</HintPath>
  165. </Reference>
  166. <Reference Include="NPOI.OpenXmlFormats, Version=2.6.2.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  167. <HintPath>..\packages\NPOI.2.6.2\lib\net472\NPOI.OpenXmlFormats.dll</HintPath>
  168. </Reference>
  169. <Reference Include="SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  170. <HintPath>..\packages\SixLabors.Fonts.1.0.0\lib\netstandard2.0\SixLabors.Fonts.dll</HintPath>
  171. </Reference>
  172. <Reference Include="SixLabors.ImageSharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  173. <HintPath>..\packages\SixLabors.ImageSharp.2.1.4\lib\net472\SixLabors.ImageSharp.dll</HintPath>
  174. </Reference>
  175. <Reference Include="SqlSugar, Version=5.1.4.124, Culture=neutral, processorArchitecture=MSIL">
  176. <HintPath>..\packages\SqlSugar.5.1.4.124\lib\SqlSugar.dll</HintPath>
  177. </Reference>
  178. <Reference Include="SunnyUI, Version=3.6.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  179. <HintPath>..\packages\SunnyUI.3.6.0\lib\net472\SunnyUI.dll</HintPath>
  180. </Reference>
  181. <Reference Include="SunnyUI.Common, Version=3.5.1.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  182. <HintPath>..\packages\SunnyUI.Common.3.5.1\lib\net472\SunnyUI.Common.dll</HintPath>
  183. </Reference>
  184. <Reference Include="System">
  185. <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll</HintPath>
  186. </Reference>
  187. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  188. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  189. </Reference>
  190. <Reference Include="System.ComponentModel.DataAnnotations" />
  191. <Reference Include="System.Configuration" />
  192. <Reference Include="System.Core" />
  193. <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  194. <HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  195. <Private>True</Private>
  196. <Private>True</Private>
  197. </Reference>
  198. <Reference Include="System.IO.Compression.FileSystem" />
  199. <Reference Include="System.Management" />
  200. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  201. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  202. </Reference>
  203. <Reference Include="System.Net" />
  204. <Reference Include="System.Numerics" />
  205. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  206. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  207. </Reference>
  208. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  209. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  210. </Reference>
  211. <Reference Include="System.Runtime.Serialization" />
  212. <Reference Include="System.Security" />
  213. <Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  214. <HintPath>..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  215. </Reference>
  216. <Reference Include="System.Security.Cryptography.Xml, Version=6.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  217. <HintPath>..\packages\System.Security.Cryptography.Xml.6.0.1\lib\net461\System.Security.Cryptography.Xml.dll</HintPath>
  218. </Reference>
  219. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  220. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  221. </Reference>
  222. <Reference Include="System.Text.Encoding.CodePages, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  223. <HintPath>..\packages\System.Text.Encoding.CodePages.5.0.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
  224. </Reference>
  225. <Reference Include="System.Web.Extensions" />
  226. <Reference Include="System.Web.Services" />
  227. <Reference Include="System.Xml.Linq" />
  228. <Reference Include="System.Data.DataSetExtensions" />
  229. <Reference Include="Microsoft.CSharp" />
  230. <Reference Include="System.Data" />
  231. <Reference Include="System.Deployment" />
  232. <Reference Include="System.Drawing" />
  233. <Reference Include="System.Net.Http" />
  234. <Reference Include="System.Windows.Forms" />
  235. <Reference Include="System.Xml" />
  236. <Reference Include="ZedGraph, Version=5.0.9.41461, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
  237. <SpecificVersion>False</SpecificVersion>
  238. <HintPath>bin\Debug\ZedGraph.dll</HintPath>
  239. </Reference>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Compile Include="Atlas\AtlasScrew.cs" />
  243. <Compile Include="Atlas\BaseScrew.cs" />
  244. <Compile Include="Atlas\Communicate.cs" />
  245. <Compile Include="Atlas\MTF6K.cs" />
  246. <Compile Include="ClassFile\DbHelper\JsonFileHelper.cs" />
  247. <Compile Include="ClassFile\DbHelper\PracticeContext.cs" />
  248. <Compile Include="ClassFile\DbHelper\SqlHelper.cs" />
  249. <Compile Include="ClassFile\FALibraryClass\CSVHelper.cs" />
  250. <Compile Include="ClassFile\FALibraryClass\InovancePLC.cs" />
  251. <Compile Include="ClassFile\FALibraryClass\Md5Helper.cs" />
  252. <Compile Include="ClassFile\FileIOHelper.cs" />
  253. <Compile Include="ClassFile\HPSocket_TCPHelper.cs" />
  254. <Compile Include="ClassFile\Inovance_EIP.cs" />
  255. <Compile Include="ClassFile\ModbusClientHelper.cs" />
  256. <Compile Include="ClassFile\MQTTHelper.cs" />
  257. <Compile Include="ClassFile\NPOIHelper.cs" />
  258. <Compile Include="ClassFile\NPOIOperate.cs" />
  259. <Compile Include="ClassFile\ProcessHelper.cs" />
  260. <Compile Include="ClassFile\ProjectClass\AlarmData.cs" />
  261. <Compile Include="ClassFile\ProjectClass\GlobalContext.cs" />
  262. <Compile Include="ClassFile\ProjectClass\FirstCheckData.cs" />
  263. <Compile Include="ClassFile\ProjectClass\HTTP.cs" />
  264. <Compile Include="ClassFile\ProjectClass\IPHelper.cs" />
  265. <Compile Include="ClassFile\ProjectClass\LineWorkingData.cs" />
  266. <Compile Include="ClassFile\ProjectClass\OneCheckData.cs" />
  267. <Compile Include="ClassFile\ProjectClass\OneCheckResult.cs" />
  268. <Compile Include="ClassFile\ProjectClass\StationIn.cs" />
  269. <Compile Include="ClassFile\ProjectClass\ProcessData.cs" />
  270. <Compile Include="ClassFile\ProjectClass\Response.cs" />
  271. <Compile Include="ClassFile\ProjectClass\SQLHelper_New.cs" />
  272. <Compile Include="ClassFile\ProjectClass\SQLHelper.cs" />
  273. <Compile Include="ClassFile\ProjectClass\Station.cs" />
  274. <Compile Include="ClassFile\ProjectClass\WorkingData.cs" />
  275. <Compile Include="ClassFile\SerialCommunication.cs" />
  276. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVHttp_Response.cs" />
  277. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVHttp_CallEmptyContainerUnLoading.cs" />
  278. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVHttp_CallEmptyContainerLoading.cs" />
  279. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVHttp_CallFullContainerUnLoading.cs" />
  280. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVMQTT_Base.cs" />
  281. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVMQTT_UnLoading.cs" />
  282. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVMQTT_Loading.cs" />
  283. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_UploadFile.cs" />
  284. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_OperateLog.cs" />
  285. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_EquipmentConfig.cs" />
  286. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_ProcessConfig.cs" />
  287. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_SensorData.cs" />
  288. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_StationInputBegin.cs" />
  289. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_DeviceStateData.cs" />
  290. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_FaultLog.cs" />
  291. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_PassStationLog.cs" />
  292. <Compile Include="ClassFile\XiaomiAPI_IOT\XiaomiDeviceOEE.cs" />
  293. <Compile Include="ClassFile\XiaomiAPI_IOT\XiaomiDeviceState.cs" />
  294. <Compile Include="ClassFile\XiaomiAPI_IOT\XiaomiMqttClient.cs" />
  295. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_PassStationResult.cs" />
  296. <Compile Include="ClassFile\XiaomiAPI_IOT\XiaomiMqttLoginParam.cs" />
  297. <Compile Include="ClassFile\XiaomiAPI_IOT\XiaomiMqttResponse_ErrCode.cs" />
  298. <Compile Include="ClassFile\XiaomiAPI_MES\XiaomiMESHttp_StationOutbound.cs" />
  299. <Compile Include="ClassFile\XiaomiAPI_MES\XiaomiMESHttp_StationInbound.cs" />
  300. <Compile Include="ClassFile\XiaomiAPI_MES\XiaomiMESHttp_UpLoadFile.cs" />
  301. <Compile Include="ClassFile\XiaomiAPI_MES\XiaomiMESHttp_X5.cs" />
  302. <Compile Include="ClassFile\XiaomiAPI_MES\XiaomiMESResponse_ErrCode.cs" />
  303. <Compile Include="ClassFile\XiaomiAPI_MES\XiaomiMESEnum_ProcessData.cs" />
  304. <Compile Include="ClassFile\XiaomiAPI_RouteCom\XiaomiMES_RouteCommunication.cs" />
  305. <Compile Include="ClassFile\XiaomiClass\AGVHelper.cs" />
  306. <Compile Include="ClassFile\XiaomiClass\IoTHelper.cs" />
  307. <Compile Include="ClassFile\XiaomiClass\MesHelper.cs" />
  308. <Compile Include="ClassFile\XiaomiClass\ProcessHelper.cs" />
  309. <Compile Include="FaForm\Dialog_BandBarode_S3.cs">
  310. <SubType>Form</SubType>
  311. </Compile>
  312. <Compile Include="FaForm\Dialog_BandBarode_S3.Designer.cs">
  313. <DependentUpon>Dialog_BandBarode_S3.cs</DependentUpon>
  314. </Compile>
  315. <Compile Include="FaForm\Dialog_BandBarode_S1.cs">
  316. <SubType>Form</SubType>
  317. </Compile>
  318. <Compile Include="FaForm\Dialog_BandBarode_S1.Designer.cs">
  319. <DependentUpon>Dialog_BandBarode_S1.cs</DependentUpon>
  320. </Compile>
  321. <Compile Include="FaForm\Dialog_MaterialVerify_S1.cs">
  322. <SubType>Form</SubType>
  323. </Compile>
  324. <Compile Include="FaForm\Dialog_MaterialVerify_S1.Designer.cs">
  325. <DependentUpon>Dialog_MaterialVerify_S1.cs</DependentUpon>
  326. </Compile>
  327. <Compile Include="FaForm\Form_DevAlarm.cs">
  328. <SubType>Form</SubType>
  329. </Compile>
  330. <Compile Include="FaForm\Form_DevAlarm.Designer.cs">
  331. <DependentUpon>Form_DevAlarm.cs</DependentUpon>
  332. </Compile>
  333. <Compile Include="FaForm\Form_Home_TCP.cs">
  334. <SubType>Form</SubType>
  335. </Compile>
  336. <Compile Include="FaForm\Form_Home_SaveData.cs">
  337. <SubType>Form</SubType>
  338. </Compile>
  339. <Compile Include="FaForm\Form_MESTest.cs">
  340. <SubType>Form</SubType>
  341. </Compile>
  342. <Compile Include="FaForm\Form_MESTest.Designer.cs">
  343. <DependentUpon>Form_MESTest.cs</DependentUpon>
  344. </Compile>
  345. <Compile Include="FaForm\Form_Order.cs">
  346. <SubType>Form</SubType>
  347. </Compile>
  348. <Compile Include="FaForm\Form_Order.Designer.cs">
  349. <DependentUpon>Form_Order.cs</DependentUpon>
  350. </Compile>
  351. <Compile Include="FaForm\Form_OrderUpd.cs">
  352. <SubType>Form</SubType>
  353. </Compile>
  354. <Compile Include="FaForm\Form_OrderUpd.Designer.cs">
  355. <DependentUpon>Form_OrderUpd.cs</DependentUpon>
  356. </Compile>
  357. <Compile Include="FaForm\Form_OrderAdd.cs">
  358. <SubType>Form</SubType>
  359. </Compile>
  360. <Compile Include="FaForm\Form_OrderAdd.Designer.cs">
  361. <DependentUpon>Form_OrderAdd.cs</DependentUpon>
  362. </Compile>
  363. <Compile Include="FaForm\Form_Other.cs">
  364. <SubType>Form</SubType>
  365. </Compile>
  366. <Compile Include="FaForm\Form_Other.Designer.cs">
  367. <DependentUpon>Form_Other.cs</DependentUpon>
  368. </Compile>
  369. <Compile Include="FaForm\Form_PLCDB.cs">
  370. <SubType>Form</SubType>
  371. </Compile>
  372. <Compile Include="FaForm\Form_PLCDB.Designer.cs">
  373. <DependentUpon>Form_PLCDB.cs</DependentUpon>
  374. </Compile>
  375. <Compile Include="FaForm\Form_PLCDB_ShowInfo.cs">
  376. <SubType>Form</SubType>
  377. </Compile>
  378. <Compile Include="FaForm\Form_PLCDB_ShowInfo.Designer.cs">
  379. <DependentUpon>Form_PLCDB_ShowInfo.cs</DependentUpon>
  380. </Compile>
  381. <Compile Include="FaForm\Form_SystemSet.cs">
  382. <SubType>Form</SubType>
  383. </Compile>
  384. <Compile Include="FaForm\Form_SystemSet.designer.cs">
  385. <DependentUpon>Form_SystemSet.cs</DependentUpon>
  386. </Compile>
  387. <Compile Include="FaForm\Form_UserLogin.cs">
  388. <SubType>Form</SubType>
  389. </Compile>
  390. <Compile Include="FaForm\Form_UserLogin.designer.cs">
  391. <DependentUpon>Form_UserLogin.cs</DependentUpon>
  392. </Compile>
  393. <Compile Include="FaForm\Form_Alarm.cs">
  394. <SubType>Form</SubType>
  395. </Compile>
  396. <Compile Include="FaForm\Form_Alarm.Designer.cs">
  397. <DependentUpon>Form_Alarm.cs</DependentUpon>
  398. </Compile>
  399. <Compile Include="FaForm\Form_Main.cs">
  400. <SubType>Form</SubType>
  401. </Compile>
  402. <Compile Include="FaForm\Form_Main.Designer.cs">
  403. <DependentUpon>Form_Main.cs</DependentUpon>
  404. </Compile>
  405. <Compile Include="FaForm\Form_Welcome.cs">
  406. <SubType>Form</SubType>
  407. </Compile>
  408. <Compile Include="FaForm\Form_Welcome.designer.cs">
  409. <DependentUpon>Form_Welcome.cs</DependentUpon>
  410. </Compile>
  411. <Compile Include="ClassFile\FALibraryClass\CsvFunction.cs" />
  412. <Compile Include="ClassFile\FALibraryClass\DataFunction.cs" />
  413. <Compile Include="ClassFile\FALibraryClass\FormAutoScaling.cs" />
  414. <Compile Include="ClassFile\FALibraryClass\IniFunction.cs" />
  415. <Compile Include="ClassFile\FALibraryClass\IsStrLegal.cs" />
  416. <Compile Include="ClassFile\FALibraryClass\LogMgr.cs" />
  417. <Compile Include="ClassFile\FALibraryClass\SingletonTemplate.cs" />
  418. <Compile Include="ClassFile\FALibraryClass\SystemParameter.cs" />
  419. <Compile Include="ClassFile\FALibraryClass\TcpFunction.cs" />
  420. <Compile Include="ClassFile\FALibraryClass\FileFunction.cs" />
  421. <Compile Include="ClassFile\FALibraryClass\XmlHandle.cs" />
  422. <Compile Include="FaForm\Tips.cs">
  423. <SubType>Form</SubType>
  424. </Compile>
  425. <Compile Include="FaForm\Tips.Designer.cs">
  426. <DependentUpon>Tips.cs</DependentUpon>
  427. </Compile>
  428. <Compile Include="FaForm\Form_Home.cs">
  429. <SubType>Form</SubType>
  430. </Compile>
  431. <Compile Include="FaForm\Form_Home.Designer.cs">
  432. <DependentUpon>Form_Home.cs</DependentUpon>
  433. </Compile>
  434. <Compile Include="Models\OrderTable.cs" />
  435. <Compile Include="Models\WritePLCValue.cs" />
  436. <Compile Include="Program.cs" />
  437. <Compile Include="Properties\AssemblyInfo.cs" />
  438. <Compile Include="Properties\Resources.Designer.cs">
  439. <AutoGen>True</AutoGen>
  440. <DesignTime>True</DesignTime>
  441. <DependentUpon>Resources.resx</DependentUpon>
  442. </Compile>
  443. <Compile Include="Settings.cs" />
  444. <EmbeddedResource Include="FaForm\Dialog_BandBarode_S3.resx">
  445. <DependentUpon>Dialog_BandBarode_S3.cs</DependentUpon>
  446. </EmbeddedResource>
  447. <EmbeddedResource Include="FaForm\Dialog_BandBarode_S1.resx">
  448. <DependentUpon>Dialog_BandBarode_S1.cs</DependentUpon>
  449. </EmbeddedResource>
  450. <EmbeddedResource Include="FaForm\Form_DevAlarm.resx">
  451. <DependentUpon>Form_DevAlarm.cs</DependentUpon>
  452. </EmbeddedResource>
  453. <EmbeddedResource Include="FaForm\Form_MESTest.resx">
  454. <DependentUpon>Form_MESTest.cs</DependentUpon>
  455. </EmbeddedResource>
  456. <EmbeddedResource Include="FaForm\Form_Order.resx">
  457. <DependentUpon>Form_Order.cs</DependentUpon>
  458. </EmbeddedResource>
  459. <EmbeddedResource Include="FaForm\Form_Alarm.resx">
  460. <DependentUpon>Form_Alarm.cs</DependentUpon>
  461. </EmbeddedResource>
  462. <EmbeddedResource Include="FaForm\Form_Main.resx">
  463. <DependentUpon>Form_Main.cs</DependentUpon>
  464. </EmbeddedResource>
  465. <EmbeddedResource Include="FaForm\Form_OrderUpd.resx">
  466. <DependentUpon>Form_OrderUpd.cs</DependentUpon>
  467. </EmbeddedResource>
  468. <EmbeddedResource Include="FaForm\Form_OrderAdd.resx">
  469. <DependentUpon>Form_OrderAdd.cs</DependentUpon>
  470. </EmbeddedResource>
  471. <EmbeddedResource Include="FaForm\Form_Other.resx">
  472. <DependentUpon>Form_Other.cs</DependentUpon>
  473. </EmbeddedResource>
  474. <EmbeddedResource Include="FaForm\Form_PLCDB.resx">
  475. <DependentUpon>Form_PLCDB.cs</DependentUpon>
  476. </EmbeddedResource>
  477. <EmbeddedResource Include="FaForm\Form_PLCDB_ShowInfo.resx">
  478. <DependentUpon>Form_PLCDB_ShowInfo.cs</DependentUpon>
  479. </EmbeddedResource>
  480. <EmbeddedResource Include="FaForm\Form_SystemSet.resx">
  481. <DependentUpon>Form_SystemSet.cs</DependentUpon>
  482. </EmbeddedResource>
  483. <EmbeddedResource Include="FaForm\Form_UserLogin.resx">
  484. <DependentUpon>Form_UserLogin.cs</DependentUpon>
  485. </EmbeddedResource>
  486. <EmbeddedResource Include="FaForm\Form_Welcome.resx">
  487. <DependentUpon>Form_Welcome.cs</DependentUpon>
  488. </EmbeddedResource>
  489. <EmbeddedResource Include="FaForm\Tips.resx">
  490. <DependentUpon>Tips.cs</DependentUpon>
  491. </EmbeddedResource>
  492. <EmbeddedResource Include="FaForm\Form_Home.resx">
  493. <DependentUpon>Form_Home.cs</DependentUpon>
  494. </EmbeddedResource>
  495. <EmbeddedResource Include="Properties\Resources.resx">
  496. <Generator>ResXFileCodeGenerator</Generator>
  497. <SubType>Designer</SubType>
  498. </EmbeddedResource>
  499. <None Include="app.config" />
  500. <Content Include="DBFile\工位可调试点位预览表.xlsx">
  501. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  502. </Content>
  503. <None Include="CheckOneData.ini" />
  504. <None Include="Config.ini" />
  505. <None Include="DBFile\小米-IoT报警字典_10_壳体清洁上料.xlsx" />
  506. <None Include="DBFile\小米-IoT报警字典_20_上盖板上料装备.xlsx" />
  507. <None Include="DBFile\小米-IoT报警字典_30_点散热胶装备.xlsx" />
  508. <None Include="DBFile\小米-IoT报警字典_40_胶线检测.xlsx" />
  509. <None Include="DBFile\小米-IoT报警字典_50_ADD板上料组装装备.xlsx" />
  510. <None Include="DBFile\小米-IoT报警字典_60_组上盖板.xlsx" />
  511. <None Include="DBFile\小米-IoT报警字典_70_上盖板锁螺丝.xlsx" />
  512. <None Include="DBFile\小米-IoT报警字典_80_NG下料.xlsx" />
  513. <None Include="DBFile\小米-IoT报警字典_90_半成品下料.xlsx" />
  514. <None Include="MESConfig.ini" />
  515. <None Include="packages.config" />
  516. <None Include="Properties\Settings.settings">
  517. <Generator>SettingsSingleFileGenerator</Generator>
  518. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  519. </None>
  520. <Compile Include="Properties\Settings.Designer.cs">
  521. <AutoGen>True</AutoGen>
  522. <DependentUpon>Settings.settings</DependentUpon>
  523. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  524. </Compile>
  525. <None Include="SystemParameter.ini" />
  526. <Content Include="HPSocket\hpsocket_cn.txt" />
  527. <Content Include="HPSocket\hpsocket_en.txt" />
  528. <Content Include="Resources\MES1.png" />
  529. <Content Include="Resources\MES2.png" />
  530. <Content Include="ThingsMode\ThingsModel.json">
  531. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  532. </Content>
  533. </ItemGroup>
  534. <ItemGroup>
  535. <None Include="ProjectFile\App.config" />
  536. </ItemGroup>
  537. <ItemGroup>
  538. <Content Include="logo.ico" />
  539. <Content Include="msdn.ico" />
  540. <Content Include="ProjectFile\logo.ico" />
  541. <None Include="Resources\机器1.png" />
  542. <None Include="Resources\订单1.png" />
  543. <None Include="Resources\机器2.png" />
  544. <None Include="Resources\订单2.png" />
  545. <Content Include="ThingsMode\ark.x64.dll">
  546. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  547. </Content>
  548. <Content Include="ThingsMode\bz.exe">
  549. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  550. </Content>
  551. <Content Include="ThingsMode\DZx64.exe">
  552. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  553. </Content>
  554. <Content Include="ThingsMode\DZx86.exe">
  555. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  556. </Content>
  557. <Content Include="ThingsMode\fastJSON.dll">
  558. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  559. </Content>
  560. <Content Include="ThingsMode\FileAutoUpload.dll">
  561. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  562. </Content>
  563. <Content Include="ThingsMode\generateComputerId.exe">
  564. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  565. </Content>
  566. <Content Include="ThingsMode\M2Mqtt.Net.dll">
  567. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  568. </Content>
  569. <Content Include="ThingsMode\MQTT.dll">
  570. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  571. </Content>
  572. <Content Include="ThingsMode\MqttServer.exe">
  573. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  574. </Content>
  575. <Content Include="ThingsMode\msvcp71.dll">
  576. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  577. </Content>
  578. <Content Include="ThingsMode\msvcr71.dll">
  579. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  580. </Content>
  581. <Content Include="ThingsMode\Newtonsoft.Json.dll">
  582. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  583. </Content>
  584. <Content Include="ThingsMode\PCMonitor\CommonLog.dll">
  585. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  586. </Content>
  587. <Content Include="ThingsMode\PCMonitor\DataTransferDll.dll">
  588. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  589. </Content>
  590. <Content Include="ThingsMode\PCMonitor\msvcp140.dll">
  591. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  592. </Content>
  593. <Content Include="ThingsMode\PCMonitor\Newtonsoft.Json.dll">
  594. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  595. </Content>
  596. <Content Include="ThingsMode\PCMonitor\OpenHardwareMonitorLib.dll">
  597. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  598. </Content>
  599. <Content Include="ThingsMode\PCMonitor\PCMonitor.exe">
  600. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  601. </Content>
  602. <Content Include="ThingsMode\PCMonitor\System.Data.SQLite.dll">
  603. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  604. </Content>
  605. <Content Include="ThingsMode\PCMonitor\System.Threading.Tasks.Dataflow.dll">
  606. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  607. </Content>
  608. <Content Include="ThingsMode\PCMonitor\System.ValueTuple.dll">
  609. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  610. </Content>
  611. <Content Include="ThingsMode\PCMonitor\ucrtbase.dll">
  612. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  613. </Content>
  614. <Content Include="ThingsMode\PCMonitor\vcruntime140.dll">
  615. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  616. </Content>
  617. <Content Include="ThingsMode\Shell.dll">
  618. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  619. </Content>
  620. <Content Include="ThingsMode\System.Data.SQLite.dll">
  621. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  622. </Content>
  623. <Content Include="ThingsMode\TestRecordUpload.dll">
  624. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  625. </Content>
  626. <Content Include="XDict.lnk.ico" />
  627. <None Include="Resources\载具图2.PNG" />
  628. <None Include="Resources\logo标准.png" />
  629. <None Include="Resources\546567.png" />
  630. <None Include="Resources\543529.png" />
  631. <None Include="Resources\Vision_On.png" />
  632. <None Include="Resources\Vision_Off.png" />
  633. <None Include="Resources\Stop_On.png" />
  634. <None Include="Resources\Stop_Off.png" />
  635. <None Include="Resources\Start_On.png" />
  636. <None Include="Resources\Start_Off.png" />
  637. <None Include="Resources\set.png" />
  638. <None Include="Resources\servo_up.png" />
  639. <None Include="Resources\servo_turn_right.png" />
  640. <None Include="Resources\servo_turn_left.png" />
  641. <None Include="Resources\servo_Stop.png" />
  642. <None Include="Resources\servo_right.png" />
  643. <None Include="Resources\servo_Left.png" />
  644. <None Include="Resources\servo_front.png" />
  645. <None Include="Resources\servo_down.png" />
  646. <None Include="Resources\servo_back.png" />
  647. <None Include="Resources\Pause_On.png" />
  648. <None Include="Resources\Pause_Off.png" />
  649. <None Include="Resources\menu_save.png" />
  650. <None Include="Resources\Mannual_On.png" />
  651. <None Include="Resources\Mannual_Off.png" />
  652. <None Include="Resources\Login_On.png" />
  653. <None Include="Resources\Login_Off.png" />
  654. <None Include="Resources\light_red.png" />
  655. <None Include="Resources\light_green.png" />
  656. <None Include="Resources\light_gray.png" />
  657. <None Include="Resources\ico_save.png" />
  658. <None Include="Resources\ico_folder.png" />
  659. <None Include="Resources\Home_on.png" />
  660. <None Include="Resources\Home_Off.png" />
  661. <None Include="Resources\half_pie.png" />
  662. <None Include="Resources\File_Excel_On.png" />
  663. <None Include="Resources\File_Excel_Off.png" />
  664. <None Include="Resources\Data_Information_On.png" />
  665. <None Include="Resources\Data_Information_Off.png" />
  666. <None Include="Resources\chart_line.png" />
  667. <None Include="Resources\Alarm_On.png" />
  668. <None Include="Resources\Alarm_Off.png" />
  669. <None Include="Resources\MainBackGround.bmp" />
  670. </ItemGroup>
  671. <ItemGroup>
  672. <WCFMetadata Include="Service References\" />
  673. </ItemGroup>
  674. <ItemGroup>
  675. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  676. <Visible>False</Visible>
  677. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  678. <Install>true</Install>
  679. </BootstrapperPackage>
  680. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  681. <Visible>False</Visible>
  682. <ProductName>.NET Framework 3.5 SP1</ProductName>
  683. <Install>false</Install>
  684. </BootstrapperPackage>
  685. </ItemGroup>
  686. <ItemGroup />
  687. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  688. <Import Project="..\packages\HPSocket.Net.6.0.3.1\build\HPSocket.Net.targets" Condition="Exists('..\packages\HPSocket.Net.6.0.3.1\build\HPSocket.Net.targets')" />
  689. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  690. <PropertyGroup>
  691. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  692. </PropertyGroup>
  693. <Error Condition="!Exists('..\packages\HPSocket.Net.6.0.3.1\build\HPSocket.Net.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\HPSocket.Net.6.0.3.1\build\HPSocket.Net.targets'))" />
  694. </Target>
  695. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  696. Other similar extension points exist, see Microsoft.Common.targets.
  697. <Target Name="BeforeBuild">
  698. </Target>
  699. <Target Name="AfterBuild">
  700. </Target>
  701. -->
  702. </Project>