MainForm.csproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  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. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\EXE\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  43. <CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ApplicationIcon>logo.ico</ApplicationIcon>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  58. <DebugSymbols>true</DebugSymbols>
  59. <OutputPath>bin\x64\Debug\</OutputPath>
  60. <DefineConstants>DEBUG;TRACE</DefineConstants>
  61. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  62. <DebugType>full</DebugType>
  63. <PlatformTarget>x64</PlatformTarget>
  64. <LangVersion>7.3</LangVersion>
  65. <ErrorReport>prompt</ErrorReport>
  66. <CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  69. <OutputPath>bin\x64\Release\</OutputPath>
  70. <DefineConstants>TRACE</DefineConstants>
  71. <Optimize>true</Optimize>
  72. <DebugType>pdbonly</DebugType>
  73. <PlatformTarget>x64</PlatformTarget>
  74. <LangVersion>7.3</LangVersion>
  75. <ErrorReport>prompt</ErrorReport>
  76. <Prefer32Bit>true</Prefer32Bit>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  79. <DebugSymbols>true</DebugSymbols>
  80. <OutputPath>bin\x86\Debug\</OutputPath>
  81. <DefineConstants>DEBUG;TRACE</DefineConstants>
  82. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  83. <DebugType>full</DebugType>
  84. <PlatformTarget>x86</PlatformTarget>
  85. <LangVersion>7.3</LangVersion>
  86. <ErrorReport>prompt</ErrorReport>
  87. <CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  90. <OutputPath>bin\x86\Release\</OutputPath>
  91. <DefineConstants>TRACE</DefineConstants>
  92. <Optimize>true</Optimize>
  93. <DebugType>pdbonly</DebugType>
  94. <PlatformTarget>x86</PlatformTarget>
  95. <LangVersion>7.3</LangVersion>
  96. <ErrorReport>prompt</ErrorReport>
  97. <Prefer32Bit>true</Prefer32Bit>
  98. </PropertyGroup>
  99. <ItemGroup>
  100. <Reference Include="AxInterop.ActUtlTypeLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  101. <SpecificVersion>False</SpecificVersion>
  102. <HintPath>bin\Debug\AxInterop.ActUtlTypeLib.dll</HintPath>
  103. </Reference>
  104. <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
  105. <HintPath>..\packages\BouncyCastle.Cryptography.2.2.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
  106. </Reference>
  107. <Reference Include="DevComponents.DotNetBar.Design, Version=12.1.0.0, Culture=neutral, PublicKeyToken=2c9ff1fddc42653c, processorArchitecture=MSIL">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>bin\Debug\DevComponents.DotNetBar.Design.dll</HintPath>
  110. </Reference>
  111. <Reference Include="DevComponents.DotNetBar2, Version=12.1.0.0, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>bin\Debug\DevComponents.DotNetBar2.dll</HintPath>
  114. </Reference>
  115. <Reference Include="EasyModbus, Version=5.6.0.0, Culture=neutral, processorArchitecture=MSIL">
  116. <HintPath>..\packages\EasyModbusTCP.5.6.0\lib\net40\EasyModbus.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Enums.NET, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7ea1c1650d506225, processorArchitecture=MSIL">
  119. <HintPath>..\packages\Enums.NET.4.0.1\lib\net45\Enums.NET.dll</HintPath>
  120. </Reference>
  121. <Reference Include="FaFrameUI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  122. <SpecificVersion>False</SpecificVersion>
  123. <HintPath>bin\Debug\FaFrameUI.dll</HintPath>
  124. </Reference>
  125. <Reference Include="HslCommunication, Version=6.1.1.0, Culture=neutral, PublicKeyToken=cdb2261fa039ed67, processorArchitecture=MSIL">
  126. <SpecificVersion>False</SpecificVersion>
  127. <HintPath>bin\EXE\HslCommunication.dll</HintPath>
  128. </Reference>
  129. <Reference Include="ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  130. <HintPath>..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  131. </Reference>
  132. <Reference Include="Interop.ActUtlTypeLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  133. <SpecificVersion>False</SpecificVersion>
  134. <EmbedInteropTypes>True</EmbedInteropTypes>
  135. <HintPath>bin\Debug\Interop.ActUtlTypeLib.dll</HintPath>
  136. </Reference>
  137. <Reference Include="MathNet.Numerics, Version=4.15.0.0, Culture=neutral, PublicKeyToken=cd8b63ad3d691a37, processorArchitecture=MSIL">
  138. <HintPath>..\packages\MathNet.Numerics.Signed.4.15.0\lib\net461\MathNet.Numerics.dll</HintPath>
  139. </Reference>
  140. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=2.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  141. <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.2.3.2\lib\net462\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  142. </Reference>
  143. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  144. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  145. </Reference>
  146. <Reference Include="NPOI.Core, Version=2.6.2.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  147. <HintPath>..\packages\NPOI.2.6.2\lib\net472\NPOI.Core.dll</HintPath>
  148. </Reference>
  149. <Reference Include="NPOI.OOXML, Version=2.6.2.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  150. <HintPath>..\packages\NPOI.2.6.2\lib\net472\NPOI.OOXML.dll</HintPath>
  151. </Reference>
  152. <Reference Include="NPOI.OpenXml4Net, Version=2.6.2.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  153. <HintPath>..\packages\NPOI.2.6.2\lib\net472\NPOI.OpenXml4Net.dll</HintPath>
  154. </Reference>
  155. <Reference Include="NPOI.OpenXmlFormats, Version=2.6.2.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  156. <HintPath>..\packages\NPOI.2.6.2\lib\net472\NPOI.OpenXmlFormats.dll</HintPath>
  157. </Reference>
  158. <Reference Include="SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  159. <HintPath>..\packages\SixLabors.Fonts.1.0.0\lib\netstandard2.0\SixLabors.Fonts.dll</HintPath>
  160. </Reference>
  161. <Reference Include="SixLabors.ImageSharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  162. <HintPath>..\packages\SixLabors.ImageSharp.2.1.4\lib\net472\SixLabors.ImageSharp.dll</HintPath>
  163. </Reference>
  164. <Reference Include="SqlSugar, Version=5.1.4.124, Culture=neutral, processorArchitecture=MSIL">
  165. <HintPath>..\packages\SqlSugar.5.1.4.124\lib\SqlSugar.dll</HintPath>
  166. </Reference>
  167. <Reference Include="SunnyUI, Version=3.6.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  168. <HintPath>..\packages\SunnyUI.3.6.0\lib\net472\SunnyUI.dll</HintPath>
  169. </Reference>
  170. <Reference Include="SunnyUI.Common, Version=3.5.1.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  171. <HintPath>..\packages\SunnyUI.Common.3.5.1\lib\net472\SunnyUI.Common.dll</HintPath>
  172. </Reference>
  173. <Reference Include="System" />
  174. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  175. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  176. </Reference>
  177. <Reference Include="System.ComponentModel.DataAnnotations" />
  178. <Reference Include="System.Configuration" />
  179. <Reference Include="System.Core" />
  180. <Reference Include="System.Management" />
  181. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  182. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  183. </Reference>
  184. <Reference Include="System.Net" />
  185. <Reference Include="System.Numerics" />
  186. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  187. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  188. </Reference>
  189. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  190. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  191. </Reference>
  192. <Reference Include="System.Runtime.Serialization" />
  193. <Reference Include="System.Security" />
  194. <Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  195. <HintPath>..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  196. </Reference>
  197. <Reference Include="System.Security.Cryptography.Xml, Version=6.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  198. <HintPath>..\packages\System.Security.Cryptography.Xml.6.0.1\lib\net461\System.Security.Cryptography.Xml.dll</HintPath>
  199. </Reference>
  200. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  201. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  202. </Reference>
  203. <Reference Include="System.Text.Encoding.CodePages, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  204. <HintPath>..\packages\System.Text.Encoding.CodePages.5.0.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
  205. </Reference>
  206. <Reference Include="System.Web.Extensions" />
  207. <Reference Include="System.Web.Services" />
  208. <Reference Include="System.Xml.Linq" />
  209. <Reference Include="System.Data.DataSetExtensions" />
  210. <Reference Include="Microsoft.CSharp" />
  211. <Reference Include="System.Data" />
  212. <Reference Include="System.Deployment" />
  213. <Reference Include="System.Drawing" />
  214. <Reference Include="System.Net.Http" />
  215. <Reference Include="System.Windows.Forms" />
  216. <Reference Include="System.Xml" />
  217. <Reference Include="ZedGraph, Version=5.0.9.41461, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
  218. <SpecificVersion>False</SpecificVersion>
  219. <HintPath>bin\Debug\ZedGraph.dll</HintPath>
  220. </Reference>
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Compile Include="ClassFile\DbHelper\JsonFileHelper.cs" />
  224. <Compile Include="ClassFile\DbHelper\PracticeContext.cs" />
  225. <Compile Include="ClassFile\DbHelper\SqlHelper.cs" />
  226. <Compile Include="ClassFile\FALibraryClass\InovancePLC.cs" />
  227. <Compile Include="ClassFile\FALibraryClass\Md5Helper.cs" />
  228. <Compile Include="ClassFile\FileIOHelper.cs" />
  229. <Compile Include="ClassFile\Inovance_EIP.cs" />
  230. <Compile Include="ClassFile\ModbusClientHelper.cs" />
  231. <Compile Include="ClassFile\NPOIHelper.cs" />
  232. <Compile Include="ClassFile\NPOIOperate.cs" />
  233. <Compile Include="ClassFile\ProcessHelper.cs" />
  234. <Compile Include="ClassFile\ProjectClass\AlarmData.cs" />
  235. <Compile Include="ClassFile\ProjectClass\GlobalContext.cs" />
  236. <Compile Include="ClassFile\ProjectClass\FirstCheckData.cs" />
  237. <Compile Include="ClassFile\ProjectClass\HTTP.cs" />
  238. <Compile Include="ClassFile\ProjectClass\IPHelper.cs" />
  239. <Compile Include="ClassFile\ProjectClass\LineWorkingData.cs" />
  240. <Compile Include="ClassFile\ProjectClass\OneCheckData.cs" />
  241. <Compile Include="ClassFile\ProjectClass\OneCheckResult.cs" />
  242. <Compile Include="ClassFile\ProjectClass\StationIn.cs" />
  243. <Compile Include="ClassFile\ProjectClass\ProcessData.cs" />
  244. <Compile Include="ClassFile\ProjectClass\Response.cs" />
  245. <Compile Include="ClassFile\ProjectClass\SQLHelper_New.cs" />
  246. <Compile Include="ClassFile\ProjectClass\SQLHelper.cs" />
  247. <Compile Include="ClassFile\ProjectClass\Station.cs" />
  248. <Compile Include="ClassFile\ProjectClass\WorkingData.cs" />
  249. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVHttp_Response.cs" />
  250. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVHttp_CallEmptyContainerUnLoading.cs" />
  251. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVHttp_CallEmptyContainerLoading.cs" />
  252. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVHttp_CallFullContainerUnLoading.cs" />
  253. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVMQTT_UnLoading.cs" />
  254. <Compile Include="ClassFile\XiaomiAPI_AGV\XiaomiAGVMQTT_Loading.cs" />
  255. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_UploadFile.cs" />
  256. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_OperateLog.cs" />
  257. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_EquipmentConfig.cs" />
  258. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_ProcessConfig.cs" />
  259. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_SensorData.cs" />
  260. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_StationInputBegin.cs" />
  261. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_DeviceStateData.cs" />
  262. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_FaultLog.cs" />
  263. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_PassStationLog.cs" />
  264. <Compile Include="ClassFile\XiaomiAPI_IOT\XiaomiDeviceOEE.cs" />
  265. <Compile Include="ClassFile\XiaomiAPI_IOT\XiaomiDeviceState.cs" />
  266. <Compile Include="ClassFile\XiaomiAPI_IOT\XiaomiMqttClient.cs" />
  267. <Compile Include="ClassFile\XiaomiAPI_IOT\Extend\XiaomiMqttClient_PassStationResult.cs" />
  268. <Compile Include="ClassFile\XiaomiAPI_IOT\XiaomiMqttLoginParam.cs" />
  269. <Compile Include="ClassFile\XiaomiAPI_IOT\XiaomiMqttResponse_ErrCode.cs" />
  270. <Compile Include="ClassFile\XiaomiAPI_MES\XiaomiMESHttp_StationOutbound.cs" />
  271. <Compile Include="ClassFile\XiaomiAPI_MES\XiaomiMESHttp_StationInbound.cs" />
  272. <Compile Include="ClassFile\XiaomiAPI_MES\XiaomiMESHttp_X5.cs" />
  273. <Compile Include="ClassFile\XiaomiAPI_RouteCom\XiaomiMES_RouteCommunication.cs" />
  274. <Compile Include="ClassFile\XiaomiClass\AGVHelper.cs" />
  275. <Compile Include="ClassFile\XiaomiClass\IoTHelper.cs" />
  276. <Compile Include="ClassFile\XiaomiClass\MesHelper.cs" />
  277. <Compile Include="ClassFile\XiaomiClass\ProcessHelper.cs" />
  278. <Compile Include="FaForm\Form_DevAlarm.cs">
  279. <SubType>Form</SubType>
  280. </Compile>
  281. <Compile Include="FaForm\Form_DevAlarm.Designer.cs">
  282. <DependentUpon>Form_DevAlarm.cs</DependentUpon>
  283. </Compile>
  284. <Compile Include="FaForm\Form_Order.cs">
  285. <SubType>Form</SubType>
  286. </Compile>
  287. <Compile Include="FaForm\Form_Order.Designer.cs">
  288. <DependentUpon>Form_Order.cs</DependentUpon>
  289. </Compile>
  290. <Compile Include="FaForm\Form_OrderUpd.cs">
  291. <SubType>Form</SubType>
  292. </Compile>
  293. <Compile Include="FaForm\Form_OrderUpd.Designer.cs">
  294. <DependentUpon>Form_OrderUpd.cs</DependentUpon>
  295. </Compile>
  296. <Compile Include="FaForm\Form_OrderAdd.cs">
  297. <SubType>Form</SubType>
  298. </Compile>
  299. <Compile Include="FaForm\Form_OrderAdd.Designer.cs">
  300. <DependentUpon>Form_OrderAdd.cs</DependentUpon>
  301. </Compile>
  302. <Compile Include="FaForm\Form_Other.cs">
  303. <SubType>Form</SubType>
  304. </Compile>
  305. <Compile Include="FaForm\Form_Other.Designer.cs">
  306. <DependentUpon>Form_Other.cs</DependentUpon>
  307. </Compile>
  308. <Compile Include="FaForm\Form_PLCDB.cs">
  309. <SubType>Form</SubType>
  310. </Compile>
  311. <Compile Include="FaForm\Form_PLCDB.Designer.cs">
  312. <DependentUpon>Form_PLCDB.cs</DependentUpon>
  313. </Compile>
  314. <Compile Include="FaForm\Form_PLCDB_ShowInfo.cs">
  315. <SubType>Form</SubType>
  316. </Compile>
  317. <Compile Include="FaForm\Form_PLCDB_ShowInfo.Designer.cs">
  318. <DependentUpon>Form_PLCDB_ShowInfo.cs</DependentUpon>
  319. </Compile>
  320. <Compile Include="FaForm\Form_SystemSet.cs">
  321. <SubType>Form</SubType>
  322. </Compile>
  323. <Compile Include="FaForm\Form_SystemSet.designer.cs">
  324. <DependentUpon>Form_SystemSet.cs</DependentUpon>
  325. </Compile>
  326. <Compile Include="FaForm\Form_UserLogin.cs">
  327. <SubType>Form</SubType>
  328. </Compile>
  329. <Compile Include="FaForm\Form_UserLogin.designer.cs">
  330. <DependentUpon>Form_UserLogin.cs</DependentUpon>
  331. </Compile>
  332. <Compile Include="FaForm\Form_Alarm.cs">
  333. <SubType>Form</SubType>
  334. </Compile>
  335. <Compile Include="FaForm\Form_Alarm.Designer.cs">
  336. <DependentUpon>Form_Alarm.cs</DependentUpon>
  337. </Compile>
  338. <Compile Include="FaForm\Form_Main.cs">
  339. <SubType>Form</SubType>
  340. </Compile>
  341. <Compile Include="FaForm\Form_Main.Designer.cs">
  342. <DependentUpon>Form_Main.cs</DependentUpon>
  343. </Compile>
  344. <Compile Include="FaForm\Form_Welcome.cs">
  345. <SubType>Form</SubType>
  346. </Compile>
  347. <Compile Include="FaForm\Form_Welcome.designer.cs">
  348. <DependentUpon>Form_Welcome.cs</DependentUpon>
  349. </Compile>
  350. <Compile Include="ClassFile\FALibraryClass\CsvFunction.cs" />
  351. <Compile Include="ClassFile\FALibraryClass\DataFunction.cs" />
  352. <Compile Include="ClassFile\FALibraryClass\FormAutoScaling.cs" />
  353. <Compile Include="ClassFile\FALibraryClass\IniFunction.cs" />
  354. <Compile Include="ClassFile\FALibraryClass\IsStrLegal.cs" />
  355. <Compile Include="ClassFile\FALibraryClass\LogMgr.cs" />
  356. <Compile Include="ClassFile\FALibraryClass\SingletonTemplate.cs" />
  357. <Compile Include="ClassFile\FALibraryClass\SystemParameter.cs" />
  358. <Compile Include="ClassFile\FALibraryClass\TcpFunction.cs" />
  359. <Compile Include="ClassFile\FALibraryClass\FileFunction.cs" />
  360. <Compile Include="ClassFile\FALibraryClass\XmlHandle.cs" />
  361. <Compile Include="FaForm\Tips.cs">
  362. <SubType>Form</SubType>
  363. </Compile>
  364. <Compile Include="FaForm\Tips.Designer.cs">
  365. <DependentUpon>Tips.cs</DependentUpon>
  366. </Compile>
  367. <Compile Include="FaForm\Form_Home.cs">
  368. <SubType>Form</SubType>
  369. </Compile>
  370. <Compile Include="FaForm\Form_Home.Designer.cs">
  371. <DependentUpon>Form_Home.cs</DependentUpon>
  372. </Compile>
  373. <Compile Include="Models\OrderTable.cs" />
  374. <Compile Include="Models\WritePLCValue.cs" />
  375. <Compile Include="Program.cs" />
  376. <Compile Include="Properties\AssemblyInfo.cs" />
  377. <Compile Include="Properties\Resources.Designer.cs">
  378. <AutoGen>True</AutoGen>
  379. <DesignTime>True</DesignTime>
  380. <DependentUpon>Resources.resx</DependentUpon>
  381. </Compile>
  382. <Compile Include="Settings.cs" />
  383. <EmbeddedResource Include="FaForm\Form_DevAlarm.resx">
  384. <DependentUpon>Form_DevAlarm.cs</DependentUpon>
  385. </EmbeddedResource>
  386. <EmbeddedResource Include="FaForm\Form_Order.resx">
  387. <DependentUpon>Form_Order.cs</DependentUpon>
  388. </EmbeddedResource>
  389. <EmbeddedResource Include="FaForm\Form_Alarm.resx">
  390. <DependentUpon>Form_Alarm.cs</DependentUpon>
  391. </EmbeddedResource>
  392. <EmbeddedResource Include="FaForm\Form_Main.resx">
  393. <DependentUpon>Form_Main.cs</DependentUpon>
  394. </EmbeddedResource>
  395. <EmbeddedResource Include="FaForm\Form_OrderUpd.resx">
  396. <DependentUpon>Form_OrderUpd.cs</DependentUpon>
  397. </EmbeddedResource>
  398. <EmbeddedResource Include="FaForm\Form_OrderAdd.resx">
  399. <DependentUpon>Form_OrderAdd.cs</DependentUpon>
  400. </EmbeddedResource>
  401. <EmbeddedResource Include="FaForm\Form_Other.resx">
  402. <DependentUpon>Form_Other.cs</DependentUpon>
  403. </EmbeddedResource>
  404. <EmbeddedResource Include="FaForm\Form_PLCDB.resx">
  405. <DependentUpon>Form_PLCDB.cs</DependentUpon>
  406. </EmbeddedResource>
  407. <EmbeddedResource Include="FaForm\Form_PLCDB_ShowInfo.resx">
  408. <DependentUpon>Form_PLCDB_ShowInfo.cs</DependentUpon>
  409. </EmbeddedResource>
  410. <EmbeddedResource Include="FaForm\Form_SystemSet.resx">
  411. <DependentUpon>Form_SystemSet.cs</DependentUpon>
  412. </EmbeddedResource>
  413. <EmbeddedResource Include="FaForm\Form_UserLogin.resx">
  414. <DependentUpon>Form_UserLogin.cs</DependentUpon>
  415. </EmbeddedResource>
  416. <EmbeddedResource Include="FaForm\Form_Welcome.resx">
  417. <DependentUpon>Form_Welcome.cs</DependentUpon>
  418. </EmbeddedResource>
  419. <EmbeddedResource Include="FaForm\Tips.resx">
  420. <DependentUpon>Tips.cs</DependentUpon>
  421. </EmbeddedResource>
  422. <EmbeddedResource Include="FaForm\Form_Home.resx">
  423. <DependentUpon>Form_Home.cs</DependentUpon>
  424. </EmbeddedResource>
  425. <EmbeddedResource Include="Properties\Resources.resx">
  426. <Generator>ResXFileCodeGenerator</Generator>
  427. <SubType>Designer</SubType>
  428. </EmbeddedResource>
  429. <None Include="app.config" />
  430. <Content Include="DBFile\工位可调试点位预览表.xlsx">
  431. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  432. </Content>
  433. <None Include="CheckOneData.ini" />
  434. <None Include="Config.ini" />
  435. <None Include="packages.config" />
  436. <None Include="Properties\Settings.settings">
  437. <Generator>SettingsSingleFileGenerator</Generator>
  438. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  439. </None>
  440. <Compile Include="Properties\Settings.Designer.cs">
  441. <AutoGen>True</AutoGen>
  442. <DependentUpon>Settings.settings</DependentUpon>
  443. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  444. </Compile>
  445. <None Include="SystemParameter.ini" />
  446. <Content Include="ThingsMode\ThingsModel.json">
  447. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  448. </Content>
  449. </ItemGroup>
  450. <ItemGroup>
  451. <None Include="ProjectFile\App.config" />
  452. </ItemGroup>
  453. <ItemGroup>
  454. <Content Include="logo.ico" />
  455. <Content Include="msdn.ico" />
  456. <Content Include="ProjectFile\logo.ico" />
  457. <None Include="Resources\机器1.png" />
  458. <None Include="Resources\订单1.png" />
  459. <None Include="Resources\机器2.png" />
  460. <None Include="Resources\订单2.png" />
  461. <Content Include="ThingsMode\ark.x64.dll">
  462. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  463. </Content>
  464. <Content Include="ThingsMode\bz.exe">
  465. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  466. </Content>
  467. <Content Include="ThingsMode\DZx64.exe">
  468. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  469. </Content>
  470. <Content Include="ThingsMode\DZx86.exe">
  471. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  472. </Content>
  473. <Content Include="ThingsMode\fastJSON.dll">
  474. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  475. </Content>
  476. <Content Include="ThingsMode\FileAutoUpload.dll">
  477. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  478. </Content>
  479. <Content Include="ThingsMode\generateComputerId.exe">
  480. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  481. </Content>
  482. <Content Include="ThingsMode\M2Mqtt.Net.dll">
  483. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  484. </Content>
  485. <Content Include="ThingsMode\MQTT.dll">
  486. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  487. </Content>
  488. <Content Include="ThingsMode\MqttServer.exe">
  489. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  490. </Content>
  491. <Content Include="ThingsMode\msvcp71.dll">
  492. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  493. </Content>
  494. <Content Include="ThingsMode\msvcr71.dll">
  495. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  496. </Content>
  497. <Content Include="ThingsMode\Newtonsoft.Json.dll">
  498. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  499. </Content>
  500. <Content Include="ThingsMode\PCMonitor\CommonLog.dll">
  501. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  502. </Content>
  503. <Content Include="ThingsMode\PCMonitor\DataTransferDll.dll">
  504. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  505. </Content>
  506. <Content Include="ThingsMode\PCMonitor\msvcp140.dll">
  507. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  508. </Content>
  509. <Content Include="ThingsMode\PCMonitor\Newtonsoft.Json.dll">
  510. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  511. </Content>
  512. <Content Include="ThingsMode\PCMonitor\OpenHardwareMonitorLib.dll">
  513. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  514. </Content>
  515. <Content Include="ThingsMode\PCMonitor\PCMonitor.exe">
  516. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  517. </Content>
  518. <Content Include="ThingsMode\PCMonitor\System.Data.SQLite.dll">
  519. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  520. </Content>
  521. <Content Include="ThingsMode\PCMonitor\System.Threading.Tasks.Dataflow.dll">
  522. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  523. </Content>
  524. <Content Include="ThingsMode\PCMonitor\System.ValueTuple.dll">
  525. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  526. </Content>
  527. <Content Include="ThingsMode\PCMonitor\ucrtbase.dll">
  528. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  529. </Content>
  530. <Content Include="ThingsMode\PCMonitor\vcruntime140.dll">
  531. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  532. </Content>
  533. <Content Include="ThingsMode\Shell.dll">
  534. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  535. </Content>
  536. <Content Include="ThingsMode\System.Data.SQLite.dll">
  537. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  538. </Content>
  539. <Content Include="ThingsMode\TestRecordUpload.dll">
  540. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  541. </Content>
  542. <Content Include="XDict.lnk.ico" />
  543. <None Include="Resources\载具图2.PNG" />
  544. <None Include="Resources\logo标准.png" />
  545. <None Include="Resources\546567.png" />
  546. <None Include="Resources\543529.png" />
  547. <None Include="Resources\Vision_On.png" />
  548. <None Include="Resources\Vision_Off.png" />
  549. <None Include="Resources\Stop_On.png" />
  550. <None Include="Resources\Stop_Off.png" />
  551. <None Include="Resources\Start_On.png" />
  552. <None Include="Resources\Start_Off.png" />
  553. <None Include="Resources\set.png" />
  554. <None Include="Resources\servo_up.png" />
  555. <None Include="Resources\servo_turn_right.png" />
  556. <None Include="Resources\servo_turn_left.png" />
  557. <None Include="Resources\servo_Stop.png" />
  558. <None Include="Resources\servo_right.png" />
  559. <None Include="Resources\servo_Left.png" />
  560. <None Include="Resources\servo_front.png" />
  561. <None Include="Resources\servo_down.png" />
  562. <None Include="Resources\servo_back.png" />
  563. <None Include="Resources\Pause_On.png" />
  564. <None Include="Resources\Pause_Off.png" />
  565. <None Include="Resources\menu_save.png" />
  566. <None Include="Resources\Mannual_On.png" />
  567. <None Include="Resources\Mannual_Off.png" />
  568. <None Include="Resources\Login_On.png" />
  569. <None Include="Resources\Login_Off.png" />
  570. <None Include="Resources\light_red.png" />
  571. <None Include="Resources\light_green.png" />
  572. <None Include="Resources\light_gray.png" />
  573. <None Include="Resources\ico_save.png" />
  574. <None Include="Resources\ico_folder.png" />
  575. <None Include="Resources\Home_on.png" />
  576. <None Include="Resources\Home_Off.png" />
  577. <None Include="Resources\half_pie.png" />
  578. <None Include="Resources\File_Excel_On.png" />
  579. <None Include="Resources\File_Excel_Off.png" />
  580. <None Include="Resources\Data_Information_On.png" />
  581. <None Include="Resources\Data_Information_Off.png" />
  582. <None Include="Resources\chart_line.png" />
  583. <None Include="Resources\Alarm_On.png" />
  584. <None Include="Resources\Alarm_Off.png" />
  585. <None Include="Resources\MainBackGround.bmp" />
  586. </ItemGroup>
  587. <ItemGroup>
  588. <WCFMetadata Include="Service References\" />
  589. </ItemGroup>
  590. <ItemGroup>
  591. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  592. <Visible>False</Visible>
  593. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  594. <Install>true</Install>
  595. </BootstrapperPackage>
  596. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  597. <Visible>False</Visible>
  598. <ProductName>.NET Framework 3.5 SP1</ProductName>
  599. <Install>false</Install>
  600. </BootstrapperPackage>
  601. </ItemGroup>
  602. <ItemGroup />
  603. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  604. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  605. Other similar extension points exist, see Microsoft.Common.targets.
  606. <Target Name="BeforeBuild">
  607. </Target>
  608. <Target Name="AfterBuild">
  609. </Target>
  610. -->
  611. </Project>