CyberX8_Simulator.csproj 14 KB

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