Venus_Simulator.csproj 26 KB

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