Venus_RT.csproj 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  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>Venus_RT</RootNamespace>
  10. <AssemblyName>Venus_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. <TargetFrameworkProfile />
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <PlatformTarget>AnyCPU</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ApplicationIcon>RT2.ico</ApplicationIcon>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <StartupObject />
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="CommunityToolkit.HighPerformance, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\ThirdParty\CommunityToolkit.HighPerformance.dll</HintPath>
  69. </Reference>
  70. <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\ThirdParty\Microsoft.Bcl.HashCode.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Mono.Security">
  79. <HintPath>..\ThirdParty\Mono.Security.dll</HintPath>
  80. </Reference>
  81. <Reference Include="SecsGem.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\ThirdParty\SecsGem.Core.dll</HintPath>
  84. </Reference>
  85. <Reference Include="SecsGem.Core.Application, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\ThirdParty\SecsGem.Core.Application.dll</HintPath>
  88. </Reference>
  89. <Reference Include="SecsGem.Hsms.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\ThirdParty\SecsGem.Hsms.Core.dll</HintPath>
  92. </Reference>
  93. <Reference Include="SecsGemSerial.Application, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\ThirdParty\SecsGemSerial.Application.dll</HintPath>
  96. </Reference>
  97. <Reference Include="SecsGemSerial.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  98. <SpecificVersion>False</SpecificVersion>
  99. <HintPath>..\ThirdParty\SecsGemSerial.Core.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System" />
  102. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  103. <SpecificVersion>False</SpecificVersion>
  104. <HintPath>..\ThirdParty\System.Buffers.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Configuration" />
  107. <Reference Include="System.Data" />
  108. <Reference Include="System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  109. <SpecificVersion>False</SpecificVersion>
  110. <HintPath>..\ThirdParty\System.IO.Pipelines.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.Management" />
  113. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  114. <SpecificVersion>False</SpecificVersion>
  115. <HintPath>..\ThirdParty\System.Memory.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  118. <SpecificVersion>False</SpecificVersion>
  119. <HintPath>..\ThirdParty\System.Numerics.Vectors.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  122. <SpecificVersion>False</SpecificVersion>
  123. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Runtime.Serialization" />
  126. <Reference Include="System.ServiceModel" />
  127. <Reference Include="System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  128. <SpecificVersion>False</SpecificVersion>
  129. <HintPath>..\ThirdParty\System.Text.Json.dll</HintPath>
  130. </Reference>
  131. <Reference Include="System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  132. <SpecificVersion>False</SpecificVersion>
  133. <HintPath>..\ThirdParty\System.Threading.Channels.dll</HintPath>
  134. </Reference>
  135. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  136. <SpecificVersion>False</SpecificVersion>
  137. <HintPath>..\ThirdParty\System.Threading.Tasks.Extensions.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System.Xml" />
  140. <Reference Include="Microsoft.CSharp" />
  141. <Reference Include="System.Core" />
  142. <Reference Include="System.Xml.Linq" />
  143. <Reference Include="System.Data.DataSetExtensions" />
  144. <Reference Include="System.Net.Http" />
  145. <Reference Include="System.Xaml">
  146. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  147. </Reference>
  148. <Reference Include="WindowsBase" />
  149. <Reference Include="PresentationCore" />
  150. <Reference Include="PresentationFramework" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <ApplicationDefinition Include="Instances\App.xaml">
  154. <Generator>MSBuild:Compile</Generator>
  155. <SubType>Designer</SubType>
  156. </ApplicationDefinition>
  157. <Compile Include="Backends\FSM.xaml.cs">
  158. <DependentUpon>FSM.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="Backends\IOMonitorView.xaml.cs">
  161. <DependentUpon>IOMonitorView.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Devices\AdixenTurboPump.cs" />
  164. <Compile Include="Devices\AdLinkEthercat\APS168x64.cs" />
  165. <Compile Include="Devices\AdLinkEthercat\APS_Define.cs" />
  166. <Compile Include="Devices\AdTecRF.cs" />
  167. <Compile Include="Devices\AIRSYSChiller.cs" />
  168. <Compile Include="Devices\CometRF.cs" />
  169. <Compile Include="Devices\DataDefine.cs" />
  170. <Compile Include="Devices\DeviceManager.cs" />
  171. <Compile Include="Devices\EdwardsPump.cs" />
  172. <Compile Include="Devices\EFEM\EfemBase.cs" />
  173. <Compile Include="Devices\EFEM\EfemDevice.cs" />
  174. <Compile Include="Devices\EFEM\EfemInterface.cs" />
  175. <Compile Include="Devices\EFEM\EfemMessage.cs" />
  176. <Compile Include="Devices\EFEM\JetEfem.cs" />
  177. <Compile Include="Devices\EFEM\Loadport.cs" />
  178. <Compile Include="Devices\EPDs\EPDDevice.cs" />
  179. <Compile Include="Devices\EPDs\EPInterface\Datas\DataItemDefine.cs" />
  180. <Compile Include="Devices\EPDs\EPInterface\Datas\EPDConfig.cs" />
  181. <Compile Include="Devices\EPDs\EPInterface\Interface\EPDClient.cs" />
  182. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallback.cs" />
  183. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallbackService.cs" />
  184. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDService.cs" />
  185. <Compile Include="Devices\EPD\Data\ByteReader.cs" />
  186. <Compile Include="Devices\EPD\Data\ByteStructConverter.cs" />
  187. <Compile Include="Devices\EPD\Data\CytAsciiDefine.cs" />
  188. <Compile Include="Devices\EPD\Data\EPDDefine.cs" />
  189. <Compile Include="Devices\EPD\Data\EPDSocketClient.cs" />
  190. <Compile Include="Devices\EPD\Data\LogItem.cs" />
  191. <Compile Include="Devices\EPD\Data\NotifyObject.cs" />
  192. <Compile Include="Devices\EPD\Data\SocketClientWrapper.cs" />
  193. <Compile Include="Devices\EPD\Data\StepItem.cs" />
  194. <Compile Include="Devices\EPD\EPDClient.cs" />
  195. <Compile Include="Devices\ESC5HighVoltage.cs" />
  196. <Compile Include="Devices\FinsPlc.cs" />
  197. <Compile Include="Devices\IODevices\IoMagnet.cs" />
  198. <Compile Include="Devices\IODevices\IoBacksideHe.cs" />
  199. <Compile Include="Devices\IODevices\IoCylinder.cs" />
  200. <Compile Include="Devices\IODevices\IoGasStick.cs" />
  201. <Compile Include="Devices\IODevices\IoHeartbeat.cs" />
  202. <Compile Include="Devices\IODevices\IoHeater.cs" />
  203. <Compile Include="Devices\IODevices\IoHighTemperatureHeater.cs" />
  204. <Compile Include="Devices\IODevices\IoHongHuControl.cs" />
  205. <Compile Include="Devices\IODevices\IoLid.cs" />
  206. <Compile Include="Devices\IODevices\IoMfc.cs" />
  207. <Compile Include="Devices\IODevices\IoPressureControl.cs" />
  208. <Compile Include="Devices\IODevices\IoPressureMeter.cs" />
  209. <Compile Include="Devices\IODevices\IoSignalLight.cs" />
  210. <Compile Include="Devices\IODevices\IoSignalTower.cs" />
  211. <Compile Include="Devices\IODevices\IoSwitch.cs" />
  212. <Compile Include="Devices\IODevices\IoTMPressureCtl.cs" />
  213. <Compile Include="Devices\IODevices\IoTMSEPressureCtl.cs" />
  214. <Compile Include="Devices\JetEPDBase.cs" />
  215. <Compile Include="Devices\JetKepler2200BPM.cs" />
  216. <Compile Include="Devices\JetKepler2200APM.cs" />
  217. <Compile Include="Devices\JetPMBase.cs" />
  218. <Compile Include="Devices\JetVenusDEPM.cs" />
  219. <Compile Include="Devices\JetVenusSEPM.cs" />
  220. <Compile Include="Devices\JetVenusSEPMBase.cs" />
  221. <Compile Include="Devices\JetKepler2300PM.cs" />
  222. <Compile Include="Devices\PendulumValve.cs" />
  223. <Compile Include="Devices\PlasmaController.cs" />
  224. <Compile Include="Devices\PreAligner\HongHuVPA.cs" />
  225. <Compile Include="Devices\PreAligner\IPreAlign.cs" />
  226. <Compile Include="Devices\RevtechMatch.cs" />
  227. <Compile Include="Devices\SkyPump.cs" />
  228. <Compile Include="Devices\SMCChiller.cs" />
  229. <Compile Include="Devices\SMCChillerDrive.cs" />
  230. <Compile Include="Devices\SMCShareChiller.cs" />
  231. <Compile Include="Devices\SMIF\FortrendPLUS500.cs" />
  232. <Compile Include="Devices\SMIF\ISMIF.cs" />
  233. <Compile Include="Devices\TM\HongHuDETM.cs" />
  234. <Compile Include="Devices\TM\TMBase.cs" />
  235. <Compile Include="Devices\TruPlasmaRF_Ethercat.cs" />
  236. <Compile Include="Devices\LzMatch_Ethercat.cs" />
  237. <Compile Include="Modules\DVIDName.cs" />
  238. <Compile Include="Modules\EntityErrorRaiseTrigger.cs" />
  239. <Compile Include="Modules\PMs\Fdc.cs" />
  240. <Compile Include="Modules\PMs\PMHeatRoutine.cs" />
  241. <Compile Include="Modules\PMs\VenusVentRoutine.cs" />
  242. <Compile Include="Modules\SMIF\SMIFEntity.cs" />
  243. <Compile Include="Devices\TM\HongHuTM.cs" />
  244. <Compile Include="Devices\TM\ITransferRobot.cs" />
  245. <Compile Include="Devices\TM\JetTM.cs" />
  246. <Compile Include="Devices\TM\SIASUNRobot.cs" />
  247. <Compile Include="Devices\TruPlasmaRF.cs" />
  248. <Compile Include="Devices\VCE\HongHuVce.cs" />
  249. <Compile Include="Devices\TM\HongHuVR.cs" />
  250. <Compile Include="Devices\KeplerSignalTower.cs" />
  251. <Compile Include="Instances\App.xaml.cs">
  252. <DependentUpon>App.xaml</DependentUpon>
  253. <SubType>Code</SubType>
  254. </Compile>
  255. </ItemGroup>
  256. <ItemGroup>
  257. <Compile Include="Instances\RtInstance.cs" />
  258. <Compile Include="Instances\ToolLoader.cs" />
  259. <Compile Include="Modules\AutoCycle.cs" />
  260. <Compile Include="Modules\Autotransfer_LP_FA.cs" />
  261. <Compile Include="Modules\EFEM\EFEMAlignRoutine.cs" />
  262. <Compile Include="Modules\EFEM\EfemEntity.cs" />
  263. <Compile Include="Modules\EFEM\EfemHomeRoutine.cs" />
  264. <Compile Include="Modules\EFEM\EfemPickRoutine.cs" />
  265. <Compile Include="Modules\EFEM\EfemPlaceRoutine.cs" />
  266. <Compile Include="Modules\EFEM\EfemSwapRoutine.cs" />
  267. <Compile Include="Modules\EntityTaskBase.cs" />
  268. <Compile Include="Modules\LLs\LLEntity.cs" />
  269. <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" />
  270. <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" />
  271. <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" />
  272. <Compile Include="Modules\LPs\LoadPortModule.cs" />
  273. <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" />
  274. <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" />
  275. <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" />
  276. <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" />
  277. <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" />
  278. <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" />
  279. <Compile Include="Modules\ManualTransfer.cs" />
  280. <Compile Include="Modules\PMs\GasBoxLeakCheckRoutine.cs" />
  281. <Compile Include="Modules\PMs\GasFlowRoutine.cs" />
  282. <Compile Include="Modules\PMs\LLPickRoutine.cs" />
  283. <Compile Include="Modules\PMs\LLPlaceRoutine.cs" />
  284. <Compile Include="Modules\PMs\LoadLockLeakCheckRoutine.cs" />
  285. <Compile Include="Modules\PMs\LoadLockPumpRoutine.cs" />
  286. <Compile Include="Modules\PMs\LoadLockPurgeRoutine.cs" />
  287. <Compile Include="Modules\PMs\LoadLockVentRoutine.cs" />
  288. <Compile Include="Modules\PMs\PMPartialPressureRoutine.cs" />
  289. <Compile Include="Modules\PMs\PMEntity.cs" />
  290. <Compile Include="Modules\PMs\PMGaslinePurgeRoutine.cs" />
  291. <Compile Include="Modules\PMs\PMGasVerificationRoutine.cs" />
  292. <Compile Include="Modules\PMs\PMHomeRoutine.cs" />
  293. <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" />
  294. <Compile Include="Modules\PMs\PMProcessRoutine.cs" />
  295. <Compile Include="Modules\PMs\PMProcess_FA.cs" />
  296. <Compile Include="Modules\PMs\PMPurgeRoutine.cs" />
  297. <Compile Include="Modules\PMs\PMRoutineBase.cs" />
  298. <Compile Include="Modules\PMs\PMVATPerformanceRoutine.cs" />
  299. <Compile Include="Modules\PMs\ProcessDefine.cs" />
  300. <Compile Include="Modules\PMs\PumpDownRoutine.cs" />
  301. <Compile Include="Modules\PMs\RFPowerSwitchRoutine.cs" />
  302. <Compile Include="Modules\PMs\StartDryPumpRoutine.cs" />
  303. <Compile Include="Modules\PMs\StartTurboPumpRoutine.cs" />
  304. <Compile Include="Modules\PMs\VentRoutine.cs" />
  305. <Compile Include="Modules\PMs\VenusRecipeFileContext.cs" />
  306. <Compile Include="Modules\PMs\VenusSequenceFileContext.cs" />
  307. <Compile Include="Modules\ResourceMonitor.cs" />
  308. <Compile Include="Modules\RouteManager.cs" />
  309. <Compile Include="Modules\Schedulers\ISchedulerDBCallback.cs" />
  310. <Compile Include="Modules\Schedulers\SchedulerAligner.cs" />
  311. <Compile Include="Modules\Schedulers\SchedulerDBCallback.cs" />
  312. <Compile Include="Modules\Schedulers\SchedulerEfemRobot.cs" />
  313. <Compile Include="Modules\Schedulers\SchedulerLoadLock.cs" />
  314. <Compile Include="Modules\Schedulers\SchedulerLoadPort.cs" />
  315. <Compile Include="Modules\Schedulers\SchedulerModule.cs" />
  316. <Compile Include="Modules\Schedulers\SchedulerPM.cs" />
  317. <Compile Include="Modules\Schedulers\SchedulerSETMRobot.cs" />
  318. <Compile Include="Modules\Schedulers\SchedulerTMRobot.cs" />
  319. <Compile Include="Modules\Schedulers\SchedulerVCE.cs" />
  320. <Compile Include="Modules\Schedulers\TransferModule.cs" />
  321. <Compile Include="Modules\SEManualTransfer.cs" />
  322. <Compile Include="Modules\SETMCycle.cs" />
  323. <Compile Include="Modules\SystemDispatcher.cs" />
  324. <Compile Include="Modules\TMCycle.cs" />
  325. <Compile Include="Modules\TM\MFHomeRoutine.cs" />
  326. <Compile Include="Modules\TM\MFLeakCheckRoutine.cs" />
  327. <Compile Include="Modules\TM\MFPickRoutine.cs" />
  328. <Compile Include="Modules\TM\MFPlaceRoutine.cs" />
  329. <Compile Include="Modules\TM\MFPMExtendRoutine.cs" />
  330. <Compile Include="Modules\TM\MFPMPickRoutine.cs" />
  331. <Compile Include="Modules\TM\MFPMPlaceRoutine.cs" />
  332. <Compile Include="Modules\TM\MFPMRetractRoutine.cs" />
  333. <Compile Include="Modules\TM\MFPMSwapRoutine.cs" />
  334. <Compile Include="Modules\TM\MFPumpRoutine.cs" />
  335. <Compile Include="Modules\TM\MFPurgeRoutine.cs" />
  336. <Compile Include="Modules\TM\MFSwapRoutine.cs" />
  337. <Compile Include="Modules\TM\MFVentRoutine.cs" />
  338. <Compile Include="Modules\TM\TMEntity.cs" />
  339. <Compile Include="Modules\TM\VenusEntity\SEMFHomeRoutine.cs" />
  340. <Compile Include="Modules\TM\VenusEntity\SEMFPickRoutine.cs" />
  341. <Compile Include="Modules\TM\VenusEntity\SEMFPlaceRoutine.cs" />
  342. <Compile Include="Modules\TM\VenusEntity\SEMFPMExtendRoutine.cs" />
  343. <Compile Include="Modules\TM\VenusEntity\SEMFPMPickRoutine.cs" />
  344. <Compile Include="Modules\TM\VenusEntity\SEMFPMPlaceRoutine.cs" />
  345. <Compile Include="Modules\TM\VenusEntity\SEMFPMRetractRoutine.cs" />
  346. <Compile Include="Modules\TM\VenusEntity\SEMFPMSwapRoutine.cs" />
  347. <Compile Include="Modules\TM\VenusEntity\SEMFPumpRoutine.cs" />
  348. <Compile Include="Modules\TM\VenusEntity\SEMFSwapRoutine.cs" />
  349. <Compile Include="Modules\TM\VenusEntity\SEMFVentRoutine.cs" />
  350. <Compile Include="Modules\TM\VenusEntity\SETMEntity.cs" />
  351. <Compile Include="Modules\VCE\LoadPrepareRoutine.cs" />
  352. <Compile Include="Modules\VCE\LoadRoutine.cs" />
  353. <Compile Include="Modules\VCE\LoadWithSMIFRoutine.cs" />
  354. <Compile Include="Modules\VCE\UnloadRoutine.cs" />
  355. <Compile Include="Modules\VCE\UnloadWithSMIFRoutine.cs" />
  356. <Compile Include="Modules\VCE\VceEntity.cs" />
  357. <Compile Include="Properties\AssemblyInfo.cs">
  358. <SubType>Code</SubType>
  359. </Compile>
  360. <Compile Include="Properties\Resources.Designer.cs">
  361. <AutoGen>True</AutoGen>
  362. <DesignTime>True</DesignTime>
  363. <DependentUpon>Resources.resx</DependentUpon>
  364. </Compile>
  365. <Compile Include="Properties\Settings.Designer.cs">
  366. <AutoGen>True</AutoGen>
  367. <DependentUpon>Settings.settings</DependentUpon>
  368. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  369. </Compile>
  370. <Content Include="Config\DataGroup.xml">
  371. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  372. </Content>
  373. <Content Include="Config\DESequenceFormat.xml">
  374. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  375. </Content>
  376. <Content Include="Config\EquipmentVariables.xml">
  377. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  378. </Content>
  379. <Content Include="Config\PM\Kepler2200A\Kepler2200ADeviceModel.xml">
  380. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  381. </Content>
  382. <Content Include="Config\PM\Kepler2200A\Kepler2200AInterlock.xml">
  383. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  384. </Content>
  385. <Content Include="Config\PM\Kepler2200A\Kepler2200AIoDefine.xml">
  386. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  387. </Content>
  388. <Content Include="Config\PM\Kepler2200B\Kepler2200BDeviceModel.xml">
  389. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  390. </Content>
  391. <Content Include="Config\PM\Kepler2200B\Kepler2200BInterlock.xml">
  392. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  393. </Content>
  394. <Content Include="Config\PM\Kepler2200B\Kepler2200BIoDefine.xml">
  395. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  396. </Content>
  397. <Content Include="Config\PM\Kepler2300\Kepler2300DeviceModel.xml">
  398. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  399. </Content>
  400. <Content Include="Config\PM\VenusDE\VenusDEDeviceModel.xml">
  401. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  402. </Content>
  403. <Content Include="Config\PM\VenusDE\VenusDEInterlock.xml">
  404. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  405. </Content>
  406. <Content Include="Config\PM\VenusDE\VenusDEIoDefine.xml">
  407. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  408. </Content>
  409. <Content Include="Config\PM\VenusSE\VenusSEIoDefine.xml">
  410. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  411. </Content>
  412. <Content Include="Config\PM\VenusSE\VenusSEDeviceModel.xml">
  413. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  414. </Content>
  415. <Content Include="Config\PM\VenusSE\VenusSEInterlock.xml">
  416. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  417. </Content>
  418. <Content Include="Config\SESequenceFormat.xml">
  419. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  420. </Content>
  421. <Content Include="Config\TM\DeviceModelVenusDE_MF.xml">
  422. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  423. </Content>
  424. <Content Include="Config\TM\DeviceModelVenusSE_MF.xml">
  425. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  426. </Content>
  427. <Content Include="Config\TM\DeviceModelVenus_MF.xml">
  428. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  429. </Content>
  430. <Content Include="Config\PM\Kepler2300\Kepler2300Interlock.xml">
  431. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  432. </Content>
  433. <Content Include="Config\PM\Kepler2300\Kepler2300IoDefine.xml">
  434. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  435. </Content>
  436. <Content Include="Config\TM\SETMInterlock.xml">
  437. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  438. </Content>
  439. <Content Include="Config\TM\TMInterlock.xml">
  440. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  441. </Content>
  442. <Content Include="Config\TM\_ioDefineVenusDE_MF.xml">
  443. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  444. </Content>
  445. <Content Include="Config\TM\_ioDefineVenusSETest_MF.xml">
  446. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  447. </Content>
  448. <Content Include="Config\TM\_ioDefineVenusSE_MF.xml">
  449. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  450. </Content>
  451. <Content Include="Config\TM\_ioDefineVenus_MF.xml">
  452. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  453. </Content>
  454. <Resource Include="RT2.ico" />
  455. <Resource Include="defaultrt.ico" />
  456. <EmbeddedResource Include="Properties\Resources.resx">
  457. <Generator>ResXFileCodeGenerator</Generator>
  458. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  459. </EmbeddedResource>
  460. <Content Include="Config\ClusterGemModel.xml">
  461. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  462. </Content>
  463. <Content Include="Config\DBModel.sql">
  464. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  465. </Content>
  466. <Content Include="Config\SignalTower.xml">
  467. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  468. </Content>
  469. <Content Include="Config\System_Kepler2300.sccfg">
  470. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  471. </Content>
  472. <None Include="Config\DeviceModel.xsd">
  473. <SubType>Designer</SubType>
  474. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  475. </None>
  476. <Content Include="Config\LogDefine.json">
  477. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  478. </Content>
  479. <Content Include="Config\System_Kepler2200.sccfg">
  480. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  481. </Content>
  482. <Content Include="Config\System.sccfg">
  483. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  484. </Content>
  485. <Content Include="Config\System_VenusSE.sccfg">
  486. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  487. </Content>
  488. <Content Include="Config\System_VenusDE.sccfg">
  489. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  490. </Content>
  491. <Content Include="Config\SVID.xls">
  492. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  493. </Content>
  494. <None Include="Properties\Settings.settings">
  495. <Generator>SettingsSingleFileGenerator</Generator>
  496. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  497. </None>
  498. </ItemGroup>
  499. <ItemGroup>
  500. <None Include="App.config" />
  501. </ItemGroup>
  502. <ItemGroup>
  503. <ProjectReference Include="..\Framework\Common\Common.csproj">
  504. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  505. <Name>Common</Name>
  506. </ProjectReference>
  507. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  508. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  509. <Name>RTCore</Name>
  510. </ProjectReference>
  511. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  512. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  513. <Name>RTEquipmentLibrary</Name>
  514. </ProjectReference>
  515. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  516. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  517. <Name>RTModuleLibrary</Name>
  518. </ProjectReference>
  519. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  520. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  521. <Name>UICore</Name>
  522. </ProjectReference>
  523. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  524. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  525. <Name>Venus_Core</Name>
  526. </ProjectReference>
  527. </ItemGroup>
  528. <ItemGroup>
  529. <Page Include="Backends\FSM.xaml">
  530. <Generator>MSBuild:Compile</Generator>
  531. <SubType>Designer</SubType>
  532. </Page>
  533. <Page Include="Backends\IOMonitorView.xaml">
  534. <Generator>MSBuild:Compile</Generator>
  535. <SubType>Designer</SubType>
  536. </Page>
  537. </ItemGroup>
  538. <ItemGroup>
  539. <Content Include="Config\EventDefine.xml">
  540. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  541. </Content>
  542. <Content Include="Config\IoProviderConfig.xml">
  543. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  544. </Content>
  545. <Content Include="Config\RecipeFormat.xml">
  546. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  547. </Content>
  548. <Content Include="Config\SequenceFormat.xml">
  549. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  550. </Content>
  551. <Content Include="Config\VenusPreProcess.py">
  552. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  553. </Content>
  554. </ItemGroup>
  555. <ItemGroup>
  556. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  557. <Visible>False</Visible>
  558. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  559. <Install>true</Install>
  560. </BootstrapperPackage>
  561. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  562. <Visible>False</Visible>
  563. <ProductName>.NET Framework 3.5 SP1</ProductName>
  564. <Install>false</Install>
  565. </BootstrapperPackage>
  566. </ItemGroup>
  567. <ItemGroup />
  568. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  569. <PropertyGroup>
  570. <PreBuildEvent>python.exe ../../Config/VenusPreProcess.py</PreBuildEvent>
  571. </PropertyGroup>
  572. <PropertyGroup>
  573. <PostBuildEvent>if $(ConfigurationName)==Release (
  574. "$(SolutionDir)\Venus_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)\Venus_Setup\Venus_RT.iss"
  575. )</PostBuildEvent>
  576. </PropertyGroup>
  577. </Project>