Venus_Simulator.csproj 13 KB

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