Venus_Simulator.csproj 26 KB

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