centralController.csproj 8.3 KB

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