Venus_Simulator.csproj 26 KB

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