centralController.csproj 19 KB

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