centralController.csproj 16 KB

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