Venus_RT.csproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  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="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\ThirdParty\Newtonsoft.Json.dll</HintPath>
  84. </Reference>
  85. <Reference Include="SecsGem.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\ThirdParty\SecsGem.Core.dll</HintPath>
  88. </Reference>
  89. <Reference Include="SecsGem.Core.Application, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\ThirdParty\SecsGem.Core.Application.dll</HintPath>
  92. </Reference>
  93. <Reference Include="SecsGem.Hsms.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\ThirdParty\SecsGem.Hsms.Core.dll</HintPath>
  96. </Reference>
  97. <Reference Include="SecsGemSerial.Application, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  98. <SpecificVersion>False</SpecificVersion>
  99. <HintPath>..\ThirdParty\SecsGemSerial.Application.dll</HintPath>
  100. </Reference>
  101. <Reference Include="SecsGemSerial.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  102. <SpecificVersion>False</SpecificVersion>
  103. <HintPath>..\ThirdParty\SecsGemSerial.Core.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System" />
  106. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  107. <SpecificVersion>False</SpecificVersion>
  108. <HintPath>..\ThirdParty\System.Buffers.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Configuration" />
  111. <Reference Include="System.Data" />
  112. <Reference Include="System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  113. <SpecificVersion>False</SpecificVersion>
  114. <HintPath>..\ThirdParty\System.IO.Pipelines.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Management" />
  117. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  118. <SpecificVersion>False</SpecificVersion>
  119. <HintPath>..\ThirdParty\System.Memory.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  122. <SpecificVersion>False</SpecificVersion>
  123. <HintPath>..\ThirdParty\System.Numerics.Vectors.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  126. <SpecificVersion>False</SpecificVersion>
  127. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.Runtime.Serialization" />
  130. <Reference Include="System.ServiceModel" />
  131. <Reference Include="System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  132. <SpecificVersion>False</SpecificVersion>
  133. <HintPath>..\ThirdParty\System.Text.Json.dll</HintPath>
  134. </Reference>
  135. <Reference Include="System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  136. <SpecificVersion>False</SpecificVersion>
  137. <HintPath>..\ThirdParty\System.Threading.Channels.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  140. <SpecificVersion>False</SpecificVersion>
  141. <HintPath>..\ThirdParty\System.Threading.Tasks.Extensions.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System.Xml" />
  144. <Reference Include="Microsoft.CSharp" />
  145. <Reference Include="System.Core" />
  146. <Reference Include="System.Xml.Linq" />
  147. <Reference Include="System.Data.DataSetExtensions" />
  148. <Reference Include="System.Net.Http" />
  149. <Reference Include="System.Xaml">
  150. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  151. </Reference>
  152. <Reference Include="WindowsBase" />
  153. <Reference Include="PresentationCore" />
  154. <Reference Include="PresentationFramework" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <ApplicationDefinition Include="Instances\App.xaml">
  158. <Generator>MSBuild:Compile</Generator>
  159. <SubType>Designer</SubType>
  160. </ApplicationDefinition>
  161. <Compile Include="Backends\FSM.xaml.cs">
  162. <DependentUpon>FSM.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Backends\IOMonitorView.xaml.cs">
  165. <DependentUpon>IOMonitorView.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="Devices\AdixenTurboPump.cs" />
  168. <Compile Include="Devices\AdLinkEthercat\APS168x64.cs" />
  169. <Compile Include="Devices\AdLinkEthercat\APS_Define.cs" />
  170. <Compile Include="Devices\AdTecRF.cs" />
  171. <Compile Include="Devices\AIRSYSChiller.cs" />
  172. <Compile Include="Devices\CometRF.cs" />
  173. <Compile Include="Devices\DataDefine.cs" />
  174. <Compile Include="Devices\DeviceManager.cs" />
  175. <Compile Include="Devices\EdwardsPump.cs" />
  176. <Compile Include="Devices\EFEM\EfemBase.cs" />
  177. <Compile Include="Devices\EFEM\EfemDevice.cs" />
  178. <Compile Include="Devices\EFEM\EfemInterface.cs" />
  179. <Compile Include="Devices\EFEM\EfemMessage.cs" />
  180. <Compile Include="Devices\EFEM\JetEfem.cs" />
  181. <Compile Include="Devices\EFEM\Loadport.cs" />
  182. <Compile Include="Devices\EPDs\EPDDevice.cs" />
  183. <Compile Include="Devices\EPDs\EPInterface\Datas\DataItemDefine.cs" />
  184. <Compile Include="Devices\EPDs\EPInterface\Datas\EPDConfig.cs" />
  185. <Compile Include="Devices\EPDs\EPInterface\Interface\EPDClient.cs" />
  186. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallback.cs" />
  187. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallbackService.cs" />
  188. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDService.cs" />
  189. <Compile Include="Devices\EPD\Data\ByteReader.cs" />
  190. <Compile Include="Devices\EPD\Data\ByteStructConverter.cs" />
  191. <Compile Include="Devices\EPD\Data\CytAsciiDefine.cs" />
  192. <Compile Include="Devices\EPD\Data\EPDDefine.cs" />
  193. <Compile Include="Devices\EPD\Data\EPDSocketClient.cs" />
  194. <Compile Include="Devices\EPD\Data\LogItem.cs" />
  195. <Compile Include="Devices\EPD\Data\NotifyObject.cs" />
  196. <Compile Include="Devices\EPD\Data\SocketClientWrapper.cs" />
  197. <Compile Include="Devices\EPD\Data\StepItem.cs" />
  198. <Compile Include="Devices\EPD\EPDClient.cs" />
  199. <Compile Include="Devices\ESC5HighVoltage.cs" />
  200. <Compile Include="Devices\FinsPlc.cs" />
  201. <Compile Include="Devices\IODevices\IoMagnet.cs" />
  202. <Compile Include="Devices\IODevices\IoBacksideHe.cs" />
  203. <Compile Include="Devices\IODevices\IoCylinder.cs" />
  204. <Compile Include="Devices\IODevices\IoGasStick.cs" />
  205. <Compile Include="Devices\IODevices\IoHeartbeat.cs" />
  206. <Compile Include="Devices\IODevices\IoHeater.cs" />
  207. <Compile Include="Devices\IODevices\IoHighTemperatureHeater.cs" />
  208. <Compile Include="Devices\IODevices\IoHongHuControl.cs" />
  209. <Compile Include="Devices\IODevices\IoLid.cs" />
  210. <Compile Include="Devices\IODevices\IoMfc.cs" />
  211. <Compile Include="Devices\IODevices\IoPressureControl.cs" />
  212. <Compile Include="Devices\IODevices\IoPressureMeter.cs" />
  213. <Compile Include="Devices\IODevices\IoSignalLight.cs" />
  214. <Compile Include="Devices\IODevices\IoSignalTower.cs" />
  215. <Compile Include="Devices\IODevices\IoSwitch.cs" />
  216. <Compile Include="Devices\IODevices\IoTMPressureCtl.cs" />
  217. <Compile Include="Devices\IODevices\IoTMSEPressureCtl.cs" />
  218. <Compile Include="Devices\JetEPDBase.cs" />
  219. <Compile Include="Devices\JetKepler2200BPM.cs" />
  220. <Compile Include="Devices\JetKepler2200APM.cs" />
  221. <Compile Include="Devices\JetPMBase.cs" />
  222. <Compile Include="Devices\JetKepler2300PM.cs" />
  223. <Compile Include="Devices\PendulumValve.cs" />
  224. <Compile Include="Devices\PlasmaController.cs" />
  225. <Compile Include="Devices\PreAligner\HongHuVPA.cs" />
  226. <Compile Include="Devices\PreAligner\IPreAlign.cs" />
  227. <Compile Include="Devices\PreAligner\SunWayVPA.cs" />
  228. <Compile Include="Devices\RevtechMatch.cs" />
  229. <Compile Include="Devices\SkyPump.cs" />
  230. <Compile Include="Devices\SMCChiller.cs" />
  231. <Compile Include="Devices\SMCChillerDrive.cs" />
  232. <Compile Include="Devices\SMCShareChiller.cs" />
  233. <Compile Include="Devices\SMIF\FortrendPLUS500.cs" />
  234. <Compile Include="Devices\SMIF\ISMIF.cs" />
  235. <Compile Include="Devices\TM\TMBase.cs" />
  236. <Compile Include="Devices\TruPlasmaRF_Ethercat.cs" />
  237. <Compile Include="Devices\LzMatch_Ethercat.cs" />
  238. <Compile Include="Devices\TwincatFeedBackManager.cs" />
  239. <Compile Include="Devices\TwincatIO.cs" />
  240. <Compile Include="Lz400KMatch_Ethercat.cs" />
  241. <Compile Include="Modules\DVIDName.cs" />
  242. <Compile Include="Modules\EntityErrorRaiseTrigger.cs" />
  243. <Compile Include="Modules\LPs\LoadPortDockRoutine.cs" />
  244. <Compile Include="Modules\LPs\LoadPortUncDockRoutine.cs" />
  245. <Compile Include="Modules\PMs\Fdc.cs" />
  246. <Compile Include="Modules\PMs\PMHeatRoutine.cs" />
  247. <Compile Include="Modules\PMs\VenusVentRoutine.cs" />
  248. <Compile Include="Modules\SMIF\SMIFEntity.cs" />
  249. <Compile Include="Devices\TM\ITransferRobot.cs" />
  250. <Compile Include="Devices\TM\JetTM.cs" />
  251. <Compile Include="Devices\TM\SIASUNRobot.cs" />
  252. <Compile Include="Devices\TruPlasmaRF.cs" />
  253. <Compile Include="Devices\KeplerSignalTower.cs" />
  254. <Compile Include="Instances\App.xaml.cs">
  255. <DependentUpon>App.xaml</DependentUpon>
  256. <SubType>Code</SubType>
  257. </Compile>
  258. </ItemGroup>
  259. <ItemGroup>
  260. <Compile Include="Instances\RtInstance.cs" />
  261. <Compile Include="Instances\ToolLoader.cs" />
  262. <Compile Include="Modules\AutoCycle.cs" />
  263. <Compile Include="Modules\Autotransfer_LP_FA.cs" />
  264. <Compile Include="Modules\EFEM\EFEMAlignRoutine.cs" />
  265. <Compile Include="Modules\EFEM\EfemEntity.cs" />
  266. <Compile Include="Modules\EFEM\EfemHomeRoutine.cs" />
  267. <Compile Include="Modules\EFEM\EfemPickRoutine.cs" />
  268. <Compile Include="Modules\EFEM\EfemPlaceRoutine.cs" />
  269. <Compile Include="Modules\EFEM\EfemSwapRoutine.cs" />
  270. <Compile Include="Modules\EntityTaskBase.cs" />
  271. <Compile Include="Modules\LLs\LLEntity.cs" />
  272. <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" />
  273. <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" />
  274. <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" />
  275. <Compile Include="Modules\LPs\LoadPortModule.cs" />
  276. <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" />
  277. <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" />
  278. <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" />
  279. <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" />
  280. <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" />
  281. <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" />
  282. <Compile Include="Modules\ManualTransfer.cs" />
  283. <Compile Include="Modules\PMs\GasBoxLeakCheckRoutine.cs" />
  284. <Compile Include="Modules\PMs\GasFlowRoutine.cs" />
  285. <Compile Include="Modules\PMs\PMPartialPressureRoutine.cs" />
  286. <Compile Include="Modules\PMs\PMEntity.cs" />
  287. <Compile Include="Modules\PMs\PMGaslinePurgeRoutine.cs" />
  288. <Compile Include="Modules\PMs\PMGasVerificationRoutine.cs" />
  289. <Compile Include="Modules\PMs\PMHomeRoutine.cs" />
  290. <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" />
  291. <Compile Include="Modules\PMs\PMProcessRoutine.cs" />
  292. <Compile Include="Modules\PMs\PMProcess_FA.cs" />
  293. <Compile Include="Modules\PMs\PMPurgeRoutine.cs" />
  294. <Compile Include="Modules\PMs\PMRoutineBase.cs" />
  295. <Compile Include="Modules\PMs\PMVATPerformanceRoutine.cs" />
  296. <Compile Include="Modules\PMs\ProcessDefine.cs" />
  297. <Compile Include="Modules\PMs\PumpDownRoutine.cs" />
  298. <Compile Include="Modules\PMs\RFPowerSwitchRoutine.cs" />
  299. <Compile Include="Modules\PMs\StartDryPumpRoutine.cs" />
  300. <Compile Include="Modules\PMs\StartTurboPumpRoutine.cs" />
  301. <Compile Include="Modules\PMs\VentRoutine.cs" />
  302. <Compile Include="Modules\PMs\VenusRecipeFileContext.cs" />
  303. <Compile Include="Modules\PMs\VenusSequenceFileContext.cs" />
  304. <Compile Include="Modules\ResourceMonitor.cs" />
  305. <Compile Include="Modules\RouteManager.cs" />
  306. <Compile Include="Modules\Schedulers\ISchedulerDBCallback.cs" />
  307. <Compile Include="Modules\Schedulers\SchedulerAligner.cs" />
  308. <Compile Include="Modules\Schedulers\SchedulerDBCallback.cs" />
  309. <Compile Include="Modules\Schedulers\SchedulerEfemRobot.cs" />
  310. <Compile Include="Modules\Schedulers\SchedulerLoadLock.cs" />
  311. <Compile Include="Modules\Schedulers\SchedulerLoadPort.cs" />
  312. <Compile Include="Modules\Schedulers\SchedulerModule.cs" />
  313. <Compile Include="Modules\Schedulers\SchedulerPM.cs" />
  314. <Compile Include="Modules\Schedulers\SchedulerTMRobot.cs" />
  315. <Compile Include="Modules\Schedulers\TransferModule.cs" />
  316. <Compile Include="Modules\SystemDispatcher.cs" />
  317. <Compile Include="Modules\TMCycle.cs" />
  318. <Compile Include="Modules\TM\MFCoolingRoutine.cs" />
  319. <Compile Include="Modules\TM\MFHomeRoutine.cs" />
  320. <Compile Include="Modules\TM\MFLeakCheckRoutine.cs" />
  321. <Compile Include="Modules\TM\MFPickRoutine.cs" />
  322. <Compile Include="Modules\TM\MFPlaceRoutine.cs" />
  323. <Compile Include="Modules\TM\MFPMExtendRoutine.cs" />
  324. <Compile Include="Modules\TM\MFPMPickRoutine.cs" />
  325. <Compile Include="Modules\TM\MFPMPlaceRoutine.cs" />
  326. <Compile Include="Modules\TM\MFPMRetractRoutine.cs" />
  327. <Compile Include="Modules\TM\MFPMSwapRoutine.cs" />
  328. <Compile Include="Modules\TM\MFPumpRoutine.cs" />
  329. <Compile Include="Modules\TM\MFPurgeRoutine.cs" />
  330. <Compile Include="Modules\TM\MFRotationRoutine.cs" />
  331. <Compile Include="Modules\TM\MFSwapRoutine.cs" />
  332. <Compile Include="Modules\TM\MFVentRoutine.cs" />
  333. <Compile Include="Modules\TM\TMEntity.cs" />
  334. <Compile Include="Modules\TM\Vent.cs" />
  335. <Compile Include="Properties\AssemblyInfo.cs">
  336. <SubType>Code</SubType>
  337. </Compile>
  338. <Compile Include="Properties\Resources.Designer.cs">
  339. <AutoGen>True</AutoGen>
  340. <DesignTime>True</DesignTime>
  341. <DependentUpon>Resources.resx</DependentUpon>
  342. </Compile>
  343. <Compile Include="Properties\Settings.Designer.cs">
  344. <AutoGen>True</AutoGen>
  345. <DependentUpon>Settings.settings</DependentUpon>
  346. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  347. </Compile>
  348. <Content Include="Config\DataGroup.xml">
  349. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  350. </Content>
  351. <Content Include="Config\EquipmentVariables.xml">
  352. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  353. </Content>
  354. <Content Include="Config\IoProviderConfig_Kepler2300.xml">
  355. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  356. </Content>
  357. <Content Include="Config\PM\Kepler2200A\Kepler2200ADeviceModel.xml">
  358. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  359. </Content>
  360. <Content Include="Config\PM\Kepler2200A\Kepler2200AInterlock.xml">
  361. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  362. </Content>
  363. <Content Include="Config\PM\Kepler2200A\Kepler2200AIoDefine.xml">
  364. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  365. </Content>
  366. <Content Include="Config\PM\Kepler2200B\Kepler2200BDeviceModel.xml">
  367. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  368. </Content>
  369. <Content Include="Config\PM\Kepler2200B\Kepler2200BInterlock.xml">
  370. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  371. </Content>
  372. <Content Include="Config\PM\Kepler2200B\Kepler2200BIoDefine.xml">
  373. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  374. </Content>
  375. <Content Include="Config\PM\Kepler2300\Kepler2300DeviceModel.xml">
  376. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  377. </Content>
  378. <Content Include="Config\PM\Kepler2300\TwincatConfig.xml">
  379. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  380. </Content>
  381. <Content Include="Config\TM\DeviceModelVenus_MF.xml">
  382. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  383. </Content>
  384. <Content Include="Config\PM\Kepler2300\Kepler2300Interlock.xml">
  385. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  386. </Content>
  387. <Content Include="Config\PM\Kepler2300\Kepler2300IoDefine.xml">
  388. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  389. </Content>
  390. <Content Include="Config\TM\TMInterlock.xml">
  391. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  392. </Content>
  393. <Content Include="Config\TM\_ioDefineVenus_MF.xml">
  394. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  395. </Content>
  396. <Content Include="Config\VenusSignalTower.xml">
  397. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  398. </Content>
  399. <Resource Include="RT2.ico" />
  400. <Resource Include="defaultrt.ico" />
  401. <EmbeddedResource Include="Properties\Resources.resx">
  402. <Generator>ResXFileCodeGenerator</Generator>
  403. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  404. </EmbeddedResource>
  405. <Content Include="Config\ClusterGemModel.xml">
  406. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  407. </Content>
  408. <Content Include="Config\DBModel.sql">
  409. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  410. </Content>
  411. <Content Include="Config\SignalTower.xml">
  412. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  413. </Content>
  414. <Content Include="Config\System_Kepler2300.sccfg">
  415. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  416. </Content>
  417. <None Include="Config\DeviceModel.xsd">
  418. <SubType>Designer</SubType>
  419. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  420. </None>
  421. <Content Include="Config\LogDefine.json">
  422. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  423. </Content>
  424. <Content Include="Config\System_Kepler2200.sccfg">
  425. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  426. </Content>
  427. <Content Include="Config\SVID.xls">
  428. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  429. </Content>
  430. <None Include="Properties\Settings.settings">
  431. <Generator>SettingsSingleFileGenerator</Generator>
  432. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  433. </None>
  434. </ItemGroup>
  435. <ItemGroup>
  436. <None Include="App.config" />
  437. </ItemGroup>
  438. <ItemGroup>
  439. <ProjectReference Include="..\Framework\Common\Common.csproj">
  440. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  441. <Name>Common</Name>
  442. </ProjectReference>
  443. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  444. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  445. <Name>RTCore</Name>
  446. </ProjectReference>
  447. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  448. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  449. <Name>RTEquipmentLibrary</Name>
  450. </ProjectReference>
  451. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  452. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  453. <Name>RTModuleLibrary</Name>
  454. </ProjectReference>
  455. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  456. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  457. <Name>UICore</Name>
  458. </ProjectReference>
  459. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  460. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  461. <Name>Venus_Core</Name>
  462. </ProjectReference>
  463. </ItemGroup>
  464. <ItemGroup>
  465. <Page Include="Backends\FSM.xaml">
  466. <Generator>MSBuild:Compile</Generator>
  467. <SubType>Designer</SubType>
  468. </Page>
  469. <Page Include="Backends\IOMonitorView.xaml">
  470. <Generator>MSBuild:Compile</Generator>
  471. <SubType>Designer</SubType>
  472. </Page>
  473. </ItemGroup>
  474. <ItemGroup>
  475. <Content Include="Config\EventDefine.xml">
  476. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  477. </Content>
  478. <Content Include="Config\IoProviderConfig.xml">
  479. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  480. </Content>
  481. <Content Include="Config\RecipeFormat.xml">
  482. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  483. </Content>
  484. <Content Include="Config\SequenceFormat.xml">
  485. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  486. </Content>
  487. <Content Include="Config\VenusPreProcess.py">
  488. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  489. </Content>
  490. </ItemGroup>
  491. <ItemGroup>
  492. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  493. <Visible>False</Visible>
  494. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  495. <Install>true</Install>
  496. </BootstrapperPackage>
  497. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  498. <Visible>False</Visible>
  499. <ProductName>.NET Framework 3.5 SP1</ProductName>
  500. <Install>false</Install>
  501. </BootstrapperPackage>
  502. </ItemGroup>
  503. <ItemGroup>
  504. <Folder Include="Config\TM\Kepler2200\" />
  505. <Folder Include="Config\TM\Kepler2300\" />
  506. <Folder Include="Devices\Twincat\" />
  507. </ItemGroup>
  508. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  509. <PropertyGroup>
  510. <PreBuildEvent>python.exe ../../Config/VenusPreProcess.py</PreBuildEvent>
  511. </PropertyGroup>
  512. <PropertyGroup>
  513. <PostBuildEvent>if $(ConfigurationName)==Release (
  514. "$(SolutionDir)\Venus_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)\Venus_Setup\Venus_RT.iss"
  515. )
  516. </PostBuildEvent>
  517. </PropertyGroup>
  518. </Project>