Venus_Simulator.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  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\ESCHVMockPMA.cs" />
  82. <Compile Include="Devices\PendulumValveMockPMA.cs" />
  83. <Compile Include="Devices\TurboPumpMockPMA.cs" />
  84. <Compile Include="Views\Converters\CassetteConverter.cs" />
  85. <Compile Include="Views\Converters\IoConvert.cs" />
  86. <Compile Include="Views\IoViewModelBase.cs" />
  87. <Compile Include="Views\SimuAdTecGeneratorPMAView.xaml.cs">
  88. <DependentUpon>SimuAdTecGeneratorPMAView.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="Views\SimuAdTecGeneratorPMBView.xaml.cs">
  91. <DependentUpon>SimuAdTecGeneratorPMBView.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="Views\SimuAdTecGeneratorView.xaml.cs">
  94. <DependentUpon>SimuAdTecGeneratorView.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="Views\SimuAdTecMatchPMAView.xaml.cs">
  97. <DependentUpon>SimuAdTecMatchPMAView.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="Views\SimuAdTecMatchPMBView.xaml.cs">
  100. <DependentUpon>SimuAdTecMatchPMBView.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Views\SimuAdTecMatchView.xaml.cs">
  103. <DependentUpon>SimuAdTecMatchView.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Views\SimuEdwardsPumpPMAView.xaml.cs">
  106. <DependentUpon>SimuEdwardsPumpPMAView.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="Views\SimuEdwardsPumpPMBView.xaml.cs">
  109. <DependentUpon>SimuEdwardsPumpPMBView.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="Views\simuESCHVPMAView.xaml.cs">
  112. <DependentUpon>simuESCHVPMAView.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Views\SimulatorIo1View.xaml.cs">
  115. <DependentUpon>SimulatorIo1View.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Views\SimulatorIo2View.xaml.cs">
  118. <DependentUpon>SimulatorIo2View.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="Views\SimuPendulumValvePMAView.xaml.cs">
  121. <DependentUpon>SimuPendulumValvePMAView.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Views\SimuSkyPumpPMAView.xaml.cs">
  124. <DependentUpon>SimuSkyPumpPMAView.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Views\SimuSkyPumpPMBView.xaml.cs">
  127. <DependentUpon>SimuSkyPumpPMBView.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Views\SimuSkyPumpView.xaml.cs">
  130. <DependentUpon>SimuSkyPumpView.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Views\SimuSMCChillerGridPMAView.xaml.cs">
  133. <DependentUpon>SimuSMCChillerGridPMAView.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Views\SimuSMCChillerGridPMBView.xaml.cs">
  136. <DependentUpon>SimuSMCChillerGridPMBView.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Views\SimuSMCChillerPMAView.xaml.cs">
  139. <DependentUpon>SimuSMCChillerPMAView.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Views\SimuSMCChillerPMBView.xaml.cs">
  142. <DependentUpon>SimuSMCChillerPMBView.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Views\SimuTurboPumpPMAView.xaml.cs">
  145. <DependentUpon>SimuTurboPumpPMAView.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Views\Simu_CometRFView.xaml.cs">
  148. <DependentUpon>Simu_CometRFView.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Views\Simu_EfemView.xaml.cs">
  151. <DependentUpon>Simu_EfemView.xaml</DependentUpon>
  152. </Compile>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Compile Include="Devices\AdTecGeneratorMock.cs" />
  156. <Compile Include="Devices\AdTecGeneratorMockPMA.cs" />
  157. <Compile Include="Devices\AdTecGeneratorMockPMB.cs" />
  158. <Compile Include="Devices\AdTecMatchMock.cs" />
  159. <Compile Include="Devices\AdTecMatchMockPMA.cs" />
  160. <Compile Include="Devices\AdTecMatchMockPMB.cs" />
  161. <Compile Include="Devices\CometRFSocketServer.cs" />
  162. <Compile Include="Devices\EdwardsPumpMockPMA.cs" />
  163. <Compile Include="Devices\EdwardsPumpMockPMB.cs" />
  164. <Compile Include="Devices\EfemSimulator.cs" />
  165. <Compile Include="Devices\SkyPumpMock.cs" />
  166. <Compile Include="Devices\SkyPumpMockPMA.cs" />
  167. <Compile Include="Devices\SkyPumpMockPMB.cs" />
  168. <Compile Include="Devices\SMCChillerMockPMA.cs" />
  169. <Compile Include="Devices\SMCChillerMockPMB.cs" />
  170. <Compile Include="Instances\SimulatorPlc.cs" />
  171. <Compile Include="Instances\SimulatorSystem.cs" />
  172. <Compile Include="Instances\UiInstance.cs" />
  173. <Compile Include="Properties\AssemblyInfo.cs">
  174. <SubType>Code</SubType>
  175. </Compile>
  176. <Compile Include="Properties\Resources.Designer.cs">
  177. <AutoGen>True</AutoGen>
  178. <DesignTime>True</DesignTime>
  179. <DependentUpon>Resources.resx</DependentUpon>
  180. </Compile>
  181. <Compile Include="Properties\Settings.Designer.cs">
  182. <AutoGen>True</AutoGen>
  183. <DependentUpon>Settings.settings</DependentUpon>
  184. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  185. </Compile>
  186. <EmbeddedResource Include="Properties\Resources.resx">
  187. <Generator>ResXFileCodeGenerator</Generator>
  188. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  189. </EmbeddedResource>
  190. <None Include="Properties\Settings.settings">
  191. <Generator>SettingsSingleFileGenerator</Generator>
  192. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  193. </None>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <None Include="App.config" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <ProjectReference Include="..\Framework\Common\Common.csproj">
  200. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  201. <Name>Common</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  204. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  205. <Name>RTCore</Name>
  206. </ProjectReference>
  207. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  208. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  209. <Name>RTEquipmentLibrary</Name>
  210. </ProjectReference>
  211. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  212. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  213. <Name>RTModuleLibrary</Name>
  214. </ProjectReference>
  215. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  216. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  217. <Name>SimulatorCore</Name>
  218. </ProjectReference>
  219. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  220. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  221. <Name>UICore</Name>
  222. </ProjectReference>
  223. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  224. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  225. <Name>Venus_Core</Name>
  226. </ProjectReference>
  227. </ItemGroup>
  228. <ItemGroup>
  229. <Resource Include="Resources\simulator.ico" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <Page Include="Views\SimuAdTecGeneratorPMAView.xaml">
  233. <Generator>MSBuild:Compile</Generator>
  234. <SubType>Designer</SubType>
  235. </Page>
  236. <Page Include="Views\SimuAdTecGeneratorPMBView.xaml">
  237. <Generator>MSBuild:Compile</Generator>
  238. <SubType>Designer</SubType>
  239. </Page>
  240. <Page Include="Views\SimuAdTecGeneratorView.xaml">
  241. <Generator>MSBuild:Compile</Generator>
  242. <SubType>Designer</SubType>
  243. </Page>
  244. <Page Include="Views\SimuAdTecMatchPMAView.xaml">
  245. <Generator>MSBuild:Compile</Generator>
  246. <SubType>Designer</SubType>
  247. </Page>
  248. <Page Include="Views\SimuAdTecMatchPMBView.xaml">
  249. <Generator>MSBuild:Compile</Generator>
  250. <SubType>Designer</SubType>
  251. </Page>
  252. <Page Include="Views\SimuAdTecMatchView.xaml">
  253. <Generator>MSBuild:Compile</Generator>
  254. <SubType>Designer</SubType>
  255. </Page>
  256. <Page Include="Views\SimuEdwardsPumpPMAView.xaml">
  257. <Generator>MSBuild:Compile</Generator>
  258. <SubType>Designer</SubType>
  259. </Page>
  260. <Page Include="Views\SimuEdwardsPumpPMBView.xaml">
  261. <Generator>MSBuild:Compile</Generator>
  262. <SubType>Designer</SubType>
  263. </Page>
  264. <Page Include="Views\simuESCHVPMAView.xaml">
  265. <SubType>Designer</SubType>
  266. <Generator>MSBuild:Compile</Generator>
  267. </Page>
  268. <Page Include="Views\SimulatorIo1View.xaml">
  269. <Generator>MSBuild:Compile</Generator>
  270. <SubType>Designer</SubType>
  271. </Page>
  272. <Page Include="Views\SimulatorIo2View.xaml">
  273. <Generator>MSBuild:Compile</Generator>
  274. <SubType>Designer</SubType>
  275. </Page>
  276. <Page Include="Views\SimuPendulumValvePMAView.xaml">
  277. <Generator>MSBuild:Compile</Generator>
  278. <SubType>Designer</SubType>
  279. </Page>
  280. <Page Include="Views\SimuSkyPumpPMAView.xaml">
  281. <Generator>MSBuild:Compile</Generator>
  282. <SubType>Designer</SubType>
  283. </Page>
  284. <Page Include="Views\SimuSkyPumpPMBView.xaml">
  285. <Generator>MSBuild:Compile</Generator>
  286. <SubType>Designer</SubType>
  287. </Page>
  288. <Page Include="Views\SimuSkyPumpView.xaml">
  289. <Generator>MSBuild:Compile</Generator>
  290. <SubType>Designer</SubType>
  291. </Page>
  292. <Page Include="Views\SimuSMCChillerGridPMAView.xaml">
  293. <Generator>MSBuild:Compile</Generator>
  294. <SubType>Designer</SubType>
  295. </Page>
  296. <Page Include="Views\SimuSMCChillerGridPMBView.xaml">
  297. <Generator>MSBuild:Compile</Generator>
  298. <SubType>Designer</SubType>
  299. </Page>
  300. <Page Include="Views\SimuSMCChillerPMAView.xaml">
  301. <Generator>MSBuild:Compile</Generator>
  302. <SubType>Designer</SubType>
  303. </Page>
  304. <Page Include="Views\SimuSMCChillerPMBView.xaml">
  305. <Generator>MSBuild:Compile</Generator>
  306. <SubType>Designer</SubType>
  307. </Page>
  308. <Page Include="Views\SimuTurboPumpPMAView.xaml">
  309. <SubType>Designer</SubType>
  310. <Generator>MSBuild:Compile</Generator>
  311. </Page>
  312. <Page Include="Views\Simu_CometRFView.xaml">
  313. <Generator>MSBuild:Compile</Generator>
  314. <SubType>Designer</SubType>
  315. </Page>
  316. <Page Include="Views\Simu_EfemView.xaml">
  317. <Generator>MSBuild:Compile</Generator>
  318. <SubType>Designer</SubType>
  319. </Page>
  320. </ItemGroup>
  321. <ItemGroup />
  322. <ItemGroup>
  323. <Content Include="Config\UILayout.xml">
  324. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  325. </Content>
  326. </ItemGroup>
  327. <ItemGroup>
  328. <Content Include="Config\_ioDefineVenus.xml">
  329. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  330. </Content>
  331. </ItemGroup>
  332. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  333. </Project>