centralController.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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.SuperGrid, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b" />
  46. <Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>D:\program_files\DotNetBar for Windows Forms\DevComponents.DotNetBar2.dll</HintPath>
  49. </Reference>
  50. <Reference Include="DevComponents.Instrumentation, Version=12.5.0.2, Culture=neutral, PublicKeyToken=bc4a9d761ea44ef0" />
  51. <Reference Include="HslCommunication">
  52. <HintPath>sdk\VZ_Sdk\HslCommunication.dll</HintPath>
  53. </Reference>
  54. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>sdk\log4net\log4net.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <EmbedInteropTypes>True</EmbedInteropTypes>
  61. <HintPath>sdk\Microsoft.Office.Interop.Excel.dll</HintPath>
  62. </Reference>
  63. <Reference Include="MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>sdk\mysql\MySql.Data.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Newtonsoft.Json">
  68. <HintPath>sdk\VZ_Sdk\Newtonsoft.Json.dll</HintPath>
  69. </Reference>
  70. <Reference Include="PLCS7, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>sdk\PLC\PLCS7.dll</HintPath>
  73. </Reference>
  74. <Reference Include="S7.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d5812d469e84c693, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>sdk\PLC\S7.Net.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Management" />
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Deployment" />
  87. <Reference Include="System.Drawing" />
  88. <Reference Include="System.Net.Http" />
  89. <Reference Include="System.Windows.Forms" />
  90. <Reference Include="System.Xml" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="advert\AdvertManager.cs" />
  94. <Compile Include="entity\AbstractMessage.cs" />
  95. <Compile Include="entity\Jsonhelper.cs" />
  96. <Compile Include="FormModbus\BaseConfig_From.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="FormModbus\BaseConfig_From.designer.cs">
  100. <DependentUpon>BaseConfig_From.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="FormModbus\FormModbus.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="FormModbus\FormModbus.Designer.cs">
  106. <DependentUpon>FormModbus.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="FormModbus\Jsonhelper.cs" />
  109. <Compile Include="FormModbus\NetCfg_Form.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="FormModbus\NetCfg_Form.designer.cs">
  113. <DependentUpon>NetCfg_Form.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="FormModbus\RuleCfg_Form.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="FormModbus\RuleCfg_Form.designer.cs">
  119. <DependentUpon>RuleCfg_Form.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="FormModbus\RVideoCfg_Form.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="FormModbus\RVideoCfg_Form.designer.cs">
  125. <DependentUpon>RVideoCfg_Form.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="FormModbus\StrToJson.cs" />
  128. <Compile Include="FormModbus\VideoCfg_Form.cs">
  129. <SubType>Form</SubType>
  130. </Compile>
  131. <Compile Include="FormModbus\VideoCfg_Form.designer.cs">
  132. <DependentUpon>VideoCfg_Form.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="FormSysInfo.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="FormSysInfo.Designer.cs">
  138. <DependentUpon>FormSysInfo.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="Form_paymentScheme.cs">
  141. <SubType>Form</SubType>
  142. </Compile>
  143. <Compile Include="Form_paymentScheme.Designer.cs">
  144. <DependentUpon>Form_paymentScheme.cs</DependentUpon>
  145. </Compile>
  146. <Compile Include="language\Language.cs" />
  147. <Compile Include="LOG\log.cs" />
  148. <Compile Include="LOG\LogManager.cs" />
  149. <Compile Include="LOG\LogTest.cs" />
  150. <Compile Include="model\MainModel.cs" />
  151. <Compile Include="model\SysConst.cs" />
  152. <Compile Include="FormPLCConf.cs">
  153. <SubType>Form</SubType>
  154. </Compile>
  155. <Compile Include="FormPLCConf.Designer.cs">
  156. <DependentUpon>FormPLCConf.cs</DependentUpon>
  157. </Compile>
  158. <Compile Include="Monitor\SystemInitializer.cs" />
  159. <Compile Include="FormCentralController.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="FormCentralController.Designer.cs">
  163. <DependentUpon>FormCentralController.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="Monitor\IMonitor.cs" />
  166. <Compile Include="Monitor\Monitor.cs" />
  167. <Compile Include="NumMachine\INumMachineLinker.cs" />
  168. <Compile Include="NumMachine\NumMachine.cs" />
  169. <Compile Include="NumMachine\VzClientSDK.cs" />
  170. <Compile Include="Program.cs" />
  171. <Compile Include="Properties\AssemblyInfo.cs" />
  172. <Compile Include="SuperAdmin\ISuperAdmin.cs" />
  173. <Compile Include="SuperAdmin\SuperAdmin.cs" />
  174. <Compile Include="Terminal\ITerminalDisplay.cs" />
  175. <Compile Include="Terminal\Terminal.cs" />
  176. <Compile Include="Tools\BlockingQueue.cs" />
  177. <Compile Include="Tools\JsonByByteToObjectTools.cs" />
  178. <Compile Include="Tools\MyTimer.cs" />
  179. <Compile Include="WebServer\CentralForWebSocketServer.cs" />
  180. <Compile Include="WebServer\IWebServer.cs" />
  181. <Compile Include="WebServer\LazySingleton.cs" />
  182. <Compile Include="WebServer\MultiSocketThread.cs" />
  183. <EmbeddedResource Include="FormModbus\BaseConfig_From.resx">
  184. <DependentUpon>BaseConfig_From.cs</DependentUpon>
  185. </EmbeddedResource>
  186. <EmbeddedResource Include="FormModbus\FormModbus.resx">
  187. <DependentUpon>FormModbus.cs</DependentUpon>
  188. </EmbeddedResource>
  189. <EmbeddedResource Include="FormModbus\NetCfg_Form.resx">
  190. <DependentUpon>NetCfg_Form.cs</DependentUpon>
  191. </EmbeddedResource>
  192. <EmbeddedResource Include="FormModbus\RuleCfg_Form.resx">
  193. <DependentUpon>RuleCfg_Form.cs</DependentUpon>
  194. </EmbeddedResource>
  195. <EmbeddedResource Include="FormModbus\RVideoCfg_Form.resx">
  196. <DependentUpon>RVideoCfg_Form.cs</DependentUpon>
  197. </EmbeddedResource>
  198. <EmbeddedResource Include="FormModbus\VideoCfg_Form.resx">
  199. <DependentUpon>VideoCfg_Form.cs</DependentUpon>
  200. </EmbeddedResource>
  201. <EmbeddedResource Include="FormSysInfo.resx">
  202. <DependentUpon>FormSysInfo.cs</DependentUpon>
  203. </EmbeddedResource>
  204. <EmbeddedResource Include="Form_paymentScheme.resx">
  205. <DependentUpon>Form_paymentScheme.cs</DependentUpon>
  206. </EmbeddedResource>
  207. <EmbeddedResource Include="FormCentralController.resx">
  208. <DependentUpon>FormCentralController.cs</DependentUpon>
  209. <SubType>Designer</SubType>
  210. </EmbeddedResource>
  211. <EmbeddedResource Include="FormPLCConf.resx">
  212. <DependentUpon>FormPLCConf.cs</DependentUpon>
  213. </EmbeddedResource>
  214. <EmbeddedResource Include="Properties\Resources.resx">
  215. <Generator>ResXFileCodeGenerator</Generator>
  216. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  217. <SubType>Designer</SubType>
  218. </EmbeddedResource>
  219. <Compile Include="Properties\Resources.Designer.cs">
  220. <AutoGen>True</AutoGen>
  221. <DependentUpon>Resources.resx</DependentUpon>
  222. <DesignTime>True</DesignTime>
  223. </Compile>
  224. <None Include="Properties\Settings.settings">
  225. <Generator>SettingsSingleFileGenerator</Generator>
  226. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  227. </None>
  228. <Compile Include="Properties\Settings.Designer.cs">
  229. <AutoGen>True</AutoGen>
  230. <DependentUpon>Settings.settings</DependentUpon>
  231. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  232. </Compile>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <None Include="App.config">
  236. <SubType>Designer</SubType>
  237. </None>
  238. </ItemGroup>
  239. <ItemGroup>
  240. <None Include="Resources\login_png.png" />
  241. <None Include="resource\image\map\pc.png" />
  242. <None Include="resource\image\map\monitor.png" />
  243. <None Include="resource\image\map\circulate2.png" />
  244. <None Include="resource\image\map\circulate.png" />
  245. <None Include="resource\image\menu\close.png" />
  246. <None Include="resource\image\menu\about.png" />
  247. <None Include="resource\image\menu\openFile.png" />
  248. <None Include="resource\image\menu\sysExplain.png" />
  249. <Content Include="sdk\broadcast\broadcastDLL.dll" />
  250. <Content Include="sdk\log4net\log4net.dll" />
  251. <Content Include="sdk\mysql\MySql.Data.dll" />
  252. <Content Include="sdk\PLC\PLCS7.dll" />
  253. <Content Include="sdk\PLC\S7.Net.dll" />
  254. <Content Include="sdk\VZ_Sdk\iDecoders.dll" />
  255. <Content Include="sdk\VZ_Sdk\VzDrawsLib.dll" />
  256. <Content Include="sdk\VZ_Sdk\VzLPRSDK.dll" />
  257. <Content Include="sdk\VZ_Sdk\VZ_Sdk.dll" />
  258. <Resource Include="sdk\log4net\log4net.xml" />
  259. </ItemGroup>
  260. <ItemGroup>
  261. <Folder Include="Entry\" />
  262. </ItemGroup>
  263. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  264. </Project>