Venus_Simulator.csproj 25 KB

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