CyberX8_Simulator.csproj 14 KB

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