centralController.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="broadcastDLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>sdk\broadcast\broadcastDLL.dll</HintPath>
  39. </Reference>
  40. <Reference Include="db">
  41. <HintPath>sdk\mysql\db.dll</HintPath>
  42. </Reference>
  43. <Reference Include="DevComponents.DotNetBar.SuperGrid, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b" />
  44. <Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>D:\program_files\DotNetBar for Windows Forms\DevComponents.DotNetBar2.dll</HintPath>
  47. </Reference>
  48. <Reference Include="DevComponents.Instrumentation, Version=12.5.0.2, Culture=neutral, PublicKeyToken=bc4a9d761ea44ef0" />
  49. <Reference Include="HslCommunication">
  50. <HintPath>sdk\VZ_Sdk\HslCommunication.dll</HintPath>
  51. </Reference>
  52. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>sdk\log4net\log4net.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <EmbedInteropTypes>True</EmbedInteropTypes>
  59. <HintPath>sdk\Microsoft.Office.Interop.Excel.dll</HintPath>
  60. </Reference>
  61. <Reference Include="MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>sdk\mysql\MySql.Data.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Newtonsoft.Json">
  66. <HintPath>sdk\VZ_Sdk\Newtonsoft.Json.dll</HintPath>
  67. </Reference>
  68. <Reference Include="PLCS7, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>sdk\PLC\PLCS7.dll</HintPath>
  71. </Reference>
  72. <Reference Include="S7.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d5812d469e84c693, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>sdk\PLC\S7.Net.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Management" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Deployment" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Xml" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="entity\AbstractMessage.cs" />
  92. <Compile Include="entity\Jsonhelper.cs" />
  93. <Compile Include="language\Language.cs" />
  94. <Compile Include="LOG\log.cs" />
  95. <Compile Include="LOG\LogManager.cs" />
  96. <Compile Include="LOG\LogTest.cs" />
  97. <Compile Include="model\MainModel.cs" />
  98. <Compile Include="model\SysConst.cs" />
  99. <Compile Include="Monitor\SystemInitializer.cs" />
  100. <Compile Include="FormCentralController.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="FormCentralController.Designer.cs">
  104. <DependentUpon>FormCentralController.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="Monitor\IMonitor.cs" />
  107. <Compile Include="Monitor\Monitor.cs" />
  108. <Compile Include="NumMachine\INumMachineLinker.cs" />
  109. <Compile Include="NumMachine\NumMachine.cs" />
  110. <Compile Include="NumMachine\VzClientSDK.cs" />
  111. <Compile Include="Program.cs" />
  112. <Compile Include="Properties\AssemblyInfo.cs" />
  113. <Compile Include="SuperAdmin\ISuperAdmin.cs" />
  114. <Compile Include="SuperAdmin\SuperAdmin.cs" />
  115. <Compile Include="Terminal\ITerminalDisplay.cs" />
  116. <Compile Include="Terminal\Terminal.cs" />
  117. <Compile Include="Tools\BlockingQueue.cs" />
  118. <Compile Include="Tools\JsonByByteToObjectTools.cs" />
  119. <Compile Include="Tools\MyTimer.cs" />
  120. <Compile Include="WebServer\CentralForWebSocketServer.cs" />
  121. <Compile Include="WebServer\IWebServer.cs" />
  122. <Compile Include="WebServer\LazySingleton.cs" />
  123. <Compile Include="WebServer\MultiSocketThread.cs" />
  124. <EmbeddedResource Include="FormCentralController.resx">
  125. <DependentUpon>FormCentralController.cs</DependentUpon>
  126. <SubType>Designer</SubType>
  127. </EmbeddedResource>
  128. <EmbeddedResource Include="Properties\Resources.resx">
  129. <Generator>ResXFileCodeGenerator</Generator>
  130. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  131. <SubType>Designer</SubType>
  132. </EmbeddedResource>
  133. <Compile Include="Properties\Resources.Designer.cs">
  134. <AutoGen>True</AutoGen>
  135. <DependentUpon>Resources.resx</DependentUpon>
  136. <DesignTime>True</DesignTime>
  137. </Compile>
  138. <None Include="Properties\Settings.settings">
  139. <Generator>SettingsSingleFileGenerator</Generator>
  140. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  141. </None>
  142. <Compile Include="Properties\Settings.Designer.cs">
  143. <AutoGen>True</AutoGen>
  144. <DependentUpon>Settings.settings</DependentUpon>
  145. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  146. </Compile>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <None Include="App.config">
  150. <SubType>Designer</SubType>
  151. </None>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Content Include="sdk\broadcast\broadcastDLL.dll" />
  155. <Content Include="sdk\log4net\log4net.dll" />
  156. <Content Include="sdk\mysql\MySql.Data.dll" />
  157. <Content Include="sdk\PLC\PLCS7.dll" />
  158. <Content Include="sdk\PLC\S7.Net.dll" />
  159. <Content Include="sdk\VZ_Sdk\iDecoders.dll" />
  160. <Content Include="sdk\VZ_Sdk\VzDrawsLib.dll" />
  161. <Content Include="sdk\VZ_Sdk\VzLPRSDK.dll" />
  162. <Content Include="sdk\VZ_Sdk\VZ_Sdk.dll" />
  163. <Resource Include="sdk\log4net\log4net.xml" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Folder Include="Entry\" />
  167. </ItemGroup>
  168. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  169. </Project>