CyberX8_Simulator.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  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>CyberX8_Simulator</RootNamespace>
  10. <AssemblyName>CyberX8_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>
  28. </NoWarn>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="log4net">
  41. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\ThirdParty\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.135\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
  49. </Reference>
  50. <Reference Include="OpenSEMI.Ctrlib">
  51. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  52. </Reference>
  53. <Reference Include="PresentationFramework.Aero" />
  54. <Reference Include="System" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.ServiceModel" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Xaml">
  64. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="WindowsBase" />
  67. <Reference Include="PresentationCore" />
  68. <Reference Include="PresentationFramework" />
  69. <Reference Include="WPFToolkit">
  70. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Xceed.Wpf.Toolkit">
  73. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  74. </Reference>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ApplicationDefinition Include="App.xaml">
  78. <Generator>MSBuild:Compile</Generator>
  79. <SubType>Designer</SubType>
  80. </ApplicationDefinition>
  81. <Compile Include="App.xaml.cs">
  82. <DependentUpon>App.xaml</DependentUpon>
  83. <SubType>Code</SubType>
  84. </Compile>
  85. <Compile Include="Devices\FestoSocketSimulator.cs" />
  86. <Compile Include="Devices\GalilSocketSimulator.cs" />
  87. <Compile Include="Devices\SunWayEfemSimulator.cs" />
  88. <Compile Include="Devices\AIRSYSChillerMock.cs" />
  89. <Compile Include="Devices\EdwardsPumpMockLL.cs" />
  90. <Compile Include="Devices\EdwardsPumpMockTM.cs" />
  91. <Compile Include="Devices\SETMSimulatorServer.cs" />
  92. <Compile Include="Devices\SkyPumpMockLL.cs" />
  93. <Compile Include="Devices\SkyPumpMockTM.cs" />
  94. <Compile Include="Devices\PowerSupplierSocketSimulator.cs" />
  95. <Compile Include="Devices\TMSimulatorServer.cs" />
  96. <Compile Include="Devices\VceSimulator.cs" />
  97. <Compile Include="Devices\VPASimulator.cs" />
  98. <Compile Include="Devices\WagoSocketSimulator.cs" />
  99. <Compile Include="Instances\SystemConfig.cs" />
  100. <Compile Include="JetChamber.cs" />
  101. <Compile Include="JetsiuTM.cs" />
  102. <Compile Include="Views\BarcodeReaderView.xaml.cs">
  103. <DependentUpon>BarcodeReaderView.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Views\Converters\CassetteConverter.cs" />
  106. <Compile Include="Views\Converters\IoConvert.cs" />
  107. <Compile Include="Views\FestoView.xaml.cs">
  108. <DependentUpon>FestoView.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Views\GalilView.xaml.cs">
  111. <DependentUpon>GalilView.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Views\IoViewModelBase.cs" />
  114. <Compile Include="Views\SimulatorIo1View.xaml.cs">
  115. <DependentUpon>SimulatorIo1View.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Views\SimulatorIo4View.xaml.cs">
  118. <DependentUpon>SimulatorIo4View.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="Views\SimulatorIo3View.xaml.cs">
  121. <DependentUpon>SimulatorIo3View.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Views\SimulatorIo2View.xaml.cs">
  124. <DependentUpon>SimulatorIo2View.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Views\SimulatorIoSETMView.xaml.cs">
  127. <DependentUpon>SimulatorIoSETMView.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Views\SimulatorIoTMView.xaml.cs">
  130. <DependentUpon>SimulatorIoTMView.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Views\PowerSupplierView.xaml.cs">
  133. <DependentUpon>PowerSupplierView.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Views\LinmotView.xaml.cs">
  136. <DependentUpon>LinmotView.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Views\ThorntonView.xaml.cs">
  139. <DependentUpon>ThorntonView.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Views\SimuTemperatureControllerView.xaml.cs">
  142. <DependentUpon>SimuTemperatureControllerView.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Views\Simu_SunWayEfemView.xaml.cs">
  145. <DependentUpon>Simu_SunWayEfemView.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. <Compile Include="Views\Simu_SETMView.xaml.cs">
  154. <DependentUpon>Simu_SETMView.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Views\Simu_TMView.xaml.cs">
  157. <DependentUpon>Simu_TMView.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Views\WagoView.xaml.cs">
  160. <DependentUpon>WagoView.xaml</DependentUpon>
  161. </Compile>
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Compile Include="Devices\AdTecGeneratorMock.cs" />
  165. <Compile Include="Devices\AdTecMatchMock.cs" />
  166. <Compile Include="Devices\CometRFSocketServer.cs" />
  167. <Compile Include="Devices\EfemSimulator.cs" />
  168. <Compile Include="Devices\SkyPumpMock.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. <None Include="packages.config" />
  188. <EmbeddedResource Include="Properties\Resources.resx">
  189. <Generator>ResXFileCodeGenerator</Generator>
  190. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  191. </EmbeddedResource>
  192. <None Include="Properties\Settings.settings">
  193. <Generator>SettingsSingleFileGenerator</Generator>
  194. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  195. </None>
  196. </ItemGroup>
  197. <ItemGroup>
  198. <None Include="App.config" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <ProjectReference Include="..\CyberX8_Core\CyberX8_Core.csproj">
  202. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  203. <Name>CyberX8_Core</Name>
  204. </ProjectReference>
  205. <ProjectReference Include="..\Framework\Common\Common.csproj">
  206. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  207. <Name>Common</Name>
  208. </ProjectReference>
  209. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  210. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  211. <Name>RTCore</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  214. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  215. <Name>RTEquipmentLibrary</Name>
  216. </ProjectReference>
  217. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  218. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  219. <Name>SimulatorCore</Name>
  220. </ProjectReference>
  221. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  222. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  223. <Name>UICore</Name>
  224. </ProjectReference>
  225. </ItemGroup>
  226. <ItemGroup>
  227. <Resource Include="Resources\simulator.ico" />
  228. </ItemGroup>
  229. <ItemGroup>
  230. <Page Include="Views\BarcodeReaderView.xaml">
  231. <SubType>Designer</SubType>
  232. <Generator>MSBuild:Compile</Generator>
  233. </Page>
  234. <Page Include="Views\FestoView.xaml">
  235. <SubType>Designer</SubType>
  236. <Generator>MSBuild:Compile</Generator>
  237. </Page>
  238. <Page Include="Views\GalilView.xaml">
  239. <SubType>Designer</SubType>
  240. <Generator>MSBuild:Compile</Generator>
  241. </Page>
  242. <Page Include="Views\SimulatorIo1View.xaml">
  243. <Generator>MSBuild:Compile</Generator>
  244. <SubType>Designer</SubType>
  245. </Page>
  246. <Page Include="Views\SimulatorIo4View.xaml">
  247. <Generator>MSBuild:Compile</Generator>
  248. <SubType>Designer</SubType>
  249. </Page>
  250. <Page Include="Views\SimulatorIo3View.xaml">
  251. <Generator>MSBuild:Compile</Generator>
  252. <SubType>Designer</SubType>
  253. </Page>
  254. <Page Include="Views\SimulatorIo2View.xaml">
  255. <Generator>MSBuild:Compile</Generator>
  256. <SubType>Designer</SubType>
  257. </Page>
  258. <Page Include="Views\SimulatorIoSETMView.xaml">
  259. <Generator>MSBuild:Compile</Generator>
  260. <SubType>Designer</SubType>
  261. </Page>
  262. <Page Include="Views\SimulatorIoTMView.xaml">
  263. <Generator>MSBuild:Compile</Generator>
  264. <SubType>Designer</SubType>
  265. </Page>
  266. <Page Include="Views\PowerSupplierView.xaml">
  267. <Generator>MSBuild:Compile</Generator>
  268. <SubType>Designer</SubType>
  269. </Page>
  270. <Page Include="Views\LinmotView.xaml">
  271. <Generator>MSBuild:Compile</Generator>
  272. <SubType>Designer</SubType>
  273. </Page>
  274. <Page Include="Views\ThorntonView.xaml">
  275. <Generator>MSBuild:Compile</Generator>
  276. <SubType>Designer</SubType>
  277. </Page>
  278. <Page Include="Views\SimuTemperatureControllerView.xaml">
  279. <Generator>MSBuild:Compile</Generator>
  280. <SubType>Designer</SubType>
  281. </Page>
  282. <Page Include="Views\Simu_SunWayEfemView.xaml">
  283. <Generator>MSBuild:Compile</Generator>
  284. <SubType>Designer</SubType>
  285. </Page>
  286. <Page Include="Views\Simu_CometRFView.xaml">
  287. <Generator>MSBuild:Compile</Generator>
  288. <SubType>Designer</SubType>
  289. </Page>
  290. <Page Include="Views\WagoView.xaml">
  291. <SubType>Designer</SubType>
  292. <Generator>MSBuild:Compile</Generator>
  293. </Page>
  294. <Page Include="Views\Simu_EfemView.xaml">
  295. <Generator>MSBuild:Compile</Generator>
  296. <SubType>Designer</SubType>
  297. </Page>
  298. <Page Include="Views\Simu_SETMView.xaml">
  299. <SubType>Designer</SubType>
  300. <Generator>MSBuild:Compile</Generator>
  301. </Page>
  302. <Page Include="Views\Simu_TMView.xaml">
  303. <Generator>MSBuild:Compile</Generator>
  304. <SubType>Designer</SubType>
  305. </Page>
  306. </ItemGroup>
  307. <ItemGroup />
  308. <ItemGroup>
  309. <Content Include="Config\SimulatorIOMapCfg.xml">
  310. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  311. </Content>
  312. <Content Include="Config\_ioDefineVenusDE.xml">
  313. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  314. </Content>
  315. <Content Include="Config\_ioDefineVenusSE.xml">
  316. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  317. </Content>
  318. <Content Include="Config\_ioDefineKepler2200B.xml">
  319. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  320. </Content>
  321. <Content Include="Config\_ioDefineVenus_MF.xml">
  322. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  323. </Content>
  324. <Content Include="Config\_ioDefineVenusSE_MF.xml">
  325. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  326. </Content>
  327. <Content Include="Config\_ioDefineKepler2200A.xml">
  328. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  329. </Content>
  330. <Content Include="Config\UILayout.xml">
  331. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  332. </Content>
  333. <Content Include="Config\_ioDefineKepler2300.xml">
  334. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  335. </Content>
  336. </ItemGroup>
  337. <ItemGroup>
  338. <Content Include="Config\_ioDefineVenus.xml">
  339. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  340. </Content>
  341. </ItemGroup>
  342. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  343. </Project>