Core.csproj 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{0E266DBD-0DC2-4B5F-B5EA-58C6DF66912C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Aitex.Core</RootNamespace>
  12. <AssemblyName>Core</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>x86</PlatformTarget>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Abt.Controls.SciChart.Wpf">
  39. <HintPath>..\..\ThirdParty\dlls\Abt.Controls.SciChart.Wpf.dll</HintPath>
  40. </Reference>
  41. <Reference Include="csmatio">
  42. <HintPath>..\..\ThirdParty\dlls\csmatio.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Hardcodet.Wpf.TaskbarNotification">
  45. <HintPath>..\..\ThirdParty\dlls\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
  46. </Reference>
  47. <Reference Include="ILNumerics.Net">
  48. <HintPath>..\..\ThirdParty\dlls\ILNumerics.Net.dll</HintPath>
  49. </Reference>
  50. <Reference Include="log4net">
  51. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  52. </Reference>
  53. <Reference Include="lua51">
  54. <HintPath>..\..\ThirdParty\dlls\lua51.dll</HintPath>
  55. </Reference>
  56. <Reference Include="LuaInterface">
  57. <HintPath>..\..\ThirdParty\dlls\LuaInterface.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\ThirdParty\dlls\Newtonsoft.Json.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Npgsql">
  64. <HintPath>..\..\ThirdParty\dlls\Npgsql.dll</HintPath>
  65. </Reference>
  66. <Reference Include="PresentationCore" />
  67. <Reference Include="PresentationFramework" />
  68. <Reference Include="PresentationFramework.Aero" />
  69. <Reference Include="System" />
  70. <Reference Include="System.ComponentModel.DataAnnotations" />
  71. <Reference Include="System.configuration" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Drawing" />
  74. <Reference Include="System.Management" />
  75. <Reference Include="System.Net.Http" />
  76. <Reference Include="System.Runtime.Serialization" />
  77. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  78. <Reference Include="System.ServiceModel" />
  79. <Reference Include="System.Windows.Forms" />
  80. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Xaml" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Xml" />
  90. <Reference Include="TwinCAT.Ads">
  91. <HintPath>..\..\ThirdParty\dlls\TwinCAT.Ads.dll</HintPath>
  92. </Reference>
  93. <Reference Include="WindowsBase" />
  94. <Reference Include="WindowsFormsIntegration" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="Account\Authorization.cs" />
  98. <Compile Include="Account\IAccountService.cs" />
  99. <Compile Include="Account\NotificationService.cs" />
  100. <Compile Include="Backend\About.cs">
  101. <SubType>UserControl</SubType>
  102. </Compile>
  103. <Compile Include="Backend\About.Designer.cs">
  104. <DependentUpon>About.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="Backend\Controls\AICtrl.cs">
  107. <SubType>UserControl</SubType>
  108. </Compile>
  109. <Compile Include="Backend\Controls\AICtrl.Designer.cs">
  110. <DependentUpon>AICtrl.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="Backend\Controls\AOCtrl.cs">
  113. <SubType>UserControl</SubType>
  114. </Compile>
  115. <Compile Include="Backend\Controls\AOCtrl.Designer.cs">
  116. <DependentUpon>AOCtrl.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="Backend\Controls\DICtrl.cs">
  119. <SubType>UserControl</SubType>
  120. </Compile>
  121. <Compile Include="Backend\Controls\DICtrl.Designer.cs">
  122. <DependentUpon>DICtrl.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="Backend\DeviceConfigBackendView.cs">
  125. <SubType>UserControl</SubType>
  126. </Compile>
  127. <Compile Include="Backend\DeviceConfigBackendView.Designer.cs">
  128. <DependentUpon>DeviceConfigBackendView.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="Backend\IBackendIoSimulator.cs" />
  131. <Compile Include="Backend\IO\AI.cs">
  132. <SubType>UserControl</SubType>
  133. </Compile>
  134. <Compile Include="Backend\IO\AI.Designer.cs">
  135. <DependentUpon>AI.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="Backend\IO\AO.cs">
  138. <SubType>UserControl</SubType>
  139. </Compile>
  140. <Compile Include="Backend\IO\AO.Designer.cs">
  141. <DependentUpon>AO.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="Backend\IO\DI.cs">
  144. <SubType>UserControl</SubType>
  145. </Compile>
  146. <Compile Include="Backend\IO\DI.Designer.cs">
  147. <DependentUpon>DI.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="Backend\IO\DO.cs">
  150. <SubType>UserControl</SubType>
  151. </Compile>
  152. <Compile Include="Backend\IO\DO.Designer.cs">
  153. <DependentUpon>DO.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="Backend\IO\IIOView.cs" />
  156. <Compile Include="Backend\IO\IoDataView.cs">
  157. <SubType>UserControl</SubType>
  158. </Compile>
  159. <Compile Include="Backend\IO\IoDataView.Designer.cs">
  160. <DependentUpon>IoDataView.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="Backend\LicenseView.cs">
  163. <SubType>UserControl</SubType>
  164. </Compile>
  165. <Compile Include="Backend\LicenseView.Designer.cs">
  166. <DependentUpon>LicenseView.cs</DependentUpon>
  167. </Compile>
  168. <Compile Include="Backend\MainView.cs">
  169. <SubType>Form</SubType>
  170. </Compile>
  171. <Compile Include="Backend\MainView.Designer.cs">
  172. <DependentUpon>MainView.cs</DependentUpon>
  173. </Compile>
  174. <Compile Include="Backend\PumpView.cs">
  175. <SubType>UserControl</SubType>
  176. </Compile>
  177. <Compile Include="Backend\PumpView.Designer.cs">
  178. <DependentUpon>PumpView.cs</DependentUpon>
  179. </Compile>
  180. <Compile Include="Backend\SimulatorView.cs">
  181. <SubType>UserControl</SubType>
  182. </Compile>
  183. <Compile Include="Backend\SimulatorView.Designer.cs">
  184. <DependentUpon>SimulatorView.cs</DependentUpon>
  185. </Compile>
  186. <Compile Include="Backend\SwInterlock.cs">
  187. <SubType>UserControl</SubType>
  188. </Compile>
  189. <Compile Include="Backend\SwInterlock.Designer.cs">
  190. <DependentUpon>SwInterlock.cs</DependentUpon>
  191. </Compile>
  192. <Compile Include="Backend\SystemConfigView.cs">
  193. <SubType>UserControl</SubType>
  194. </Compile>
  195. <Compile Include="Backend\SystemConfigView.Designer.cs">
  196. <DependentUpon>SystemConfigView.cs</DependentUpon>
  197. </Compile>
  198. <Compile Include="Backend\UserLoginView.cs">
  199. <SubType>Form</SubType>
  200. </Compile>
  201. <Compile Include="Backend\UserLoginView.Designer.cs">
  202. <DependentUpon>UserLoginView.cs</DependentUpon>
  203. </Compile>
  204. <Compile Include="Common\DeviceData\AITBoostPumpData.cs" />
  205. <Compile Include="Common\DeviceData\AITConfigData.cs" />
  206. <Compile Include="Common\DeviceData\AITCoolingControlData.cs" />
  207. <Compile Include="Common\DeviceData\AITCylinderData.cs" />
  208. <Compile Include="Common\DeviceData\AITEmoData.cs" />
  209. <Compile Include="Common\DeviceData\AITHeaterData.cs" />
  210. <Compile Include="Common\DeviceData\AITLidData.cs" />
  211. <Compile Include="Common\DeviceData\AITPressureControlData.cs" />
  212. <Compile Include="Common\DeviceData\AITPressureSensorData.cs" />
  213. <Compile Include="Common\DeviceData\AITPumpData.cs" />
  214. <Compile Include="Common\DeviceData\AITServoMotorData.cs" />
  215. <Compile Include="Common\DeviceData\AITSignalTowerData.cs" />
  216. <Compile Include="Common\DeviceData\AITStatisticsData.cs" />
  217. <Compile Include="Common\DeviceData\AITThrottleValveData.cs" />
  218. <Compile Include="Common\DeviceData\AITTrigData.cs" />
  219. <Compile Include="Common\DeviceData\AITValveData.cs" />
  220. <Compile Include="Common\DeviceData\AITMfcData.cs" />
  221. <Compile Include="Common\DeviceData\AITPressureMeterData.cs" />
  222. <Compile Include="Common\DeviceData\AITRfData.cs" />
  223. <Compile Include="Common\DeviceData\AITSensorData.cs" />
  224. <Compile Include="Common\DeviceData\AITThermalCoupleData.cs" />
  225. <Compile Include="Common\DeviceData\AITVaporLineData.cs" />
  226. <Compile Include="Common\DeviceData\AITWaterFlowMeterData.cs" />
  227. <Compile Include="Common\DeviceData\AITWaterFlowSensorData.cs" />
  228. <Compile Include="Common\DeviceData\IDeviceData.cs" />
  229. <Compile Include="Equipment\MagazineDefine\Magazine.cs" />
  230. <Compile Include="Equipment\MagazineDefine\MagazineStatus.cs" />
  231. <Compile Include="Equipment\MagazineDefine\MagazineType.cs" />
  232. <Compile Include="Equipment\MagazineDefine\SubstrateStatus.cs" />
  233. <Compile Include="Equipment\MagazineDefine\SubstrateType.cs" />
  234. <Compile Include="MES\Fab.cs" />
  235. <Compile Include="MES\FabAutoComm.cs" />
  236. <Compile Include="MES\HttpClient.cs" />
  237. <Compile Include="MES\JC\CheckInInformation.cs" />
  238. <Compile Include="MES\JC\CheckOutInformation.cs" />
  239. <Compile Include="MES\JC\JCFabAuto.cs" />
  240. <Compile Include="MES\JC\LotInformation.cs" />
  241. <Compile Include="MES\tnt.cs" />
  242. <Compile Include="MES\YZQZ\JobRecord.cs" />
  243. <Compile Include="MES\YZQZ\RequestMachineErrorRecord.cs" />
  244. <Compile Include="MES\YZQZ\RequestMachineStatusRecord.cs" />
  245. <Compile Include="MES\YZQZ\RequestRecipe.cs" />
  246. <Compile Include="MES\YZQZ\ResponseResult.cs" />
  247. <Compile Include="MES\YZQZ\YZQZFabAuto.cs" />
  248. <Compile Include="Observer\GlobalObserver.cs" />
  249. <Compile Include="Platform\Gloabals.cs" />
  250. <Compile Include="Properties\AssemblyInfo.cs" />
  251. <Compile Include="Account\Account.cs" />
  252. <Compile Include="Account\AccountManager.cs" />
  253. <Compile Include="Properties\Resources.Designer.cs">
  254. <AutoGen>True</AutoGen>
  255. <DesignTime>True</DesignTime>
  256. <DependentUpon>Resources.resx</DependentUpon>
  257. </Compile>
  258. <Compile Include="RT\ConfigCenter\DeviceConfigManager.cs" />
  259. <Compile Include="RT\Device\Common\DeviceOperation.cs" />
  260. <Compile Include="RT\Device\Unit\IoBoostPump.cs" />
  261. <Compile Include="RT\Device\Unit\IoCoolingControl.cs" />
  262. <Compile Include="RT\Device\Unit\IoCylinder.cs" />
  263. <Compile Include="RT\Device\Unit\IoEmo.cs" />
  264. <Compile Include="RT\Device\Unit\IoGasValve.cs" />
  265. <Compile Include="RT\Device\Unit\IoLid.cs" />
  266. <Compile Include="RT\Device\Unit\IoPlcDateTime.cs" />
  267. <Compile Include="RT\Device\Unit\IoPressureControl.cs" />
  268. <Compile Include="RT\Device\Unit\IoPressureSensor.cs" />
  269. <Compile Include="RT\Device\Unit\IoPump.cs" />
  270. <Compile Include="RT\Device\Unit\IoHeartbeat.cs" />
  271. <Compile Include="RT\Device\Unit\IoHeater.cs" />
  272. <Compile Include="RT\Device\Unit\IoMfc.cs" />
  273. <Compile Include="RT\Device\Unit\IoPressureMeter.cs" />
  274. <Compile Include="RT\Device\Unit\IoReset.cs" />
  275. <Compile Include="RT\Device\Unit\IoRf.cs" />
  276. <Compile Include="RT\Device\Unit\IoSensor.cs" />
  277. <Compile Include="RT\Device\Unit\IoServoMotor.cs" />
  278. <Compile Include="RT\Device\Unit\IoSignalLight.cs" />
  279. <Compile Include="RT\Device\Unit\IoStatistics.cs" />
  280. <Compile Include="RT\Device\Unit\IoThermalCouple.cs" />
  281. <Compile Include="RT\Device\Unit\IoThrottleValve.cs" />
  282. <Compile Include="RT\Device\Unit\IoTrigger.cs" />
  283. <Compile Include="RT\Device\Unit\IoVaporLine.cs" />
  284. <Compile Include="RT\Device\Unit\IoWaterFlowSensor.cs" />
  285. <Compile Include="RT\Fsm\GenericFsm.cs" />
  286. <Compile Include="RT\IOCore\InterlockAction.cs" />
  287. <Compile Include="RT\IOCore\InterlockLimit.cs" />
  288. <Compile Include="RT\IOCore\InterlockManager.cs" />
  289. <Compile Include="RT\IOCore\IOGroupManager.cs" />
  290. <Compile Include="RT\IOCore\LogicDi.cs" />
  291. <Compile Include="RT\Job\JobInfo.cs" />
  292. <Compile Include="RT\Job\JobManager.cs" />
  293. <Compile Include="RT\Key\JetKey.cs" />
  294. <Compile Include="RT\Key\KeyManager.cs" />
  295. <Compile Include="RT\Key\MachineCoder.cs" />
  296. <Compile Include="RT\Key\RegistryManager.cs" />
  297. <Compile Include="RT\Key\RsaCryption.cs" />
  298. <Compile Include="RT\Routine\Routinue.cs" />
  299. <Compile Include="RT\SCCore\SCData.cs" />
  300. <Compile Include="RT\SCCore\SCManager.cs" />
  301. <Compile Include="RT\SCCore\SCValue.cs" />
  302. <Compile Include="RT\SCCore\SCName.cs" />
  303. <Compile Include="RT\Simulator\AiForce.cs" />
  304. <Compile Include="RT\Simulator\DiForce.cs" />
  305. <Compile Include="RT\Simulator\ExceptionCase.cs" />
  306. <Compile Include="RT\Simulator\SimulatorCaseManager.cs" />
  307. <Compile Include="UI\ControlDataContext\ControlDataItemBase.cs" />
  308. <Compile Include="UI\ControlDataContext\GasValveDataItem.cs" />
  309. <Compile Include="UI\ControlDataContext\GaugeItem.cs" />
  310. <Compile Include="UI\ControlDataContext\MfcItem.cs" />
  311. <Compile Include="UI\ControlDataContext\PcItem.cs" />
  312. <Compile Include="UI\ControlDataContext\ProcessDataChartDataItem.cs" />
  313. <Compile Include="UI\ControlDataContext\RfItem.cs" />
  314. <Compile Include="UI\ControlDataContext\TcItem.cs" />
  315. <Compile Include="UI\Control\FlowPipeV2.xaml.cs">
  316. <DependentUpon>FlowPipeV2.xaml</DependentUpon>
  317. </Compile>
  318. <Compile Include="UI\Control\GasValveV3.xaml.cs">
  319. <DependentUpon>GasValveV3.xaml</DependentUpon>
  320. </Compile>
  321. <Compile Include="UI\Control\GaugeControl.xaml.cs">
  322. <DependentUpon>GaugeControl.xaml</DependentUpon>
  323. </Compile>
  324. <Compile Include="UI\Control\MfcControl.xaml.cs">
  325. <DependentUpon>MfcControl.xaml</DependentUpon>
  326. </Compile>
  327. <Compile Include="UI\Control\PcControl.xaml.cs">
  328. <DependentUpon>PcControl.xaml</DependentUpon>
  329. </Compile>
  330. <Compile Include="UI\Control\PolygonAngle90.xaml.cs">
  331. <DependentUpon>PolygonAngle90.xaml</DependentUpon>
  332. </Compile>
  333. <Compile Include="UI\Control\PressureSwitchBig.xaml.cs">
  334. <DependentUpon>PressureSwitchBig.xaml</DependentUpon>
  335. </Compile>
  336. <Compile Include="UI\Control\RFGenerator.xaml.cs">
  337. <DependentUpon>RFGenerator.xaml</DependentUpon>
  338. </Compile>
  339. <Compile Include="UI\DeviceControl\AITBarcodeTextBox.xaml.cs">
  340. <DependentUpon>AITBarcodeTextBox.xaml</DependentUpon>
  341. </Compile>
  342. <Compile Include="UI\DeviceControl\AITBoostPump.xaml.cs">
  343. <DependentUpon>AITBoostPump.xaml</DependentUpon>
  344. </Compile>
  345. <Compile Include="UI\DeviceControl\AITBoostPumpInputDialogBox.xaml.cs">
  346. <DependentUpon>AITBoostPumpInputDialogBox.xaml</DependentUpon>
  347. </Compile>
  348. <Compile Include="UI\DeviceControl\AITHeaterInputDialogBox.xaml.cs">
  349. <DependentUpon>AITHeaterInputDialogBox.xaml</DependentUpon>
  350. </Compile>
  351. <Compile Include="UI\DeviceControl\AITParameterCheckBox.xaml.cs">
  352. <DependentUpon>AITParameterCheckBox.xaml</DependentUpon>
  353. </Compile>
  354. <Compile Include="UI\DeviceControl\AITPressureSensor.xaml.cs">
  355. <DependentUpon>AITPressureSensor.xaml</DependentUpon>
  356. </Compile>
  357. <Compile Include="UI\DeviceControl\AITPump.xaml.cs">
  358. <DependentUpon>AITPump.xaml</DependentUpon>
  359. </Compile>
  360. <Compile Include="UI\DeviceControl\AITRfInputDialogBox.xaml.cs">
  361. <DependentUpon>AITRfInputDialogBox.xaml</DependentUpon>
  362. </Compile>
  363. <Compile Include="UI\Control\TcControl.xaml.cs">
  364. <DependentUpon>TcControl.xaml</DependentUpon>
  365. </Compile>
  366. <Compile Include="UI\Control\ThrottleValveBig.xaml.cs">
  367. <DependentUpon>ThrottleValveBig.xaml</DependentUpon>
  368. </Compile>
  369. <Compile Include="UI\DeviceControl\AITSensor.xaml.cs">
  370. <DependentUpon>AITSensor.xaml</DependentUpon>
  371. </Compile>
  372. <Compile Include="UI\DeviceControl\AITSignalTower.xaml.cs">
  373. <DependentUpon>AITSignalTower.xaml</DependentUpon>
  374. </Compile>
  375. <Compile Include="UI\DeviceControl\AITThrottleValveInputDialogBox.xaml.cs">
  376. <DependentUpon>AITThrottleValveInputDialogBox.xaml</DependentUpon>
  377. </Compile>
  378. <Compile Include="UI\DeviceControl\AITFlowMeter.xaml.cs">
  379. <DependentUpon>AITFlowMeter.xaml</DependentUpon>
  380. </Compile>
  381. <Compile Include="UI\DeviceControl\AITGasValve.xaml.cs">
  382. <DependentUpon>AITGasValve.xaml</DependentUpon>
  383. </Compile>
  384. <Compile Include="UI\DeviceControl\AITHeaterControl.xaml.cs">
  385. <DependentUpon>AITHeaterControl.xaml</DependentUpon>
  386. </Compile>
  387. <Compile Include="UI\DeviceControl\AITPressureMeter.xaml.cs">
  388. <DependentUpon>AITPressureMeter.xaml</DependentUpon>
  389. </Compile>
  390. <Compile Include="UI\DeviceControl\AITRfGenerator.xaml.cs">
  391. <DependentUpon>AITRfGenerator.xaml</DependentUpon>
  392. </Compile>
  393. <Compile Include="UI\DeviceControl\AITThermalCouple.xaml.cs">
  394. <DependentUpon>AITThermalCouple.xaml</DependentUpon>
  395. </Compile>
  396. <Compile Include="UI\DeviceControl\AITThrottleValve.xaml.cs">
  397. <DependentUpon>AITThrottleValve.xaml</DependentUpon>
  398. </Compile>
  399. <Compile Include="UI\DeviceControl\AITWaterFlowSensor.xaml.cs">
  400. <DependentUpon>AITWaterFlowSensor.xaml</DependentUpon>
  401. </Compile>
  402. <Compile Include="UI\Dialog\NotificationDialogNoDelay.xaml.cs">
  403. <DependentUpon>NotificationDialogNoDelay.xaml</DependentUpon>
  404. </Compile>
  405. <Compile Include="UI\Dialog\RecipeAlarmedDialog.xaml.cs">
  406. <DependentUpon>RecipeAlarmedDialog.xaml</DependentUpon>
  407. </Compile>
  408. <Compile Include="UI\Dialog\WPFMessageBox.xaml.cs">
  409. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  410. </Compile>
  411. <Compile Include="UI\ValidationRules\ValidateEmailAddress.cs" />
  412. <Compile Include="UI\ValidationRules\ValidatePhoneNumber.cs" />
  413. <Compile Include="UI\ValidationRules\ValidateUserName.cs" />
  414. <Compile Include="UI\View\Smart\SmartDataLine.cs" />
  415. <Compile Include="Utilities\CultureSupported.cs" />
  416. <Compile Include="Utilities\EnumUtil.cs" />
  417. <Compile Include="Utilities\FileSigner.cs" />
  418. <Compile Include="RT\ConfigCenter\CONFIG.cs" />
  419. <Compile Include="RT\ConfigCenter\ConfigManager.cs" />
  420. <Compile Include="RT\ConfigCenter\ICommonConfig.cs" />
  421. <Compile Include="RT\DataCenter\DataModule.cs" />
  422. <Compile Include="RT\DataCollection\DataCollectionManager.cs" />
  423. <Compile Include="RT\DataCollection\DataCollectionRecorder.cs" />
  424. <Compile Include="RT\DataCollection\DefaultDataCollectionCallback.cs" />
  425. <Compile Include="RT\DataCollection\IDataCollectionCallback.cs" />
  426. <Compile Include="RT\DBCore\DatabaseManager.cs" />
  427. <Compile Include="RT\DBCore\DB.cs" />
  428. <Compile Include="RT\DBCore\ICommonDB.cs" />
  429. <Compile Include="RT\DBCore\PostgresqlDB.cs" />
  430. <Compile Include="RT\DBCore\PostgresqlHelper.cs" />
  431. <Compile Include="RT\Device\Common\DEVICE.cs" />
  432. <Compile Include="RT\Device\Common\DeviceEntityT.cs" />
  433. <Compile Include="RT\Device\Common\DeviceManagerBase.cs" />
  434. <Compile Include="RT\Device\Common\DeviceType.cs" />
  435. <Compile Include="RT\Device\Common\IDevice.cs" />
  436. <Compile Include="RT\Device\Common\IDeviceFactory.cs" />
  437. <Compile Include="RT\Device\Common\IDeviceManager.cs" />
  438. <Compile Include="RT\Event\EventDB.cs" />
  439. <Compile Include="RT\Event\EventEnum.cs" />
  440. <Compile Include="RT\Fsm\DemoEntity.cs" />
  441. <Compile Include="RT\Fsm\Entity.cs" />
  442. <Compile Include="RT\Fsm\IEntity.cs" />
  443. <Compile Include="RT\Fsm\IStateMachine.cs" />
  444. <Compile Include="RT\Fsm\StateMachine.cs" />
  445. <Compile Include="RT\IOCore\IntlkNode.cs" />
  446. <Compile Include="RT\IOCore\IOScale.cs" />
  447. <Compile Include="RT\IOCore\SafePlcInterlockChecker.cs" />
  448. <Compile Include="RT\IOCore\SoftDIGenerator.cs" />
  449. <Compile Include="RT\PLC\ADSDevice.cs" />
  450. <Compile Include="RT\PLC\IDataDevice.cs" />
  451. <Compile Include="RT\PLC\IDataBuffer.cs" />
  452. <Compile Include="RT\PLC\PLCEntity.cs" />
  453. <Compile Include="RT\OperationCenter\OP.cs" />
  454. <Compile Include="RT\OperationCenter\OperationManager.cs" />
  455. <Compile Include="RT\OperationCenter\ICommonOperation.cs" />
  456. <Compile Include="RT\Communication\RS232.cs" />
  457. <Compile Include="RT\ConfigCenter\ConfigEntry.cs" />
  458. <Compile Include="RT\DataCenter\DATA.cs" />
  459. <Compile Include="RT\DataCenter\DataItem.cs" />
  460. <Compile Include="RT\DataCenter\DataManager.cs" />
  461. <Compile Include="RT\DataCenter\ICommonData.cs" />
  462. <Compile Include="RT\Event\EventDBWriter.cs" />
  463. <Compile Include="RT\Event\EventDefine.cs" />
  464. <Compile Include="RT\Event\EventItem.cs" />
  465. <Compile Include="RT\Event\EventLogWriter.cs" />
  466. <Compile Include="RT\Event\EventMailWriter.cs" />
  467. <Compile Include="RT\Event\EventManager.cs" />
  468. <Compile Include="RT\Event\ICommonEvent.cs" />
  469. <Compile Include="Equipment\SusceptorDefine\Susceptor.cs" />
  470. <Compile Include="Equipment\SusceptorDefine\SusceptorConfig.cs" />
  471. <Compile Include="Equipment\SusceptorDefine\SusceptorStatus.cs" />
  472. <Compile Include="Equipment\SusceptorDefine\WaferStatus.cs" />
  473. <Compile Include="Equipment\SusceptorDefine\WaferType.cs" />
  474. <Compile Include="RT\RecipeCenter\IRecipeFileContext.cs" />
  475. <Compile Include="RT\RecipeCenter\RecipeCheck.cs" />
  476. <Compile Include="RT\RecipeCenter\RecipeFileManager.cs" />
  477. <Compile Include="RT\Routine\IRoutine.cs" />
  478. <Compile Include="RT\Routine\RoutineResult.cs" />
  479. <Compile Include="RT\Routine\SeqenecRoutine.cs" />
  480. <Compile Include="RT\SCCore\ISCManager.cs" />
  481. <Compile Include="RT\SCCore\SC.cs" />
  482. <Compile Include="RT\SCCore\SCItem.cs" />
  483. <Compile Include="RT\Tolerance\ToleranceChecker.cs" />
  484. <Compile Include="UI\ControlDataContext\AnalogDataItem.cs" />
  485. <Compile Include="UI\ControlDataContext\BathDataItem.cs" />
  486. <Compile Include="UI\ControlDataContext\GasFlowButtonDataItem.cs" />
  487. <Compile Include="UI\ControlDataContext\GasFlowChartDataItem.cs" />
  488. <Compile Include="UI\ControlDataContext\GateValveDataItem.cs" />
  489. <Compile Include="UI\ControlDataContext\MOLineDataItem.cs" />
  490. <Compile Include="UI\ControlDataContext\MOSourceDataItem.cs" />
  491. <Compile Include="UI\ControlDataContext\PocketProcessDataChartDataItem.cs" />
  492. <Compile Include="UI\ControlDataContext\PocketRawDataChartDataItem.cs" />
  493. <Compile Include="UI\ControlDataContext\PressureTransducerDataItem.cs" />
  494. <Compile Include="UI\ControlDataContext\PumpDataItem.cs" />
  495. <Compile Include="UI\ControlDataContext\RawDataChartDataItem.cs" />
  496. <Compile Include="UI\ControlDataContext\ReadonlyGaugeDataItem.cs" />
  497. <Compile Include="UI\ControlDataContext\SignalTowerDataItem.cs" />
  498. <Compile Include="UI\Control\AnalogControl.xaml.cs">
  499. <DependentUpon>AnalogControl.xaml</DependentUpon>
  500. </Compile>
  501. <Compile Include="UI\Control\Arrow.xaml.cs">
  502. <DependentUpon>Arrow.xaml</DependentUpon>
  503. </Compile>
  504. <Compile Include="UI\Control\Bath.xaml.cs">
  505. <DependentUpon>Bath.xaml</DependentUpon>
  506. </Compile>
  507. <Compile Include="UI\Control\CheckValve.xaml.cs">
  508. <DependentUpon>CheckValve.xaml</DependentUpon>
  509. </Compile>
  510. <Compile Include="UI\Control\Common.cs" />
  511. <Compile Include="UI\Control\Filter.xaml.cs">
  512. <DependentUpon>Filter.xaml</DependentUpon>
  513. </Compile>
  514. <Compile Include="UI\Control\FlowPipe.xaml.cs">
  515. <DependentUpon>FlowPipe.xaml</DependentUpon>
  516. </Compile>
  517. <Compile Include="UI\Control\GasFlowButton.xaml.cs">
  518. <DependentUpon>GasFlowButton.xaml</DependentUpon>
  519. </Compile>
  520. <Compile Include="UI\Control\GasFlowChart.xaml.cs">
  521. <DependentUpon>GasFlowChart.xaml</DependentUpon>
  522. </Compile>
  523. <Compile Include="UI\Control\GasValve.xaml.cs">
  524. <DependentUpon>GasValve.xaml</DependentUpon>
  525. </Compile>
  526. <Compile Include="UI\Control\GasValveBig.xaml.cs">
  527. <DependentUpon>GasValveBig.xaml</DependentUpon>
  528. </Compile>
  529. <Compile Include="UI\Control\GasValveV2.xaml.cs">
  530. <DependentUpon>GasValveV2.xaml</DependentUpon>
  531. </Compile>
  532. <Compile Include="UI\Control\GasValveV6.xaml.cs">
  533. <DependentUpon>GasValveV6.xaml</DependentUpon>
  534. </Compile>
  535. <Compile Include="UI\Control\GateValve.xaml.cs">
  536. <DependentUpon>GateValve.xaml</DependentUpon>
  537. </Compile>
  538. <Compile Include="UI\Control\HandValve.xaml.cs">
  539. <DependentUpon>HandValve.xaml</DependentUpon>
  540. </Compile>
  541. <Compile Include="UI\Control\Identifier.xaml.cs">
  542. <DependentUpon>Identifier.xaml</DependentUpon>
  543. </Compile>
  544. <Compile Include="UI\Control\InputDialogBox.xaml.cs">
  545. <DependentUpon>InputDialogBox.xaml</DependentUpon>
  546. </Compile>
  547. <Compile Include="UI\Control\Knot.xaml.cs">
  548. <DependentUpon>Knot.xaml</DependentUpon>
  549. </Compile>
  550. <Compile Include="UI\Control\MessageControl.xaml.cs">
  551. <DependentUpon>MessageControl.xaml</DependentUpon>
  552. </Compile>
  553. <Compile Include="UI\Control\MFC4Process.xaml.cs">
  554. <DependentUpon>MFC4Process.xaml</DependentUpon>
  555. </Compile>
  556. <Compile Include="UI\Control\MODilute.xaml.cs">
  557. <DependentUpon>MODilute.xaml</DependentUpon>
  558. </Compile>
  559. <Compile Include="UI\Control\MOPush.xaml.cs">
  560. <DependentUpon>MOPush.xaml</DependentUpon>
  561. </Compile>
  562. <Compile Include="UI\Control\MOGeneral.xaml.cs">
  563. <DependentUpon>MOGeneral.xaml</DependentUpon>
  564. </Compile>
  565. <Compile Include="UI\Control\MOSource.xaml.cs">
  566. <DependentUpon>MOSource.xaml</DependentUpon>
  567. </Compile>
  568. <Compile Include="UI\Control\PC.xaml.cs">
  569. <DependentUpon>PC.xaml</DependentUpon>
  570. </Compile>
  571. <Compile Include="UI\Control\PipeControl.xaml.cs">
  572. <DependentUpon>PipeControl.xaml</DependentUpon>
  573. </Compile>
  574. <Compile Include="UI\Control\PocketProcessDataChart.xaml.cs">
  575. <DependentUpon>PocketProcessDataChart.xaml</DependentUpon>
  576. </Compile>
  577. <Compile Include="UI\Control\PocketRawDataChart.xaml.cs">
  578. <DependentUpon>PocketRawDataChart.xaml</DependentUpon>
  579. </Compile>
  580. <Compile Include="UI\Control\PressureSwitch.xaml.cs">
  581. <DependentUpon>PressureSwitch.xaml</DependentUpon>
  582. </Compile>
  583. <Compile Include="UI\Control\PressureTransducer.xaml.cs">
  584. <DependentUpon>PressureTransducer.xaml</DependentUpon>
  585. </Compile>
  586. <Compile Include="UI\Control\Pump.xaml.cs">
  587. <DependentUpon>Pump.xaml</DependentUpon>
  588. </Compile>
  589. <Compile Include="UI\Control\RawDataChart.xaml.cs">
  590. <DependentUpon>RawDataChart.xaml</DependentUpon>
  591. </Compile>
  592. <Compile Include="UI\Control\ReadonlyGauge.xaml.cs">
  593. <DependentUpon>ReadonlyGauge.xaml</DependentUpon>
  594. </Compile>
  595. <Compile Include="UI\Control\SignalTower.xaml.cs">
  596. <DependentUpon>SignalTower.xaml</DependentUpon>
  597. </Compile>
  598. <Compile Include="UI\Control\SusceptorBrush.cs" />
  599. <Compile Include="UI\Control\SusceptorControl.xaml.cs">
  600. <DependentUpon>SusceptorControl.xaml</DependentUpon>
  601. </Compile>
  602. <Compile Include="UI\Control\SusceptorNotchControl.xaml.cs">
  603. <DependentUpon>SusceptorNotchControl.xaml</DependentUpon>
  604. </Compile>
  605. <Compile Include="UI\Control\ThrottleValveControl.xaml.cs">
  606. <DependentUpon>ThrottleValveControl.xaml</DependentUpon>
  607. </Compile>
  608. <Compile Include="UI\Control\VacuumPump.xaml.cs">
  609. <DependentUpon>VacuumPump.xaml</DependentUpon>
  610. </Compile>
  611. <Compile Include="UI\Control\ValveRound.xaml.cs">
  612. <DependentUpon>ValveRound.xaml</DependentUpon>
  613. </Compile>
  614. <Compile Include="UI\Converters\ColorToBrushConverter.cs" />
  615. <Compile Include="UI\Converters\GeneralConverter.cs" />
  616. <Compile Include="UI\Converters\MFC4ProcessDataConvert.cs" />
  617. <Compile Include="UI\Converters\MoLineDataConvert.cs" />
  618. <Compile Include="UI\Converters\RolloverDataPointerInfoConverter.cs" />
  619. <Compile Include="UI\Converters\ServiceModeConvert.cs" />
  620. <Compile Include="UI\Converters\ValveVisibleConvert.cs" />
  621. <Compile Include="UI\Converters\WidthMoreConvertor.cs" />
  622. <Compile Include="UI\Dialog\MessageBoxEx.cs" />
  623. <Compile Include="UI\Dialog\NotificationDialog.xaml.cs">
  624. <DependentUpon>NotificationDialog.xaml</DependentUpon>
  625. </Compile>
  626. <Compile Include="UI\Dialog\RecipeSelectDialog.xaml.cs">
  627. <DependentUpon>RecipeSelectDialog.xaml</DependentUpon>
  628. </Compile>
  629. <Compile Include="UI\MVVM\SubscriptionCommand.cs" />
  630. <Compile Include="UI\View\Common\EventViewModel.cs" />
  631. <Compile Include="UI\View\Common\FolderTreeViewItem.cs" />
  632. <Compile Include="UI\View\Common\EventView.xaml.cs">
  633. <DependentUpon>EventView.xaml</DependentUpon>
  634. </Compile>
  635. <Compile Include="UI\View\Common\MonitorView.xaml.cs">
  636. <DependentUpon>MonitorView.xaml</DependentUpon>
  637. </Compile>
  638. <Compile Include="UI\View\Common\MonitorViewModel.cs" />
  639. <Compile Include="UI\View\Common\ParameterView.xaml.cs">
  640. <DependentUpon>ParameterView.xaml</DependentUpon>
  641. </Compile>
  642. <Compile Include="UI\View\Common\ParameterViewModel.cs" />
  643. <Compile Include="Utilities\CommonData.cs" />
  644. <Compile Include="Utilities\Converter.cs" />
  645. <Compile Include="Utilities\DeviceTimer.cs" />
  646. <Compile Include="Utilities\Globals.cs" />
  647. <Compile Include="Utilities\IgnorePropertyChangeAttribute.cs" />
  648. <Compile Include="Utilities\Md5Helper.cs" />
  649. <Compile Include="Utilities\Network.cs" />
  650. <Compile Include="Utilities\ObjectSerializer.cs" />
  651. <Compile Include="Utilities\OperationAttribute.cs" />
  652. <Compile Include="Utilities\PathManager.cs" />
  653. <Compile Include="Utilities\RecipeCheck.cs" />
  654. <Compile Include="Utilities\Retry.cs" />
  655. <Compile Include="Utilities\SerializableDictionary.cs" />
  656. <Compile Include="Utilities\SubscriptionAttribute.cs" />
  657. <Compile Include="RT\Event\EV.cs" />
  658. <Compile Include="RT\IOCore\Interlock.cs" />
  659. <Compile Include="RT\IOCore\IO.cs" />
  660. <Compile Include="RT\IOCore\IODefine.cs" />
  661. <Compile Include="RT\IOCore\IOManager.cs" />
  662. <Compile Include="RT\IOCore\IOAccessor.cs" />
  663. <Compile Include="RT\Log\CounterLogger.cs" />
  664. <Compile Include="RT\Log\ICommonLog.cs" />
  665. <Compile Include="RT\Log\LOG.cs" />
  666. <Compile Include="RT\Log\LogItem.cs" />
  667. <Compile Include="RT\Log\LogManager.cs" />
  668. <Compile Include="RT\Log\LogWriter.cs" />
  669. <Compile Include="UI\MVVM\ChartViewModelBase.cs" />
  670. <Compile Include="UI\MVVM\DelegateCommand.cs" />
  671. <Compile Include="UI\MVVM\SubscriptionViewModelBase.cs" />
  672. <Compile Include="UI\MVVM\TimerViewModelBase.cs" />
  673. <Compile Include="UI\MVVM\ViewModelBase.cs" />
  674. <Compile Include="UI\View\Frame\CenterTabView.xaml.cs">
  675. <DependentUpon>CenterTabView.xaml</DependentUpon>
  676. </Compile>
  677. <Compile Include="UI\View\Frame\CenterView.xaml.cs">
  678. <DependentUpon>CenterView.xaml</DependentUpon>
  679. </Compile>
  680. <Compile Include="UI\View\Frame\ITopView.cs" />
  681. <Compile Include="UI\View\Frame\StandardFrameWindow.xaml.cs">
  682. <DependentUpon>StandardFrameWindow.xaml</DependentUpon>
  683. </Compile>
  684. <Compile Include="UI\View\Frame\BottomView.xaml.cs">
  685. <DependentUpon>BottomView.xaml</DependentUpon>
  686. </Compile>
  687. <Compile Include="UI\View\Frame\UILayoutParser.cs" />
  688. <Compile Include="UI\View\Frame\ViewManager.cs" />
  689. <Compile Include="Utilities\ArrayUtil.cs" />
  690. <Compile Include="Utilities\ByteStructConverter.cs" />
  691. <Compile Include="Utilities\CustomXmlSerializer.cs" />
  692. <Compile Include="Utilities\FixSizeQueue.cs" />
  693. <Compile Include="Utilities\PeriodicJob.cs" />
  694. <Compile Include="Utilities\Singleton.cs" />
  695. <Compile Include="Utilities\TagAttribute.cs" />
  696. <Compile Include="Utilities\Trigger.cs" />
  697. <Compile Include="Utilities\VisibilityConverter.cs" />
  698. <Compile Include="Account\AccountService.cs" />
  699. <Compile Include="WCF\DuplexChannelServiceClientWrapper.cs" />
  700. <Compile Include="WCF\EventService.cs" />
  701. <Compile Include="WCF\EventServiceCallback.cs" />
  702. <Compile Include="WCF\EventServiceClient.cs" />
  703. <Compile Include="WCF\Interface\IConfigService.cs" />
  704. <Compile Include="WCF\Interface\IEventService.cs" />
  705. <Compile Include="WCF\Interface\IEventServiceCallback.cs" />
  706. <Compile Include="WCF\QueryDataService.cs" />
  707. <Compile Include="WCF\QueryDataServiceClient.cs" />
  708. <Compile Include="WCF\ServiceClientWrapper.cs" />
  709. <Compile Include="WCF\WcfServiceManager.cs" />
  710. </ItemGroup>
  711. <ItemGroup>
  712. <Folder Include="UI\CommonControl\" />
  713. </ItemGroup>
  714. <ItemGroup>
  715. <Page Include="Resources\Language\StringResources.en-US.xaml">
  716. <Generator>MSBuild:Compile</Generator>
  717. <SubType>Designer</SubType>
  718. </Page>
  719. <Page Include="Resources\Language\StringResources.zh-CN.xaml">
  720. <Generator>MSBuild:Compile</Generator>
  721. <SubType>Designer</SubType>
  722. </Page>
  723. <Page Include="UI\Control\AnalogControl.xaml">
  724. <Generator>MSBuild:Compile</Generator>
  725. <SubType>Designer</SubType>
  726. </Page>
  727. <Page Include="UI\Control\Arrow.xaml">
  728. <Generator>MSBuild:Compile</Generator>
  729. <SubType>Designer</SubType>
  730. </Page>
  731. <Page Include="UI\Control\Bath.xaml">
  732. <Generator>MSBuild:Compile</Generator>
  733. <SubType>Designer</SubType>
  734. </Page>
  735. <Page Include="UI\Control\CheckValve.xaml">
  736. <Generator>MSBuild:Compile</Generator>
  737. <SubType>Designer</SubType>
  738. </Page>
  739. <Page Include="UI\Control\Filter.xaml">
  740. <Generator>MSBuild:Compile</Generator>
  741. <SubType>Designer</SubType>
  742. </Page>
  743. <Page Include="UI\Control\FlowPipe.xaml">
  744. <Generator>MSBuild:Compile</Generator>
  745. <SubType>Designer</SubType>
  746. </Page>
  747. <Page Include="UI\Control\FlowPipeV2.xaml">
  748. <Generator>MSBuild:Compile</Generator>
  749. <SubType>Designer</SubType>
  750. </Page>
  751. <Page Include="UI\Control\GasFlowButton.xaml">
  752. <SubType>Designer</SubType>
  753. <Generator>MSBuild:Compile</Generator>
  754. </Page>
  755. <Page Include="UI\Control\GasFlowChart.xaml">
  756. <SubType>Designer</SubType>
  757. <Generator>MSBuild:Compile</Generator>
  758. </Page>
  759. <Page Include="UI\Control\GasValve.xaml">
  760. <SubType>Designer</SubType>
  761. <Generator>MSBuild:Compile</Generator>
  762. </Page>
  763. <Page Include="UI\Control\GasValveBig.xaml">
  764. <SubType>Designer</SubType>
  765. <Generator>MSBuild:Compile</Generator>
  766. </Page>
  767. <Page Include="UI\Control\GasValveV2.xaml">
  768. <SubType>Designer</SubType>
  769. <Generator>MSBuild:Compile</Generator>
  770. </Page>
  771. <Page Include="UI\Control\GasValveV3.xaml">
  772. <Generator>MSBuild:Compile</Generator>
  773. <SubType>Designer</SubType>
  774. </Page>
  775. <Page Include="UI\Control\GasValveV6.xaml">
  776. <SubType>Designer</SubType>
  777. <Generator>MSBuild:Compile</Generator>
  778. </Page>
  779. <Page Include="UI\Control\GateValve.xaml">
  780. <SubType>Designer</SubType>
  781. <Generator>MSBuild:Compile</Generator>
  782. </Page>
  783. <Page Include="UI\Control\GaugeControl.xaml">
  784. <Generator>MSBuild:Compile</Generator>
  785. <SubType>Designer</SubType>
  786. </Page>
  787. <Page Include="UI\Control\HandValve.xaml">
  788. <Generator>MSBuild:Compile</Generator>
  789. <SubType>Designer</SubType>
  790. </Page>
  791. <Page Include="UI\Control\Identifier.xaml">
  792. <SubType>Designer</SubType>
  793. <Generator>MSBuild:Compile</Generator>
  794. </Page>
  795. <Page Include="UI\Control\InputDialogBox.xaml">
  796. <Generator>MSBuild:Compile</Generator>
  797. <SubType>Designer</SubType>
  798. </Page>
  799. <Page Include="UI\Control\Knot.xaml">
  800. <Generator>MSBuild:Compile</Generator>
  801. <SubType>Designer</SubType>
  802. </Page>
  803. <Page Include="UI\Control\MessageControl.xaml">
  804. <Generator>MSBuild:Compile</Generator>
  805. <SubType>Designer</SubType>
  806. </Page>
  807. <Page Include="UI\Control\MFC4Process.xaml">
  808. <Generator>MSBuild:Compile</Generator>
  809. <SubType>Designer</SubType>
  810. </Page>
  811. <Page Include="UI\Control\MfcControl.xaml">
  812. <Generator>MSBuild:Compile</Generator>
  813. <SubType>Designer</SubType>
  814. </Page>
  815. <Page Include="UI\Control\MODilute.xaml">
  816. <Generator>MSBuild:Compile</Generator>
  817. <SubType>Designer</SubType>
  818. </Page>
  819. <Page Include="UI\Control\MOPush.xaml">
  820. <Generator>MSBuild:Compile</Generator>
  821. <SubType>Designer</SubType>
  822. </Page>
  823. <Page Include="UI\Control\MOGeneral.xaml">
  824. <Generator>MSBuild:Compile</Generator>
  825. <SubType>Designer</SubType>
  826. </Page>
  827. <Page Include="UI\Control\MOSource.xaml">
  828. <SubType>Designer</SubType>
  829. <Generator>MSBuild:Compile</Generator>
  830. </Page>
  831. <Page Include="UI\Control\PC.xaml">
  832. <Generator>MSBuild:Compile</Generator>
  833. <SubType>Designer</SubType>
  834. </Page>
  835. <Page Include="UI\Control\PcControl.xaml">
  836. <Generator>MSBuild:Compile</Generator>
  837. <SubType>Designer</SubType>
  838. </Page>
  839. <Page Include="UI\Control\PipeControl.xaml">
  840. <Generator>MSBuild:Compile</Generator>
  841. <SubType>Designer</SubType>
  842. </Page>
  843. <Page Include="UI\Control\PocketProcessDataChart.xaml">
  844. <SubType>Designer</SubType>
  845. <Generator>MSBuild:Compile</Generator>
  846. </Page>
  847. <Page Include="UI\Control\PocketRawDataChart.xaml">
  848. <SubType>Designer</SubType>
  849. <Generator>MSBuild:Compile</Generator>
  850. </Page>
  851. <Page Include="UI\Control\PolygonAngle90.xaml">
  852. <Generator>MSBuild:Compile</Generator>
  853. <SubType>Designer</SubType>
  854. </Page>
  855. <Page Include="UI\Control\PressureSwitch.xaml">
  856. <Generator>MSBuild:Compile</Generator>
  857. <SubType>Designer</SubType>
  858. </Page>
  859. <Page Include="UI\Control\PressureSwitchBig.xaml">
  860. <Generator>MSBuild:Compile</Generator>
  861. <SubType>Designer</SubType>
  862. </Page>
  863. <Page Include="UI\Control\PressureTransducer.xaml">
  864. <Generator>MSBuild:Compile</Generator>
  865. <SubType>Designer</SubType>
  866. </Page>
  867. <Page Include="UI\Control\Pump.xaml">
  868. <Generator>MSBuild:Compile</Generator>
  869. <SubType>Designer</SubType>
  870. </Page>
  871. <Page Include="UI\Control\RawDataChart.xaml">
  872. <SubType>Designer</SubType>
  873. <Generator>MSBuild:Compile</Generator>
  874. </Page>
  875. <Page Include="UI\Control\ReadonlyGauge.xaml">
  876. <Generator>MSBuild:Compile</Generator>
  877. <SubType>Designer</SubType>
  878. </Page>
  879. <Page Include="UI\Control\RFGenerator.xaml">
  880. <Generator>MSBuild:Compile</Generator>
  881. <SubType>Designer</SubType>
  882. </Page>
  883. <Page Include="UI\DeviceControl\AITBarcodeTextBox.xaml">
  884. <SubType>Designer</SubType>
  885. <Generator>MSBuild:Compile</Generator>
  886. </Page>
  887. <Page Include="UI\DeviceControl\AITBoostPump.xaml">
  888. <SubType>Designer</SubType>
  889. <Generator>MSBuild:Compile</Generator>
  890. </Page>
  891. <Page Include="UI\DeviceControl\AITBoostPumpInputDialogBox.xaml">
  892. <Generator>MSBuild:Compile</Generator>
  893. <SubType>Designer</SubType>
  894. </Page>
  895. <Page Include="UI\DeviceControl\AITHeaterInputDialogBox.xaml">
  896. <SubType>Designer</SubType>
  897. <Generator>MSBuild:Compile</Generator>
  898. </Page>
  899. <Page Include="UI\DeviceControl\AITParameterCheckBox.xaml">
  900. <SubType>Designer</SubType>
  901. <Generator>MSBuild:Compile</Generator>
  902. </Page>
  903. <Page Include="UI\DeviceControl\AITPressureSensor.xaml">
  904. <SubType>Designer</SubType>
  905. <Generator>MSBuild:Compile</Generator>
  906. </Page>
  907. <Page Include="UI\DeviceControl\AITPump.xaml">
  908. <SubType>Designer</SubType>
  909. <Generator>MSBuild:Compile</Generator>
  910. </Page>
  911. <Page Include="UI\DeviceControl\AITRfInputDialogBox.xaml">
  912. <SubType>Designer</SubType>
  913. <Generator>MSBuild:Compile</Generator>
  914. </Page>
  915. <Page Include="UI\Control\SignalTower.xaml">
  916. <SubType>Designer</SubType>
  917. <Generator>MSBuild:Compile</Generator>
  918. </Page>
  919. <Page Include="UI\Control\SusceptorControl.xaml">
  920. <SubType>Designer</SubType>
  921. <Generator>MSBuild:Compile</Generator>
  922. </Page>
  923. <Page Include="UI\Control\SusceptorNotchControl.xaml">
  924. <SubType>Designer</SubType>
  925. <Generator>MSBuild:Compile</Generator>
  926. </Page>
  927. <Page Include="UI\Control\TcControl.xaml">
  928. <Generator>MSBuild:Compile</Generator>
  929. <SubType>Designer</SubType>
  930. </Page>
  931. <Page Include="UI\Control\ThrottleValveBig.xaml">
  932. <Generator>MSBuild:Compile</Generator>
  933. <SubType>Designer</SubType>
  934. </Page>
  935. <Page Include="UI\Control\ThrottleValveControl.xaml">
  936. <Generator>MSBuild:Compile</Generator>
  937. <SubType>Designer</SubType>
  938. </Page>
  939. <Page Include="UI\DeviceControl\AITSensor.xaml">
  940. <SubType>Designer</SubType>
  941. <Generator>MSBuild:Compile</Generator>
  942. </Page>
  943. <Page Include="UI\DeviceControl\AITSignalTower.xaml">
  944. <SubType>Designer</SubType>
  945. <Generator>MSBuild:Compile</Generator>
  946. </Page>
  947. <Page Include="UI\DeviceControl\AITThrottleValveInputDialogBox.xaml">
  948. <SubType>Designer</SubType>
  949. <Generator>MSBuild:Compile</Generator>
  950. </Page>
  951. <Page Include="UI\Control\VacuumPump.xaml">
  952. <Generator>MSBuild:Compile</Generator>
  953. <SubType>Designer</SubType>
  954. </Page>
  955. <Page Include="UI\Control\ValveRound.xaml">
  956. <Generator>MSBuild:Compile</Generator>
  957. <SubType>Designer</SubType>
  958. </Page>
  959. <Page Include="UI\DeviceControl\AITFlowMeter.xaml">
  960. <SubType>Designer</SubType>
  961. <Generator>MSBuild:Compile</Generator>
  962. </Page>
  963. <Page Include="UI\DeviceControl\AITGasValve.xaml">
  964. <SubType>Designer</SubType>
  965. <Generator>MSBuild:Compile</Generator>
  966. </Page>
  967. <Page Include="UI\DeviceControl\AITHeaterControl.xaml">
  968. <SubType>Designer</SubType>
  969. <Generator>MSBuild:Compile</Generator>
  970. </Page>
  971. <Page Include="UI\DeviceControl\AITPressureMeter.xaml">
  972. <SubType>Designer</SubType>
  973. <Generator>MSBuild:Compile</Generator>
  974. </Page>
  975. <Page Include="UI\DeviceControl\AITRfGenerator.xaml">
  976. <SubType>Designer</SubType>
  977. <Generator>MSBuild:Compile</Generator>
  978. </Page>
  979. <Page Include="UI\DeviceControl\AITThermalCouple.xaml">
  980. <SubType>Designer</SubType>
  981. <Generator>MSBuild:Compile</Generator>
  982. </Page>
  983. <Page Include="UI\DeviceControl\AITThrottleValve.xaml">
  984. <SubType>Designer</SubType>
  985. <Generator>MSBuild:Compile</Generator>
  986. </Page>
  987. <Page Include="UI\DeviceControl\AITWaterFlowSensor.xaml">
  988. <SubType>Designer</SubType>
  989. <Generator>MSBuild:Compile</Generator>
  990. </Page>
  991. <Page Include="UI\Dialog\NotificationDialog.xaml">
  992. <SubType>Designer</SubType>
  993. <Generator>MSBuild:Compile</Generator>
  994. </Page>
  995. <Page Include="UI\Dialog\NotificationDialogNoDelay.xaml">
  996. <SubType>Designer</SubType>
  997. <Generator>XamlIntelliSenseFileGenerator</Generator>
  998. </Page>
  999. <Page Include="UI\Dialog\RecipeSelectDialog.xaml">
  1000. <SubType>Designer</SubType>
  1001. <Generator>MSBuild:Compile</Generator>
  1002. </Page>
  1003. <Page Include="UI\Dialog\RecipeAlarmedDialog.xaml">
  1004. <SubType>Designer</SubType>
  1005. <Generator>MSBuild:Compile</Generator>
  1006. </Page>
  1007. <Page Include="UI\Dialog\WPFMessageBox.xaml">
  1008. <Generator>MSBuild:Compile</Generator>
  1009. <SubType>Designer</SubType>
  1010. </Page>
  1011. <Page Include="UI\Style\ButtonStyle.xaml">
  1012. <Generator>MSBuild:Compile</Generator>
  1013. <SubType>Designer</SubType>
  1014. </Page>
  1015. <Page Include="UI\Style\ComboBoxStyle.xaml">
  1016. <Generator>MSBuild:Compile</Generator>
  1017. <SubType>Designer</SubType>
  1018. </Page>
  1019. <Page Include="UI\Style\CommonStyle.xaml">
  1020. <Generator>MSBuild:Compile</Generator>
  1021. <SubType>Designer</SubType>
  1022. </Page>
  1023. <Page Include="UI\Style\GroupBoxStyle.xaml">
  1024. <Generator>MSBuild:Compile</Generator>
  1025. <SubType>Designer</SubType>
  1026. </Page>
  1027. <Page Include="UI\Style\LabelStyle.xaml">
  1028. <Generator>MSBuild:Compile</Generator>
  1029. <SubType>Designer</SubType>
  1030. </Page>
  1031. <Page Include="UI\Style\ListBoxStyle.xaml">
  1032. <Generator>MSBuild:Compile</Generator>
  1033. <SubType>Designer</SubType>
  1034. </Page>
  1035. <Page Include="UI\Style\ListViewStyle.xaml">
  1036. <Generator>MSBuild:Compile</Generator>
  1037. <SubType>Designer</SubType>
  1038. </Page>
  1039. <Page Include="UI\Style\PasswordBoxStyle.xaml">
  1040. <Generator>MSBuild:Compile</Generator>
  1041. <SubType>Designer</SubType>
  1042. </Page>
  1043. <Page Include="UI\Style\TabControlStyle.xaml">
  1044. <Generator>MSBuild:Compile</Generator>
  1045. <SubType>Designer</SubType>
  1046. </Page>
  1047. <Page Include="UI\Style\TextBlockStyle.xaml">
  1048. <Generator>MSBuild:Compile</Generator>
  1049. <SubType>Designer</SubType>
  1050. </Page>
  1051. <Page Include="UI\Style\TextBoxStyle.xaml">
  1052. <Generator>MSBuild:Compile</Generator>
  1053. <SubType>Designer</SubType>
  1054. </Page>
  1055. <Page Include="UI\Style\TreeViewStyle.xaml">
  1056. <Generator>MSBuild:Compile</Generator>
  1057. <SubType>Designer</SubType>
  1058. </Page>
  1059. <Page Include="UI\Style\WindowStyle.xaml">
  1060. <Generator>MSBuild:Compile</Generator>
  1061. <SubType>Designer</SubType>
  1062. </Page>
  1063. <Page Include="UI\View\Frame\CenterTabView.xaml">
  1064. <SubType>Designer</SubType>
  1065. <Generator>MSBuild:Compile</Generator>
  1066. </Page>
  1067. <Page Include="UI\View\Frame\CenterView.xaml">
  1068. <SubType>Designer</SubType>
  1069. <Generator>MSBuild:Compile</Generator>
  1070. </Page>
  1071. <Page Include="UI\View\Common\EventView.xaml">
  1072. <SubType>Designer</SubType>
  1073. <Generator>MSBuild:Compile</Generator>
  1074. </Page>
  1075. <Page Include="UI\View\Common\ParameterView.xaml">
  1076. <SubType>Designer</SubType>
  1077. <Generator>MSBuild:Compile</Generator>
  1078. </Page>
  1079. <Page Include="UI\View\Common\MonitorView.xaml">
  1080. <SubType>Designer</SubType>
  1081. <Generator>MSBuild:Compile</Generator>
  1082. </Page>
  1083. <Page Include="UI\View\Frame\StandardFrameWindow.xaml">
  1084. <Generator>MSBuild:Compile</Generator>
  1085. <SubType>Designer</SubType>
  1086. </Page>
  1087. <Page Include="UI\View\Frame\BottomView.xaml">
  1088. <SubType>Designer</SubType>
  1089. <Generator>MSBuild:Compile</Generator>
  1090. </Page>
  1091. </ItemGroup>
  1092. <ItemGroup>
  1093. <Resource Include="Resources\cb.png" />
  1094. <Resource Include="Resources\closed.png" />
  1095. <Resource Include="Resources\CustomDialogInformation.png" />
  1096. <Resource Include="Resources\Heater.png" />
  1097. <Resource Include="Resources\HeaterShining.png" />
  1098. <Resource Include="Resources\Loading1.gif" />
  1099. <Resource Include="Resources\Login\按钮.png" />
  1100. <Resource Include="Resources\Login\按钮_悬停.png" />
  1101. <Resource Include="Resources\Login\按钮_点击.png" />
  1102. <Resource Include="Resources\Login\输入框.png" />
  1103. <Resource Include="Resources\Login\输入框_选择.png" />
  1104. <Resource Include="Resources\Main\tab.png" />
  1105. <Resource Include="Resources\Main\tab_悬停.png" />
  1106. <Resource Include="Resources\Main\tab次级.png" />
  1107. <Resource Include="Resources\Main\tab次级_悬停.png" />
  1108. <Resource Include="Resources\Main\上一个.png" />
  1109. <Resource Include="Resources\Main\上一个_悬停.png" />
  1110. <Resource Include="Resources\Main\上一个_点击.png" />
  1111. <Resource Include="Resources\Main\下一个.png" />
  1112. <Resource Include="Resources\Main\下一个_悬停.png" />
  1113. <Resource Include="Resources\Main\下一个_点击.png" />
  1114. <Resource Include="Resources\Main\下拉框_底板.png" />
  1115. <Resource Include="Resources\Main\主界面_切片.png" />
  1116. <Resource Include="Resources\Main\主菜单按钮.png" />
  1117. <Resource Include="Resources\Main\主菜单按钮_悬停.png" />
  1118. <Resource Include="Resources\Main\主菜单按钮_点击.png" />
  1119. <Resource Include="Resources\Main\主菜单按钮_选中.png" />
  1120. <Resource Include="Resources\Main\事件按钮.png" />
  1121. <Resource Include="Resources\Main\事件按钮_悬停.png" />
  1122. <Resource Include="Resources\Main\事件按钮_点击.png" />
  1123. <Resource Include="Resources\Main\拖动组件.png" />
  1124. <Resource Include="Resources\opened.png" />
  1125. <Resource Include="Resources\RecipeFile.png" />
  1126. <Resource Include="Resources\RecipeFolder.png" />
  1127. <Resource Include="Resources\SystemLog\Alarm.png" />
  1128. <Resource Include="Resources\SystemLog\EquipLog.png" />
  1129. <Resource Include="Resources\SystemLog\Information.png" />
  1130. <Resource Include="Resources\SystemLog\UserOperation.png" />
  1131. <Resource Include="Resources\SystemLog\Warning.png" />
  1132. <Resource Include="Resources\unknown.png" />
  1133. <Resource Include="Resources\zoom_all.png" />
  1134. </ItemGroup>
  1135. <ItemGroup>
  1136. <Resource Include="Resources\Valve\FastPumpValve.png" />
  1137. <Resource Include="Resources\Valve\PumpBlack.png" />
  1138. <Resource Include="Resources\Valve\PumpGray.png" />
  1139. <Resource Include="Resources\Valve\PumpGreen.png" />
  1140. <Resource Include="Resources\Valve\PumpRed.png" />
  1141. <Resource Include="Resources\Valve\SlowPumpValve.png" />
  1142. <Resource Include="Resources\Valve\ValveClosed.png" />
  1143. </ItemGroup>
  1144. <ItemGroup>
  1145. <Resource Include="Resources\Gasbox.png" />
  1146. </ItemGroup>
  1147. <ItemGroup>
  1148. <Resource Include="Resources\Robot.png" />
  1149. </ItemGroup>
  1150. <ItemGroup>
  1151. <Resource Include="Resources\LL\LTWheel_Color.png" />
  1152. <Resource Include="Resources\LL\RBWheel_Color.png" />
  1153. <Resource Include="Resources\LL\RTWheel_Color.png" />
  1154. </ItemGroup>
  1155. <ItemGroup>
  1156. <Resource Include="Resources\LL\LBWheel_Color.png" />
  1157. </ItemGroup>
  1158. <ItemGroup>
  1159. <EmbeddedResource Include="Backend\About.resx">
  1160. <DependentUpon>About.cs</DependentUpon>
  1161. </EmbeddedResource>
  1162. <EmbeddedResource Include="Backend\Controls\AICtrl.resx">
  1163. <DependentUpon>AICtrl.cs</DependentUpon>
  1164. <SubType>Designer</SubType>
  1165. </EmbeddedResource>
  1166. <EmbeddedResource Include="Backend\Controls\AOCtrl.resx">
  1167. <DependentUpon>AOCtrl.cs</DependentUpon>
  1168. <SubType>Designer</SubType>
  1169. </EmbeddedResource>
  1170. <EmbeddedResource Include="Backend\Controls\DICtrl.resx">
  1171. <DependentUpon>DICtrl.cs</DependentUpon>
  1172. <SubType>Designer</SubType>
  1173. </EmbeddedResource>
  1174. <EmbeddedResource Include="Backend\DeviceConfigBackendView.resx">
  1175. <DependentUpon>DeviceConfigBackendView.cs</DependentUpon>
  1176. </EmbeddedResource>
  1177. <EmbeddedResource Include="Backend\IO\AI.resx">
  1178. <DependentUpon>AI.cs</DependentUpon>
  1179. </EmbeddedResource>
  1180. <EmbeddedResource Include="Backend\IO\AO.resx">
  1181. <DependentUpon>AO.cs</DependentUpon>
  1182. </EmbeddedResource>
  1183. <EmbeddedResource Include="Backend\IO\DI.resx">
  1184. <DependentUpon>DI.cs</DependentUpon>
  1185. </EmbeddedResource>
  1186. <EmbeddedResource Include="Backend\IO\DO.resx">
  1187. <DependentUpon>DO.cs</DependentUpon>
  1188. </EmbeddedResource>
  1189. <EmbeddedResource Include="Backend\IO\IoDataView.resx">
  1190. <DependentUpon>IoDataView.cs</DependentUpon>
  1191. </EmbeddedResource>
  1192. <EmbeddedResource Include="Backend\LicenseView.resx">
  1193. <DependentUpon>LicenseView.cs</DependentUpon>
  1194. </EmbeddedResource>
  1195. <EmbeddedResource Include="Backend\MainView.resx">
  1196. <DependentUpon>MainView.cs</DependentUpon>
  1197. </EmbeddedResource>
  1198. <EmbeddedResource Include="Backend\PumpView.resx">
  1199. <DependentUpon>PumpView.cs</DependentUpon>
  1200. </EmbeddedResource>
  1201. <EmbeddedResource Include="Backend\SimulatorView.resx">
  1202. <DependentUpon>SimulatorView.cs</DependentUpon>
  1203. </EmbeddedResource>
  1204. <EmbeddedResource Include="Backend\SwInterlock.resx">
  1205. <DependentUpon>SwInterlock.cs</DependentUpon>
  1206. </EmbeddedResource>
  1207. <EmbeddedResource Include="Backend\SystemConfigView.resx">
  1208. <DependentUpon>SystemConfigView.cs</DependentUpon>
  1209. </EmbeddedResource>
  1210. <EmbeddedResource Include="Backend\UserLoginView.resx">
  1211. <DependentUpon>UserLoginView.cs</DependentUpon>
  1212. </EmbeddedResource>
  1213. <EmbeddedResource Include="Properties\Resources.en-US.resx">
  1214. <SubType>Designer</SubType>
  1215. </EmbeddedResource>
  1216. <EmbeddedResource Include="Properties\Resources.resx">
  1217. <Generator>ResXFileCodeGenerator</Generator>
  1218. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1219. </EmbeddedResource>
  1220. <EmbeddedResource Include="Properties\Resources.zh-CN.resx">
  1221. <SubType>Designer</SubType>
  1222. </EmbeddedResource>
  1223. </ItemGroup>
  1224. <ItemGroup>
  1225. <Resource Include="Resources\Blue.png" />
  1226. <Resource Include="Resources\Exit.png" />
  1227. <Resource Include="Resources\lights.png" />
  1228. <Resource Include="Resources\Lime.png" />
  1229. <Resource Include="Resources\red.png" />
  1230. <Resource Include="Resources\Yellow.png" />
  1231. </ItemGroup>
  1232. <ItemGroup>
  1233. <Resource Include="Resources\LL\LoadLockDoor.png" />
  1234. <Resource Include="Resources\LL\LoadLockMain.png" />
  1235. </ItemGroup>
  1236. <ItemGroup>
  1237. <Resource Include="Resources\LL\LBBracket.png" />
  1238. <Resource Include="Resources\LL\LTBracket.png" />
  1239. <Resource Include="Resources\LL\RBBracket.png" />
  1240. <Resource Include="Resources\LL\RTBracket.png" />
  1241. </ItemGroup>
  1242. <ItemGroup>
  1243. <Content Include="Account\Views.xml">
  1244. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1245. </Content>
  1246. <Content Include="Config\EventDefine.xml" />
  1247. <Content Include="Config\SCDefaultConfig.xml">
  1248. <SubType>Designer</SubType>
  1249. </Content>
  1250. <Resource Include="Resources\barcode.png" />
  1251. <Resource Include="Resources\Pump\boost_pump_enabled.png" />
  1252. <Resource Include="Resources\Pump\boost_pump_error.png" />
  1253. <Resource Include="Resources\Pump\boost_pump_off.png" />
  1254. <Resource Include="Resources\Pump\boost_pump_on.png" />
  1255. <Resource Include="Resources\Pump\boost_pump_warning.png" />
  1256. <Resource Include="Resources\Pump\pump_error.png" />
  1257. <Resource Include="Resources\Pump\pump_off.png" />
  1258. <Resource Include="Resources\Pump\pump_on.png" />
  1259. <Resource Include="Resources\Pump\pump_warning.png" />
  1260. <Resource Include="Resources\Main\LogoEmpty.png" />
  1261. <Resource Include="Resources\Main\login.png" />
  1262. <Resource Include="Resources\Valve\valveCloseHorizontal.png" />
  1263. <Resource Include="Resources\Valve\valveCloseVertical.png" />
  1264. <Resource Include="Resources\Valve\valveOpenHorizontal.png" />
  1265. <Resource Include="Resources\Valve\valveOpenVertical.png" />
  1266. <Resource Include="Resources\Main\LogoJETP.png" />
  1267. <Resource Include="Resources\Main\下拉框_底板150.png" />
  1268. <Resource Include="Resources\Main\下拉框_底板JETP.png" />
  1269. <Resource Include="Resources\Main\主界面_切片JETP.png" />
  1270. <Resource Include="Resources\Main\主菜单按钮150.png" />
  1271. <Resource Include="Resources\Main\主菜单按钮_悬停150.png" />
  1272. <Resource Include="Resources\Main\主菜单按钮_点击150.png" />
  1273. <Resource Include="Resources\Main\主菜单按钮_选中150.png" />
  1274. </ItemGroup>
  1275. <ItemGroup>
  1276. <Content Include="Config\DeviceModel.xsd">
  1277. <SubType>Designer</SubType>
  1278. </Content>
  1279. </ItemGroup>
  1280. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1281. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1282. Other similar extension points exist, see Microsoft.Common.targets.
  1283. <Target Name="BeforeBuild">
  1284. </Target>
  1285. <Target Name="AfterBuild">
  1286. </Target>
  1287. -->
  1288. </Project>