EfemDualSimulator.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  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>{67A83804-9571-43CA-AB0C-FA28396DD12A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>EfemDualSimulator</RootNamespace>
  10. <AssemblyName>EfemDualSimulator</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.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. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>Resources\MyLogoPurple.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="log4net">
  42. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Xaml">
  53. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  54. </Reference>
  55. <Reference Include="WindowsBase" />
  56. <Reference Include="PresentationCore" />
  57. <Reference Include="PresentationFramework" />
  58. <Reference Include="WPFToolkit">
  59. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  60. </Reference>
  61. <Reference Include="WPFToolkit.Extended">
  62. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.Extended.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Xceed.Wpf.Toolkit">
  65. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  66. </Reference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ApplicationDefinition Include="App.xaml">
  70. <Generator>MSBuild:Compile</Generator>
  71. <SubType>Designer</SubType>
  72. </ApplicationDefinition>
  73. <Compile Include="Devices\AdTecGeneratorMock.cs" />
  74. <Compile Include="Devices\AdTecGeneratorMockPMA.cs" />
  75. <Compile Include="Devices\AdTecGeneratorMockPMB.cs" />
  76. <Compile Include="Devices\AdTecMatchMock.cs" />
  77. <Compile Include="Devices\AdTecMatchMockPMA.cs" />
  78. <Compile Include="Devices\AdTecMatchMockPMB.cs" />
  79. <Compile Include="Devices\CometRFSocketServer.cs" />
  80. <Compile Include="Devices\EdwardsPumpMockPMA.cs" />
  81. <Compile Include="Devices\EdwardsPumpMockPMB.cs" />
  82. <Compile Include="Devices\EfemSimulator.cs" />
  83. <Compile Include="Devices\SkyPumpMock.cs" />
  84. <Compile Include="Devices\SkyPumpMockPMA.cs" />
  85. <Compile Include="Devices\SkyPumpMockPMB.cs" />
  86. <Compile Include="Devices\SMCChillerMockPMA.cs" />
  87. <Compile Include="Devices\SMCChillerMockPMB.cs" />
  88. <Compile Include="Instances\SimulatorPlcService.cs" />
  89. <Compile Include="Views\Converters\CassetteConverter.cs" />
  90. <Compile Include="Views\Converters\IoConvert.cs" />
  91. <Compile Include="Views\EfemView.xaml.cs">
  92. <DependentUpon>EfemView.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="Views\IoButton.cs" />
  95. <Compile Include="Views\IoViewModel.cs" />
  96. <Compile Include="Views\SimuAdTecGeneratorPMAView.xaml.cs">
  97. <DependentUpon>SimuAdTecGeneratorPMAView.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="Views\SimuAdTecGeneratorPMBView.xaml.cs">
  100. <DependentUpon>SimuAdTecGeneratorPMBView.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Views\SimuAdTecGeneratorView.xaml.cs">
  103. <DependentUpon>SimuAdTecGeneratorView.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Views\SimuAdTecMatchPMAView.xaml.cs">
  106. <DependentUpon>SimuAdTecMatchPMAView.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="Views\SimuAdTecMatchPMBView.xaml.cs">
  109. <DependentUpon>SimuAdTecMatchPMBView.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="Views\SimuAdTecMatchView.xaml.cs">
  112. <DependentUpon>SimuAdTecMatchView.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Views\SimuEdwardsPumpPMAView.xaml.cs">
  115. <DependentUpon>SimuEdwardsPumpPMAView.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Views\SimuEdwardsPumpPMBView.xaml.cs">
  118. <DependentUpon>SimuEdwardsPumpPMBView.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="Views\SimulatorJelRobot.xaml.cs">
  121. <DependentUpon>SimulatorJelRobot.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Views\SimulatorIo1View.xaml.cs">
  124. <DependentUpon>SimulatorIo1View.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Views\SimulatorIo2View.xaml.cs">
  127. <DependentUpon>SimulatorIo2View.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Views\SimulatorIOPM1View.xaml.cs">
  130. <DependentUpon>SimulatorIOPM1View.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Views\SimulatorIOPM2View.xaml.cs">
  133. <DependentUpon>SimulatorIOPM2View.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="App.xaml.cs">
  136. <DependentUpon>App.xaml</DependentUpon>
  137. <SubType>Code</SubType>
  138. </Compile>
  139. <Compile Include="Instances\SimulatorAdsPlcService.cs" />
  140. <Compile Include="Instances\SimulatorModulePlc.cs" />
  141. <Compile Include="Instances\SimulatorSystem.cs" />
  142. <Compile Include="Instances\UiInstance.cs" />
  143. <Compile Include="Views\SimulatorIOSystemView.xaml.cs">
  144. <DependentUpon>SimulatorIOSystemView.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="Views\SimuSkyPumpPMAView.xaml.cs">
  147. <DependentUpon>SimuSkyPumpPMAView.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="Views\SimuSkyPumpPMBView.xaml.cs">
  150. <DependentUpon>SimuSkyPumpPMBView.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="Views\SimuSkyPumpView.xaml.cs">
  153. <DependentUpon>SimuSkyPumpView.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="Views\SimuSMCChillerPMAView.xaml.cs">
  156. <DependentUpon>SimuSMCChillerPMAView.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Views\SimuSMCChillerPMBView.xaml.cs">
  159. <DependentUpon>SimuSMCChillerPMBView.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="Views\Simu_CometRFView.xaml.cs">
  162. <DependentUpon>Simu_CometRFView.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Views\Simu_EfemView.xaml.cs">
  165. <DependentUpon>Simu_EfemView.xaml</DependentUpon>
  166. </Compile>
  167. <Page Include="Views\EfemView.xaml">
  168. <Generator>MSBuild:Compile</Generator>
  169. <SubType>Designer</SubType>
  170. </Page>
  171. <Page Include="Views\SimuAdTecGeneratorPMAView.xaml">
  172. <Generator>MSBuild:Compile</Generator>
  173. <SubType>Designer</SubType>
  174. </Page>
  175. <Page Include="Views\SimuAdTecGeneratorPMBView.xaml">
  176. <Generator>MSBuild:Compile</Generator>
  177. <SubType>Designer</SubType>
  178. </Page>
  179. <Page Include="Views\SimuAdTecGeneratorView.xaml">
  180. <Generator>MSBuild:Compile</Generator>
  181. <SubType>Designer</SubType>
  182. </Page>
  183. <Page Include="Views\SimuAdTecMatchPMAView.xaml">
  184. <Generator>MSBuild:Compile</Generator>
  185. <SubType>Designer</SubType>
  186. </Page>
  187. <Page Include="Views\SimuAdTecMatchPMBView.xaml">
  188. <Generator>MSBuild:Compile</Generator>
  189. <SubType>Designer</SubType>
  190. </Page>
  191. <Page Include="Views\SimuAdTecMatchView.xaml">
  192. <Generator>MSBuild:Compile</Generator>
  193. <SubType>Designer</SubType>
  194. </Page>
  195. <Page Include="Views\SimuEdwardsPumpPMAView.xaml">
  196. <Generator>MSBuild:Compile</Generator>
  197. <SubType>Designer</SubType>
  198. </Page>
  199. <Page Include="Views\SimuEdwardsPumpPMBView.xaml">
  200. <Generator>MSBuild:Compile</Generator>
  201. <SubType>Designer</SubType>
  202. </Page>
  203. <Page Include="Views\SimulatorJelRobot.xaml">
  204. <SubType>Designer</SubType>
  205. <Generator>MSBuild:Compile</Generator>
  206. </Page>
  207. <Page Include="Views\SimulatorIo1View.xaml">
  208. <Generator>MSBuild:Compile</Generator>
  209. <SubType>Designer</SubType>
  210. </Page>
  211. <Page Include="Views\SimulatorIo2View.xaml">
  212. <Generator>MSBuild:Compile</Generator>
  213. <SubType>Designer</SubType>
  214. </Page>
  215. <Page Include="Views\SimulatorIOPM1View.xaml">
  216. <Generator>MSBuild:Compile</Generator>
  217. <SubType>Designer</SubType>
  218. </Page>
  219. <Page Include="Views\SimulatorIOPM2View.xaml">
  220. <Generator>MSBuild:Compile</Generator>
  221. <SubType>Designer</SubType>
  222. </Page>
  223. <Page Include="Views\SimulatorIOSystemView.xaml">
  224. <Generator>MSBuild:Compile</Generator>
  225. <SubType>Designer</SubType>
  226. </Page>
  227. <Page Include="Views\SimuSkyPumpPMAView.xaml">
  228. <Generator>MSBuild:Compile</Generator>
  229. <SubType>Designer</SubType>
  230. </Page>
  231. <Page Include="Views\SimuSkyPumpPMBView.xaml">
  232. <Generator>MSBuild:Compile</Generator>
  233. <SubType>Designer</SubType>
  234. </Page>
  235. <Page Include="Views\SimuSkyPumpView.xaml">
  236. <Generator>MSBuild:Compile</Generator>
  237. <SubType>Designer</SubType>
  238. </Page>
  239. <Page Include="Views\SimuSMCChillerPMAView.xaml">
  240. <Generator>MSBuild:Compile</Generator>
  241. <SubType>Designer</SubType>
  242. </Page>
  243. <Page Include="Views\SimuSMCChillerPMBView.xaml">
  244. <Generator>MSBuild:Compile</Generator>
  245. <SubType>Designer</SubType>
  246. </Page>
  247. <Page Include="Views\Simu_CometRFView.xaml">
  248. <Generator>MSBuild:Compile</Generator>
  249. <SubType>Designer</SubType>
  250. </Page>
  251. <Page Include="Views\Simu_EfemView.xaml">
  252. <Generator>MSBuild:Compile</Generator>
  253. <SubType>Designer</SubType>
  254. </Page>
  255. </ItemGroup>
  256. <ItemGroup>
  257. <Compile Include="Properties\AssemblyInfo.cs">
  258. <SubType>Code</SubType>
  259. </Compile>
  260. <Compile Include="Properties\Resources.Designer.cs">
  261. <AutoGen>True</AutoGen>
  262. <DesignTime>True</DesignTime>
  263. <DependentUpon>Resources.resx</DependentUpon>
  264. </Compile>
  265. <Compile Include="Properties\Settings.Designer.cs">
  266. <AutoGen>True</AutoGen>
  267. <DependentUpon>Settings.settings</DependentUpon>
  268. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  269. </Compile>
  270. <EmbeddedResource Include="Properties\Resources.resx">
  271. <Generator>ResXFileCodeGenerator</Generator>
  272. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  273. </EmbeddedResource>
  274. <None Include="Properties\Settings.settings">
  275. <Generator>SettingsSingleFileGenerator</Generator>
  276. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  277. </None>
  278. </ItemGroup>
  279. <ItemGroup>
  280. <None Include="App.config" />
  281. </ItemGroup>
  282. <ItemGroup>
  283. <None Include="Config\UILayout.xml">
  284. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  285. <SubType>Designer</SubType>
  286. </None>
  287. <None Include="Config\_ioDefinePM.xml">
  288. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  289. <SubType>Designer</SubType>
  290. </None>
  291. </ItemGroup>
  292. <ItemGroup>
  293. <Resource Include="Resources\MyLogoPurple.ico" />
  294. </ItemGroup>
  295. <ItemGroup>
  296. <ProjectReference Include="..\..\FrameworkLocal\Common\Common.csproj">
  297. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  298. <Name>Common</Name>
  299. </ProjectReference>
  300. <ProjectReference Include="..\..\FrameworkLocal\RTCore\RTCore.csproj">
  301. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  302. <Name>RTCore</Name>
  303. </ProjectReference>
  304. <ProjectReference Include="..\..\FrameworkLocal\SimulatorCore\SimulatorCore.csproj">
  305. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  306. <Name>SimulatorCore</Name>
  307. </ProjectReference>
  308. <ProjectReference Include="..\..\FrameworkLocal\UIClient\UIClient.csproj">
  309. <Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
  310. <Name>UIClient</Name>
  311. </ProjectReference>
  312. <ProjectReference Include="..\..\FrameworkLocal\UICore\UICore.csproj">
  313. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  314. <Name>UICore</Name>
  315. </ProjectReference>
  316. </ItemGroup>
  317. <ItemGroup>
  318. <None Include="Config\_ioDefineMF.xml">
  319. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  320. </None>
  321. </ItemGroup>
  322. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  323. </Project>