SimulatorCore.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  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>{BE21B571-0145-447B-88DA-61E621D60E0C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MECF.Framework.Simulator.Core</RootNamespace>
  11. <AssemblyName>MECF.Framework.Simulator.Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\output\MECF.Framework\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  37. </Reference>
  38. <Reference Include="MECF.Framework.Common, Version=1.0.7916.3929, Culture=neutral, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\Output\MECF.Framework\MECF.Framework.Common.dll</HintPath>
  41. </Reference>
  42. <Reference Include="MECF.Framework.RT.Core, Version=1.0.7916.4228, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\Output\MECF.Framework\MECF.Framework.RT.Core.dll</HintPath>
  45. </Reference>
  46. <Reference Include="MECF.Framework.UI.Core, Version=1.0.7916.4197, Culture=neutral, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\Output\MECF.Framework\MECF.Framework.UI.Core.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\ThirdParty\dlls\Newtonsoft.Json.dll</HintPath>
  53. </Reference>
  54. <Reference Include="PresentationCore" />
  55. <Reference Include="PresentationFramework" />
  56. <Reference Include="PresentationFramework.Aero" />
  57. <Reference Include="SuperSocket.Common">
  58. <HintPath>..\..\ThirdParty\dlls\SuperSocket.Common.dll</HintPath>
  59. </Reference>
  60. <Reference Include="SuperSocket.SocketBase">
  61. <HintPath>..\..\ThirdParty\dlls\SuperSocket.SocketBase.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SuperSocket.SocketEngine">
  64. <HintPath>..\..\ThirdParty\dlls\SuperSocket.SocketEngine.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Drawing" />
  69. <Reference Include="System.Management" />
  70. <Reference Include="System.Windows.Forms" />
  71. <Reference Include="System.Xaml" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Net.Http" />
  77. <Reference Include="System.Xml" />
  78. <Reference Include="WindowsBase" />
  79. <Reference Include="WPFToolkit, Version=3.5.40128.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  82. </Reference>
  83. <Reference Include="WPFToolkit.Extended, Version=1.6.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.Extended.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Xceed.Wpf.AvalonDock, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.AvalonDock.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Xceed.Wpf.Toolkit, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  94. </Reference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="CarrierIDReader\OmronV640Serial\OmronV640NSerialSimulator.cs" />
  98. <Compile Include="CarrierIDReader\OmronV640Serial\OmronV640NSerialView.xaml.cs">
  99. <DependentUpon>OmronV640NSerialView.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Commons\CommonSocketDeviceSimulatorView.xaml.cs">
  102. <DependentUpon>CommonSocketDeviceSimulatorView.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Commons\CommonSocketDeviceSimulator.cs" />
  105. <Compile Include="Commons\IOSimulatorItemReader.cs" />
  106. <Compile Include="Commons\IOSimulatorItemViewModel.cs" />
  107. <Compile Include="FFUs\Ffu.cs" />
  108. <Compile Include="FFUs\FfuView.xaml.cs">
  109. <DependentUpon>FfuView.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="FFUs\FfuViewModel.cs" />
  112. <Compile Include="IoProviders\E84SimilatorUnitView.xaml.cs">
  113. <DependentUpon>E84SimulatorUnitView.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="IoProviders\IOViewModel.cs" />
  116. <Compile Include="IoProviders\MCProtocolPlcSimulator.cs" />
  117. <Compile Include="IoProviders\SimulatorE84.cs" />
  118. <Compile Include="IoProviders\SimulatorIO.cs" />
  119. <Compile Include="IoProviders\SimulatorIO1View.xaml.cs">
  120. <DependentUpon>SimulatorIO1View.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="IoProviders\SimulatorIO2View.xaml.cs">
  123. <DependentUpon>SimulatorIO2View.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="IoProviders\SimulatorIO3View.xaml.cs">
  126. <DependentUpon>SimulatorIO3View.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="IoProviders\SimulatorIO4View.xaml.cs">
  129. <DependentUpon>SimulatorIO4View.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="CarrierIDReader\OmronV640Serial\OmronV640SerialSimulator.cs" />
  132. <Compile Include="CarrierIDReader\OmronV640Serial\OmronV640SerialView.xaml.cs">
  133. <DependentUpon>OmronV640SerialView.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Robots\GM201LVPRobot\GM201LVPControllerSimulator.cs" />
  136. <Compile Include="Robots\GM201LVPRobot\GM201LVPRobotSimulator.cs" />
  137. <Compile Include="Robots\GM201LVPRobot\GM201CarrierRobotView.xaml.cs">
  138. <DependentUpon>GM201CarrierRobotView.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="Robots\GM201LVPRobot\GM201WaferRobotView.xaml.cs">
  141. <DependentUpon>GM201WaferRobotView.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Commons\CommonSerialPortDeviceSimulator.cs" />
  144. <Compile Include="Commons\CommonSerialPortDeviceSimulatorView.xaml.cs">
  145. <DependentUpon>CommonSerialPortDeviceSimulatorView.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Commons\DeviceSimulator.cs" />
  148. <Compile Include="Commons\SerialPortDeviceSimulator.cs" />
  149. <Compile Include="Commons\SerialPortDeviceViewModel.cs" />
  150. <Compile Include="Commons\SerialPortTitleView.xaml.cs">
  151. <DependentUpon>SerialPortTitleView.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Commons\SocketDeviceSimulator.cs" />
  154. <Compile Include="Commons\SocketDeviceViewModel.cs" />
  155. <Compile Include="Commons\SocketTitleView.xaml.cs">
  156. <DependentUpon>SocketTitleView.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Commons\TransactionLogItem.cs" />
  159. <Compile Include="Commons\UIConverters.cs" />
  160. <Compile Include="CarrierIDReader\OmronV640Tcp\OmronCIDRWSimulator.cs" />
  161. <Compile Include="CarrierIDReader\OmronV640Tcp\OmronCIDRWView.xaml.cs">
  162. <DependentUpon>OmronCIDRWView.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Properties\AssemblyInfo.cs" />
  165. <Compile Include="Robots\RobotSimulator.cs" />
  166. <Compile Include="Commons\SimpleSocketDeviceSimulator.cs" />
  167. <Compile Include="SubstrateTrackings\WaferTrack.cs" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Page Include="CarrierIDReader\OmronV640Serial\OmronV640NSerialView.xaml">
  171. <SubType>Designer</SubType>
  172. <Generator>MSBuild:Compile</Generator>
  173. </Page>
  174. <Page Include="Commons\CommonSocketDeviceSimulatorView.xaml">
  175. <SubType>Designer</SubType>
  176. <Generator>MSBuild:Compile</Generator>
  177. </Page>
  178. <Page Include="Commons\SerialPortTitleView.xaml">
  179. <SubType>Designer</SubType>
  180. <Generator>MSBuild:Compile</Generator>
  181. </Page>
  182. <Page Include="Commons\SocketTitleView.xaml">
  183. <SubType>Designer</SubType>
  184. <Generator>MSBuild:Compile</Generator>
  185. </Page>
  186. <Page Include="FFUs\FfuView.xaml">
  187. <Generator>MSBuild:Compile</Generator>
  188. <SubType>Designer</SubType>
  189. </Page>
  190. <Page Include="IoProviders\E84SimulatorUnitView.xaml" />
  191. <Page Include="IoProviders\SimulatorIO1View.xaml">
  192. <Generator>MSBuild:Compile</Generator>
  193. <SubType>Designer</SubType>
  194. </Page>
  195. <Page Include="IoProviders\SimulatorIO2View.xaml">
  196. <Generator>MSBuild:Compile</Generator>
  197. <SubType>Designer</SubType>
  198. </Page>
  199. <Page Include="IoProviders\SimulatorIO3View.xaml">
  200. <Generator>MSBuild:Compile</Generator>
  201. <SubType>Designer</SubType>
  202. </Page>
  203. <Page Include="IoProviders\SimulatorIO4View.xaml">
  204. <Generator>MSBuild:Compile</Generator>
  205. <SubType>Designer</SubType>
  206. </Page>
  207. <Page Include="CarrierIDReader\OmronV640Tcp\OmronCIDRWView.xaml">
  208. <SubType>Designer</SubType>
  209. <Generator>MSBuild:Compile</Generator>
  210. </Page>
  211. <Page Include="CarrierIDReader\OmronV640Serial\OmronV640SerialView.xaml">
  212. <Generator>MSBuild:Compile</Generator>
  213. <SubType>Designer</SubType>
  214. </Page>
  215. <Page Include="Robots\GM201LVPRobot\GM201CarrierRobotView.xaml">
  216. <Generator>MSBuild:Compile</Generator>
  217. <SubType>Designer</SubType>
  218. </Page>
  219. <Page Include="Robots\GM201LVPRobot\GM201WaferRobotView.xaml">
  220. <SubType>Designer</SubType>
  221. <Generator>MSBuild:Compile</Generator>
  222. </Page>
  223. <Page Include="Commons\CommonSerialPortDeviceSimulatorView.xaml">
  224. <SubType>Designer</SubType>
  225. <Generator>MSBuild:Compile</Generator>
  226. </Page>
  227. </ItemGroup>
  228. <ItemGroup>
  229. <None Include="app.config" />
  230. <None Include="packages.config" />
  231. <None Include="SimulatorItems\BaecChiller_IOSimulatorItems.json">
  232. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  233. </None>
  234. <None Include="SimulatorItems\FfuEbm_IOSimulatorItems.json">
  235. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  236. </None>
  237. <None Include="SimulatorItems\HiwinRobot_IOSimulatorItems.json">
  238. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  239. </None>
  240. <None Include="SimulatorItems\KaimeiRFMatch_IOSimulatorItems.json">
  241. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  242. </None>
  243. <None Include="SimulatorItems\CommetRFMatch_IOSimulatorItems.json">
  244. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  245. </None>
  246. <None Include="SimulatorItems\EdwardsPump_IOSimulatorItems.json">
  247. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  248. </None>
  249. <None Include="SimulatorItems\FujikinMFC_IOSimulatorItems.json">
  250. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  251. </None>
  252. <None Include="SimulatorItems\Hanbell_IOSimulatorItems.json">
  253. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  254. </None>
  255. <None Include="SimulatorItems\PfeifferPumpA100_IOSimulatorItems.json">
  256. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  257. </None>
  258. <None Include="SimulatorItems\PfeifferPumpA603_IOSimulatorItems.json">
  259. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  260. </None>
  261. <None Include="SimulatorItems\RisshiChiller_IOSimulatorItems.json">
  262. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  263. </None>
  264. <None Include="SimulatorItems\ShenLiChiller_IOSimulatorItems.json">
  265. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  266. </None>
  267. <None Include="SimulatorItems\ShenLiTempratureHumidity_IOSimulatorItems.json">
  268. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  269. </None>
  270. <None Include="SimulatorItems\SiasunAligner_IOSimulatorItems.json">
  271. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  272. </None>
  273. <None Include="SimulatorItems\SiasunPhoenixB_IOSimulatorItems.json">
  274. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  275. </None>
  276. <None Include="SimulatorItems\SkyPump_IOSimulatorItems.json">
  277. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  278. </None>
  279. <None Include="SimulatorItems\ThChiller_IOSimulatorItems.json">
  280. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  281. </None>
  282. <None Include="SimulatorItems\TruPlasmaRF_IOSimulatorItems.json">
  283. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  284. </None>
  285. <None Include="SimulatorItems\VATS651_IOSimulatorItems.json">
  286. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  287. </None>
  288. </ItemGroup>
  289. <ItemGroup />
  290. <ItemGroup>
  291. <ProjectReference Include="..\RTCore\RTCore.csproj">
  292. <Project>{f913dfcb-9319-4fe9-98a5-2428cf6744de}</Project>
  293. <Name>RTCore</Name>
  294. </ProjectReference>
  295. </ItemGroup>
  296. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  297. <ProjectExtensions>
  298. <VisualStudio>
  299. <UserProperties vce_4brooksvce_4iosimulatoritems_1json__JsonSchema="http://json.schemastore.org/apibuilder.json" robots_4hiratar4_4iosimulatoritems_1json__JsonSchema="https://jenkins-x.io/schemas/jx-schema.json" />
  300. </VisualStudio>
  301. </ProjectExtensions>
  302. </Project>