Venus_Simulator.csproj.bak 24 KB

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