GCAS.csproj 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  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>{55F1E89E-134A-472B-8ABE-9B4CF66361E2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>GCAS</RootNamespace>
  10. <AssemblyName>GCAS</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <TargetFrameworkProfile />
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>1</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <PublishWizardCompleted>true</PublishWizardCompleted>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ApplicationIcon>logo.ico</ApplicationIcon>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ManifestCertificateThumbprint>46F6D5FD39DF2BD919C80619C2933D23812FA47E</ManifestCertificateThumbprint>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestKeyFile>AOES_TemporaryKey.pfx</ManifestKeyFile>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <GenerateManifests>false</GenerateManifests>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <SignManifests>false</SignManifests>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <TargetZone>LocalIntranet</TargetZone>
  70. </PropertyGroup>
  71. <PropertyGroup>
  72. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  73. </PropertyGroup>
  74. <ItemGroup>
  75. <Reference Include="Accessibility" />
  76. <Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  77. <HintPath>packages\BouncyCastle.1.8.5\lib\BouncyCastle.Crypto.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Dapper, Version=1.60.0.0, Culture=neutral, processorArchitecture=MSIL">
  80. <HintPath>packages\Dapper.1.60.6\lib\net451\Dapper.dll</HintPath>
  81. </Reference>
  82. <Reference Include="DevExpress.Charts.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. </Reference>
  85. <Reference Include="DevExpress.Data.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. </Reference>
  88. <Reference Include="DevExpress.Images.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  89. <SpecificVersion>False</SpecificVersion>
  90. </Reference>
  91. <Reference Include="DevExpress.Pdf.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  92. <Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  93. <Reference Include="DevExpress.Sparkline.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  94. <Reference Include="DevExpress.Spreadsheet.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  95. <Reference Include="DevExpress.Utils.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  96. <SpecificVersion>False</SpecificVersion>
  97. </Reference>
  98. <Reference Include="DevExpress.Utils.v18.1.UI, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  99. <Reference Include="DevExpress.XtraBars.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  100. <SpecificVersion>False</SpecificVersion>
  101. </Reference>
  102. <Reference Include="DevExpress.XtraCharts.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  103. <SpecificVersion>False</SpecificVersion>
  104. </Reference>
  105. <Reference Include="DevExpress.XtraCharts.v18.1.UI, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  106. <SpecificVersion>False</SpecificVersion>
  107. </Reference>
  108. <Reference Include="DevExpress.XtraCharts.v18.1.Wizard, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  109. <SpecificVersion>False</SpecificVersion>
  110. </Reference>
  111. <Reference Include="DevExpress.XtraEditors.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  112. <SpecificVersion>False</SpecificVersion>
  113. </Reference>
  114. <Reference Include="DevExpress.XtraGauges.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  115. <Reference Include="DevExpress.XtraGauges.v18.1.Win, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  116. <Reference Include="DevExpress.XtraGrid.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  117. <SpecificVersion>False</SpecificVersion>
  118. </Reference>
  119. <Reference Include="DevExpress.XtraLayout.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  120. <SpecificVersion>False</SpecificVersion>
  121. </Reference>
  122. <Reference Include="DevExpress.XtraNavBar.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  123. <Reference Include="DevExpress.XtraPrinting.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  124. <Reference Include="DevExpress.CodeParser.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  125. <Reference Include="DevExpress.XtraReports.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  126. <Reference Include="DevExpress.XtraReports.v18.1.Extensions, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  127. <Reference Include="DevExpress.XtraSpreadsheet.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  128. <Reference Include="HslCommunication, Version=9.3.0.0, Culture=neutral, PublicKeyToken=cdb2261fa039ed67, processorArchitecture=MSIL">
  129. <HintPath>packages\HslCommunication.9.3.0\lib\net451\HslCommunication.dll</HintPath>
  130. </Reference>
  131. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  132. <HintPath>packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  133. </Reference>
  134. <Reference Include="Microsoft.CSharp" />
  135. <Reference Include="Microsoft.VisualBasic" />
  136. <Reference Include="MySql.Data, Version=8.0.17.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  137. <HintPath>packages\MySql.Data.8.0.17\lib\net452\MySql.Data.dll</HintPath>
  138. </Reference>
  139. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  140. <HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  141. </Reference>
  142. <Reference Include="PresentationCore" />
  143. <Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
  144. <HintPath>packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath>
  145. </Reference>
  146. <Reference Include="System" />
  147. <Reference Include="System.ComponentModel" />
  148. <Reference Include="System.ComponentModel.DataAnnotations" />
  149. <Reference Include="System.Configuration" />
  150. <Reference Include="System.Configuration.Install" />
  151. <Reference Include="System.Core" />
  152. <Reference Include="System.Data.Linq" />
  153. <Reference Include="System.Drawing.Design" />
  154. <Reference Include="System.Management" />
  155. <Reference Include="System.Runtime.Remoting" />
  156. <Reference Include="System.Runtime.Serialization" />
  157. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  158. <Reference Include="System.Security" />
  159. <Reference Include="System.Speech" />
  160. <Reference Include="System.Transactions" />
  161. <Reference Include="System.Xml.Linq" />
  162. <Reference Include="System.Data.DataSetExtensions" />
  163. <Reference Include="System.Data" />
  164. <Reference Include="System.Deployment" />
  165. <Reference Include="System.Drawing" />
  166. <Reference Include="System.Windows.Forms" />
  167. <Reference Include="System.Xml" />
  168. <Reference Include="UIAutomationClient" />
  169. <Reference Include="WindowsBase" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <Compile Include="Actions\ActionsLog.cs">
  173. <SubType>Form</SubType>
  174. </Compile>
  175. <Compile Include="Actions\ActionsLog.Designer.cs">
  176. <DependentUpon>ActionsLog.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="ChangePwd.cs">
  179. <SubType>Form</SubType>
  180. </Compile>
  181. <Compile Include="ChangePwd.Designer.cs">
  182. <DependentUpon>ChangePwd.cs</DependentUpon>
  183. </Compile>
  184. <Compile Include="Code\ActionsRepository.cs" />
  185. <Compile Include="Code\ModbusServerHelper.cs" />
  186. <Compile Include="Code\SoftKeyboard.cs" />
  187. <Compile Include="Code\EntranceRepository.cs" />
  188. <Compile Include="Code\LogHelper.cs" />
  189. <Compile Include="Code\TeamRepository.cs" />
  190. <Compile Include="Dto\AvgDto.cs" />
  191. <Compile Include="Dto\DailyStatisticDto.cs" />
  192. <Compile Include="Dto\DataPickDto.cs" />
  193. <Compile Include="Dto\DataPointDto.cs" />
  194. <Compile Include="Dto\WeightDataDto.cs" />
  195. <Compile Include="Entrance\EntranceForm.cs">
  196. <SubType>Form</SubType>
  197. </Compile>
  198. <Compile Include="Entrance\EntranceForm.Designer.cs">
  199. <DependentUpon>EntranceForm.cs</DependentUpon>
  200. </Compile>
  201. <Compile Include="Dto\NameValue.cs" />
  202. <Compile Include="Dto\RecordDto.cs" />
  203. <Compile Include="Dto\ReportDto.cs" />
  204. <Compile Include="Dto\SourceChartDto.cs" />
  205. <Compile Include="Dto\RealTimeBarDto.cs" />
  206. <Compile Include="Dto\TotalDto.cs" />
  207. <Compile Include="Entrance\NewEntranceForm.cs">
  208. <SubType>Form</SubType>
  209. </Compile>
  210. <Compile Include="Entrance\NewEntranceForm.Designer.cs">
  211. <DependentUpon>NewEntranceForm.cs</DependentUpon>
  212. </Compile>
  213. <Compile Include="Localization\LocalizationManager.cs" />
  214. <Compile Include="FrmWaitForm.cs">
  215. <SubType>Form</SubType>
  216. </Compile>
  217. <Compile Include="FrmWaitForm.Designer.cs">
  218. <DependentUpon>FrmWaitForm.cs</DependentUpon>
  219. </Compile>
  220. <Compile Include="Model\InPlaceSignalModel.cs" />
  221. <Compile Include="RealTime\RealTimeOneCarForm.cs">
  222. <SubType>Form</SubType>
  223. </Compile>
  224. <Compile Include="RealTime\RealTimeOneCarForm.designer.cs">
  225. <DependentUpon>RealTimeOneCarForm.cs</DependentUpon>
  226. </Compile>
  227. <Compile Include="RealTime\RealTimeOneCarTwoEntanceForm.cs">
  228. <SubType>Form</SubType>
  229. </Compile>
  230. <Compile Include="RealTime\RealTimeOneCarTwoEntanceForm.Designer.cs">
  231. <DependentUpon>RealTimeOneCarTwoEntanceForm.cs</DependentUpon>
  232. </Compile>
  233. <Compile Include="RealTime\RealTimeTwoCarForm.cs">
  234. <SubType>Form</SubType>
  235. </Compile>
  236. <Compile Include="RealTime\RealTimeTwoCarForm.Designer.cs">
  237. <DependentUpon>RealTimeTwoCarForm.cs</DependentUpon>
  238. </Compile>
  239. <Compile Include="Record\CurveForm.cs">
  240. <SubType>Form</SubType>
  241. </Compile>
  242. <Compile Include="Record\CurveForm.Designer.cs">
  243. <DependentUpon>CurveForm.cs</DependentUpon>
  244. </Compile>
  245. <Compile Include="Reports\ReportForm.cs">
  246. <SubType>Form</SubType>
  247. </Compile>
  248. <Compile Include="Reports\ReportForm.Designer.cs">
  249. <DependentUpon>ReportForm.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="Team\TeamForm.cs">
  252. <SubType>Form</SubType>
  253. </Compile>
  254. <Compile Include="Team\TeamForm.Designer.cs">
  255. <DependentUpon>TeamForm.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="Team\NewTeamForm.cs">
  258. <SubType>Form</SubType>
  259. </Compile>
  260. <Compile Include="Team\NewTeamForm.Designer.cs">
  261. <DependentUpon>NewTeamForm.cs</DependentUpon>
  262. </Compile>
  263. <Compile Include="Model\ActionsModel.cs" />
  264. <Compile Include="Model\TeamModel.cs" />
  265. <Compile Include="Operator\OperatorForm.cs">
  266. <SubType>Form</SubType>
  267. </Compile>
  268. <Compile Include="Operator\OperatorForm.Designer.cs">
  269. <DependentUpon>OperatorForm.cs</DependentUpon>
  270. </Compile>
  271. <Compile Include="Operator\NewOperatorForm.cs">
  272. <SubType>Form</SubType>
  273. </Compile>
  274. <Compile Include="Operator\NewOperatorForm.Designer.cs">
  275. <DependentUpon>NewOperatorForm.cs</DependentUpon>
  276. </Compile>
  277. <Compile Include="Code\AESHelper.cs" />
  278. <Compile Include="Code\DataBaseConfig.cs" />
  279. <Compile Include="Code\ConfigRepository.cs" />
  280. <Compile Include="Code\RecordRepository.cs" />
  281. <Compile Include="Code\DeviceRepository.cs" />
  282. <Compile Include="Code\OperatorRepository.cs" />
  283. <Compile Include="Code\ReverseWordTrans.cs" />
  284. <Compile Include="Code\Tools.cs" />
  285. <Compile Include="Device\DeviceForm.cs">
  286. <SubType>Form</SubType>
  287. </Compile>
  288. <Compile Include="Device\DeviceForm.Designer.cs">
  289. <DependentUpon>DeviceForm.cs</DependentUpon>
  290. </Compile>
  291. <Compile Include="Dto\ConfigDto.cs" />
  292. <Compile Include="LoginForm.cs">
  293. <SubType>Form</SubType>
  294. </Compile>
  295. <Compile Include="LoginForm.Designer.cs">
  296. <DependentUpon>LoginForm.cs</DependentUpon>
  297. </Compile>
  298. <Compile Include="MainForm.cs">
  299. <SubType>Form</SubType>
  300. </Compile>
  301. <Compile Include="MainForm.Designer.cs">
  302. <DependentUpon>MainForm.cs</DependentUpon>
  303. </Compile>
  304. <Compile Include="Model\ConfigModel.cs" />
  305. <Compile Include="Model\EntranceModel.cs" />
  306. <Compile Include="Model\PrintSetModel.cs" />
  307. <Compile Include="Model\RecordModel.cs" />
  308. <Compile Include="Model\SwitchDataModel.cs" />
  309. <Compile Include="Model\ValueDataModel.cs" />
  310. <Compile Include="Model\DeviceModel.cs" />
  311. <Compile Include="Model\OperatorModel.cs" />
  312. <Compile Include="Device\NewDeviceForm.cs">
  313. <SubType>Form</SubType>
  314. </Compile>
  315. <Compile Include="Device\NewDeviceForm.Designer.cs">
  316. <DependentUpon>NewDeviceForm.cs</DependentUpon>
  317. </Compile>
  318. <Compile Include="Program.cs" />
  319. <Compile Include="Properties\AssemblyInfo.cs" />
  320. <Compile Include="RealTime\RealTimeForm.cs">
  321. <SubType>Form</SubType>
  322. </Compile>
  323. <Compile Include="RealTime\RealTimeForm.Designer.cs">
  324. <DependentUpon>RealTimeForm.cs</DependentUpon>
  325. </Compile>
  326. <Compile Include="Record\RecordForm.cs">
  327. <SubType>Form</SubType>
  328. </Compile>
  329. <Compile Include="Record\RecordForm.Designer.cs">
  330. <DependentUpon>RecordForm.cs</DependentUpon>
  331. </Compile>
  332. <Compile Include="Reports\ChartForm.cs">
  333. <SubType>Form</SubType>
  334. </Compile>
  335. <Compile Include="Reports\ChartForm.Designer.cs">
  336. <DependentUpon>ChartForm.cs</DependentUpon>
  337. </Compile>
  338. <Compile Include="ServerSet.cs">
  339. <SubType>Form</SubType>
  340. </Compile>
  341. <Compile Include="ServerSet.Designer.cs">
  342. <DependentUpon>ServerSet.cs</DependentUpon>
  343. </Compile>
  344. <Compile Include="System\SystemSetForm.cs">
  345. <SubType>Form</SubType>
  346. </Compile>
  347. <Compile Include="System\SystemSetForm.Designer.cs">
  348. <DependentUpon>SystemSetForm.cs</DependentUpon>
  349. </Compile>
  350. <EmbeddedResource Include="Actions\ActionsLog.en.resx">
  351. <DependentUpon>ActionsLog.cs</DependentUpon>
  352. <SubType>Designer</SubType>
  353. </EmbeddedResource>
  354. <EmbeddedResource Include="Actions\ActionsLog.resx">
  355. <DependentUpon>ActionsLog.cs</DependentUpon>
  356. </EmbeddedResource>
  357. <EmbeddedResource Include="ChangePwd.en.resx">
  358. <DependentUpon>ChangePwd.cs</DependentUpon>
  359. </EmbeddedResource>
  360. <EmbeddedResource Include="ChangePwd.resx">
  361. <DependentUpon>ChangePwd.cs</DependentUpon>
  362. </EmbeddedResource>
  363. <EmbeddedResource Include="Device\DeviceForm.en.resx">
  364. <DependentUpon>DeviceForm.cs</DependentUpon>
  365. </EmbeddedResource>
  366. <EmbeddedResource Include="Device\NewDeviceForm.en.resx">
  367. <DependentUpon>NewDeviceForm.cs</DependentUpon>
  368. </EmbeddedResource>
  369. <EmbeddedResource Include="Entrance\EntranceForm.en.resx">
  370. <DependentUpon>EntranceForm.cs</DependentUpon>
  371. </EmbeddedResource>
  372. <EmbeddedResource Include="Entrance\EntranceForm.resx">
  373. <DependentUpon>EntranceForm.cs</DependentUpon>
  374. </EmbeddedResource>
  375. <EmbeddedResource Include="Entrance\EntranceForm.zu-ZA.resx">
  376. <DependentUpon>EntranceForm.cs</DependentUpon>
  377. </EmbeddedResource>
  378. <EmbeddedResource Include="Entrance\NewEntranceForm.en.resx">
  379. <DependentUpon>NewEntranceForm.cs</DependentUpon>
  380. </EmbeddedResource>
  381. <EmbeddedResource Include="Entrance\NewEntranceForm.resx">
  382. <DependentUpon>NewEntranceForm.cs</DependentUpon>
  383. </EmbeddedResource>
  384. <EmbeddedResource Include="LoginForm.en.resx">
  385. <DependentUpon>LoginForm.cs</DependentUpon>
  386. </EmbeddedResource>
  387. <EmbeddedResource Include="MainForm.en.resx">
  388. <DependentUpon>MainForm.cs</DependentUpon>
  389. </EmbeddedResource>
  390. <EmbeddedResource Include="Operator\NewOperatorForm.en.resx">
  391. <DependentUpon>NewOperatorForm.cs</DependentUpon>
  392. </EmbeddedResource>
  393. <EmbeddedResource Include="Operator\OperatorForm.en.resx">
  394. <DependentUpon>OperatorForm.cs</DependentUpon>
  395. </EmbeddedResource>
  396. <EmbeddedResource Include="RealTime\RealTimeForm.byn.resx">
  397. <DependentUpon>RealTimeForm.cs</DependentUpon>
  398. </EmbeddedResource>
  399. <EmbeddedResource Include="RealTime\RealTimeForm.en.resx">
  400. <DependentUpon>RealTimeForm.cs</DependentUpon>
  401. </EmbeddedResource>
  402. <EmbeddedResource Include="FrmWaitForm.resx">
  403. <DependentUpon>FrmWaitForm.cs</DependentUpon>
  404. </EmbeddedResource>
  405. <EmbeddedResource Include="RealTime\RealTimeOneCarForm.byn.resx">
  406. <DependentUpon>RealTimeOneCarForm.cs</DependentUpon>
  407. </EmbeddedResource>
  408. <EmbeddedResource Include="RealTime\RealTimeOneCarForm.en.resx">
  409. <DependentUpon>RealTimeOneCarForm.cs</DependentUpon>
  410. </EmbeddedResource>
  411. <EmbeddedResource Include="RealTime\RealTimeOneCarForm.resx">
  412. <DependentUpon>RealTimeOneCarForm.cs</DependentUpon>
  413. </EmbeddedResource>
  414. <EmbeddedResource Include="RealTime\RealTimeOneCarTwoEntanceForm.byn.resx">
  415. <DependentUpon>RealTimeOneCarTwoEntanceForm.cs</DependentUpon>
  416. </EmbeddedResource>
  417. <EmbeddedResource Include="RealTime\RealTimeOneCarTwoEntanceForm.en.resx">
  418. <DependentUpon>RealTimeOneCarTwoEntanceForm.cs</DependentUpon>
  419. </EmbeddedResource>
  420. <EmbeddedResource Include="RealTime\RealTimeOneCarTwoEntanceForm.resx">
  421. <DependentUpon>RealTimeOneCarTwoEntanceForm.cs</DependentUpon>
  422. </EmbeddedResource>
  423. <EmbeddedResource Include="RealTime\RealTimeTwoCarForm.byn.resx">
  424. <DependentUpon>RealTimeTwoCarForm.cs</DependentUpon>
  425. </EmbeddedResource>
  426. <EmbeddedResource Include="RealTime\RealTimeTwoCarForm.en.resx">
  427. <DependentUpon>RealTimeTwoCarForm.cs</DependentUpon>
  428. </EmbeddedResource>
  429. <EmbeddedResource Include="RealTime\RealTimeTwoCarForm.resx">
  430. <DependentUpon>RealTimeTwoCarForm.cs</DependentUpon>
  431. </EmbeddedResource>
  432. <EmbeddedResource Include="Record\CurveForm.resx">
  433. <DependentUpon>CurveForm.cs</DependentUpon>
  434. </EmbeddedResource>
  435. <EmbeddedResource Include="Record\RecordForm.en.resx">
  436. <DependentUpon>RecordForm.cs</DependentUpon>
  437. </EmbeddedResource>
  438. <EmbeddedResource Include="Reports\ChartForm.en.resx">
  439. <DependentUpon>ChartForm.cs</DependentUpon>
  440. </EmbeddedResource>
  441. <EmbeddedResource Include="Reports\ReportForm.en.resx">
  442. <DependentUpon>ReportForm.cs</DependentUpon>
  443. </EmbeddedResource>
  444. <EmbeddedResource Include="Reports\ReportForm.resx">
  445. <DependentUpon>ReportForm.cs</DependentUpon>
  446. </EmbeddedResource>
  447. <EmbeddedResource Include="ServerSet.en.resx">
  448. <DependentUpon>ServerSet.cs</DependentUpon>
  449. </EmbeddedResource>
  450. <EmbeddedResource Include="System\SystemSetForm.en.resx">
  451. <DependentUpon>SystemSetForm.cs</DependentUpon>
  452. </EmbeddedResource>
  453. <EmbeddedResource Include="Team\NewTeamForm.en.resx">
  454. <DependentUpon>NewTeamForm.cs</DependentUpon>
  455. </EmbeddedResource>
  456. <EmbeddedResource Include="Team\TeamForm.en.resx">
  457. <DependentUpon>TeamForm.cs</DependentUpon>
  458. </EmbeddedResource>
  459. <EmbeddedResource Include="Team\TeamForm.resx">
  460. <DependentUpon>TeamForm.cs</DependentUpon>
  461. </EmbeddedResource>
  462. <EmbeddedResource Include="Team\NewTeamForm.resx">
  463. <DependentUpon>NewTeamForm.cs</DependentUpon>
  464. </EmbeddedResource>
  465. <EmbeddedResource Include="Operator\OperatorForm.resx">
  466. <DependentUpon>OperatorForm.cs</DependentUpon>
  467. </EmbeddedResource>
  468. <EmbeddedResource Include="Operator\NewOperatorForm.resx">
  469. <DependentUpon>NewOperatorForm.cs</DependentUpon>
  470. </EmbeddedResource>
  471. <EmbeddedResource Include="Device\DeviceForm.resx">
  472. <DependentUpon>DeviceForm.cs</DependentUpon>
  473. </EmbeddedResource>
  474. <EmbeddedResource Include="LoginForm.resx">
  475. <DependentUpon>LoginForm.cs</DependentUpon>
  476. </EmbeddedResource>
  477. <EmbeddedResource Include="MainForm.resx">
  478. <DependentUpon>MainForm.cs</DependentUpon>
  479. </EmbeddedResource>
  480. <EmbeddedResource Include="Device\NewDeviceForm.resx">
  481. <DependentUpon>NewDeviceForm.cs</DependentUpon>
  482. </EmbeddedResource>
  483. <EmbeddedResource Include="Properties\Resources.resx">
  484. <Generator>ResXFileCodeGenerator</Generator>
  485. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  486. <SubType>Designer</SubType>
  487. </EmbeddedResource>
  488. <Compile Include="Properties\Resources.Designer.cs">
  489. <AutoGen>True</AutoGen>
  490. <DependentUpon>Resources.resx</DependentUpon>
  491. <DesignTime>True</DesignTime>
  492. </Compile>
  493. <EmbeddedResource Include="RealTime\RealTimeForm.resx">
  494. <DependentUpon>RealTimeForm.cs</DependentUpon>
  495. </EmbeddedResource>
  496. <EmbeddedResource Include="Record\RecordForm.resx">
  497. <DependentUpon>RecordForm.cs</DependentUpon>
  498. </EmbeddedResource>
  499. <EmbeddedResource Include="Reports\ChartForm.resx">
  500. <DependentUpon>ChartForm.cs</DependentUpon>
  501. </EmbeddedResource>
  502. <EmbeddedResource Include="ServerSet.resx">
  503. <DependentUpon>ServerSet.cs</DependentUpon>
  504. </EmbeddedResource>
  505. <EmbeddedResource Include="System\SystemSetForm.resx">
  506. <DependentUpon>SystemSetForm.cs</DependentUpon>
  507. </EmbeddedResource>
  508. <None Include="app.config">
  509. <SubType>Designer</SubType>
  510. </None>
  511. <None Include="log4net.config">
  512. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  513. </None>
  514. <None Include="packages.config" />
  515. <None Include="Properties\app.manifest">
  516. <SubType>Designer</SubType>
  517. </None>
  518. <None Include="Properties\Settings.settings">
  519. <Generator>SettingsSingleFileGenerator</Generator>
  520. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  521. </None>
  522. <Compile Include="Properties\Settings.Designer.cs">
  523. <AutoGen>True</AutoGen>
  524. <DependentUpon>Settings.settings</DependentUpon>
  525. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  526. </Compile>
  527. </ItemGroup>
  528. <ItemGroup>
  529. <Content Include="logo.ico" />
  530. <EmbeddedResource Include="Resources\in.wav">
  531. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  532. </EmbeddedResource>
  533. <EmbeddedResource Include="Resources\out.wav">
  534. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  535. </EmbeddedResource>
  536. <Content Include="Resources\Languages.xml">
  537. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  538. <SubType>Designer</SubType>
  539. </Content>
  540. <None Include="Resources\loginbgZH.png">
  541. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  542. </None>
  543. <None Include="Resources\loginbgEN.png">
  544. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  545. </None>
  546. <None Include="Resources\loginbg2.png">
  547. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  548. </None>
  549. <None Include="Resources\fire_4.png">
  550. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  551. </None>
  552. <None Include="Resources\fire_3.png">
  553. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  554. </None>
  555. <None Include="Resources\fire_2.png">
  556. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  557. </None>
  558. <None Include="Resources\fire_1.png">
  559. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  560. </None>
  561. <None Include="Resources\red.png">
  562. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  563. </None>
  564. <None Include="Resources\gray.png">
  565. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  566. </None>
  567. <None Include="Resources\yellow.png">
  568. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  569. </None>
  570. <None Include="Resources\green.png">
  571. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  572. </None>
  573. <None Include="Resources\Hyperlink1_32x32.png">
  574. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  575. </None>
  576. <None Include="Resources\Delete_Hyperlink_32x32.png">
  577. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  578. </None>
  579. <None Include="Resources\Preview_16x16.png">
  580. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  581. </None>
  582. <None Include="Resources\Print_16x16.png">
  583. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  584. </None>
  585. <None Include="Resources\Edit_16x16.png">
  586. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  587. </None>
  588. <None Include="Resources\Add_16x16.png">
  589. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  590. </None>
  591. <None Include="Resources\Delete_16x16.png">
  592. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  593. </None>
  594. <None Include="Resources\black.png">
  595. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  596. </None>
  597. <None Include="Resources\Zoom2_32x32.png">
  598. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  599. </None>
  600. <None Include="Resources\loginbg.png">
  601. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  602. </None>
  603. </ItemGroup>
  604. <ItemGroup>
  605. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  606. <Visible>False</Visible>
  607. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  608. <Install>true</Install>
  609. </BootstrapperPackage>
  610. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  611. <Visible>False</Visible>
  612. <ProductName>.NET Framework 3.5 SP1</ProductName>
  613. <Install>false</Install>
  614. </BootstrapperPackage>
  615. </ItemGroup>
  616. <ItemGroup />
  617. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  618. </Project>