Venus_Simulator.csproj 26 KB

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