Venus_Simulator.csproj 17 KB

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