CyberX8_RT.csproj 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  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>CyberX8_RT</RootNamespace>
  10. <AssemblyName>CyberX8_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\CanOpen\CanOpenStopPositionRoutine.cs" />
  163. <Compile Include="Devices\AXIS\CanOpen\CanOpenSwitchOffRoutine.cs" />
  164. <Compile Include="Devices\AXIS\CanOpen\CanOpenSwitchOnRoutine.cs" />
  165. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselAxis.cs" />
  166. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselHomeRoutine.cs" />
  167. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselProfilePositionRoutine.cs" />
  168. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselStopPositionRoutine.cs" />
  169. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselSwitchOffRoutine.cs" />
  170. <Compile Include="Devices\AXIS\GalilLipsel\GalilLipselSwitchOnRoutine.cs" />
  171. <Compile Include="Devices\AXIS\Galil\GalilAxis.cs" />
  172. <Compile Include="Devices\AXIS\Galil\GalilHomeRoutine.cs" />
  173. <Compile Include="Devices\AXIS\Galil\GalilProfilePositionRoutine.cs" />
  174. <Compile Include="Devices\AXIS\Galil\GalilStopPositionRoutine.cs" />
  175. <Compile Include="Devices\AXIS\Galil\GalilSwitchOffRoutine.cs" />
  176. <Compile Include="Devices\AXIS\Galil\GalilSwitchOnRoutine.cs" />
  177. <Compile Include="Devices\AXIS\IAxisInterLock.cs" />
  178. <Compile Include="Devices\AXIS\JetAxisBase.cs" />
  179. <Compile Include="Devices\AXIS\Maxon\MaxonAxis.cs" />
  180. <Compile Include="Devices\AXIS\Maxon\MaxonHomeRoutine.cs" />
  181. <Compile Include="Devices\AXIS\Maxon\MaxonProfilePositionRoutine.cs" />
  182. <Compile Include="Devices\AXIS\Maxon\MaxonStopPositionRoutine.cs" />
  183. <Compile Include="Devices\AXIS\Maxon\MaxonSwitchOffRoutine.cs" />
  184. <Compile Include="Devices\AXIS\Maxon\MaxonSwitchOnRoutine.cs" />
  185. <Compile Include="Devices\AXIS\Yaskawa\YaskawaStopPositionRoutine.cs" />
  186. <Compile Include="Devices\AXIS\Yaskawa\YaskawaSwitchOffRoutine.cs" />
  187. <Compile Include="Devices\AXIS\Yaskawa\YaskawaSwitchOnRoutine.cs" />
  188. <Compile Include="Devices\AXIS\Yaskawa\YaskawaHomeRoutine.cs" />
  189. <Compile Include="Devices\AXIS\Yaskawa\YaskawaProfilePositionRoutine.cs" />
  190. <Compile Include="Devices\AXIS\Yaskawa\YaskawaAxis.cs" />
  191. <Compile Include="Devices\BarcodeReader\BarcodeReaderController.cs" />
  192. <Compile Include="Devices\DataDefine.cs" />
  193. <Compile Include="Devices\DeviceManager.cs" />
  194. <Compile Include="Devices\Dose\CrossDoseResetRoutine.cs" />
  195. <Compile Include="Devices\Dose\DosingCommonHelper.cs" />
  196. <Compile Include="Devices\Dryer\DryerAutoOff.cs" />
  197. <Compile Include="Devices\Dryer\DryerBlowerHighRoutine.cs" />
  198. <Compile Include="Devices\Dryer\DryerDevice.cs" />
  199. <Compile Include="Devices\EFEM\DummyDevice.cs" />
  200. <Compile Include="Devices\EFEM\EfemBase.cs" />
  201. <Compile Include="Devices\EFEM\EfemDevice.cs" />
  202. <Compile Include="Devices\EFEM\EfemInterface.cs" />
  203. <Compile Include="Devices\EFEM\EfemMessage.cs" />
  204. <Compile Include="Devices\EFEM\IEfemMessageHander.cs" />
  205. <Compile Include="Devices\EFEM\JetMessageHandler.cs" />
  206. <Compile Include="Devices\EFEM\SumWayRobotErrorCode.cs" />
  207. <Compile Include="Devices\EFEM\SunWayRobot.cs" />
  208. <Compile Include="Devices\EFEM\SunWayEfem.cs" />
  209. <Compile Include="Devices\EFEM\JetEfem.cs" />
  210. <Compile Include="Devices\EFEM\Loadport.cs" />
  211. <Compile Include="Devices\EFEM\SunWayMessageHandler.cs" />
  212. <Compile Include="Devices\Facilities\SystemFacilities.cs" />
  213. <Compile Include="Devices\FinsPlc.cs" />
  214. <Compile Include="Devices\LinMot\LinmotDeviceTimer.cs" />
  215. <Compile Include="Devices\LinMot\LinMotAxis.cs" />
  216. <Compile Include="Devices\LinMot\LinMotStartContinueCurveRoutine.cs" />
  217. <Compile Include="Devices\LinMot\LinMotStartVAIPositionRoutine.cs" />
  218. <Compile Include="Devices\LinMot\LinMotStopMotorRoutine.cs" />
  219. <Compile Include="Devices\LinMot\LinMotResetRoutine.cs" />
  220. <Compile Include="Devices\Loader\LoaderCommonWaferHolderSideClampRoutine.cs" />
  221. <Compile Include="Devices\Loader\LoaderCRSAxisInterLock.cs" />
  222. <Compile Include="Devices\Loader\LoaderDeviceTimer.cs" />
  223. <Compile Include="Devices\Loader\LoaderFlowTestRoutine.cs" />
  224. <Compile Include="Devices\Loader\LoaderLotTrackUtil.cs" />
  225. <Compile Include="Devices\Loader\LoaderPreTransferUnclampRoutine.cs" />
  226. <Compile Include="Devices\Loader\LoaderRotationAxisInterLock.cs" />
  227. <Compile Include="Devices\Loader\LoaderSideBernoulliN2PressureRoutine.cs" />
  228. <Compile Include="Devices\Loader\LoaderSideCycleRoutine.cs" />
  229. <Compile Include="Devices\Loader\LoaderSideUnloadVacuumLevelCheckRoutine.cs" />
  230. <Compile Include="Devices\Loader\LoaderSideVacuumLevelCheckRoutine.cs" />
  231. <Compile Include="Devices\Loader\LoaderSideVacuumAndLevelCheckRoutineRoutine.cs" />
  232. <Compile Include="Devices\Loader\LoaderShuttleAxisInterLock.cs" />
  233. <Compile Include="Devices\Loader\LoaderTiltAxisInterLock.cs" />
  234. <Compile Include="Devices\Metal\CompactMembranFillRoutine.cs" />
  235. <Compile Include="Devices\Metal\MetalCellDevice.cs" />
  236. <Compile Include="Devices\Metal\StandardHotMetalCellPumpRoutine.cs" />
  237. <Compile Include="Devices\Metal\CompactMembranMetalDevice.cs" />
  238. <Compile Include="Devices\Metal\StandardHotMetalDevice.cs" />
  239. <Compile Include="Devices\PowerSupplier\CellPowerSupplier.cs" />
  240. <Compile Include="Devices\PowerSupplier\PowerSupplierSetCurrentRoutine.cs" />
  241. <Compile Include="Devices\PowerSupplier\PowerSupplierStartStepRoutine.cs" />
  242. <Compile Include="Devices\PowerSupplier\PowerSupplierStepRoutine.cs" />
  243. <Compile Include="Devices\Prewet\PrewetDevice.cs" />
  244. <Compile Include="Devices\Prewet\PrewetPumpDisableRoutine.cs" />
  245. <Compile Include="Devices\Prewet\PrewetPumpEnableRoutine.cs" />
  246. <Compile Include="Devices\PUF\PufDeviceTimer.cs" />
  247. <Compile Include="Devices\PUF\PufFlipAxisInterLock.cs" />
  248. <Compile Include="Devices\PUF\PufRotationAxisInterLock.cs" />
  249. <Compile Include="Devices\PUF\PufVerticalAxisInterLock.cs" />
  250. <Compile Include="Devices\Dose\CrossDoseHelper.cs" />
  251. <Compile Include="Devices\Dose\DosingSystemHelper.cs" />
  252. <Compile Include="Devices\Reservoir\ReservoirPumpSpeedHelper.cs" />
  253. <Compile Include="Devices\Reservoir\ReservoirDiReplenHelper.cs" />
  254. <Compile Include="Devices\Reservoir\StandardHotPHRoutine.cs" />
  255. <Compile Include="Devices\Safety\SafetyNewAllOnRoutine.cs" />
  256. <Compile Include="Devices\Safety\SafetyAllOnRoutine.cs" />
  257. <Compile Include="Devices\Safety\SafetyArmResetRoutine.cs" />
  258. <Compile Include="Devices\SRD\SRDDeviceTimer.cs" />
  259. <Compile Include="Devices\SRD\TotalSRDDevice.cs" />
  260. <Compile Include="Devices\TransPorter\TransporterDeviceTimer.cs" />
  261. <Compile Include="Dispatch\WaferHolderTaskDispatcher.cs" />
  262. <Compile Include="Modules\Dryer\DryerLotTrackUtil.cs" />
  263. <Compile Include="Modules\EFEM\EfemAutoMessageProcessor.cs" />
  264. <Compile Include="Modules\EFEM\EfemRobotMapRoutine.cs" />
  265. <Compile Include="Modules\FaModuleNotifier.cs" />
  266. <Compile Include="Modules\Metal\CompactEmbranceInitializeRoutine.cs" />
  267. <Compile Include="Modules\Metal\CurrentShortTestRoutine.cs" />
  268. <Compile Include="Modules\Metal\CompactEmbranceRunRecipeRoutine.cs" />
  269. <Compile Include="Modules\Metal\MetalLotTrackUtil.cs" />
  270. <Compile Include="Modules\Metal\ReservoirRunRecipeRoutine.cs" />
  271. <Compile Include="Modules\Metal\StandardHotRunRecipeRoutine.cs" />
  272. <Compile Include="Modules\Metal\StandardHotInitializeRoutine.cs" />
  273. <Compile Include="Modules\Prewet\PrewetDelayKeepwetRoutine.cs" />
  274. <Compile Include="Modules\Prewet\PrewetKeepWetRoutine.cs" />
  275. <Compile Include="Modules\Prewet\PrewetLotTrackUtil.cs" />
  276. <Compile Include="Modules\Prewet\PrewetManualProcessRecipeRoutine.cs" />
  277. <Compile Include="Modules\Prewet\PrewetProcessRoutine.cs" />
  278. <Compile Include="Modules\ReservoirMetalHomeRoutine.cs" />
  279. <Compile Include="Modules\Reservoir\ANPumpOnRoutine.cs" />
  280. <Compile Include="Modules\Reservoir\ANTransferPumpOnRoutine.cs" />
  281. <Compile Include="Modules\Reservoir\CAPumpOnRoutine.cs" />
  282. <Compile Include="Devices\Reservoir\LevelCurveManager.cs" />
  283. <Compile Include="Devices\Reservoir\TotalReservoirDevice.cs" />
  284. <Compile Include="Devices\Reservoir\CompactMembranReservoirDevice.cs" />
  285. <Compile Include="Devices\Reservoir\StandardHotReservoirDevice.cs" />
  286. <Compile Include="Modules\Reservoir\CompactEmbranceInitializeRoutine.cs" />
  287. <Compile Include="Devices\Dose\DosingSystemInitializeRoutine.cs" />
  288. <Compile Include="Devices\Dose\ReservoirDosingRoutine.cs" />
  289. <Compile Include="Modules\Reservoir\ReservoirMsg.cs" />
  290. <Compile Include="Modules\Reservoir\StandardHotReservoirInitializeRoutine.cs" />
  291. <Compile Include="Devices\Rinse\RinseDevice.cs" />
  292. <Compile Include="Devices\Safety\SafetyDevice.cs" />
  293. <Compile Include="Devices\Safety\SafetyResetRoutine.cs" />
  294. <Compile Include="Devices\Safety\SafetyToggleRoutine.cs" />
  295. <Compile Include="Devices\SignalLight\SunWaySignalLight.cs" />
  296. <Compile Include="Devices\SignalLight\SunWaySignalTower.cs" />
  297. <Compile Include="Devices\SRD\SrdArmAxisInterLock.cs" />
  298. <Compile Include="Devices\SRD\SrdCommonDevice.cs" />
  299. <Compile Include="Devices\SRD\SrdCommonChuckVacuumRoutine.cs" />
  300. <Compile Include="Devices\SRD\SrdCommonDoorCloseRoutine.cs" />
  301. <Compile Include="Devices\SRD\SrdRotationAxisInterLock.cs" />
  302. <Compile Include="Devices\TransPorter\TransporterExtendRoutine.cs" />
  303. <Compile Include="Dispatch\CycleManager.cs" />
  304. <Compile Include="Dispatch\DummyWaferManager.cs" />
  305. <Compile Include="Dispatch\DummyWaferTask.cs" />
  306. <Compile Include="Dispatch\FaJobManager.cs" />
  307. <Compile Include="Dispatch\JobDispatcher.cs" />
  308. <Compile Include="Dispatch\JobProcesser.cs" />
  309. <Compile Include="Dispatch\WaferHolderTask.cs" />
  310. <Compile Include="Dispatch\WaferHolderTaskManager.cs" />
  311. <Compile Include="Dispatch\WaferTask.cs" />
  312. <Compile Include="Dispatch\WaferTaskManager.cs" />
  313. <Compile Include="Modules\Buffer\BufferEntity.cs" />
  314. <Compile Include="Modules\Dryer\DryerCycleManualProcessRecipeRoutine.cs" />
  315. <Compile Include="Modules\Dryer\DryerEntity.cs" />
  316. <Compile Include="Modules\Dryer\DryerRunRecipeRoutine.cs" />
  317. <Compile Include="Modules\EFEM\EfemMapDummyRoutine.cs" />
  318. <Compile Include="Modules\EFEM\EfemVacuumRoutine.cs" />
  319. <Compile Include="Modules\FaRemoteManager.cs" />
  320. <Compile Include="Modules\Loader\LoaderLoadAllSideRoutine.cs" />
  321. <Compile Include="Modules\Loader\LoaderUnloadAllSideRoutine.cs" />
  322. <Compile Include="Modules\LPs\LoadPortCycleLoadUnloadRoutine.cs" />
  323. <Compile Include="Modules\LPs\LoadPortDockRoutine.cs" />
  324. <Compile Include="Modules\LPs\LoadPortMapRoutine.cs" />
  325. <Compile Include="Modules\LPs\LoadPortUnDockRoutine.cs" />
  326. <Compile Include="Modules\Metal\MetalEntity.cs" />
  327. <Compile Include="Modules\ModuleHomeAllRoutine.cs" />
  328. <Compile Include="Modules\Prewet\CycleManualProcessRecipeRoutine.cs" />
  329. <Compile Include="Modules\Prewet\PrepareToTransferRoutine.cs" />
  330. <Compile Include="Modules\Prewet\PrewetEntity.cs" />
  331. <Compile Include="Modules\Prewet\PrewetInitializeRoutine.cs" />
  332. <Compile Include="Modules\Prewet\PrewetProcessStateMachine.cs" />
  333. <Compile Include="Modules\Prewet\PrewetKeepWetStateMachine.cs" />
  334. <Compile Include="Modules\Prewet\PrewetLinmotScanWetRoutine.cs" />
  335. <Compile Include="Modules\PUF\PufGotoRobotForPickRoutine.cs" />
  336. <Compile Include="Modules\PUF\PufGotoRobotForPlaceRoutine.cs" />
  337. <Compile Include="Modules\PUF\PufOnlyPlaceToLoaderRoutine.cs" />
  338. <Compile Include="Modules\PUF\PufPlaceToLoaderRoutine.cs" />
  339. <Compile Include="Modules\PUF\PufPlaceVacuumCheckRoutine.cs" />
  340. <Compile Include="Modules\PUF\PufReadyForRobotPickRoutine.cs" />
  341. <Compile Include="Modules\PUF\PufBackToParkRoutine.cs" />
  342. <Compile Include="Modules\PUF\PufReadyForRobotPlaceRoutine.cs" />
  343. <Compile Include="Modules\PUF\PufReadyForSwapRoutine.cs" />
  344. <Compile Include="Modules\PUF\PufSwapRoutine.cs" />
  345. <Compile Include="Modules\Reservoir\ReservoirEntity.cs" />
  346. <Compile Include="Modules\Rinse\RinseCycleManualProcessRecipeRoutine.cs" />
  347. <Compile Include="Modules\Rinse\RinseEntity.cs" />
  348. <Compile Include="Modules\Rinse\RinseFirstStepRoutine.cs" />
  349. <Compile Include="Modules\Rinse\RinseKeepwetRoutine.cs" />
  350. <Compile Include="Modules\Rinse\RinseLotTrackUtil.cs" />
  351. <Compile Include="Modules\Rinse\RinseSecondStepRoutine.cs" />
  352. <Compile Include="Modules\Rinse\RinseThirdStepRoutine.cs" />
  353. <Compile Include="Modules\SRD\SRDAWCCycleRoutine.cs" />
  354. <Compile Include="Modules\SRD\SRDInitializeHomeRoutine.cs" />
  355. <Compile Include="Modules\SRD\SRDLotTrackUtil.cs" />
  356. <Compile Include="Modules\SRD\SRDPositionRoutine.cs" />
  357. <Compile Include="Modules\SRD\SRDPresenceTestRoutine.cs" />
  358. <Compile Include="Modules\SRD\SRDProcessErrorRoutine.cs" />
  359. <Compile Include="Modules\SRD\SRDProcessRecipeRoutine.cs" />
  360. <Compile Include="Modules\SRD\SRDRotationRoutine.cs" />
  361. <Compile Include="Modules\SRD\RunWaferRecipeStateMachine.cs" />
  362. <Compile Include="Modules\SRD\SRDInitializeRoutine.cs" />
  363. <Compile Include="Modules\SRD\SRDHomeRoutine.cs" />
  364. <Compile Include="Modules\SRD\SRDRunWaferRecipeRoutine.cs" />
  365. <Compile Include="Modules\SRD\SRDSwitchOffRoutine.cs" />
  366. <Compile Include="Modules\SRD\SRDSwitchOnRoutine.cs" />
  367. <Compile Include="Modules\SRD\SRDUnloadRoutine.cs" />
  368. <Compile Include="Modules\SRD\UnloadingStateMachine.cs" />
  369. <Compile Include="Modules\Transporter\TransporterConflictRoutine.cs" />
  370. <Compile Include="Modules\Transporter\TransporterElevatorLowRoutine.cs" />
  371. <Compile Include="Modules\Transporter\TransporterElevatorUpRoutine.cs" />
  372. <Compile Include="Modules\Transporter\TransporterGantryPositionRoutine.cs" />
  373. <Compile Include="Modules\Transporter\TransporterPickUpValidateRoutine.cs" />
  374. <Compile Include="Modules\Transporter\TransporterPickUpMoveToRoutine.cs" />
  375. <Compile Include="Modules\Transporter\TransporterTransferRoutine.cs" />
  376. <Compile Include="Modules\Transporter\TransporterParkRoutine.cs" />
  377. <Compile Include="Modules\Transporter\TransporterMoveToRoutine.cs" />
  378. <Compile Include="Modules\Transporter\TransporterPickDownToRoutine.cs" />
  379. <Compile Include="Modules\Transporter\TransporterPickUpFromRoutine.cs" />
  380. <Compile Include="Devices\TransPorter\TransporterRetractRoutine.cs" />
  381. <Compile Include="Devices\TransPorter\TransporterUnlockRoutine.cs" />
  382. <Compile Include="Devices\TransPorter\TransporterLockRoutine.cs" />
  383. <Compile Include="Devices\TransPorter\LoaderTransPorterElevatorAxisInterLock.cs" />
  384. <Compile Include="Devices\TransPorter\ProcessTransporterElevatorAxisInterLock.cs" />
  385. <Compile Include="Devices\TransPorter\ProcessTransporterGantryAxisInterLock.cs" />
  386. <Compile Include="Devices\TransPorter\TransporterCommon.cs" />
  387. <Compile Include="Devices\Loader\LoaderInstallCRSRoutine.cs" />
  388. <Compile Include="Devices\Loader\LoaderUnloadRoutine.cs" />
  389. <Compile Include="Devices\Loader\LoaderSideBernoulliBladderRoutine.cs" />
  390. <Compile Include="Devices\Loader\LoaderSideTransHighRoutine.cs" />
  391. <Compile Include="Devices\Loader\LoaderSideTransBladderRoutine.cs" />
  392. <Compile Include="Devices\Loader\LoaderSideWhBladderRoutine.cs" />
  393. <Compile Include="Devices\Loader\LoaderSideVacuumRoutine.cs" />
  394. <Compile Include="Devices\Loader\LoaderSideDoorLockRoutine.cs" />
  395. <Compile Include="Devices\Loader\LoaderCommonDevice.cs" />
  396. <Compile Include="Devices\Loader\LoaderSideDevice.cs" />
  397. <Compile Include="Devices\AXIS\CanOpen\CanOpenAxis.cs" />
  398. <Compile Include="Devices\AXIS\CanOpen\CanOpenHomeRoutine.cs" />
  399. <Compile Include="Devices\AXIS\CanOpen\CanOpenProfilePositionRoutine.cs" />
  400. <Compile Include="Devices\PUF\PufDistanceSensor.cs" />
  401. <Compile Include="Devices\PUF\PufVacuum.cs" />
  402. <Compile Include="Devices\Resistivity\ResistivityController.cs" />
  403. <Compile Include="Devices\Temperature\TemperatureController.cs" />
  404. <Compile Include="Devices\TransPorter\LoaderTransPorterGantryAxisInterLock.cs" />
  405. <Compile Include="Modules\Dummy\DummyEntity.cs" />
  406. <Compile Include="Modules\DVIDName.cs" />
  407. <Compile Include="Modules\Loader\LoaderEntity.cs" />
  408. <Compile Include="Devices\Loader\LoaderLoadRoutine.cs" />
  409. <Compile Include="Modules\Loader\LoaderSwitchAllOffRoutine.cs" />
  410. <Compile Include="Modules\Loader\LoaderSwitchAllOnRoutine.cs" />
  411. <Compile Include="Modules\Loader\LoaderHomeAllRoutine.cs" />
  412. <Compile Include="Devices\Loader\LoaderReLeakFlowTestRoutine.cs" />
  413. <Compile Include="Devices\Loader\LoaderLeakFirstFlowTestRoutine.cs" />
  414. <Compile Include="Modules\PUF\PUFEntity.cs" />
  415. <Compile Include="Modules\PUF\PufPickFromLoaderRoutine.cs" />
  416. <Compile Include="Modules\PUF\PufPositionRoutine.cs" />
  417. <Compile Include="Modules\PUF\PufWaferPickSubRoutine.cs" />
  418. <Compile Include="Modules\PUF\PufWaferPickRoutine.cs" />
  419. <Compile Include="Modules\PUF\PufNoWaferPickRoutine.cs" />
  420. <Compile Include="Modules\PUF\PufSwitchOffRoutine.cs" />
  421. <Compile Include="Modules\PUF\PufCalibrateRoutine.cs" />
  422. <Compile Include="Modules\PUF\PufSwitchOnRoutine.cs" />
  423. <Compile Include="Modules\PUF\PufHomeAllRoutine.cs" />
  424. <Compile Include="Modules\Transporter\TransporterPositionRoutine.cs" />
  425. <Compile Include="Modules\Transporter\TransporterSwitchOffRoutine.cs" />
  426. <Compile Include="Modules\Transporter\TransporterSwitchOnRoutine.cs" />
  427. <Compile Include="Modules\Transporter\TransporterHomeRoutine.cs" />
  428. <Compile Include="Modules\Transporter\TransporterEntity.cs" />
  429. <Compile Include="Schedulers\EfemRobot\RobotMoveHelper.cs" />
  430. <Compile Include="Schedulers\EfemRobot\SchedulerEfemRobot.cs" />
  431. <Compile Include="Schedulers\EfemRobot\SchedulerRobot.cs" />
  432. <Compile Include="Schedulers\SchedulerPostMsg.cs" />
  433. <Compile Include="Schedulers\Srd\SchedulerSrd.cs" />
  434. <Compile Include="Schedulers\Loader\SchedulerLoader.cs" />
  435. <Compile Include="Schedulers\Prewet\SchedulerPrewet.cs" />
  436. <Compile Include="Schedulers\SchedulerBuffer.cs" />
  437. <Compile Include="Schedulers\Dryer\SchedulerDryer.cs" />
  438. <Compile Include="Schedulers\Transporter\SchedulerProcessTransporter.cs" />
  439. <Compile Include="Schedulers\SchedulerManager.cs" />
  440. <Compile Include="Schedulers\Metal\SchedulerMetal.cs" />
  441. <Compile Include="Schedulers\SchedulerModule.cs" />
  442. <Compile Include="Schedulers\Puf\SchedulerPuf.cs" />
  443. <Compile Include="Schedulers\Rinse\SchedulerRinse.cs" />
  444. <Compile Include="Instances\App.xaml.cs">
  445. <DependentUpon>App.xaml</DependentUpon>
  446. <SubType>Code</SubType>
  447. </Compile>
  448. <Compile Include="Schedulers\SchedulerSequence.cs" />
  449. <Compile Include="Schedulers\SchedulerSequenceRecipeManager.cs" />
  450. <Compile Include="Schedulers\Transporter\SchedulerLoaderTransporter.cs" />
  451. <Compile Include="Schedulers\SchedulerSequenceManager.cs" />
  452. <Compile Include="Schedulers\SchedulerSyncModuleMessage.cs" />
  453. </ItemGroup>
  454. <ItemGroup>
  455. <Compile Include="Instances\RtInstance.cs" />
  456. <Compile Include="Instances\ToolLoader.cs" />
  457. <Compile Include="Modules\Autotransfer_LP_FA.cs" />
  458. <Compile Include="Modules\EFEM\EFEMAlignRoutine.cs" />
  459. <Compile Include="Modules\EFEM\EfemEntity.cs" />
  460. <Compile Include="Modules\EFEM\EfemHomeRoutine.cs" />
  461. <Compile Include="Modules\EFEM\EfemPickRoutine.cs" />
  462. <Compile Include="Modules\EFEM\EfemPlaceRoutine.cs" />
  463. <Compile Include="Modules\EFEM\EfemSwapRoutine.cs" />
  464. <Compile Include="Modules\EntityTaskBase.cs" />
  465. <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" />
  466. <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" />
  467. <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" />
  468. <Compile Include="Modules\LPs\LoadPortModule.cs" />
  469. <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" />
  470. <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" />
  471. <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" />
  472. <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" />
  473. <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" />
  474. <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" />
  475. <Compile Include="Modules\ManualTransfer.cs" />
  476. <Compile Include="Modules\ResourceMonitor.cs" />
  477. <Compile Include="Modules\RouteManager.cs" />
  478. <Compile Include="Schedulers\ISchedulerDBCallback.cs" />
  479. <Compile Include="Schedulers\Aligner\SchedulerAligner.cs" />
  480. <Compile Include="Schedulers\SchedulerDBCallback.cs" />
  481. <Compile Include="Schedulers\SchedulerLoadPort.cs" />
  482. <Compile Include="Modules\SRD\SRDEntity.cs" />
  483. <Compile Include="Properties\AssemblyInfo.cs">
  484. <SubType>Code</SubType>
  485. </Compile>
  486. <Compile Include="Properties\Resources.Designer.cs">
  487. <AutoGen>True</AutoGen>
  488. <DesignTime>True</DesignTime>
  489. <DependentUpon>Resources.resx</DependentUpon>
  490. </Compile>
  491. <Compile Include="Properties\Settings.Designer.cs">
  492. <AutoGen>True</AutoGen>
  493. <DependentUpon>Settings.settings</DependentUpon>
  494. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  495. </Compile>
  496. <Content Include="Config\Devices\BarcodeReaderCfg-simulator.xml">
  497. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  498. </Content>
  499. <Content Include="Config\Devices\BarcodeReaderCfg.xml">
  500. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  501. </Content>
  502. <Content Include="Config\Devices\AxisProviderCfg.xml">
  503. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  504. </Content>
  505. <Content Include="Config\Devices\Beckhoffcfg - plctask.xml">
  506. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  507. </Content>
  508. <Content Include="Config\Devices\Beckhoffcfg.xml">
  509. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  510. </Content>
  511. <Content Include="Config\Devices\FestoControllerCfg.xml">
  512. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  513. </Content>
  514. <Content Include="Config\Devices\FestoControllerCfg-Simulator.xml">
  515. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  516. </Content>
  517. <Content Include="Config\Devices\GalilControllerCfg-Simulator.xml">
  518. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  519. </Content>
  520. <Content Include="Config\Devices\GalilControllerCfg.xml">
  521. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  522. </Content>
  523. <Content Include="Config\Devices\LinmotCfg-Simulator.xml">
  524. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  525. </Content>
  526. <Content Include="Config\Devices\LinmotCfg.xml">
  527. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  528. </Content>
  529. <Content Include="Config\Devices\ModuleIOCfg.xml">
  530. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  531. </Content>
  532. <Content Include="Config\Devices\PowerSupplierCfg-Simulator.xml">
  533. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  534. </Content>
  535. <Content Include="Config\Devices\PowerSupplierCfg.xml">
  536. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  537. </Content>
  538. <Content Include="Config\Devices\SMCCfg.xml">
  539. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  540. </Content>
  541. <Content Include="Config\Devices\ThorntonCfg.xml">
  542. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  543. </Content>
  544. <Content Include="Config\Devices\WagoControllerCfg-Simulator.xml">
  545. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  546. </Content>
  547. <Content Include="Config\Devices\WagoControllerCfg.xml">
  548. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  549. </Content>
  550. <Content Include="Config\EquipmentVariables.xml">
  551. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  552. </Content>
  553. <Content Include="Config\Layout\Layout.xml">
  554. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  555. </Content>
  556. <Content Include="Config\Layout\ToolLayoutConfiguration.xml">
  557. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  558. </Content>
  559. <Content Include="Config\SESequenceFormat.xml">
  560. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  561. </Content>
  562. <Resource Include="RT2.ico" />
  563. <Resource Include="defaultrt.ico" />
  564. <EmbeddedResource Include="Properties\Resources.resx">
  565. <Generator>ResXFileCodeGenerator</Generator>
  566. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  567. </EmbeddedResource>
  568. <Content Include="Config\Account\Account.xml">
  569. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  570. </Content>
  571. <Content Include="Config\DBModel.sql">
  572. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  573. </Content>
  574. <Content Include="Config\SignalTower.xml">
  575. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  576. </Content>
  577. <Content Include="Config\Station\StationPositionsCfg.xml">
  578. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  579. </Content>
  580. <Content Include="Config\Station\StationPositionsCfg_Simulator.xml">
  581. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  582. </Content>
  583. <Content Include="Config\System.sccfg">
  584. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  585. </Content>
  586. <None Include="Config\DeviceModel.xsd">
  587. <SubType>Designer</SubType>
  588. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  589. </None>
  590. <Content Include="Config\LogDefine.json">
  591. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  592. </Content>
  593. <None Include="Properties\Settings.settings">
  594. <Generator>SettingsSingleFileGenerator</Generator>
  595. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  596. </None>
  597. </ItemGroup>
  598. <ItemGroup>
  599. <None Include="App.config" />
  600. </ItemGroup>
  601. <ItemGroup>
  602. <ProjectReference Include="..\CyberX8_Core\CyberX8_Core.csproj">
  603. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  604. <Name>CyberX8_Core</Name>
  605. </ProjectReference>
  606. <ProjectReference Include="..\Framework\Common\Common.csproj">
  607. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  608. <Name>Common</Name>
  609. </ProjectReference>
  610. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  611. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  612. <Name>RTCore</Name>
  613. </ProjectReference>
  614. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  615. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  616. <Name>RTEquipmentLibrary</Name>
  617. </ProjectReference>
  618. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  619. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  620. <Name>RTModuleLibrary</Name>
  621. </ProjectReference>
  622. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  623. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  624. <Name>SimulatorCore</Name>
  625. </ProjectReference>
  626. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  627. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  628. <Name>UICore</Name>
  629. </ProjectReference>
  630. </ItemGroup>
  631. <ItemGroup>
  632. <Page Include="Backends\FSM.xaml">
  633. <Generator>MSBuild:Compile</Generator>
  634. <SubType>Designer</SubType>
  635. </Page>
  636. <Page Include="Backends\IOMonitorView.xaml">
  637. <Generator>MSBuild:Compile</Generator>
  638. <SubType>Designer</SubType>
  639. </Page>
  640. </ItemGroup>
  641. <ItemGroup>
  642. <Content Include="Config\EventDefine.xml">
  643. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  644. </Content>
  645. <Content Include="Config\IoProviderConfig.xml">
  646. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  647. </Content>
  648. <Content Include="Config\RecipeFormat.xml">
  649. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  650. </Content>
  651. <Content Include="Config\SequenceFormat.xml">
  652. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  653. </Content>
  654. <Content Include="Config\VenusPreProcess.py">
  655. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  656. </Content>
  657. </ItemGroup>
  658. <ItemGroup>
  659. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  660. <Visible>False</Visible>
  661. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  662. <Install>true</Install>
  663. </BootstrapperPackage>
  664. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  665. <Visible>False</Visible>
  666. <ProductName>.NET Framework 3.5 SP1</ProductName>
  667. <Install>false</Install>
  668. </BootstrapperPackage>
  669. </ItemGroup>
  670. <ItemGroup>
  671. <WCFMetadata Include="Connected Services\" />
  672. </ItemGroup>
  673. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  674. <PropertyGroup>
  675. <PreBuildEvent>python.exe ../../Config/VenusPreProcess.py</PreBuildEvent>
  676. </PropertyGroup>
  677. <PropertyGroup>
  678. <PostBuildEvent>if $(ConfigurationName)==Release (
  679. "$(SolutionDir)CyberX8_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)CyberX8_Setup\CyberX8_RT.iss"
  680. )</PostBuildEvent>
  681. </PropertyGroup>
  682. </Project>