centralController.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  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>{9E7EDF21-C6F4-4245-AE41-0C020C7107C2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>centralController</RootNamespace>
  10. <AssemblyName>centralController</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <RunCodeAnalysis>false</RunCodeAnalysis>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <ApplicationIcon>icon.ico</ApplicationIcon>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="broadcastDLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>sdk\broadcast\broadcastDLL.dll</HintPath>
  43. </Reference>
  44. <Reference Include="db, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>sdk\mysql\db.dll</HintPath>
  47. </Reference>
  48. <Reference Include="DevComponents.DotNetBar.Schedule, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>sdk\dotnetbar\DevComponents.DotNetBar.Schedule.dll</HintPath>
  51. </Reference>
  52. <Reference Include="DevComponents.DotNetBar.SuperGrid, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>sdk\dotnetbar\DevComponents.DotNetBar.SuperGrid.dll</HintPath>
  55. </Reference>
  56. <Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>sdk\dotnetbar\DevComponents.DotNetBar2.dll</HintPath>
  59. </Reference>
  60. <Reference Include="DevComponents.Instrumentation, Version=12.5.0.2, Culture=neutral, PublicKeyToken=bc4a9d761ea44ef0, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>sdk\dotnetbar\DevComponents.Instrumentation.dll</HintPath>
  63. </Reference>
  64. <Reference Include="DotNetty.Buffers">
  65. <HintPath>sdk\dotNetty\DotNetty.Buffers.dll</HintPath>
  66. </Reference>
  67. <Reference Include="DotNetty.Codecs">
  68. <HintPath>sdk\dotNetty\DotNetty.Codecs.dll</HintPath>
  69. </Reference>
  70. <Reference Include="DotNetty.Common">
  71. <HintPath>sdk\dotNetty\DotNetty.Common.dll</HintPath>
  72. </Reference>
  73. <Reference Include="DotNetty.Handlers">
  74. <HintPath>sdk\dotNetty\DotNetty.Handlers.dll</HintPath>
  75. </Reference>
  76. <Reference Include="DotNetty.Transport">
  77. <HintPath>sdk\dotNetty\DotNetty.Transport.dll</HintPath>
  78. </Reference>
  79. <Reference Include="HslCommunication">
  80. <HintPath>sdk\VZ_Sdk\HslCommunication.dll</HintPath>
  81. </Reference>
  82. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>sdk\log4net\log4net.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Microsoft.Extensions.Configuration">
  87. <HintPath>sdk\dotNetty\Microsoft.Extensions.Configuration.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Microsoft.Extensions.Configuration.Abstractions">
  90. <HintPath>sdk\dotNetty\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Microsoft.Extensions.Configuration.FileExtensions">
  93. <HintPath>sdk\dotNetty\Microsoft.Extensions.Configuration.FileExtensions.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Microsoft.Extensions.Configuration.Json">
  96. <HintPath>sdk\dotNetty\Microsoft.Extensions.Configuration.Json.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
  99. <HintPath>sdk\dotNetty\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Microsoft.Extensions.FileProviders.Abstractions">
  102. <HintPath>sdk\dotNetty\Microsoft.Extensions.FileProviders.Abstractions.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Microsoft.Extensions.FileProviders.Physical">
  105. <HintPath>sdk\dotNetty\Microsoft.Extensions.FileProviders.Physical.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Microsoft.Extensions.Logging">
  108. <HintPath>sdk\dotNetty\Microsoft.Extensions.Logging.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Microsoft.Extensions.Logging.Abstractions">
  111. <HintPath>sdk\dotNetty\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Microsoft.Extensions.Primitives">
  114. <HintPath>sdk\dotNetty\Microsoft.Extensions.Primitives.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  117. <SpecificVersion>False</SpecificVersion>
  118. <EmbedInteropTypes>True</EmbedInteropTypes>
  119. <HintPath>sdk\Microsoft.Office.Interop.Excel.dll</HintPath>
  120. </Reference>
  121. <Reference Include="MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  122. <SpecificVersion>False</SpecificVersion>
  123. <HintPath>sdk\mysql\MySql.Data.dll</HintPath>
  124. </Reference>
  125. <Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  126. <SpecificVersion>False</SpecificVersion>
  127. <HintPath>sdk\dotNetty\netstandard.dll</HintPath>
  128. </Reference>
  129. <Reference Include="nettyCommunication">
  130. <HintPath>sdk\dotNetty\nettyCommunication.dll</HintPath>
  131. </Reference>
  132. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  133. <SpecificVersion>False</SpecificVersion>
  134. <HintPath>sdk\dotNetty\Newtonsoft.Json.dll</HintPath>
  135. </Reference>
  136. <Reference Include="PLCS7, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  137. <SpecificVersion>False</SpecificVersion>
  138. <HintPath>sdk\PLC\PLCS7.dll</HintPath>
  139. </Reference>
  140. <Reference Include="snap7Enc, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  141. <SpecificVersion>False</SpecificVersion>
  142. <HintPath>sdk\PLC\snap7Enc.dll</HintPath>
  143. </Reference>
  144. <Reference Include="System" />
  145. <Reference Include="System.Collections.Immutable">
  146. <HintPath>sdk\dotNetty\System.Collections.Immutable.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.Configuration" />
  149. <Reference Include="System.Core" />
  150. <Reference Include="System.Management" />
  151. <Reference Include="System.Runtime.CompilerServices.Unsafe">
  152. <HintPath>sdk\dotNetty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  153. </Reference>
  154. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  155. <HintPath>sdk\dotNetty\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  156. </Reference>
  157. <Reference Include="System.Threading.Tasks.Extensions">
  158. <HintPath>sdk\dotNetty\System.Threading.Tasks.Extensions.dll</HintPath>
  159. </Reference>
  160. <Reference Include="System.Xml.Linq" />
  161. <Reference Include="System.Data.DataSetExtensions" />
  162. <Reference Include="Microsoft.CSharp" />
  163. <Reference Include="System.Data" />
  164. <Reference Include="System.Deployment" />
  165. <Reference Include="System.Drawing" />
  166. <Reference Include="System.Net.Http" />
  167. <Reference Include="System.Windows.Forms" />
  168. <Reference Include="System.Xml" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <Compile Include="advert\AdvertManager.cs" />
  172. <Compile Include="allInOneMachine\broadcastModule.cs" />
  173. <Compile Include="entity\AbstractMessage.cs" />
  174. <Compile Include="entity\Jsonhelper.cs" />
  175. <Compile Include="FormModbus\BaseConfig_From.cs">
  176. <SubType>Form</SubType>
  177. </Compile>
  178. <Compile Include="FormModbus\BaseConfig_From.designer.cs">
  179. <DependentUpon>BaseConfig_From.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="FormModbus\FormModbus.cs">
  182. <SubType>Form</SubType>
  183. </Compile>
  184. <Compile Include="FormModbus\FormModbus.Designer.cs">
  185. <DependentUpon>FormModbus.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="FormModbus\Jsonhelper.cs" />
  188. <Compile Include="FormModbus\NetCfg_Form.cs">
  189. <SubType>Form</SubType>
  190. </Compile>
  191. <Compile Include="FormModbus\NetCfg_Form.designer.cs">
  192. <DependentUpon>NetCfg_Form.cs</DependentUpon>
  193. </Compile>
  194. <Compile Include="FormModbus\RuleCfg_Form.cs">
  195. <SubType>Form</SubType>
  196. </Compile>
  197. <Compile Include="FormModbus\RuleCfg_Form.designer.cs">
  198. <DependentUpon>RuleCfg_Form.cs</DependentUpon>
  199. </Compile>
  200. <Compile Include="FormModbus\RVideoCfg_Form.cs">
  201. <SubType>Form</SubType>
  202. </Compile>
  203. <Compile Include="FormModbus\RVideoCfg_Form.designer.cs">
  204. <DependentUpon>RVideoCfg_Form.cs</DependentUpon>
  205. </Compile>
  206. <Compile Include="FormModbus\StrToJson.cs" />
  207. <Compile Include="FormModbus\VideoCfg_Form.cs">
  208. <SubType>Form</SubType>
  209. </Compile>
  210. <Compile Include="FormModbus\VideoCfg_Form.designer.cs">
  211. <DependentUpon>VideoCfg_Form.cs</DependentUpon>
  212. </Compile>
  213. <Compile Include="FormNumberMachinePreview.cs">
  214. <SubType>Form</SubType>
  215. </Compile>
  216. <Compile Include="FormNumberMachinePreview.Designer.cs">
  217. <DependentUpon>FormNumberMachinePreview.cs</DependentUpon>
  218. </Compile>
  219. <Compile Include="FormRecordsManager.cs">
  220. <SubType>Form</SubType>
  221. </Compile>
  222. <Compile Include="FormRecordsManager.Designer.cs">
  223. <DependentUpon>FormRecordsManager.cs</DependentUpon>
  224. </Compile>
  225. <Compile Include="FormSysConfig.cs">
  226. <SubType>Form</SubType>
  227. </Compile>
  228. <Compile Include="FormSysConfig.Designer.cs">
  229. <DependentUpon>FormSysConfig.cs</DependentUpon>
  230. </Compile>
  231. <Compile Include="FormSysInfo.cs">
  232. <SubType>Form</SubType>
  233. </Compile>
  234. <Compile Include="FormSysInfo.Designer.cs">
  235. <DependentUpon>FormSysInfo.cs</DependentUpon>
  236. </Compile>
  237. <Compile Include="FormPaymentScheme.cs">
  238. <SubType>Form</SubType>
  239. </Compile>
  240. <Compile Include="FormPaymentScheme.Designer.cs">
  241. <DependentUpon>FormPaymentScheme.cs</DependentUpon>
  242. </Compile>
  243. <Compile Include="language\Language.cs" />
  244. <Compile Include="LOG\log.cs" />
  245. <Compile Include="LOG\LogManager.cs" />
  246. <Compile Include="LOG\LogTest.cs" />
  247. <Compile Include="model\MainModel.cs" />
  248. <Compile Include="model\PaymentScheme.cs" />
  249. <Compile Include="model\SysConst.cs" />
  250. <Compile Include="FormPLCConf.cs">
  251. <SubType>Form</SubType>
  252. </Compile>
  253. <Compile Include="FormPLCConf.Designer.cs">
  254. <DependentUpon>FormPLCConf.cs</DependentUpon>
  255. </Compile>
  256. <Compile Include="model\TermModel.cs" />
  257. <Compile Include="Monitor\SystemInitializer.cs" />
  258. <Compile Include="FormCentralController.cs">
  259. <SubType>Form</SubType>
  260. </Compile>
  261. <Compile Include="FormCentralController.Designer.cs">
  262. <DependentUpon>FormCentralController.cs</DependentUpon>
  263. </Compile>
  264. <Compile Include="Monitor\IMonitor.cs" />
  265. <Compile Include="Monitor\Monitor.cs" />
  266. <Compile Include="NumMachine\INumMachineLinker.cs" />
  267. <Compile Include="NumMachine\NumMachine.cs" />
  268. <Compile Include="NumMachine\VzClientSDK.cs" />
  269. <Compile Include="Program.cs" />
  270. <Compile Include="Properties\AssemblyInfo.cs" />
  271. <Compile Include="SuperAdmin\ISuperAdmin.cs" />
  272. <Compile Include="SuperAdmin\SuperAdmin.cs" />
  273. <Compile Include="Terminal\ITerminalDisplay.cs" />
  274. <Compile Include="Terminal\Terminal.cs" />
  275. <Compile Include="Tools\BlockingQueue.cs" />
  276. <Compile Include="Tools\JsonByByteToObjectTools.cs" />
  277. <Compile Include="Tools\MyTimer.cs" />
  278. <Compile Include="WebServer\CentralForWebSocketServer.cs" />
  279. <Compile Include="WebServer\IWebServer.cs" />
  280. <Compile Include="WebServer\LazySingleton.cs" />
  281. <Compile Include="WebServer\MultiSocketThread.cs" />
  282. <Compile Include="WebServer\WebServer.cs" />
  283. <EmbeddedResource Include="FormModbus\BaseConfig_From.resx">
  284. <DependentUpon>BaseConfig_From.cs</DependentUpon>
  285. </EmbeddedResource>
  286. <EmbeddedResource Include="FormModbus\FormModbus.resx">
  287. <DependentUpon>FormModbus.cs</DependentUpon>
  288. </EmbeddedResource>
  289. <EmbeddedResource Include="FormModbus\NetCfg_Form.resx">
  290. <DependentUpon>NetCfg_Form.cs</DependentUpon>
  291. </EmbeddedResource>
  292. <EmbeddedResource Include="FormModbus\RuleCfg_Form.resx">
  293. <DependentUpon>RuleCfg_Form.cs</DependentUpon>
  294. </EmbeddedResource>
  295. <EmbeddedResource Include="FormModbus\RVideoCfg_Form.resx">
  296. <DependentUpon>RVideoCfg_Form.cs</DependentUpon>
  297. </EmbeddedResource>
  298. <EmbeddedResource Include="FormModbus\VideoCfg_Form.resx">
  299. <DependentUpon>VideoCfg_Form.cs</DependentUpon>
  300. </EmbeddedResource>
  301. <EmbeddedResource Include="FormNumberMachinePreview.resx">
  302. <DependentUpon>FormNumberMachinePreview.cs</DependentUpon>
  303. </EmbeddedResource>
  304. <EmbeddedResource Include="FormRecordsManager.resx">
  305. <DependentUpon>FormRecordsManager.cs</DependentUpon>
  306. </EmbeddedResource>
  307. <EmbeddedResource Include="FormSysConfig.resx">
  308. <DependentUpon>FormSysConfig.cs</DependentUpon>
  309. </EmbeddedResource>
  310. <EmbeddedResource Include="FormSysInfo.resx">
  311. <DependentUpon>FormSysInfo.cs</DependentUpon>
  312. </EmbeddedResource>
  313. <EmbeddedResource Include="FormPaymentScheme.resx">
  314. <DependentUpon>FormPaymentScheme.cs</DependentUpon>
  315. </EmbeddedResource>
  316. <EmbeddedResource Include="FormCentralController.resx">
  317. <DependentUpon>FormCentralController.cs</DependentUpon>
  318. <SubType>Designer</SubType>
  319. </EmbeddedResource>
  320. <EmbeddedResource Include="FormPLCConf.resx">
  321. <DependentUpon>FormPLCConf.cs</DependentUpon>
  322. </EmbeddedResource>
  323. <EmbeddedResource Include="Properties\Resources.resx">
  324. <Generator>ResXFileCodeGenerator</Generator>
  325. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  326. <SubType>Designer</SubType>
  327. </EmbeddedResource>
  328. <Compile Include="Properties\Resources.Designer.cs">
  329. <AutoGen>True</AutoGen>
  330. <DependentUpon>Resources.resx</DependentUpon>
  331. <DesignTime>True</DesignTime>
  332. </Compile>
  333. <None Include="ClassDiagram1.cd" />
  334. <None Include="Properties\Settings.settings">
  335. <Generator>SettingsSingleFileGenerator</Generator>
  336. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  337. </None>
  338. <Compile Include="Properties\Settings.Designer.cs">
  339. <AutoGen>True</AutoGen>
  340. <DependentUpon>Settings.settings</DependentUpon>
  341. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  342. </Compile>
  343. <None Include="serversettings.json">
  344. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  345. </None>
  346. </ItemGroup>
  347. <ItemGroup>
  348. <None Include="App.config">
  349. <SubType>Designer</SubType>
  350. </None>
  351. </ItemGroup>
  352. <ItemGroup>
  353. <None Include="Resources\login_png.png" />
  354. <None Include="resource\image\map\pc.png" />
  355. <None Include="resource\image\map\monitor.png" />
  356. <None Include="resource\image\map\circulate2.png" />
  357. <None Include="resource\image\map\circulate.png" />
  358. <None Include="resource\image\menu\close.png" />
  359. <None Include="resource\image\menu\about.png" />
  360. <None Include="resource\image\menu\openFile.png" />
  361. <None Include="resource\image\menu\sysExplain.png" />
  362. <None Include="resource\image\map\numMachine.png" />
  363. <None Include="resource\image\map\car.png" />
  364. <Content Include="icon.ico" />
  365. <Content Include="sdk\broadcast\broadcastDLL.dll" />
  366. <Content Include="sdk\log4net\log4net.dll" />
  367. <Content Include="sdk\mysql\MySql.Data.dll" />
  368. <Content Include="sdk\PLC\PLCS7.dll" />
  369. <Content Include="sdk\PLC\S7.Net.dll" />
  370. <Content Include="sdk\VZ_Sdk\iDecoders.dll">
  371. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  372. </Content>
  373. <Content Include="sdk\VZ_Sdk\VzDrawsLib.dll">
  374. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  375. </Content>
  376. <Content Include="sdk\VZ_Sdk\VzLPRSDK.dll">
  377. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  378. </Content>
  379. <Content Include="sdk\VZ_Sdk\VZ_Sdk.dll">
  380. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  381. </Content>
  382. <Resource Include="sdk\log4net\log4net.xml" />
  383. </ItemGroup>
  384. <ItemGroup>
  385. <Folder Include="Entry\" />
  386. </ItemGroup>
  387. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  388. </Project>