Venus_RT.csproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  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. <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\AdixenTurboPump.cs" />
  162. <Compile Include="Devices\AdTecRF.cs" />
  163. <Compile Include="Devices\AIRSYSChiller.cs" />
  164. <Compile Include="Devices\CometRF.cs" />
  165. <Compile Include="Devices\DataDefine.cs" />
  166. <Compile Include="Devices\DeviceManager.cs" />
  167. <Compile Include="Devices\EdwardsPump.cs" />
  168. <Compile Include="Devices\EFEM\EfemBase.cs" />
  169. <Compile Include="Devices\EFEM\EfemDevice.cs" />
  170. <Compile Include="Devices\EFEM\EfemInterface.cs" />
  171. <Compile Include="Devices\EFEM\EfemMessage.cs" />
  172. <Compile Include="Devices\EFEM\JetEfem.cs" />
  173. <Compile Include="Devices\EFEM\Loadport.cs" />
  174. <Compile Include="Devices\EPDs\EPDDevice.cs" />
  175. <Compile Include="Devices\EPDs\EPInterface\Datas\DataItemDefine.cs" />
  176. <Compile Include="Devices\EPDs\EPInterface\Datas\EPDConfig.cs" />
  177. <Compile Include="Devices\EPDs\EPInterface\Interface\EPDClient.cs" />
  178. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallback.cs" />
  179. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallbackService.cs" />
  180. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDService.cs" />
  181. <Compile Include="Devices\EPD\Data\ByteReader.cs" />
  182. <Compile Include="Devices\EPD\Data\ByteStructConverter.cs" />
  183. <Compile Include="Devices\EPD\Data\CytAsciiDefine.cs" />
  184. <Compile Include="Devices\EPD\Data\EPDDefine.cs" />
  185. <Compile Include="Devices\EPD\Data\EPDSocketClient.cs" />
  186. <Compile Include="Devices\EPD\Data\LogItem.cs" />
  187. <Compile Include="Devices\EPD\Data\NotifyObject.cs" />
  188. <Compile Include="Devices\EPD\Data\SocketClientWrapper.cs" />
  189. <Compile Include="Devices\EPD\Data\StepItem.cs" />
  190. <Compile Include="Devices\EPD\EPDClient.cs" />
  191. <Compile Include="Devices\ESC5HighVoltage.cs" />
  192. <Compile Include="Devices\FinsPlc.cs" />
  193. <Compile Include="Devices\IODevices\IoBacksideHe.cs" />
  194. <Compile Include="Devices\IODevices\IoCylinder.cs" />
  195. <Compile Include="Devices\IODevices\IoGasStick.cs" />
  196. <Compile Include="Devices\IODevices\IoHeartbeat.cs" />
  197. <Compile Include="Devices\IODevices\IoHeater.cs" />
  198. <Compile Include="Devices\IODevices\IoHighTemperatureHeater.cs" />
  199. <Compile Include="Devices\IODevices\IoLid.cs" />
  200. <Compile Include="Devices\IODevices\IoMfc.cs" />
  201. <Compile Include="Devices\IODevices\IoPressureControl.cs" />
  202. <Compile Include="Devices\IODevices\IoPressureMeter.cs" />
  203. <Compile Include="Devices\IODevices\IoSignalLight.cs" />
  204. <Compile Include="Devices\IODevices\IoSignalTower.cs" />
  205. <Compile Include="Devices\IODevices\IoSwitch.cs" />
  206. <Compile Include="Devices\IODevices\IoTMPressureCtl.cs" />
  207. <Compile Include="Devices\IODevices\IoTMSEPressureCtl.cs" />
  208. <Compile Include="Devices\JetEPDBase.cs" />
  209. <Compile Include="Devices\JetKepler2200BPM.cs" />
  210. <Compile Include="Devices\JetKepler2200APM.cs" />
  211. <Compile Include="Devices\JetPMBase.cs" />
  212. <Compile Include="Devices\JetVenusDEPM.cs" />
  213. <Compile Include="Devices\JetVenusSEPM.cs" />
  214. <Compile Include="Devices\JetVenusSEPMBase.cs" />
  215. <Compile Include="Devices\JetVenusPM.cs" />
  216. <Compile Include="Devices\JetKepler2300PM.cs" />
  217. <Compile Include="Devices\PendulumValve.cs" />
  218. <Compile Include="Devices\PlasmaController.cs" />
  219. <Compile Include="Devices\PreAligner\HongHuVPA.cs" />
  220. <Compile Include="Devices\PreAligner\IPreAlign.cs" />
  221. <Compile Include="Devices\RevtechMatch.cs" />
  222. <Compile Include="Devices\SkyPump.cs" />
  223. <Compile Include="Devices\SMCChiller.cs" />
  224. <Compile Include="Devices\SMIF\FortrendPLUS500.cs" />
  225. <Compile Include="Devices\SMIF\ISMIF.cs" />
  226. <Compile Include="Modules\DVIDName.cs" />
  227. <Compile Include="Modules\SMIF\SMIFEntity.cs" />
  228. <Compile Include="Devices\TM\HongHuTM.cs" />
  229. <Compile Include="Devices\TM\ITransferRobot.cs" />
  230. <Compile Include="Devices\TM\JetTM.cs" />
  231. <Compile Include="Devices\TM\SIASUNRobot.cs" />
  232. <Compile Include="Devices\TruPlasmaRF.cs" />
  233. <Compile Include="Devices\VCE\HongHuVce.cs" />
  234. <Compile Include="Devices\TM\HongHuVR.cs" />
  235. <Compile Include="Devices\VirgoSignalTower.cs" />
  236. <Compile Include="Instances\App.xaml.cs">
  237. <DependentUpon>App.xaml</DependentUpon>
  238. <SubType>Code</SubType>
  239. </Compile>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Compile Include="Instances\RtInstance.cs" />
  243. <Compile Include="Instances\ToolLoader.cs" />
  244. <Compile Include="Modules\AutoCycle.cs" />
  245. <Compile Include="Modules\Autotransfer_LP_FA.cs" />
  246. <Compile Include="Modules\EFEM\EFEMAlignRoutine.cs" />
  247. <Compile Include="Modules\EFEM\EfemEntity.cs" />
  248. <Compile Include="Modules\EFEM\EfemHomeRoutine.cs" />
  249. <Compile Include="Modules\EFEM\EfemPickRoutine.cs" />
  250. <Compile Include="Modules\EFEM\EfemPlaceRoutine.cs" />
  251. <Compile Include="Modules\EFEM\EfemSwapRoutine.cs" />
  252. <Compile Include="Modules\EntityTaskBase.cs" />
  253. <Compile Include="Modules\LLs\LLEntity.cs" />
  254. <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" />
  255. <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" />
  256. <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" />
  257. <Compile Include="Modules\LPs\LoadPortModule.cs" />
  258. <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" />
  259. <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" />
  260. <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" />
  261. <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" />
  262. <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" />
  263. <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" />
  264. <Compile Include="Modules\ManualTransfer.cs" />
  265. <Compile Include="Modules\PMs\GasBoxLeakCheckRoutine.cs" />
  266. <Compile Include="Modules\PMs\GasFlowRoutine.cs" />
  267. <Compile Include="Modules\PMs\LLPickRoutine.cs" />
  268. <Compile Include="Modules\PMs\LLPlaceRoutine.cs" />
  269. <Compile Include="Modules\PMs\LoadLockLeakCheckRoutine.cs" />
  270. <Compile Include="Modules\PMs\LoadLockPumpRoutine.cs" />
  271. <Compile Include="Modules\PMs\LoadLockPurgeRoutine.cs" />
  272. <Compile Include="Modules\PMs\LoadLockVentRoutine.cs" />
  273. <Compile Include="Modules\PMs\PMControlPressureRoutine.cs" />
  274. <Compile Include="Modules\PMs\PMPartialPressureRoutine.cs" />
  275. <Compile Include="Modules\PMs\PMEntity.cs" />
  276. <Compile Include="Modules\PMs\PMGaslinePurgeRoutine.cs" />
  277. <Compile Include="Modules\PMs\PMGasVerificationRoutine.cs" />
  278. <Compile Include="Modules\PMs\PMHomeRoutine.cs" />
  279. <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" />
  280. <Compile Include="Modules\PMs\PMProcessRoutine.cs" />
  281. <Compile Include="Modules\PMs\PMProcess_FA.cs" />
  282. <Compile Include="Modules\PMs\PMPurgeRoutine.cs" />
  283. <Compile Include="Modules\PMs\PMRoutineBase.cs" />
  284. <Compile Include="Modules\PMs\PMVATPerformanceRoutine.cs" />
  285. <Compile Include="Modules\PMs\ProcessDefine.cs" />
  286. <Compile Include="Modules\PMs\PumpDownRoutine.cs" />
  287. <Compile Include="Modules\PMs\RFPowerSwitchRoutine.cs" />
  288. <Compile Include="Modules\PMs\StartDryPumpRoutine.cs" />
  289. <Compile Include="Modules\PMs\StartTurboPumpRoutine.cs" />
  290. <Compile Include="Modules\PMs\VentRoutine.cs" />
  291. <Compile Include="Modules\PMs\VenusRecipeFileContext.cs" />
  292. <Compile Include="Modules\PMs\VenusSequenceFileContext.cs" />
  293. <Compile Include="Modules\ResourceMonitor.cs" />
  294. <Compile Include="Modules\RouteManager.cs" />
  295. <Compile Include="Modules\Schedulers\ISchedulerDBCallback.cs" />
  296. <Compile Include="Modules\Schedulers\SchedulerAligner.cs" />
  297. <Compile Include="Modules\Schedulers\SchedulerDBCallback.cs" />
  298. <Compile Include="Modules\Schedulers\SchedulerEfemRobot.cs" />
  299. <Compile Include="Modules\Schedulers\SchedulerLoadLock.cs" />
  300. <Compile Include="Modules\Schedulers\SchedulerLoadPort.cs" />
  301. <Compile Include="Modules\Schedulers\SchedulerModule.cs" />
  302. <Compile Include="Modules\Schedulers\SchedulerPM.cs" />
  303. <Compile Include="Modules\Schedulers\SchedulerSETMRobot.cs" />
  304. <Compile Include="Modules\Schedulers\SchedulerTMRobot.cs" />
  305. <Compile Include="Modules\Schedulers\SchedulerVCE.cs" />
  306. <Compile Include="Modules\Schedulers\TransferModule.cs" />
  307. <Compile Include="Modules\SEManualTransfer.cs" />
  308. <Compile Include="Modules\SETMCycle.cs" />
  309. <Compile Include="Modules\TMCycle.cs" />
  310. <Compile Include="Modules\TM\MFControlPressureRoutine.cs" />
  311. <Compile Include="Modules\TM\MFHomeRoutine.cs" />
  312. <Compile Include="Modules\TM\MFLeakCheckRoutine.cs" />
  313. <Compile Include="Modules\TM\MFPickRoutine.cs" />
  314. <Compile Include="Modules\TM\MFPlaceRoutine.cs" />
  315. <Compile Include="Modules\TM\MFPMExtendRoutine.cs" />
  316. <Compile Include="Modules\TM\MFPMPickRoutine.cs" />
  317. <Compile Include="Modules\TM\MFPMPlaceRoutine.cs" />
  318. <Compile Include="Modules\TM\MFPMRetractRoutine.cs" />
  319. <Compile Include="Modules\TM\MFPMSwapRoutine.cs" />
  320. <Compile Include="Modules\TM\MFPumpRoutine.cs" />
  321. <Compile Include="Modules\TM\MFPurgeRoutine.cs" />
  322. <Compile Include="Modules\TM\MFSwapRoutine.cs" />
  323. <Compile Include="Modules\TM\MFVentRoutine.cs" />
  324. <Compile Include="Modules\TM\TMEntity.cs" />
  325. <Compile Include="Modules\TM\VenusEntity\SEMFHomeRoutine.cs" />
  326. <Compile Include="Modules\TM\VenusEntity\SEMFPickRoutine.cs" />
  327. <Compile Include="Modules\TM\VenusEntity\SEMFPlaceRoutine.cs" />
  328. <Compile Include="Modules\TM\VenusEntity\SEMFPMExtendRoutine.cs" />
  329. <Compile Include="Modules\TM\VenusEntity\SEMFPMPickRoutine.cs" />
  330. <Compile Include="Modules\TM\VenusEntity\SEMFPMPlaceRoutine.cs" />
  331. <Compile Include="Modules\TM\VenusEntity\SEMFPMRetractRoutine.cs" />
  332. <Compile Include="Modules\TM\VenusEntity\SEMFPMSwapRoutine.cs" />
  333. <Compile Include="Modules\TM\VenusEntity\SEMFPumpRoutine.cs" />
  334. <Compile Include="Modules\TM\VenusEntity\SEMFSwapRoutine.cs" />
  335. <Compile Include="Modules\TM\VenusEntity\SEMFVentRoutine.cs" />
  336. <Compile Include="Modules\TM\VenusEntity\SETMEntity.cs" />
  337. <Compile Include="Modules\VCE\LoadPrepareRoutine.cs" />
  338. <Compile Include="Modules\VCE\LoadRoutine.cs" />
  339. <Compile Include="Modules\VCE\LoadWithSMIFRoutine.cs" />
  340. <Compile Include="Modules\VCE\UnloadRoutine.cs" />
  341. <Compile Include="Modules\VCE\UnloadWithSMIFRoutine.cs" />
  342. <Compile Include="Modules\VCE\VceEntity.cs" />
  343. <Compile Include="Properties\AssemblyInfo.cs">
  344. <SubType>Code</SubType>
  345. </Compile>
  346. <Compile Include="Properties\Resources.Designer.cs">
  347. <AutoGen>True</AutoGen>
  348. <DesignTime>True</DesignTime>
  349. <DependentUpon>Resources.resx</DependentUpon>
  350. </Compile>
  351. <Compile Include="Properties\Settings.Designer.cs">
  352. <AutoGen>True</AutoGen>
  353. <DependentUpon>Settings.settings</DependentUpon>
  354. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  355. </Compile>
  356. <Content Include="Config\EquipmentVariables.xml">
  357. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  358. </Content>
  359. <Content Include="Config\PM\Kepler2200A\Kepler2200AIoDefine.xml">
  360. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  361. </Content>
  362. <Content Include="Config\PM\Kepler2200A\Kepler2200AInterlock.xml">
  363. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  364. </Content>
  365. <Content Include="Config\PM\Kepler2200A\Kepler2200ADeviceModel.xml">
  366. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  367. </Content>
  368. <Content Include="Config\PM\Kepler2200B\Kepler2200BDeviceModel.xml">
  369. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  370. </Content>
  371. <Content Include="Config\PM\Kepler2200B\Kepler2200BInterlock.xml">
  372. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  373. </Content>
  374. <Content Include="Config\PM\Kepler2200B\Kepler2200BIoDefine.xml">
  375. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  376. </Content>
  377. <Content Include="Config\PM\Kepler2300\Kepler2300DeviceModel.xml">
  378. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  379. </Content>
  380. <Content Include="Config\PM\VenusDE\VenusDEDeviceModel.xml">
  381. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  382. </Content>
  383. <Content Include="Config\PM\VenusDE\VenusDEInterlock.xml">
  384. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  385. </Content>
  386. <Content Include="Config\PM\VenusDE\VenusDEIoDefine.xml">
  387. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  388. </Content>
  389. <Content Include="Config\PM\VenusSE\VenusSEIoDefine.xml">
  390. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  391. </Content>
  392. <Content Include="Config\PM\VenusSE\VenusSEDeviceModel.xml">
  393. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  394. </Content>
  395. <Content Include="Config\PM\VenusSE\VenusSEInterlock.xml">
  396. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  397. </Content>
  398. <Content Include="Config\SESequenceFormat.xml">
  399. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  400. </Content>
  401. <Content Include="Config\TM\DeviceModelVenusSE_MF.xml">
  402. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  403. </Content>
  404. <Content Include="Config\TM\DeviceModelVenus_MF.xml">
  405. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  406. </Content>
  407. <Content Include="Config\PM\Kepler2300\Kepler2300Interlock.xml">
  408. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  409. </Content>
  410. <Content Include="Config\PM\Kepler2300\Kepler2300IoDefine.xml">
  411. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  412. </Content>
  413. <Content Include="Config\PM\Venus\VenusInterlock.xml">
  414. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  415. </Content>
  416. <Content Include="Config\TM\SETMInterlock.xml">
  417. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  418. </Content>
  419. <Content Include="Config\TM\TMInterlock.xml">
  420. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  421. </Content>
  422. <Content Include="Config\TM\_ioDefineVenusSETest_MF.xml">
  423. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  424. </Content>
  425. <Content Include="Config\TM\_ioDefineVenusSE_MF.xml">
  426. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  427. </Content>
  428. <Content Include="Config\TM\_ioDefineVenus_MF.xml">
  429. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  430. </Content>
  431. <Resource Include="RT2.ico" />
  432. <Resource Include="defaultrt.ico" />
  433. <EmbeddedResource Include="Properties\Resources.resx">
  434. <Generator>ResXFileCodeGenerator</Generator>
  435. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  436. </EmbeddedResource>
  437. <Content Include="Config\ClusterGemModel.xml">
  438. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  439. </Content>
  440. <Content Include="Config\DBModel.sql">
  441. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  442. </Content>
  443. <Content Include="Config\PM\Venus\VenusDeviceModel.xml">
  444. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  445. </Content>
  446. <Content Include="Config\SignalTower.xml">
  447. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  448. </Content>
  449. <Content Include="Config\System.sccfg">
  450. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  451. </Content>
  452. <None Include="Config\DeviceModel.xsd">
  453. <SubType>Designer</SubType>
  454. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  455. </None>
  456. <Content Include="Config\LogDefine.json">
  457. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  458. </Content>
  459. <None Include="Properties\Settings.settings">
  460. <Generator>SettingsSingleFileGenerator</Generator>
  461. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  462. </None>
  463. </ItemGroup>
  464. <ItemGroup>
  465. <None Include="App.config" />
  466. </ItemGroup>
  467. <ItemGroup>
  468. <ProjectReference Include="..\Framework\Common\Common.csproj">
  469. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  470. <Name>Common</Name>
  471. </ProjectReference>
  472. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  473. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  474. <Name>RTCore</Name>
  475. </ProjectReference>
  476. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  477. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  478. <Name>RTEquipmentLibrary</Name>
  479. </ProjectReference>
  480. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  481. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  482. <Name>RTModuleLibrary</Name>
  483. </ProjectReference>
  484. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  485. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  486. <Name>SimulatorCore</Name>
  487. </ProjectReference>
  488. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  489. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  490. <Name>UICore</Name>
  491. </ProjectReference>
  492. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  493. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  494. <Name>Venus_Core</Name>
  495. </ProjectReference>
  496. </ItemGroup>
  497. <ItemGroup>
  498. <Page Include="Backends\FSM.xaml">
  499. <Generator>MSBuild:Compile</Generator>
  500. <SubType>Designer</SubType>
  501. </Page>
  502. <Page Include="Backends\IOMonitorView.xaml">
  503. <Generator>MSBuild:Compile</Generator>
  504. <SubType>Designer</SubType>
  505. </Page>
  506. </ItemGroup>
  507. <ItemGroup>
  508. <Content Include="Config\EventDefine.xml">
  509. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  510. </Content>
  511. <Content Include="Config\IoProviderConfig.xml">
  512. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  513. </Content>
  514. <Content Include="Config\RecipeFormat.xml">
  515. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  516. </Content>
  517. <Content Include="Config\SequenceFormat.xml">
  518. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  519. </Content>
  520. <Content Include="Config\VenusPreProcess.py">
  521. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  522. </Content>
  523. <Content Include="Config\PM\Venus\VenusIoDefine.xml">
  524. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  525. </Content>
  526. </ItemGroup>
  527. <ItemGroup>
  528. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  529. <Visible>False</Visible>
  530. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  531. <Install>true</Install>
  532. </BootstrapperPackage>
  533. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  534. <Visible>False</Visible>
  535. <ProductName>.NET Framework 3.5 SP1</ProductName>
  536. <Install>false</Install>
  537. </BootstrapperPackage>
  538. </ItemGroup>
  539. <ItemGroup />
  540. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  541. <PropertyGroup>
  542. <PreBuildEvent>python.exe ../../Config/VenusPreProcess.py</PreBuildEvent>
  543. </PropertyGroup>
  544. <PropertyGroup>
  545. <PostBuildEvent>if $(ConfigurationName)==Release (
  546. "$(SolutionDir)\Venus_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)\Venus_Setup\Venus_RT.iss"
  547. )</PostBuildEvent>
  548. </PropertyGroup>
  549. </Project>