Venus_Simulator.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  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\AdTecGeneratorMockPMC.cs" />
  82. <Compile Include="Devices\AdTecMatchMockPMC.cs" />
  83. <Compile Include="Devices\AIRSYSChillerMock.cs" />
  84. <Compile Include="Devices\EdwardsPumpMockLL.cs" />
  85. <Compile Include="Devices\EdwardsPumpMockPMC.cs" />
  86. <Compile Include="Devices\EdwardsPumpMockTM.cs" />
  87. <Compile Include="Devices\ESCHVMockPMA.cs" />
  88. <Compile Include="Devices\PendulumValveMockPMA.cs" />
  89. <Compile Include="Devices\SkyPumpMockLL.cs" />
  90. <Compile Include="Devices\SkyPumpMockPMC.cs" />
  91. <Compile Include="Devices\SkyPumpMockTM.cs" />
  92. <Compile Include="Devices\TMSimulatorServer.cs" />
  93. <Compile Include="Devices\TurboPumpMockPMA.cs" />
  94. <Compile Include="Instances\SystemConfig.cs" />
  95. <Compile Include="JetChamber.cs" />
  96. <Compile Include="Views\Converters\CassetteConverter.cs" />
  97. <Compile Include="Views\Converters\IoConvert.cs" />
  98. <Compile Include="Views\IoViewModelBase.cs" />
  99. <Compile Include="Views\SimuAdTecGeneratorPMAView.xaml.cs">
  100. <DependentUpon>SimuAdTecGeneratorPMAView.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Views\SimuAdTecGeneratorPMBView.xaml.cs">
  103. <DependentUpon>SimuAdTecGeneratorPMBView.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Views\SimuAdTecGeneratorPMCView.xaml.cs">
  106. <DependentUpon>SimuAdTecGeneratorPMCView.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="Views\SimuAdTecGeneratorView.xaml.cs">
  109. <DependentUpon>SimuAdTecGeneratorView.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="Views\SimuAdTecMatchPMAView.xaml.cs">
  112. <DependentUpon>SimuAdTecMatchPMAView.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Views\SimuAdTecMatchPMCView.xaml.cs">
  115. <DependentUpon>SimuAdTecMatchPMCView.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Views\SimuAdTecMatchPMBView.xaml.cs">
  118. <DependentUpon>SimuAdTecMatchPMBView.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="Views\SimuAdTecMatchView.xaml.cs">
  121. <DependentUpon>SimuAdTecMatchView.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Views\SimuAIRSYSChillerPMAView.xaml.cs">
  124. <DependentUpon>SimuAIRSYSChillerPMAView.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Views\SimuAIRSYSChillerPMBView.xaml.cs">
  127. <DependentUpon>SimuAIRSYSChillerPMBView.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Views\SimuEdwardsPumpLLView.xaml.cs">
  130. <DependentUpon>SimuEdwardsPumpLLView.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Views\SimuEdwardsPumpPMCView.xaml.cs">
  133. <DependentUpon>SimuEdwardsPumpPMCView.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Views\SimuEdwardsPumpTMView.xaml.cs">
  136. <DependentUpon>SimuEdwardsPumpTMView.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Views\SimuEdwardsPumpPMAView.xaml.cs">
  139. <DependentUpon>SimuEdwardsPumpPMAView.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Views\SimuEdwardsPumpPMBView.xaml.cs">
  142. <DependentUpon>SimuEdwardsPumpPMBView.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Views\simuESCHVPMAView.xaml.cs">
  145. <DependentUpon>simuESCHVPMAView.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Views\SimulatorIo1View.xaml.cs">
  148. <DependentUpon>SimulatorIo1View.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Views\SimulatorIo3View.xaml.cs">
  151. <DependentUpon>SimulatorIo3View.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Views\SimulatorIo2View.xaml.cs">
  154. <DependentUpon>SimulatorIo2View.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Views\SimulatorIoTMView.xaml.cs">
  157. <DependentUpon>SimulatorIoTMView.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Views\SimuPendulumValvePMAView.xaml.cs">
  160. <DependentUpon>SimuPendulumValvePMAView.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Views\SimuSkyPumpLLView.xaml.cs">
  163. <DependentUpon>SimuSkyPumpLLView.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Views\SimuSkyPumpPMCView.xaml.cs">
  166. <DependentUpon>SimuSkyPumpPMCView.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Views\SimuSkyPumpTMView.xaml.cs">
  169. <DependentUpon>SimuSkyPumpTMView.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="Views\SimuSkyPumpPMAView.xaml.cs">
  172. <DependentUpon>SimuSkyPumpPMAView.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="Views\SimuSkyPumpPMBView.xaml.cs">
  175. <DependentUpon>SimuSkyPumpPMBView.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Views\SimuSkyPumpView.xaml.cs">
  178. <DependentUpon>SimuSkyPumpView.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="Views\SimuSMCChillerGridPMAView.xaml.cs">
  181. <DependentUpon>SimuSMCChillerGridPMAView.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="Views\SimuSMCChillerGridPMCView.xaml.cs">
  184. <DependentUpon>SimuSMCChillerGridPMCView.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="Views\SimuSMCChillerGridPMBView.xaml.cs">
  187. <DependentUpon>SimuSMCChillerGridPMBView.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="Views\SimuSMCChillerPMAView.xaml.cs">
  190. <DependentUpon>SimuSMCChillerPMAView.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="Views\SimuSMCChillerPMCView.xaml.cs">
  193. <DependentUpon>SimuSMCChillerPMCView.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="Views\SimuSMCChillerPMBView.xaml.cs">
  196. <DependentUpon>SimuSMCChillerPMBView.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="Views\SimuTurboPumpPMAView.xaml.cs">
  199. <DependentUpon>SimuTurboPumpPMAView.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="Views\Simu_CometRFView.xaml.cs">
  202. <DependentUpon>Simu_CometRFView.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="Views\Simu_EfemView.xaml.cs">
  205. <DependentUpon>Simu_EfemView.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="Views\Simu_TMView.xaml.cs">
  208. <DependentUpon>Simu_TMView.xaml</DependentUpon>
  209. </Compile>
  210. </ItemGroup>
  211. <ItemGroup>
  212. <Compile Include="Devices\AdTecGeneratorMock.cs" />
  213. <Compile Include="Devices\AdTecGeneratorMockPMA.cs" />
  214. <Compile Include="Devices\AdTecGeneratorMockPMB.cs" />
  215. <Compile Include="Devices\AdTecMatchMock.cs" />
  216. <Compile Include="Devices\AdTecMatchMockPMA.cs" />
  217. <Compile Include="Devices\AdTecMatchMockPMB.cs" />
  218. <Compile Include="Devices\CometRFSocketServer.cs" />
  219. <Compile Include="Devices\EdwardsPumpMockPMA.cs" />
  220. <Compile Include="Devices\EdwardsPumpMockPMB.cs" />
  221. <Compile Include="Devices\EfemSimulator.cs" />
  222. <Compile Include="Devices\SkyPumpMock.cs" />
  223. <Compile Include="Devices\SkyPumpMockPMA.cs" />
  224. <Compile Include="Devices\SkyPumpMockPMB.cs" />
  225. <Compile Include="Devices\SMCChillerMockPMA.cs" />
  226. <Compile Include="Devices\SMCChillerMockPMB.cs" />
  227. <Compile Include="Instances\SimulatorPlc.cs" />
  228. <Compile Include="Instances\SimulatorSystem.cs" />
  229. <Compile Include="Instances\UiInstance.cs" />
  230. <Compile Include="Properties\AssemblyInfo.cs">
  231. <SubType>Code</SubType>
  232. </Compile>
  233. <Compile Include="Properties\Resources.Designer.cs">
  234. <AutoGen>True</AutoGen>
  235. <DesignTime>True</DesignTime>
  236. <DependentUpon>Resources.resx</DependentUpon>
  237. </Compile>
  238. <Compile Include="Properties\Settings.Designer.cs">
  239. <AutoGen>True</AutoGen>
  240. <DependentUpon>Settings.settings</DependentUpon>
  241. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  242. </Compile>
  243. <EmbeddedResource Include="Properties\Resources.resx">
  244. <Generator>ResXFileCodeGenerator</Generator>
  245. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  246. </EmbeddedResource>
  247. <None Include="Properties\Settings.settings">
  248. <Generator>SettingsSingleFileGenerator</Generator>
  249. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  250. </None>
  251. </ItemGroup>
  252. <ItemGroup>
  253. <None Include="App.config" />
  254. </ItemGroup>
  255. <ItemGroup>
  256. <ProjectReference Include="..\Framework\Common\Common.csproj">
  257. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  258. <Name>Common</Name>
  259. </ProjectReference>
  260. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  261. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  262. <Name>RTCore</Name>
  263. </ProjectReference>
  264. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  265. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  266. <Name>RTEquipmentLibrary</Name>
  267. </ProjectReference>
  268. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  269. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  270. <Name>SimulatorCore</Name>
  271. </ProjectReference>
  272. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  273. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  274. <Name>UICore</Name>
  275. </ProjectReference>
  276. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  277. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  278. <Name>Venus_Core</Name>
  279. </ProjectReference>
  280. </ItemGroup>
  281. <ItemGroup>
  282. <Resource Include="Resources\simulator.ico" />
  283. </ItemGroup>
  284. <ItemGroup>
  285. <Page Include="Views\SimuAdTecGeneratorPMAView.xaml">
  286. <Generator>MSBuild:Compile</Generator>
  287. <SubType>Designer</SubType>
  288. </Page>
  289. <Page Include="Views\SimuAdTecGeneratorPMBView.xaml">
  290. <Generator>MSBuild:Compile</Generator>
  291. <SubType>Designer</SubType>
  292. </Page>
  293. <Page Include="Views\SimuAdTecGeneratorPMCView.xaml">
  294. <Generator>MSBuild:Compile</Generator>
  295. <SubType>Designer</SubType>
  296. </Page>
  297. <Page Include="Views\SimuAdTecGeneratorView.xaml">
  298. <Generator>MSBuild:Compile</Generator>
  299. <SubType>Designer</SubType>
  300. </Page>
  301. <Page Include="Views\SimuAdTecMatchPMAView.xaml">
  302. <Generator>MSBuild:Compile</Generator>
  303. <SubType>Designer</SubType>
  304. </Page>
  305. <Page Include="Views\SimuAdTecMatchPMCView.xaml">
  306. <Generator>MSBuild:Compile</Generator>
  307. <SubType>Designer</SubType>
  308. </Page>
  309. <Page Include="Views\SimuAdTecMatchPMBView.xaml">
  310. <Generator>MSBuild:Compile</Generator>
  311. <SubType>Designer</SubType>
  312. </Page>
  313. <Page Include="Views\SimuAdTecMatchView.xaml">
  314. <Generator>MSBuild:Compile</Generator>
  315. <SubType>Designer</SubType>
  316. </Page>
  317. <Page Include="Views\SimuAIRSYSChillerPMAView.xaml">
  318. <Generator>MSBuild:Compile</Generator>
  319. <SubType>Designer</SubType>
  320. </Page>
  321. <Page Include="Views\SimuAIRSYSChillerPMBView.xaml">
  322. <Generator>MSBuild:Compile</Generator>
  323. <SubType>Designer</SubType>
  324. </Page>
  325. <Page Include="Views\SimuEdwardsPumpLLView.xaml">
  326. <Generator>MSBuild:Compile</Generator>
  327. <SubType>Designer</SubType>
  328. </Page>
  329. <Page Include="Views\SimuEdwardsPumpPMCView.xaml">
  330. <Generator>MSBuild:Compile</Generator>
  331. <SubType>Designer</SubType>
  332. </Page>
  333. <Page Include="Views\SimuEdwardsPumpTMView.xaml">
  334. <Generator>MSBuild:Compile</Generator>
  335. <SubType>Designer</SubType>
  336. </Page>
  337. <Page Include="Views\SimuEdwardsPumpPMAView.xaml">
  338. <Generator>MSBuild:Compile</Generator>
  339. <SubType>Designer</SubType>
  340. </Page>
  341. <Page Include="Views\SimuEdwardsPumpPMBView.xaml">
  342. <Generator>MSBuild:Compile</Generator>
  343. <SubType>Designer</SubType>
  344. </Page>
  345. <Page Include="Views\simuESCHVPMAView.xaml">
  346. <SubType>Designer</SubType>
  347. <Generator>MSBuild:Compile</Generator>
  348. </Page>
  349. <Page Include="Views\SimulatorIo1View.xaml">
  350. <Generator>MSBuild:Compile</Generator>
  351. <SubType>Designer</SubType>
  352. </Page>
  353. <Page Include="Views\SimulatorIo3View.xaml">
  354. <Generator>MSBuild:Compile</Generator>
  355. <SubType>Designer</SubType>
  356. </Page>
  357. <Page Include="Views\SimulatorIo2View.xaml">
  358. <Generator>MSBuild:Compile</Generator>
  359. <SubType>Designer</SubType>
  360. </Page>
  361. <Page Include="Views\SimulatorIoTMView.xaml">
  362. <Generator>MSBuild:Compile</Generator>
  363. <SubType>Designer</SubType>
  364. </Page>
  365. <Page Include="Views\SimuPendulumValvePMAView.xaml">
  366. <Generator>MSBuild:Compile</Generator>
  367. <SubType>Designer</SubType>
  368. </Page>
  369. <Page Include="Views\SimuSkyPumpLLView.xaml">
  370. <Generator>MSBuild:Compile</Generator>
  371. <SubType>Designer</SubType>
  372. </Page>
  373. <Page Include="Views\SimuSkyPumpPMCView.xaml">
  374. <Generator>MSBuild:Compile</Generator>
  375. <SubType>Designer</SubType>
  376. </Page>
  377. <Page Include="Views\SimuSkyPumpTMView.xaml">
  378. <Generator>MSBuild:Compile</Generator>
  379. <SubType>Designer</SubType>
  380. </Page>
  381. <Page Include="Views\SimuSkyPumpPMAView.xaml">
  382. <Generator>MSBuild:Compile</Generator>
  383. <SubType>Designer</SubType>
  384. </Page>
  385. <Page Include="Views\SimuSkyPumpPMBView.xaml">
  386. <Generator>MSBuild:Compile</Generator>
  387. <SubType>Designer</SubType>
  388. </Page>
  389. <Page Include="Views\SimuSkyPumpView.xaml">
  390. <Generator>MSBuild:Compile</Generator>
  391. <SubType>Designer</SubType>
  392. </Page>
  393. <Page Include="Views\SimuSMCChillerGridPMAView.xaml">
  394. <Generator>MSBuild:Compile</Generator>
  395. <SubType>Designer</SubType>
  396. </Page>
  397. <Page Include="Views\SimuSMCChillerGridPMCView.xaml">
  398. <Generator>MSBuild:Compile</Generator>
  399. <SubType>Designer</SubType>
  400. </Page>
  401. <Page Include="Views\SimuSMCChillerGridPMBView.xaml">
  402. <Generator>MSBuild:Compile</Generator>
  403. <SubType>Designer</SubType>
  404. </Page>
  405. <Page Include="Views\SimuSMCChillerPMAView.xaml">
  406. <Generator>MSBuild:Compile</Generator>
  407. <SubType>Designer</SubType>
  408. </Page>
  409. <Page Include="Views\SimuSMCChillerPMCView.xaml">
  410. <Generator>MSBuild:Compile</Generator>
  411. <SubType>Designer</SubType>
  412. </Page>
  413. <Page Include="Views\SimuSMCChillerPMBView.xaml">
  414. <Generator>MSBuild:Compile</Generator>
  415. <SubType>Designer</SubType>
  416. </Page>
  417. <Page Include="Views\SimuTurboPumpPMAView.xaml">
  418. <SubType>Designer</SubType>
  419. <Generator>MSBuild:Compile</Generator>
  420. </Page>
  421. <Page Include="Views\Simu_CometRFView.xaml">
  422. <Generator>MSBuild:Compile</Generator>
  423. <SubType>Designer</SubType>
  424. </Page>
  425. <Page Include="Views\Simu_EfemView.xaml">
  426. <Generator>MSBuild:Compile</Generator>
  427. <SubType>Designer</SubType>
  428. </Page>
  429. <Page Include="Views\Simu_TMView.xaml">
  430. <Generator>MSBuild:Compile</Generator>
  431. <SubType>Designer</SubType>
  432. </Page>
  433. </ItemGroup>
  434. <ItemGroup />
  435. <ItemGroup>
  436. <Content Include="Config\_ioDefineKepler2200A.xml">
  437. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  438. </Content>
  439. <Content Include="Config\UILayout.xml">
  440. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  441. </Content>
  442. <Content Include="Config\_ioDefineKepler2300.xml">
  443. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  444. </Content>
  445. <Content Include="Config\_ioDefineVenus_MF.xml">
  446. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  447. </Content>
  448. </ItemGroup>
  449. <ItemGroup>
  450. <Content Include="Config\_ioDefineVenus.xml">
  451. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  452. </Content>
  453. </ItemGroup>
  454. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  455. </Project>