PunkHPX8_RT.csproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  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>{CD9AEF96-5048-47D1-B785-1F8C3FDC47C3}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PunkHPX8_RT</RootNamespace>
  10. <AssemblyName>PunkHPX8_RT</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. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <TargetFrameworkProfile />
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <PlatformTarget>AnyCPU</PlatformTarget>
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <NoWarn>
  46. </NoWarn>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ApplicationIcon>RT2.ico</ApplicationIcon>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <StartupObject />
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="CommunityToolkit.HighPerformance, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\ThirdParty\CommunityToolkit.HighPerformance.dll</HintPath>
  67. </Reference>
  68. <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>..\ThirdParty\Microsoft.Bcl.HashCode.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Mono.Security">
  77. <HintPath>..\ThirdParty\Mono.Security.dll</HintPath>
  78. </Reference>
  79. <Reference Include="SecsGem.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\ThirdParty\SecsGem.Core.dll</HintPath>
  82. </Reference>
  83. <Reference Include="SecsGem.Core.Application, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\ThirdParty\SecsGem.Core.Application.dll</HintPath>
  86. </Reference>
  87. <Reference Include="SecsGem.Hsms.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\ThirdParty\SecsGem.Hsms.Core.dll</HintPath>
  90. </Reference>
  91. <Reference Include="SecsGemSerial.Application, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\ThirdParty\SecsGemSerial.Application.dll</HintPath>
  94. </Reference>
  95. <Reference Include="SecsGemSerial.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>..\ThirdParty\SecsGemSerial.Core.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System" />
  100. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  101. <SpecificVersion>False</SpecificVersion>
  102. <HintPath>..\ThirdParty\System.Buffers.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Configuration" />
  105. <Reference Include="System.Data" />
  106. <Reference Include="System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  107. <SpecificVersion>False</SpecificVersion>
  108. <HintPath>..\ThirdParty\System.IO.Pipelines.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Management" />
  111. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>..\ThirdParty\System.Memory.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>..\ThirdParty\System.Numerics.Vectors.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  120. <SpecificVersion>False</SpecificVersion>
  121. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  122. </Reference>
  123. <Reference Include="System.Runtime.Serialization" />
  124. <Reference Include="System.ServiceModel" />
  125. <Reference Include="System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  126. <SpecificVersion>False</SpecificVersion>
  127. <HintPath>..\ThirdParty\System.Text.Json.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  130. <SpecificVersion>False</SpecificVersion>
  131. <HintPath>..\ThirdParty\System.Threading.Channels.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  134. <SpecificVersion>False</SpecificVersion>
  135. <HintPath>..\ThirdParty\System.Threading.Tasks.Extensions.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Xml" />
  138. <Reference Include="Microsoft.CSharp" />
  139. <Reference Include="System.Core" />
  140. <Reference Include="System.Xml.Linq" />
  141. <Reference Include="System.Data.DataSetExtensions" />
  142. <Reference Include="System.Net.Http" />
  143. <Reference Include="System.Xaml">
  144. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  145. </Reference>
  146. <Reference Include="WindowsBase" />
  147. <Reference Include="PresentationCore" />
  148. <Reference Include="PresentationFramework" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <ApplicationDefinition Include="Instances\App.xaml">
  152. <Generator>MSBuild:Compile</Generator>
  153. <SubType>Designer</SubType>
  154. </ApplicationDefinition>
  155. <Compile Include="Backends\FSM.xaml.cs">
  156. <DependentUpon>FSM.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Backends\IOMonitorView.xaml.cs">
  159. <DependentUpon>IOMonitorView.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="Devices\AXIS\AxisManager.cs" />
  162. <Compile Include="Devices\AXIS\BeckhoffCommonAxis.cs" />
  163. <Compile Include="Devices\AXIS\CanOpen\CanOpenStopPositionRoutine.cs" />
  164. <Compile Include="Devices\AXIS\CanOpen\CanOpenSwitchOffRoutine.cs" />
  165. <Compile Include="Devices\AXIS\CanOpen\CanOpenSwitchOnRoutine.cs" />
  166. <Compile Include="Devices\AXIS\GalilCommonAxis.cs" />
  167. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselAxis.cs" />
  168. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselHomeRoutine.cs" />
  169. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselProfilePositionRoutine.cs" />
  170. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselStopPositionRoutine.cs" />
  171. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselSwitchOffRoutine.cs" />
  172. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselSwitchOnRoutine.cs" />
  173. <Compile Include="Devices\AXIS\GalilRotation\GalilRotationHomeRoutine.cs" />
  174. <Compile Include="Devices\AXIS\GalilRotation\GalilRotationAxis.cs" />
  175. <Compile Include="Devices\AXIS\GalilRotation\GalilRotationProfilePositionRoutine.cs" />
  176. <Compile Include="Devices\AXIS\GalilRotation\GalilRotationStopPositionRoutine.cs" />
  177. <Compile Include="Devices\AXIS\GalilRotation\GalilRotationSwitchOffRoutine.cs" />
  178. <Compile Include="Devices\AXIS\GalilRotation\GalilRotationSwitchOnRoutine.cs" />
  179. <Compile Include="Devices\AXIS\Galil\GalilAxis.cs" />
  180. <Compile Include="Devices\AXIS\Galil\GalilHomeRoutine.cs" />
  181. <Compile Include="Devices\AXIS\Galil\GalilProfilePositionRoutine.cs" />
  182. <Compile Include="Devices\AXIS\Galil\GalilStopPositionRoutine.cs" />
  183. <Compile Include="Devices\AXIS\Galil\GalilSwitchOffRoutine.cs" />
  184. <Compile Include="Devices\AXIS\Galil\GalilSwitchOnRoutine.cs" />
  185. <Compile Include="Devices\AXIS\IAxisInterLock.cs" />
  186. <Compile Include="Devices\AXIS\JetAxisBase.cs" />
  187. <Compile Include="Devices\AXIS\Kollmorgen\KollmorgenAxis.cs" />
  188. <Compile Include="Devices\AXIS\Kollmorgen\KollmorgenHomeRoutine.cs" />
  189. <Compile Include="Devices\AXIS\Kollmorgen\KollmorgenProfilePositionRoutine.cs" />
  190. <Compile Include="Devices\AXIS\Kollmorgen\KollmorgenStopPositionRoutine.cs" />
  191. <Compile Include="Devices\AXIS\Kollmorgen\KollmorgenSwitchOffRoutine.cs" />
  192. <Compile Include="Devices\AXIS\Kollmorgen\KollmorgenSwitchOnRoutine.cs" />
  193. <Compile Include="Devices\AXIS\Maxon\MaxonAxis.cs" />
  194. <Compile Include="Devices\AXIS\Maxon\MaxonHomeRoutine.cs" />
  195. <Compile Include="Devices\AXIS\Maxon\MaxonProfilePositionRoutine.cs" />
  196. <Compile Include="Devices\AXIS\Maxon\MaxonStopPositionRoutine.cs" />
  197. <Compile Include="Devices\AXIS\Maxon\MaxonSwitchOffRoutine.cs" />
  198. <Compile Include="Devices\AXIS\Maxon\MaxonSwitchOnRoutine.cs" />
  199. <Compile Include="Devices\AXIS\Yaskawa\YaskawaStopPositionRoutine.cs" />
  200. <Compile Include="Devices\AXIS\Yaskawa\YaskawaSwitchOffRoutine.cs" />
  201. <Compile Include="Devices\AXIS\Yaskawa\YaskawaSwitchOnRoutine.cs" />
  202. <Compile Include="Devices\AXIS\Yaskawa\YaskawaHomeRoutine.cs" />
  203. <Compile Include="Devices\AXIS\Yaskawa\YaskawaProfilePositionRoutine.cs" />
  204. <Compile Include="Devices\AXIS\Yaskawa\YaskawaAxis.cs" />
  205. <Compile Include="Devices\DataDefine.cs" />
  206. <Compile Include="Devices\DeviceManager.cs" />
  207. <Compile Include="Devices\Dose\CrossDoseResetRoutine.cs" />
  208. <Compile Include="Devices\Dose\DosingCommonHelper.cs" />
  209. <Compile Include="Devices\EFEM\DummyDevice.cs" />
  210. <Compile Include="Devices\EFEM\EfemBase.cs" />
  211. <Compile Include="Devices\EFEM\EfemDevice.cs" />
  212. <Compile Include="Devices\EFEM\EfemInterface.cs" />
  213. <Compile Include="Devices\EFEM\EfemMessage.cs" />
  214. <Compile Include="Devices\EFEM\IEfemMessageHander.cs" />
  215. <Compile Include="Devices\EFEM\JetMessageHandler.cs" />
  216. <Compile Include="Devices\EFEM\SumWayRobotErrorCode.cs" />
  217. <Compile Include="Devices\EFEM\SunWayRobot.cs" />
  218. <Compile Include="Devices\EFEM\SunWayEfem.cs" />
  219. <Compile Include="Devices\EFEM\JetEfem.cs" />
  220. <Compile Include="Devices\EFEM\Loadport.cs" />
  221. <Compile Include="Devices\EFEM\SunWayMessageHandler.cs" />
  222. <Compile Include="Devices\Facilities\SystemFacilities.cs" />
  223. <Compile Include="Devices\FinsPlc.cs" />
  224. <Compile Include="Devices\LinMot\LinmotDeviceTimer.cs" />
  225. <Compile Include="Devices\LinMot\LinMotAxis.cs" />
  226. <Compile Include="Devices\LinMot\LinMotStartContinueCurveRoutine.cs" />
  227. <Compile Include="Devices\LinMot\LinMotStartVAIPositionRoutine.cs" />
  228. <Compile Include="Devices\LinMot\LinMotStopMotorRoutine.cs" />
  229. <Compile Include="Devices\LinMot\LinMotResetRoutine.cs" />
  230. <Compile Include="Devices\PowerSupplier\CellPowerSupplier.cs" />
  231. <Compile Include="Devices\PowerSupplier\PowerSupplierSetCurrentRoutine.cs" />
  232. <Compile Include="Devices\PowerSupplier\PowerSupplierStartStepRoutine.cs" />
  233. <Compile Include="Devices\PowerSupplier\PowerSupplierStepRoutine.cs" />
  234. <Compile Include="Devices\Dose\CrossDoseHelper.cs" />
  235. <Compile Include="Devices\Dose\DosingSystemHelper.cs" />
  236. <Compile Include="Devices\Safety\SafetyNewAllOnRoutine.cs" />
  237. <Compile Include="Devices\Safety\SafetyAllOnRoutine.cs" />
  238. <Compile Include="Devices\Safety\SafetyArmResetRoutine.cs" />
  239. <Compile Include="Devices\SRD\SrdCommonChuckATMRoutine.cs" />
  240. <Compile Include="Devices\SRD\SrdCommonFlipperRoutine.cs" />
  241. <Compile Include="Devices\SRD\SrdCommonLiftUpRoutine.cs" />
  242. <Compile Include="Devices\SRD\SRDDeviceTimer.cs" />
  243. <Compile Include="Devices\SRD\TotalSRDDevice.cs" />
  244. <Compile Include="Devices\VpwCell\VpwCellDevice.cs" />
  245. <Compile Include="Devices\VpwCell\VpwRotationAxisInterLock.cs" />
  246. <Compile Include="Devices\VpwMain\BoosterPumpDisableRoutine.cs" />
  247. <Compile Include="Devices\VpwMain\BoosterPumpEnableRoutine.cs" />
  248. <Compile Include="Devices\VpwMain\VpwDeviceTimer.cs" />
  249. <Compile Include="Devices\VpwMain\VpwMainDevice.cs" />
  250. <Compile Include="Modules\EFEM\CycleRobotCycleNewRoutine.cs" />
  251. <Compile Include="Modules\EFEM\CycleRobotCycleRoutine.cs" />
  252. <Compile Include="Modules\EFEM\EfemAutoMessageProcessor.cs" />
  253. <Compile Include="Modules\EFEM\EfemCycleAction.cs" />
  254. <Compile Include="Modules\EFEM\EfemRobotMapRoutine.cs" />
  255. <Compile Include="Modules\EFEM\EfemSafeCloseRoutine.cs" />
  256. <Compile Include="Modules\EFEM\EfemSafeOpenRoutine.cs" />
  257. <Compile Include="Modules\EFEM\RobotCycleMoveRoutine.cs" />
  258. <Compile Include="Modules\EFEM\RobotCycleRoutine.cs" />
  259. <Compile Include="Modules\FaModuleNotifier.cs" />
  260. <Compile Include="Modules\HoldoffTimeSignalMonitor.cs" />
  261. <Compile Include="Devices\Dose\DosingSystemInitializeRoutine.cs" />
  262. <Compile Include="Devices\Dose\ReservoirDosingRoutine.cs" />
  263. <Compile Include="Devices\Safety\SafetyDevice.cs" />
  264. <Compile Include="Devices\Safety\SafetyResetRoutine.cs" />
  265. <Compile Include="Devices\Safety\SafetyToggleRoutine.cs" />
  266. <Compile Include="Devices\SignalLight\SunWaySignalLight.cs" />
  267. <Compile Include="Devices\SignalLight\SunWaySignalTower.cs" />
  268. <Compile Include="Devices\SRD\SrdArmAxisInterLock.cs" />
  269. <Compile Include="Devices\SRD\SrdCommonDevice.cs" />
  270. <Compile Include="Devices\SRD\SrdCommonChuckVacuumRoutine.cs" />
  271. <Compile Include="Devices\SRD\SrdCommonDoorCloseRoutine.cs" />
  272. <Compile Include="Devices\SRD\SrdRotationAxisInterLock.cs" />
  273. <Compile Include="Dispatch\CycleManager.cs" />
  274. <Compile Include="Dispatch\DummyWaferManager.cs" />
  275. <Compile Include="Dispatch\DummyWaferTask.cs" />
  276. <Compile Include="Dispatch\FaJobManager.cs" />
  277. <Compile Include="Dispatch\JobDispatcher.cs" />
  278. <Compile Include="Dispatch\JobProcesser.cs" />
  279. <Compile Include="Dispatch\WaferTask.cs" />
  280. <Compile Include="Dispatch\WaferTaskManager.cs" />
  281. <Compile Include="Modules\EFEM\EfemMapDummyRoutine.cs" />
  282. <Compile Include="Modules\EFEM\EfemVacuumRoutine.cs" />
  283. <Compile Include="Modules\FaRemoteManager.cs" />
  284. <Compile Include="Modules\LPs\LoadPortCycleLoadUnloadRoutine.cs" />
  285. <Compile Include="Modules\LPs\LoadPortDockRoutine.cs" />
  286. <Compile Include="Modules\LPs\LoadPortMapRoutine.cs" />
  287. <Compile Include="Modules\LPs\LoadPortUnDockRoutine.cs" />
  288. <Compile Include="Modules\ModuleHomeAllRoutine.cs" />
  289. <Compile Include="Modules\SRD\SRDAWCCycleRoutine.cs" />
  290. <Compile Include="Modules\SRD\SRDInitializeHomeRoutine.cs" />
  291. <Compile Include="Modules\SRD\SRDLoaderRoutine.cs" />
  292. <Compile Include="Modules\SRD\SRDLotTrackUtil.cs" />
  293. <Compile Include="Modules\SRD\SRDPositionRoutine.cs" />
  294. <Compile Include="Modules\SRD\SRDPresenceTestRoutine.cs" />
  295. <Compile Include="Modules\SRD\SRDProcessErrorRoutine.cs" />
  296. <Compile Include="Modules\SRD\SRDProcessRecipeRoutine.cs" />
  297. <Compile Include="Modules\SRD\SRDRotationRoutine.cs" />
  298. <Compile Include="Modules\SRD\RunWaferRecipeStateMachine.cs" />
  299. <Compile Include="Modules\SRD\SRDInitializeRoutine.cs" />
  300. <Compile Include="Modules\SRD\SRDHomeRoutine.cs" />
  301. <Compile Include="Modules\SRD\SRDRunRecipeRoutine.cs" />
  302. <Compile Include="Modules\SRD\SRDRunWaferRecipeRoutine.cs" />
  303. <Compile Include="Modules\SRD\SRDSwitchOffRoutine.cs" />
  304. <Compile Include="Modules\SRD\SRDSwitchOnRoutine.cs" />
  305. <Compile Include="Modules\SRD\SRDUnloaderRoutine.cs" />
  306. <Compile Include="Modules\SRD\SRDUnloadRoutine.cs" />
  307. <Compile Include="Modules\SRD\UnloadingStateMachine.cs" />
  308. <Compile Include="Devices\AXIS\CanOpen\CanOpenAxis.cs" />
  309. <Compile Include="Devices\AXIS\CanOpen\CanOpenHomeRoutine.cs" />
  310. <Compile Include="Devices\AXIS\CanOpen\CanOpenProfilePositionRoutine.cs" />
  311. <Compile Include="Devices\Resistivity\ResistivityController.cs" />
  312. <Compile Include="Devices\Temperature\TemperatureController.cs" />
  313. <Compile Include="Modules\Dummy\DummyEntity.cs" />
  314. <Compile Include="Modules\DVIDName.cs" />
  315. <Compile Include="Modules\VpwCell\VpwCellEntity.cs" />
  316. <Compile Include="Modules\VpwMain\VpwMainEntity.cs" />
  317. <Compile Include="Schedulers\EfemRobot\RobotMoveHelper.cs" />
  318. <Compile Include="Schedulers\EfemRobot\SchedulerEfemRobot.cs" />
  319. <Compile Include="Schedulers\EfemRobot\SchedulerRobot.cs" />
  320. <Compile Include="Schedulers\SchedulerDryerTimeManager.cs" />
  321. <Compile Include="Schedulers\SchedulerMetalTimeManager.cs" />
  322. <Compile Include="Schedulers\SchedulerModuleEndTime.cs" />
  323. <Compile Include="Schedulers\SchedulerModulePartTime.cs" />
  324. <Compile Include="Schedulers\SchedulerModuleTimeManager.cs" />
  325. <Compile Include="Schedulers\SchedulerModuleUse.cs" />
  326. <Compile Include="Schedulers\SchedulerPostMsg.cs" />
  327. <Compile Include="Schedulers\SchedulerQdrTimeManager.cs" />
  328. <Compile Include="Schedulers\SchedulerSequenceManager.cs" />
  329. <Compile Include="Schedulers\SchedulerTime.cs" />
  330. <Compile Include="Schedulers\SchedulerTransporterTimeManager.cs" />
  331. <Compile Include="Schedulers\SchedulerWaferHolderTimeManager.cs" />
  332. <Compile Include="Schedulers\Srd\SchedulerSrd.cs" />
  333. <Compile Include="Schedulers\SchedulerBuffer.cs" />
  334. <Compile Include="Schedulers\SchedulerManager.cs" />
  335. <Compile Include="Schedulers\SchedulerModule.cs" />
  336. <Compile Include="Instances\App.xaml.cs">
  337. <DependentUpon>App.xaml</DependentUpon>
  338. <SubType>Code</SubType>
  339. </Compile>
  340. <Compile Include="Schedulers\SchedulerSequence.cs" />
  341. <Compile Include="Schedulers\SchedulerSequenceRecipeManager.cs" />
  342. <Compile Include="Schedulers\SchedulerSyncModuleMessage.cs" />
  343. </ItemGroup>
  344. <ItemGroup>
  345. <Compile Include="Instances\RtInstance.cs" />
  346. <Compile Include="Instances\ToolLoader.cs" />
  347. <Compile Include="Modules\Autotransfer_LP_FA.cs" />
  348. <Compile Include="Modules\EFEM\EFEMAlignRoutine.cs" />
  349. <Compile Include="Modules\EFEM\EfemEntity.cs" />
  350. <Compile Include="Modules\EFEM\EfemHomeRoutine.cs" />
  351. <Compile Include="Modules\EFEM\EfemPickRoutine.cs" />
  352. <Compile Include="Modules\EFEM\EfemPlaceRoutine.cs" />
  353. <Compile Include="Modules\EFEM\EfemSwapRoutine.cs" />
  354. <Compile Include="Modules\EntityTaskBase.cs" />
  355. <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" />
  356. <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" />
  357. <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" />
  358. <Compile Include="Modules\LPs\LoadPortModule.cs" />
  359. <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" />
  360. <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" />
  361. <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" />
  362. <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" />
  363. <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" />
  364. <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" />
  365. <Compile Include="Modules\ManualTransfer.cs" />
  366. <Compile Include="Modules\ResourceMonitor.cs" />
  367. <Compile Include="Modules\RouteManager.cs" />
  368. <Compile Include="Schedulers\ISchedulerDBCallback.cs" />
  369. <Compile Include="Schedulers\Aligner\SchedulerAligner.cs" />
  370. <Compile Include="Schedulers\SchedulerDBCallback.cs" />
  371. <Compile Include="Schedulers\SchedulerLoadPort.cs" />
  372. <Compile Include="Modules\SRD\SRDEntity.cs" />
  373. <Compile Include="Properties\AssemblyInfo.cs">
  374. <SubType>Code</SubType>
  375. </Compile>
  376. <Compile Include="Properties\Resources.Designer.cs">
  377. <AutoGen>True</AutoGen>
  378. <DesignTime>True</DesignTime>
  379. <DependentUpon>Resources.resx</DependentUpon>
  380. </Compile>
  381. <Compile Include="Properties\Settings.Designer.cs">
  382. <AutoGen>True</AutoGen>
  383. <DependentUpon>Settings.settings</DependentUpon>
  384. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  385. </Compile>
  386. <Content Include="Config\Devices\BarcodeReaderCfg-simulator.xml">
  387. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  388. </Content>
  389. <Content Include="Config\Devices\BarcodeReaderCfg.xml">
  390. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  391. </Content>
  392. <Content Include="Config\Devices\AxisProviderCfg.xml">
  393. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  394. </Content>
  395. <Content Include="Config\Devices\Beckhoffcfg - plctask.xml">
  396. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  397. </Content>
  398. <Content Include="Config\Devices\Beckhoffcfg.xml">
  399. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  400. </Content>
  401. <Content Include="Config\Devices\FestoControllerCfg.xml">
  402. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  403. </Content>
  404. <Content Include="Config\Devices\FestoControllerCfg-Simulator.xml">
  405. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  406. </Content>
  407. <Content Include="Config\Devices\GalilControllerCfg-Simulator.xml">
  408. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  409. </Content>
  410. <Content Include="Config\Devices\GalilControllerCfg.xml">
  411. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  412. </Content>
  413. <Content Include="Config\Devices\LinmotCfg-Simulator.xml">
  414. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  415. </Content>
  416. <Content Include="Config\Devices\LinmotCfg.xml">
  417. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  418. </Content>
  419. <Content Include="Config\Devices\ModuleIOCfg.xml">
  420. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  421. </Content>
  422. <Content Include="Config\Devices\PowerSupplierCfg-Simulator.xml">
  423. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  424. </Content>
  425. <Content Include="Config\Devices\PowerSupplierCfg.xml">
  426. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  427. </Content>
  428. <Content Include="Config\Devices\SMCCfg.xml">
  429. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  430. </Content>
  431. <Content Include="Config\Devices\ThorntonCfg.xml">
  432. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  433. </Content>
  434. <Content Include="Config\Devices\WagoControllerCfg-Simulator.xml">
  435. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  436. </Content>
  437. <Content Include="Config\Devices\WagoControllerCfg.xml">
  438. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  439. </Content>
  440. <Content Include="Config\EquipmentVariables.xml">
  441. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  442. </Content>
  443. <Content Include="Config\Layout\Layout.xml">
  444. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  445. </Content>
  446. <Content Include="Config\Layout\ToolLayoutConfiguration.xml">
  447. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  448. </Content>
  449. <Content Include="Config\SESequenceFormat.xml">
  450. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  451. </Content>
  452. <Resource Include="RT2.ico" />
  453. <Resource Include="defaultrt.ico" />
  454. <EmbeddedResource Include="Properties\Resources.resx">
  455. <Generator>ResXFileCodeGenerator</Generator>
  456. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  457. </EmbeddedResource>
  458. <Content Include="Config\Account\Account.xml">
  459. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  460. </Content>
  461. <Content Include="Config\DBModel.sql">
  462. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  463. </Content>
  464. <Content Include="Config\SignalTower.xml">
  465. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  466. </Content>
  467. <Content Include="Config\Station\StationPositionsCfg.xml">
  468. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  469. </Content>
  470. <Content Include="Config\Station\StationPositionsCfg_Simulator.xml">
  471. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  472. </Content>
  473. <Content Include="Config\System.sccfg">
  474. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  475. </Content>
  476. <None Include="Config\DeviceModel.xsd">
  477. <SubType>Designer</SubType>
  478. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  479. </None>
  480. <Content Include="Config\LogDefine.json">
  481. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  482. </Content>
  483. <None Include="Properties\Settings.settings">
  484. <Generator>SettingsSingleFileGenerator</Generator>
  485. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  486. </None>
  487. </ItemGroup>
  488. <ItemGroup>
  489. <None Include="App.config" />
  490. </ItemGroup>
  491. <ItemGroup>
  492. <ProjectReference Include="..\PunkHPX8_Core\PunkHPX8_Core.csproj">
  493. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  494. <Name>PunkHPX8_Core</Name>
  495. </ProjectReference>
  496. <ProjectReference Include="..\Framework\Common\Common.csproj">
  497. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  498. <Name>Common</Name>
  499. </ProjectReference>
  500. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  501. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  502. <Name>RTCore</Name>
  503. </ProjectReference>
  504. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  505. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  506. <Name>RTEquipmentLibrary</Name>
  507. </ProjectReference>
  508. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  509. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  510. <Name>RTModuleLibrary</Name>
  511. </ProjectReference>
  512. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  513. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  514. <Name>SimulatorCore</Name>
  515. </ProjectReference>
  516. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  517. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  518. <Name>UICore</Name>
  519. </ProjectReference>
  520. </ItemGroup>
  521. <ItemGroup>
  522. <Page Include="Backends\FSM.xaml">
  523. <Generator>MSBuild:Compile</Generator>
  524. <SubType>Designer</SubType>
  525. </Page>
  526. <Page Include="Backends\IOMonitorView.xaml">
  527. <Generator>MSBuild:Compile</Generator>
  528. <SubType>Designer</SubType>
  529. </Page>
  530. </ItemGroup>
  531. <ItemGroup>
  532. <Content Include="Config\EventDefine.xml">
  533. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  534. </Content>
  535. <Content Include="Config\IoProviderConfig.xml">
  536. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  537. </Content>
  538. <Content Include="Config\RecipeFormat.xml">
  539. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  540. </Content>
  541. <Content Include="Config\SequenceFormat.xml">
  542. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  543. </Content>
  544. <Content Include="Config\VenusPreProcess.py">
  545. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  546. </Content>
  547. </ItemGroup>
  548. <ItemGroup>
  549. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  550. <Visible>False</Visible>
  551. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  552. <Install>true</Install>
  553. </BootstrapperPackage>
  554. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  555. <Visible>False</Visible>
  556. <ProductName>.NET Framework 3.5 SP1</ProductName>
  557. <Install>false</Install>
  558. </BootstrapperPackage>
  559. </ItemGroup>
  560. <ItemGroup>
  561. <WCFMetadata Include="Connected Services\" />
  562. </ItemGroup>
  563. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  564. <PropertyGroup>
  565. <PreBuildEvent>python.exe ../../Config/VenusPreProcess.py</PreBuildEvent>
  566. </PropertyGroup>
  567. <PropertyGroup>
  568. <PostBuildEvent>if $(ConfigurationName)==Release (
  569. "$(SolutionDir)PunkHPX8_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)PunkHPX8_Setup\PunkHPX8_RT.iss"
  570. )</PostBuildEvent>
  571. </PropertyGroup>
  572. </Project>