Venus_Simulator.csproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  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>{D2AF730C-4549-4BA7-839E-9AA76B934B2D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Venus_Simulator</RootNamespace>
  10. <AssemblyName>Venus_Simulator</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <NoWarn>
  28. </NoWarn>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="log4net">
  41. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\ThirdParty\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="OpenSEMI.Ctrlib">
  48. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  49. </Reference>
  50. <Reference Include="PresentationFramework.Aero" />
  51. <Reference Include="System" />
  52. <Reference Include="System.Configuration" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.ServiceModel" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="System.Net.Http" />
  61. <Reference Include="System.Xaml">
  62. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="WindowsBase" />
  65. <Reference Include="PresentationCore" />
  66. <Reference Include="PresentationFramework" />
  67. <Reference Include="WPFToolkit">
  68. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Xceed.Wpf.Toolkit">
  71. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  72. </Reference>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ApplicationDefinition Include="App.xaml">
  76. <Generator>MSBuild:Compile</Generator>
  77. <SubType>Designer</SubType>
  78. </ApplicationDefinition>
  79. <Compile Include="App.xaml.cs">
  80. <DependentUpon>App.xaml</DependentUpon>
  81. <SubType>Code</SubType>
  82. </Compile>
  83. <Compile Include="Devices\EdwardsPumpMockLLB.cs" />
  84. <Compile Include="Devices\RevtechRFBoxMockPMA.cs" />
  85. <Compile Include="Devices\RevtechRFBoxMockPMB.cs" />
  86. <Compile Include="Devices\RevtechRFBoxMockPMC.cs" />
  87. <Compile Include="Devices\RevtechRFBoxMockPMD.cs" />
  88. <Compile Include="Devices\RevtechMatchMockPMD.cs" />
  89. <Compile Include="Devices\RevtechMatchMockPMC.cs" />
  90. <Compile Include="Devices\RevtechMatchMockPMB.cs" />
  91. <Compile Include="Devices\RevtechMatchMockPMA.cs" />
  92. <Compile Include="Devices\AdTecGeneratorMockPMD.cs" />
  93. <Compile Include="Devices\AdTecGeneratorMockPMC.cs" />
  94. <Compile Include="Devices\AdTecMatchMockPMD.cs" />
  95. <Compile Include="Devices\AdTecMatchMockPMC.cs" />
  96. <Compile Include="Devices\AIRSYSChillerMock.cs" />
  97. <Compile Include="Devices\EdwardsPumpMockLLA.cs" />
  98. <Compile Include="Devices\EdwardsPumpMockPMC.cs" />
  99. <Compile Include="Devices\EdwardsPumpMockTM.cs" />
  100. <Compile Include="Devices\ESCHVMockPMD.cs" />
  101. <Compile Include="Devices\ESCHVMockPMC.cs" />
  102. <Compile Include="Devices\ESCHVMockPMB.cs" />
  103. <Compile Include="Devices\ESCHVMockPMA.cs" />
  104. <Compile Include="Devices\PendulumValveMockPMD.cs" />
  105. <Compile Include="Devices\PendulumValveMockPMC.cs" />
  106. <Compile Include="Devices\PendulumValveMockPMB.cs" />
  107. <Compile Include="Devices\PendulumValveMockPMA.cs" />
  108. <Compile Include="Devices\DETMSimulatorServer.cs" />
  109. <Compile Include="Devices\SETMSimulatorServer.cs" />
  110. <Compile Include="Devices\SkyPumpMockLLB.cs" />
  111. <Compile Include="Devices\SkyPumpMockLLA.cs" />
  112. <Compile Include="Devices\SkyPumpMockPMD.cs" />
  113. <Compile Include="Devices\SkyPumpMockPMC.cs" />
  114. <Compile Include="Devices\SkyPumpMockTM.cs" />
  115. <Compile Include="Devices\TMSimulatorServer.cs" />
  116. <Compile Include="Devices\TurboPumpMockPMC.cs" />
  117. <Compile Include="Devices\TurboPumpMockPMD.cs" />
  118. <Compile Include="Devices\TurboPumpMockPMB.cs" />
  119. <Compile Include="Devices\TurboPumpMockPMA.cs" />
  120. <Compile Include="Devices\VceSimulator.cs" />
  121. <Compile Include="Devices\VPASimulator.cs" />
  122. <Compile Include="Instances\SystemConfig.cs" />
  123. <Compile Include="JetChamber.cs" />
  124. <Compile Include="JetsiuTM.cs" />
  125. <Compile Include="Views\Converters\CassetteConverter.cs" />
  126. <Compile Include="Views\Converters\IoConvert.cs" />
  127. <Compile Include="Views\HongHuVPA.xaml.cs">
  128. <DependentUpon>HongHuVPA.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="Views\IoViewModelBase.cs" />
  131. <Compile Include="Views\SimuAdTecGeneratorPMAView.xaml.cs">
  132. <DependentUpon>SimuAdTecGeneratorPMAView.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="Views\SimuAdTecGeneratorPMBView.xaml.cs">
  135. <DependentUpon>SimuAdTecGeneratorPMBView.xaml</DependentUpon>
  136. </Compile>
  137. <Compile Include="Views\SimuAdTecGeneratorPMDView.xaml.cs">
  138. <DependentUpon>SimuAdTecGeneratorPMDView.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="Views\SimuAdTecGeneratorPMCView.xaml.cs">
  141. <DependentUpon>SimuAdTecGeneratorPMCView.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Views\SimuAdTecGeneratorView.xaml.cs">
  144. <DependentUpon>SimuAdTecGeneratorView.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="Views\SimuAdTecMatchPMAView.xaml.cs">
  147. <DependentUpon>SimuAdTecMatchPMAView.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="Views\SimuAdTecMatchPMDView.xaml.cs">
  150. <DependentUpon>SimuAdTecMatchPMDView.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="Views\SimuAdTecMatchPMCView.xaml.cs">
  153. <DependentUpon>SimuAdTecMatchPMCView.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="Views\SimuAdTecMatchPMBView.xaml.cs">
  156. <DependentUpon>SimuAdTecMatchPMBView.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Views\SimuAdTecMatchView.xaml.cs">
  159. <DependentUpon>SimuAdTecMatchView.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="Views\SimuAIRSYSChillerPMAView.xaml.cs">
  162. <DependentUpon>SimuAIRSYSChillerPMAView.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Views\SimuAIRSYSChillerPMBView.xaml.cs">
  165. <DependentUpon>SimuAIRSYSChillerPMBView.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="Views\SimuEdwardsPumpLLBView.xaml.cs">
  168. <DependentUpon>SimuEdwardsPumpLLBView.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="Views\SimuEdwardsPumpLLAView.xaml.cs">
  171. <DependentUpon>SimuEdwardsPumpLLAView.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="Views\SimuEdwardsPumpPMDView.xaml.cs">
  174. <DependentUpon>SimuEdwardsPumpPMDView.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="Views\SimuEdwardsPumpPMCView.xaml.cs">
  177. <DependentUpon>SimuEdwardsPumpPMCView.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="Views\SimuEdwardsPumpTMView.xaml.cs">
  180. <DependentUpon>SimuEdwardsPumpTMView.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="Views\SimuEdwardsPumpPMAView.xaml.cs">
  183. <DependentUpon>SimuEdwardsPumpPMAView.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="Views\SimuEdwardsPumpPMBView.xaml.cs">
  186. <DependentUpon>SimuEdwardsPumpPMBView.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="Views\simuESCHVPMDView.xaml.cs">
  189. <DependentUpon>simuESCHVPMDView.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Views\simuESCHVPMCView.xaml.cs">
  192. <DependentUpon>simuESCHVPMCView.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="Views\simuESCHVPMBView.xaml.cs">
  195. <DependentUpon>simuESCHVPMBView.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Views\simuESCHVPMAView.xaml.cs">
  198. <DependentUpon>simuESCHVPMAView.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Views\SimulatorIo1View.xaml.cs">
  201. <DependentUpon>SimulatorIo1View.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Views\SimulatorIo4View.xaml.cs">
  204. <DependentUpon>SimulatorIo4View.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Views\SimulatorIo3View.xaml.cs">
  207. <DependentUpon>SimulatorIo3View.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Views\SimulatorIo2View.xaml.cs">
  210. <DependentUpon>SimulatorIo2View.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Views\SimulatorIoDETMView.xaml.cs">
  213. <DependentUpon>SimulatorIoDETMView.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Views\SimulatorIoSETMView.xaml.cs">
  216. <DependentUpon>SimulatorIoSETMView.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Views\SimulatorIoTMView.xaml.cs">
  219. <DependentUpon>SimulatorIoTMView.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Views\SimuPendulumValvePMDView.xaml.cs">
  222. <DependentUpon>SimuPendulumValvePMDView.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Views\SimuPendulumValvePMCView.xaml.cs">
  225. <DependentUpon>SimuPendulumValvePMCView.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Views\SimuPendulumValvePMBView.xaml.cs">
  228. <DependentUpon>SimuPendulumValvePMBView.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Views\SimuPendulumValvePMAView.xaml.cs">
  231. <DependentUpon>SimuPendulumValvePMAView.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Views\SimuRevtechRFBoxPMDView.xaml.cs">
  234. <DependentUpon>SimuRevtechRFBoxPMDView.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Views\SimuRevtechRFBoxPMCView.xaml.cs">
  237. <DependentUpon>SimuRevtechRFBoxPMCView.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Views\SimuRevtechRFBoxPMBView.xaml.cs">
  240. <DependentUpon>SimuRevtechRFBoxPMBView.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Views\SimuRevtechRFBoxPMAView.xaml.cs">
  243. <DependentUpon>SimuRevtechRFBoxPMAView.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="Views\SimuRevtechMatchPMBView.xaml.cs">
  246. <DependentUpon>SimuRevtechMatchPMBView.xaml</DependentUpon>
  247. </Compile>
  248. <Compile Include="Views\SimuRevtechMatchPMDView.xaml.cs">
  249. <DependentUpon>SimuRevtechMatchPMDView.xaml</DependentUpon>
  250. </Compile>
  251. <Compile Include="Views\SimuSkyPumpLLBView.xaml.cs">
  252. <DependentUpon>SimuSkyPumpLLBView.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="Views\SimuSkyPumpLLAView.xaml.cs">
  255. <DependentUpon>SimuSkyPumpLLAView.xaml</DependentUpon>
  256. </Compile>
  257. <Compile Include="Views\SimuSkyPumpPMDView.xaml.cs">
  258. <DependentUpon>SimuSkyPumpPMDView.xaml</DependentUpon>
  259. </Compile>
  260. <Compile Include="Views\SimuSkyPumpPMCView.xaml.cs">
  261. <DependentUpon>SimuSkyPumpPMCView.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="Views\SimuSkyPumpDETMView.xaml.cs">
  264. <DependentUpon>SimuSkyPumpDETMView.xaml</DependentUpon>
  265. </Compile>
  266. <Compile Include="Views\SimuSkyPumpSETMView.xaml.cs">
  267. <DependentUpon>SimuSkyPumpSETMView.xaml</DependentUpon>
  268. </Compile>
  269. <Compile Include="Views\SimuSkyPumpTMView.xaml.cs">
  270. <DependentUpon>SimuSkyPumpTMView.xaml</DependentUpon>
  271. </Compile>
  272. <Compile Include="Views\SimuSkyPumpPMAView.xaml.cs">
  273. <DependentUpon>SimuSkyPumpPMAView.xaml</DependentUpon>
  274. </Compile>
  275. <Compile Include="Views\SimuSkyPumpPMBView.xaml.cs">
  276. <DependentUpon>SimuSkyPumpPMBView.xaml</DependentUpon>
  277. </Compile>
  278. <Compile Include="Views\SimuSkyPumpView.xaml.cs">
  279. <DependentUpon>SimuSkyPumpView.xaml</DependentUpon>
  280. </Compile>
  281. <Compile Include="Views\SimuSMCChillerGridPMAView.xaml.cs">
  282. <DependentUpon>SimuSMCChillerGridPMAView.xaml</DependentUpon>
  283. </Compile>
  284. <Compile Include="Views\SimuSMCChillerGridPMDView.xaml.cs">
  285. <DependentUpon>SimuSMCChillerGridPMDView.xaml</DependentUpon>
  286. </Compile>
  287. <Compile Include="Views\SimuSMCChillerGridPMCView.xaml.cs">
  288. <DependentUpon>SimuSMCChillerGridPMCView.xaml</DependentUpon>
  289. </Compile>
  290. <Compile Include="Views\SimuSMCChillerGridPMBView.xaml.cs">
  291. <DependentUpon>SimuSMCChillerGridPMBView.xaml</DependentUpon>
  292. </Compile>
  293. <Compile Include="Views\SimuSMCChillerPMAView.xaml.cs">
  294. <DependentUpon>SimuSMCChillerPMAView.xaml</DependentUpon>
  295. </Compile>
  296. <Compile Include="Views\SimuSMCChillerPMDView.xaml.cs">
  297. <DependentUpon>SimuSMCChillerPMDView.xaml</DependentUpon>
  298. </Compile>
  299. <Compile Include="Views\SimuSMCChillerPMCView.xaml.cs">
  300. <DependentUpon>SimuSMCChillerPMCView.xaml</DependentUpon>
  301. </Compile>
  302. <Compile Include="Views\SimuSMCChillerPMBView.xaml.cs">
  303. <DependentUpon>SimuSMCChillerPMBView.xaml</DependentUpon>
  304. </Compile>
  305. <Compile Include="Views\SimuTurboPumpPMDView.xaml.cs">
  306. <DependentUpon>SimuTurboPumpPMDView.xaml</DependentUpon>
  307. </Compile>
  308. <Compile Include="Views\SimuTurboPumpPMCView.xaml.cs">
  309. <DependentUpon>SimuTurboPumpPMCView.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="Views\SimuTurboPumpPMBView.xaml.cs">
  312. <DependentUpon>SimuTurboPumpPMBView.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="Views\SimuTurboPumpPMAView.xaml.cs">
  315. <DependentUpon>SimuTurboPumpPMAView.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="Views\SimuRevtechMatchPMCView.xaml.cs">
  318. <DependentUpon>SimuRevtechMatchPMCView.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="Views\SimuRevtechMatchPMAView.xaml.cs">
  321. <DependentUpon>SimuRevtechMatchPMAView.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="Views\Simu_CometRFView.xaml.cs">
  324. <DependentUpon>Simu_CometRFView.xaml</DependentUpon>
  325. </Compile>
  326. <Compile Include="Views\Simu_EfemView.xaml.cs">
  327. <DependentUpon>Simu_EfemView.xaml</DependentUpon>
  328. </Compile>
  329. <Compile Include="Views\Simu_DETMView.xaml.cs">
  330. <DependentUpon>Simu_DETMView.xaml</DependentUpon>
  331. </Compile>
  332. <Compile Include="Views\Simu_SETMView.xaml.cs">
  333. <DependentUpon>Simu_SETMView.xaml</DependentUpon>
  334. </Compile>
  335. <Compile Include="Views\Simu_TMView.xaml.cs">
  336. <DependentUpon>Simu_TMView.xaml</DependentUpon>
  337. </Compile>
  338. <Compile Include="Views\Simu_VCE2View.xaml.cs">
  339. <DependentUpon>Simu_VCE2View.xaml</DependentUpon>
  340. </Compile>
  341. <Compile Include="Views\Simu_VCEView.xaml.cs">
  342. <DependentUpon>Simu_VCEView.xaml</DependentUpon>
  343. </Compile>
  344. </ItemGroup>
  345. <ItemGroup>
  346. <Compile Include="Devices\AdTecGeneratorMock.cs" />
  347. <Compile Include="Devices\AdTecGeneratorMockPMA.cs" />
  348. <Compile Include="Devices\AdTecGeneratorMockPMB.cs" />
  349. <Compile Include="Devices\AdTecMatchMock.cs" />
  350. <Compile Include="Devices\AdTecMatchMockPMA.cs" />
  351. <Compile Include="Devices\AdTecMatchMockPMB.cs" />
  352. <Compile Include="Devices\CometRFSocketServer.cs" />
  353. <Compile Include="Devices\EdwardsPumpMockPMA.cs" />
  354. <Compile Include="Devices\EdwardsPumpMockPMB.cs" />
  355. <Compile Include="Devices\EfemSimulator.cs" />
  356. <Compile Include="Devices\SkyPumpMock.cs" />
  357. <Compile Include="Devices\SkyPumpMockPMA.cs" />
  358. <Compile Include="Devices\SkyPumpMockPMB.cs" />
  359. <Compile Include="Devices\SMCChillerMockPMA.cs" />
  360. <Compile Include="Devices\SMCChillerMockPMB.cs" />
  361. <Compile Include="Instances\SimulatorPlc.cs" />
  362. <Compile Include="Instances\SimulatorSystem.cs" />
  363. <Compile Include="Instances\UiInstance.cs" />
  364. <Compile Include="Properties\AssemblyInfo.cs">
  365. <SubType>Code</SubType>
  366. </Compile>
  367. <Compile Include="Properties\Resources.Designer.cs">
  368. <AutoGen>True</AutoGen>
  369. <DesignTime>True</DesignTime>
  370. <DependentUpon>Resources.resx</DependentUpon>
  371. </Compile>
  372. <Compile Include="Properties\Settings.Designer.cs">
  373. <AutoGen>True</AutoGen>
  374. <DependentUpon>Settings.settings</DependentUpon>
  375. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  376. </Compile>
  377. <EmbeddedResource Include="Properties\Resources.resx">
  378. <Generator>ResXFileCodeGenerator</Generator>
  379. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  380. </EmbeddedResource>
  381. <None Include="Properties\Settings.settings">
  382. <Generator>SettingsSingleFileGenerator</Generator>
  383. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  384. </None>
  385. </ItemGroup>
  386. <ItemGroup>
  387. <None Include="App.config" />
  388. </ItemGroup>
  389. <ItemGroup>
  390. <ProjectReference Include="..\Framework\Common\Common.csproj">
  391. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  392. <Name>Common</Name>
  393. </ProjectReference>
  394. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  395. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  396. <Name>RTCore</Name>
  397. </ProjectReference>
  398. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  399. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  400. <Name>RTEquipmentLibrary</Name>
  401. </ProjectReference>
  402. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  403. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  404. <Name>SimulatorCore</Name>
  405. </ProjectReference>
  406. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  407. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  408. <Name>UICore</Name>
  409. </ProjectReference>
  410. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  411. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  412. <Name>Venus_Core</Name>
  413. </ProjectReference>
  414. </ItemGroup>
  415. <ItemGroup>
  416. <Resource Include="Resources\simulator.ico" />
  417. </ItemGroup>
  418. <ItemGroup>
  419. <Page Include="Views\HongHuVPA.xaml">
  420. <SubType>Designer</SubType>
  421. <Generator>MSBuild:Compile</Generator>
  422. </Page>
  423. <Page Include="Views\SimuAdTecGeneratorPMAView.xaml">
  424. <Generator>MSBuild:Compile</Generator>
  425. <SubType>Designer</SubType>
  426. </Page>
  427. <Page Include="Views\SimuAdTecGeneratorPMBView.xaml">
  428. <Generator>MSBuild:Compile</Generator>
  429. <SubType>Designer</SubType>
  430. </Page>
  431. <Page Include="Views\SimuAdTecGeneratorPMDView.xaml">
  432. <Generator>MSBuild:Compile</Generator>
  433. <SubType>Designer</SubType>
  434. </Page>
  435. <Page Include="Views\SimuAdTecGeneratorPMCView.xaml">
  436. <Generator>MSBuild:Compile</Generator>
  437. <SubType>Designer</SubType>
  438. </Page>
  439. <Page Include="Views\SimuAdTecGeneratorView.xaml">
  440. <Generator>MSBuild:Compile</Generator>
  441. <SubType>Designer</SubType>
  442. </Page>
  443. <Page Include="Views\SimuAdTecMatchPMAView.xaml">
  444. <Generator>MSBuild:Compile</Generator>
  445. <SubType>Designer</SubType>
  446. </Page>
  447. <Page Include="Views\SimuAdTecMatchPMDView.xaml">
  448. <Generator>MSBuild:Compile</Generator>
  449. <SubType>Designer</SubType>
  450. </Page>
  451. <Page Include="Views\SimuAdTecMatchPMCView.xaml">
  452. <Generator>MSBuild:Compile</Generator>
  453. <SubType>Designer</SubType>
  454. </Page>
  455. <Page Include="Views\SimuAdTecMatchPMBView.xaml">
  456. <Generator>MSBuild:Compile</Generator>
  457. <SubType>Designer</SubType>
  458. </Page>
  459. <Page Include="Views\SimuAdTecMatchView.xaml">
  460. <Generator>MSBuild:Compile</Generator>
  461. <SubType>Designer</SubType>
  462. </Page>
  463. <Page Include="Views\SimuAIRSYSChillerPMAView.xaml">
  464. <Generator>MSBuild:Compile</Generator>
  465. <SubType>Designer</SubType>
  466. </Page>
  467. <Page Include="Views\SimuAIRSYSChillerPMBView.xaml">
  468. <Generator>MSBuild:Compile</Generator>
  469. <SubType>Designer</SubType>
  470. </Page>
  471. <Page Include="Views\SimuEdwardsPumpLLBView.xaml">
  472. <Generator>MSBuild:Compile</Generator>
  473. <SubType>Designer</SubType>
  474. </Page>
  475. <Page Include="Views\SimuEdwardsPumpLLAView.xaml">
  476. <Generator>MSBuild:Compile</Generator>
  477. <SubType>Designer</SubType>
  478. </Page>
  479. <Page Include="Views\SimuEdwardsPumpPMDView.xaml">
  480. <Generator>MSBuild:Compile</Generator>
  481. <SubType>Designer</SubType>
  482. </Page>
  483. <Page Include="Views\SimuEdwardsPumpPMCView.xaml">
  484. <Generator>MSBuild:Compile</Generator>
  485. <SubType>Designer</SubType>
  486. </Page>
  487. <Page Include="Views\SimuEdwardsPumpTMView.xaml">
  488. <Generator>MSBuild:Compile</Generator>
  489. <SubType>Designer</SubType>
  490. </Page>
  491. <Page Include="Views\SimuEdwardsPumpPMAView.xaml">
  492. <Generator>MSBuild:Compile</Generator>
  493. <SubType>Designer</SubType>
  494. </Page>
  495. <Page Include="Views\SimuEdwardsPumpPMBView.xaml">
  496. <Generator>MSBuild:Compile</Generator>
  497. <SubType>Designer</SubType>
  498. </Page>
  499. <Page Include="Views\simuESCHVPMDView.xaml">
  500. <Generator>MSBuild:Compile</Generator>
  501. <SubType>Designer</SubType>
  502. </Page>
  503. <Page Include="Views\simuESCHVPMCView.xaml">
  504. <Generator>MSBuild:Compile</Generator>
  505. <SubType>Designer</SubType>
  506. </Page>
  507. <Page Include="Views\simuESCHVPMBView.xaml">
  508. <Generator>MSBuild:Compile</Generator>
  509. <SubType>Designer</SubType>
  510. </Page>
  511. <Page Include="Views\simuESCHVPMAView.xaml">
  512. <SubType>Designer</SubType>
  513. <Generator>MSBuild:Compile</Generator>
  514. </Page>
  515. <Page Include="Views\SimulatorIo1View.xaml">
  516. <Generator>MSBuild:Compile</Generator>
  517. <SubType>Designer</SubType>
  518. </Page>
  519. <Page Include="Views\SimulatorIo4View.xaml">
  520. <Generator>MSBuild:Compile</Generator>
  521. <SubType>Designer</SubType>
  522. </Page>
  523. <Page Include="Views\SimulatorIo3View.xaml">
  524. <Generator>MSBuild:Compile</Generator>
  525. <SubType>Designer</SubType>
  526. </Page>
  527. <Page Include="Views\SimulatorIo2View.xaml">
  528. <Generator>MSBuild:Compile</Generator>
  529. <SubType>Designer</SubType>
  530. </Page>
  531. <Page Include="Views\SimulatorIoDETMView.xaml">
  532. <Generator>MSBuild:Compile</Generator>
  533. <SubType>Designer</SubType>
  534. </Page>
  535. <Page Include="Views\SimulatorIoSETMView.xaml">
  536. <Generator>MSBuild:Compile</Generator>
  537. <SubType>Designer</SubType>
  538. </Page>
  539. <Page Include="Views\SimulatorIoTMView.xaml">
  540. <Generator>MSBuild:Compile</Generator>
  541. <SubType>Designer</SubType>
  542. </Page>
  543. <Page Include="Views\SimuPendulumValvePMDView.xaml">
  544. <Generator>MSBuild:Compile</Generator>
  545. <SubType>Designer</SubType>
  546. </Page>
  547. <Page Include="Views\SimuPendulumValvePMCView.xaml">
  548. <Generator>MSBuild:Compile</Generator>
  549. <SubType>Designer</SubType>
  550. </Page>
  551. <Page Include="Views\SimuPendulumValvePMBView.xaml">
  552. <Generator>MSBuild:Compile</Generator>
  553. <SubType>Designer</SubType>
  554. </Page>
  555. <Page Include="Views\SimuPendulumValvePMAView.xaml">
  556. <Generator>MSBuild:Compile</Generator>
  557. <SubType>Designer</SubType>
  558. </Page>
  559. <Page Include="Views\SimuRevtechRFBoxPMDView.xaml">
  560. <Generator>MSBuild:Compile</Generator>
  561. <SubType>Designer</SubType>
  562. </Page>
  563. <Page Include="Views\SimuRevtechRFBoxPMCView.xaml">
  564. <Generator>MSBuild:Compile</Generator>
  565. <SubType>Designer</SubType>
  566. </Page>
  567. <Page Include="Views\SimuRevtechRFBoxPMBView.xaml">
  568. <Generator>MSBuild:Compile</Generator>
  569. <SubType>Designer</SubType>
  570. </Page>
  571. <Page Include="Views\SimuRevtechRFBoxPMAView.xaml">
  572. <Generator>MSBuild:Compile</Generator>
  573. <SubType>Designer</SubType>
  574. </Page>
  575. <Page Include="Views\SimuRevtechMatchPMBView.xaml">
  576. <Generator>MSBuild:Compile</Generator>
  577. <SubType>Designer</SubType>
  578. </Page>
  579. <Page Include="Views\SimuRevtechMatchPMDView.xaml">
  580. <Generator>MSBuild:Compile</Generator>
  581. <SubType>Designer</SubType>
  582. </Page>
  583. <Page Include="Views\SimuSkyPumpLLBView.xaml">
  584. <Generator>MSBuild:Compile</Generator>
  585. <SubType>Designer</SubType>
  586. </Page>
  587. <Page Include="Views\SimuSkyPumpLLAView.xaml">
  588. <Generator>MSBuild:Compile</Generator>
  589. <SubType>Designer</SubType>
  590. </Page>
  591. <Page Include="Views\SimuSkyPumpPMDView.xaml">
  592. <Generator>MSBuild:Compile</Generator>
  593. <SubType>Designer</SubType>
  594. </Page>
  595. <Page Include="Views\SimuSkyPumpPMCView.xaml">
  596. <Generator>MSBuild:Compile</Generator>
  597. <SubType>Designer</SubType>
  598. </Page>
  599. <Page Include="Views\SimuSkyPumpDETMView.xaml">
  600. <Generator>MSBuild:Compile</Generator>
  601. <SubType>Designer</SubType>
  602. </Page>
  603. <Page Include="Views\SimuSkyPumpSETMView.xaml">
  604. <Generator>MSBuild:Compile</Generator>
  605. <SubType>Designer</SubType>
  606. </Page>
  607. <Page Include="Views\SimuSkyPumpTMView.xaml">
  608. <Generator>MSBuild:Compile</Generator>
  609. <SubType>Designer</SubType>
  610. </Page>
  611. <Page Include="Views\SimuSkyPumpPMAView.xaml">
  612. <Generator>MSBuild:Compile</Generator>
  613. <SubType>Designer</SubType>
  614. </Page>
  615. <Page Include="Views\SimuSkyPumpPMBView.xaml">
  616. <Generator>MSBuild:Compile</Generator>
  617. <SubType>Designer</SubType>
  618. </Page>
  619. <Page Include="Views\SimuSkyPumpView.xaml">
  620. <Generator>MSBuild:Compile</Generator>
  621. <SubType>Designer</SubType>
  622. </Page>
  623. <Page Include="Views\SimuSMCChillerGridPMAView.xaml">
  624. <Generator>MSBuild:Compile</Generator>
  625. <SubType>Designer</SubType>
  626. </Page>
  627. <Page Include="Views\SimuSMCChillerGridPMDView.xaml">
  628. <Generator>MSBuild:Compile</Generator>
  629. <SubType>Designer</SubType>
  630. </Page>
  631. <Page Include="Views\SimuSMCChillerGridPMCView.xaml">
  632. <Generator>MSBuild:Compile</Generator>
  633. <SubType>Designer</SubType>
  634. </Page>
  635. <Page Include="Views\SimuSMCChillerGridPMBView.xaml">
  636. <Generator>MSBuild:Compile</Generator>
  637. <SubType>Designer</SubType>
  638. </Page>
  639. <Page Include="Views\SimuSMCChillerPMAView.xaml">
  640. <Generator>MSBuild:Compile</Generator>
  641. <SubType>Designer</SubType>
  642. </Page>
  643. <Page Include="Views\SimuSMCChillerPMDView.xaml">
  644. <Generator>MSBuild:Compile</Generator>
  645. <SubType>Designer</SubType>
  646. </Page>
  647. <Page Include="Views\SimuSMCChillerPMCView.xaml">
  648. <Generator>MSBuild:Compile</Generator>
  649. <SubType>Designer</SubType>
  650. </Page>
  651. <Page Include="Views\SimuSMCChillerPMBView.xaml">
  652. <Generator>MSBuild:Compile</Generator>
  653. <SubType>Designer</SubType>
  654. </Page>
  655. <Page Include="Views\SimuTurboPumpPMDView.xaml">
  656. <Generator>MSBuild:Compile</Generator>
  657. <SubType>Designer</SubType>
  658. </Page>
  659. <Page Include="Views\SimuTurboPumpPMCView.xaml">
  660. <Generator>MSBuild:Compile</Generator>
  661. <SubType>Designer</SubType>
  662. </Page>
  663. <Page Include="Views\SimuTurboPumpPMBView.xaml">
  664. <Generator>MSBuild:Compile</Generator>
  665. <SubType>Designer</SubType>
  666. </Page>
  667. <Page Include="Views\SimuTurboPumpPMAView.xaml">
  668. <SubType>Designer</SubType>
  669. <Generator>MSBuild:Compile</Generator>
  670. </Page>
  671. <Page Include="Views\SimuRevtechMatchPMCView.xaml">
  672. <Generator>MSBuild:Compile</Generator>
  673. <SubType>Designer</SubType>
  674. </Page>
  675. <Page Include="Views\SimuRevtechMatchPMAView.xaml">
  676. <Generator>MSBuild:Compile</Generator>
  677. <SubType>Designer</SubType>
  678. </Page>
  679. <Page Include="Views\Simu_CometRFView.xaml">
  680. <Generator>MSBuild:Compile</Generator>
  681. <SubType>Designer</SubType>
  682. </Page>
  683. <Page Include="Views\Simu_EfemView.xaml">
  684. <Generator>MSBuild:Compile</Generator>
  685. <SubType>Designer</SubType>
  686. </Page>
  687. <Page Include="Views\Simu_DETMView.xaml">
  688. <Generator>MSBuild:Compile</Generator>
  689. <SubType>Designer</SubType>
  690. </Page>
  691. <Page Include="Views\Simu_SETMView.xaml">
  692. <SubType>Designer</SubType>
  693. <Generator>MSBuild:Compile</Generator>
  694. </Page>
  695. <Page Include="Views\Simu_TMView.xaml">
  696. <Generator>MSBuild:Compile</Generator>
  697. <SubType>Designer</SubType>
  698. </Page>
  699. <Page Include="Views\Simu_VCE2View.xaml">
  700. <SubType>Designer</SubType>
  701. <Generator>MSBuild:Compile</Generator>
  702. </Page>
  703. <Page Include="Views\Simu_VCEView.xaml">
  704. <SubType>Designer</SubType>
  705. <Generator>MSBuild:Compile</Generator>
  706. </Page>
  707. </ItemGroup>
  708. <ItemGroup />
  709. <ItemGroup>
  710. <Content Include="Config\UILayout_SE.xml">
  711. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  712. </Content>
  713. <Content Include="Config\UILayout_DE.xml">
  714. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  715. </Content>
  716. <Content Include="Config\_ioDefineVenusDE.xml">
  717. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  718. </Content>
  719. <Content Include="Config\_ioDefineVenusDE_MF.xml">
  720. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  721. </Content>
  722. <Content Include="Config\_ioDefineVenusSE.xml">
  723. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  724. </Content>
  725. <Content Include="Config\_ioDefineKepler2200B.xml">
  726. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  727. </Content>
  728. <Content Include="Config\_ioDefineVenus_MF.xml">
  729. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  730. </Content>
  731. <Content Include="Config\_ioDefineVenusSE_MF.xml">
  732. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  733. </Content>
  734. <Content Include="Config\_ioDefineKepler2200A.xml">
  735. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  736. </Content>
  737. <Content Include="Config\UILayout.xml">
  738. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  739. </Content>
  740. <Content Include="Config\_ioDefineKepler2300.xml">
  741. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  742. </Content>
  743. </ItemGroup>
  744. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  745. </Project>