EfemDualUI.csproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  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>{6CE7DFFC-F0B9-40FD-94AA-EEFE616D83AD}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>EfemDualUI</RootNamespace>
  10. <AssemblyName>EfemDualUI</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</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. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <ApplicationIcon>Resources\MyLogoNormal.ico</ApplicationIcon>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="DocumentFormat.OpenXml, Version=2.10.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\ThirdParty\dlls\DocumentFormat.OpenXml.dll</HintPath>
  45. <Aliases>global</Aliases>
  46. </Reference>
  47. <Reference Include="EPDViewerLib">
  48. <HintPath>..\..\Dependence\epdviewer\EPDViewerLib.dll</HintPath>
  49. </Reference>
  50. <Reference Include="ExcelLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\ThirdParty\dlls\ExcelLibrary.dll</HintPath>
  53. </Reference>
  54. <Reference Include="log4net">
  55. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.DwayneNeed">
  58. <HintPath>..\..\ThirdParty\dlls\Microsoft.DwayneNeed.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.DwayneNeed.Win32">
  61. <HintPath>..\..\ThirdParty\dlls\Microsoft.DwayneNeed.Win32.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SciChart.Charting, Version=5.4.0.12119, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Charting.dll</HintPath>
  66. </Reference>
  67. <Reference Include="SciChart.Core, Version=5.4.0.12119, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Core.dll</HintPath>
  70. </Reference>
  71. <Reference Include="SciChart.Data, Version=5.4.0.12119, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Data.dll</HintPath>
  74. </Reference>
  75. <Reference Include="SciChart.Drawing, Version=5.4.0.12119, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Drawing.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Windows.Forms" />
  83. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Xml" />
  88. <Reference Include="Microsoft.CSharp" />
  89. <Reference Include="System.Core" />
  90. <Reference Include="System.Xml.Linq" />
  91. <Reference Include="System.Data.DataSetExtensions" />
  92. <Reference Include="System.Net.Http" />
  93. <Reference Include="System.Xaml">
  94. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  95. </Reference>
  96. <Reference Include="Telerik.Windows.Controls.Navigation">
  97. <HintPath>..\..\Dependence\epdviewer\Telerik.Windows.Controls.Navigation.dll</HintPath>
  98. </Reference>
  99. <Reference Include="WindowsBase" />
  100. <Reference Include="PresentationCore" />
  101. <Reference Include="PresentationFramework" />
  102. <Reference Include="WindowsFormsIntegration" />
  103. <Reference Include="WPFToolkit">
  104. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Xceed.Wpf.Toolkit, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  107. <SpecificVersion>False</SpecificVersion>
  108. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  109. </Reference>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <ApplicationDefinition Include="App.xaml">
  113. <Generator>MSBuild:Compile</Generator>
  114. <SubType>Designer</SubType>
  115. </ApplicationDefinition>
  116. <Compile Include="Config\SystemConfigManager.cs" />
  117. <Compile Include="Controls\Parts\AtmRobotEFEM.xaml.cs">
  118. <DependentUpon>AtmRobotEFEM.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="Controls\Parts\AtmRobot.xaml.cs">
  121. <DependentUpon>AtmRobot.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Controls\Parts\DualAtmDualBladeRobot.xaml.cs">
  124. <DependentUpon>DualAtmDualBladeRobot.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Controls\Parts\EFEM3P.xaml.cs">
  127. <DependentUpon>EFEM3P.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Controls\Parts\Foup.xaml.cs">
  130. <DependentUpon>Foup.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Controls\Parts\MarsPlatform.xaml.cs">
  133. <DependentUpon>MarsPlatform.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Controls\UnitControls\TMDoubleForkFrontView.xaml.cs">
  136. <DependentUpon>TMDoubleForkFrontView.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Controls\UnitControls\TMFrontView.xaml.cs">
  139. <DependentUpon>TMFrontView.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Converter\BoolVisibilityConverter.cs" />
  142. <Compile Include="Converter\HideNullConverter.cs" />
  143. <Compile Include="Converter\VisibilityConverter.cs" />
  144. <Compile Include="Converter\WaferColorConverter.cs" />
  145. <Compile Include="Converter\WaferConverter.cs" />
  146. <Compile Include="Converter\WaferDropConverter.cs" />
  147. <Compile Include="Converter\WaferStatusConverter.cs" />
  148. <Compile Include="Views\History\ProcessHistory\ChartParameter.cs" />
  149. <Compile Include="Views\History\ProcessHistory\ProcessHistoryProvider.cs" />
  150. <Compile Include="Views\History\ProcessHistory\ProcessHistoryView.xaml.cs">
  151. <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Views\History\ProcessHistory\ProcessHistoryViewModel.cs" />
  154. <Compile Include="Views\History\ProcessHistory\SelectDataView.xaml.cs">
  155. <DependentUpon>SelectDataView.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="Views\History\ProcessHistory\SelectDataViewModel.cs" />
  158. <Compile Include="Views\History\Statistics\StatisticsView.xaml.cs">
  159. <DependentUpon>StatisticsView.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="Views\History\Statistics\StatisticsViewModel.cs" />
  162. <Compile Include="Views\History\WaferHistory\WaferHistoryDBView.xaml.cs">
  163. <DependentUpon>WaferHistoryDBView.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Views\History\WaferHistory\WaferHistoryDBViewModel.cs" />
  166. <Compile Include="Views\Platforms\Mainframes\MainframeView.xaml.cs">
  167. <DependentUpon>MainframeView.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Views\Platforms\Mainframes\MainframeViewModel.cs" />
  170. <Compile Include="Views\PMs\RFCalibrationViewModel.cs" />
  171. <Compile Include="Views\PMs\CustomCalibration.cs" />
  172. <Compile Include="Views\PMs\EPDView.xaml.cs">
  173. <DependentUpon>EPDView.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="Views\PMs\EPDViewModel.cs" />
  176. <Compile Include="Views\PMs\GaslineItem.cs" />
  177. <Compile Include="Views\PMs\IUiRecipeManager.cs" />
  178. <Compile Include="Views\PMs\LeakCheckView.xaml.cs">
  179. <DependentUpon>LeakCheckView.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="Views\PMs\LeakCheckViewModel.cs" />
  182. <Compile Include="Views\PMs\MFCVerificationView.xaml.cs">
  183. <DependentUpon>MFCVerificationView.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="Views\PMs\MFCVerificationViewModel.cs" />
  186. <Compile Include="Views\PMs\OesView.xaml.cs">
  187. <DependentUpon>OesView.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="Views\PMs\OesViewModel.cs" />
  190. <Compile Include="Views\PMs\PMPIDViewModel.cs" />
  191. <Compile Include="Views\PMs\PMPIDView.xaml.cs">
  192. <DependentUpon>PMPIDView.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="Views\PMs\PmOverviewView.xaml.cs">
  195. <DependentUpon>PmOverviewView.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Views\PMs\PmOverviewViewModel.cs" />
  198. <Compile Include="Views\PMs\PMParameter.cs" />
  199. <Compile Include="Views\PMs\PMTemplateSelector.cs" />
  200. <Compile Include="Views\PMs\RecipeEditorView.xaml.cs">
  201. <DependentUpon>RecipeEditorView.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Views\PMs\RecipeEditorViewModel.cs" />
  204. <Compile Include="Views\PMs\RFCalibrationView.xaml.cs">
  205. <DependentUpon>RFCalibrationView.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="Views\PMs\SCValue.cs" />
  208. <Compile Include="Views\PMs\UiRecipeManager.cs" />
  209. <Compile Include="Views\Recipe\Clean\ChamberClean.xaml.cs">
  210. <DependentUpon>ChamberClean.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Views\Recipe\Clean\PMCleanView.xaml.cs">
  213. <DependentUpon>PMCleanView.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Views\Recipe\Clean\PMCleanViewModel.cs" />
  216. <Page Include="Controls\Parts\ATMDualArmRobot.xaml">
  217. <SubType>Designer</SubType>
  218. <Generator>MSBuild:Compile</Generator>
  219. </Page>
  220. <Page Include="Controls\Parts\AtmRobotEFEM.xaml">
  221. <Generator>MSBuild:Compile</Generator>
  222. <SubType>Designer</SubType>
  223. </Page>
  224. <Page Include="Controls\Parts\AtmRobot.xaml">
  225. <Generator>MSBuild:Compile</Generator>
  226. <SubType>Designer</SubType>
  227. </Page>
  228. <Page Include="Controls\Parts\DualAtmDualBladeRobot.xaml">
  229. <SubType>Designer</SubType>
  230. <Generator>MSBuild:Compile</Generator>
  231. </Page>
  232. <Page Include="Controls\Parts\EFEM.xaml">
  233. <SubType>Designer</SubType>
  234. <Generator>MSBuild:Compile</Generator>
  235. </Page>
  236. <Page Include="Controls\Parts\EFEM3P.xaml">
  237. <SubType>Designer</SubType>
  238. <Generator>MSBuild:Compile</Generator>
  239. </Page>
  240. <Page Include="Controls\Parts\Foup.xaml">
  241. <SubType>Designer</SubType>
  242. <Generator>MSBuild:Compile</Generator>
  243. </Page>
  244. <Page Include="Controls\Parts\MarsPlatform.xaml">
  245. <SubType>Designer</SubType>
  246. <Generator>MSBuild:Compile</Generator>
  247. </Page>
  248. <Page Include="Controls\Parts\VTMDualArmRobotPro.xaml">
  249. <SubType>Designer</SubType>
  250. <Generator>MSBuild:Compile</Generator>
  251. </Page>
  252. <Page Include="Controls\UnitControls\FOUPFrontView.xaml">
  253. <SubType>Designer</SubType>
  254. <Generator>MSBuild:Compile</Generator>
  255. </Page>
  256. <Page Include="Controls\Parts\MFTwo.xaml">
  257. <SubType>Designer</SubType>
  258. <Generator>MSBuild:Compile</Generator>
  259. </Page>
  260. <Page Include="Controls\Parts\SlitValve.xaml">
  261. <SubType>Designer</SubType>
  262. <Generator>MSBuild:Compile</Generator>
  263. </Page>
  264. <Page Include="Controls\UnitControls\EFEMFrontView.xaml">
  265. <SubType>Designer</SubType>
  266. <Generator>MSBuild:Compile</Generator>
  267. </Page>
  268. <Page Include="Controls\UnitControls\LoadLockFrontView.xaml">
  269. <SubType>Designer</SubType>
  270. <Generator>MSBuild:Compile</Generator>
  271. </Page>
  272. <Page Include="Controls\UnitControls\TMDoubleForkFrontView.xaml">
  273. <SubType>Designer</SubType>
  274. <Generator>MSBuild:Compile</Generator>
  275. </Page>
  276. <Page Include="Controls\UnitControls\TMFrontView.xaml">
  277. <SubType>Designer</SubType>
  278. <Generator>MSBuild:Compile</Generator>
  279. </Page>
  280. <Page Include="MainView.xaml">
  281. <Generator>MSBuild:Compile</Generator>
  282. <SubType>Designer</SubType>
  283. </Page>
  284. <Compile Include="App.xaml.cs">
  285. <DependentUpon>App.xaml</DependentUpon>
  286. <SubType>Code</SubType>
  287. </Compile>
  288. <Compile Include="Bootstrapper.cs" />
  289. <Compile Include="ClientApp.cs" />
  290. <Compile Include="Controls\Common\AnimationQueue.cs" />
  291. <Compile Include="Controls\Common\AxisCanvas.cs" />
  292. <Compile Include="Controls\Common\RelayCommand.cs" />
  293. <Compile Include="Controls\Common\RobotConstant.cs" />
  294. <Compile Include="Controls\Common\ViewModelControl.cs" />
  295. <Compile Include="Controls\Parts\ATMDualArmRobot.xaml.cs">
  296. <DependentUpon>ATMDualArmRobot.xaml</DependentUpon>
  297. </Compile>
  298. <Compile Include="Controls\Parts\EFEM.xaml.cs">
  299. <DependentUpon>EFEM.xaml</DependentUpon>
  300. </Compile>
  301. <Compile Include="Controls\Parts\VTMDualArmRobotPro.xaml.cs">
  302. <DependentUpon>VTMDualArmRobotPro.xaml</DependentUpon>
  303. </Compile>
  304. <Compile Include="Controls\UnitControls\FOUPFrontView.xaml.cs">
  305. <DependentUpon>FOUPFrontView.xaml</DependentUpon>
  306. </Compile>
  307. <Compile Include="Controls\Parts\MFTwo.xaml.cs">
  308. <DependentUpon>MFTwo.xaml</DependentUpon>
  309. </Compile>
  310. <Compile Include="Controls\Parts\MFTwoModel.cs" />
  311. <Compile Include="Controls\Parts\SlitValve.xaml.cs">
  312. <DependentUpon>SlitValve.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="Controls\UnitControls\EFEMFrontView.xaml.cs">
  315. <DependentUpon>EFEMFrontView.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="Controls\UnitControls\LoadLockFrontView.xaml.cs">
  318. <DependentUpon>LoadLockFrontView.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="Views\LocalUIViewModelBase.cs" />
  321. <Compile Include="MainView.xaml.cs">
  322. <DependentUpon>MainView.xaml</DependentUpon>
  323. </Compile>
  324. <Compile Include="MainViewModel.cs" />
  325. <Page Include="Themes\Generic.xaml">
  326. <Generator>MSBuild:Compile</Generator>
  327. <SubType>Designer</SubType>
  328. </Page>
  329. <Page Include="Themes\StringResources.en-US.xaml">
  330. <Generator>MSBuild:Compile</Generator>
  331. <SubType>Designer</SubType>
  332. </Page>
  333. <Page Include="Themes\StringResources.zh-CN.xaml">
  334. <Generator>MSBuild:Compile</Generator>
  335. <SubType>Designer</SubType>
  336. </Page>
  337. <Page Include="Views\History\ProcessHistory\ProcessHistoryView.xaml">
  338. <SubType>Designer</SubType>
  339. <Generator>MSBuild:Compile</Generator>
  340. </Page>
  341. <Page Include="Views\History\ProcessHistory\SelectDataView.xaml">
  342. <SubType>Designer</SubType>
  343. <Generator>MSBuild:Compile</Generator>
  344. </Page>
  345. <Page Include="Views\History\Statistics\StatisticsView.xaml">
  346. <SubType>Designer</SubType>
  347. <Generator>MSBuild:Compile</Generator>
  348. </Page>
  349. <Page Include="Views\History\WaferHistory\WaferHistoryDBView.xaml">
  350. <SubType>Designer</SubType>
  351. <Generator>MSBuild:Compile</Generator>
  352. </Page>
  353. <Page Include="Views\Platforms\EFEMs\EFEMView.xaml">
  354. <Generator>MSBuild:Compile</Generator>
  355. <SubType>Designer</SubType>
  356. </Page>
  357. <Page Include="Views\Operations\Overviews\EfemDualView.xaml">
  358. <Generator>MSBuild:Compile</Generator>
  359. <SubType>Designer</SubType>
  360. </Page>
  361. <Page Include="Views\Platforms\Mainframes\MainframeView.xaml">
  362. <SubType>Designer</SubType>
  363. <Generator>MSBuild:Compile</Generator>
  364. </Page>
  365. <Page Include="Views\PMs\EPDView.xaml">
  366. <SubType>Designer</SubType>
  367. <Generator>MSBuild:Compile</Generator>
  368. </Page>
  369. <Page Include="Views\PMs\LeakCheckView.xaml">
  370. <SubType>Designer</SubType>
  371. <Generator>MSBuild:Compile</Generator>
  372. </Page>
  373. <Page Include="Views\PMs\MFCVerificationView.xaml">
  374. <SubType>Designer</SubType>
  375. <Generator>MSBuild:Compile</Generator>
  376. </Page>
  377. <Page Include="Views\PMs\OesView.xaml">
  378. <SubType>Designer</SubType>
  379. <Generator>MSBuild:Compile</Generator>
  380. </Page>
  381. <Page Include="Views\PMs\PMPIDView.xaml">
  382. <Generator>MSBuild:Compile</Generator>
  383. <SubType>Designer</SubType>
  384. </Page>
  385. <Page Include="Views\PMs\PmOverviewView.xaml">
  386. <Generator>MSBuild:Compile</Generator>
  387. <SubType>Designer</SubType>
  388. </Page>
  389. <Page Include="Views\PMs\RecipeEditorView.xaml">
  390. <SubType>Designer</SubType>
  391. <Generator>MSBuild:Compile</Generator>
  392. </Page>
  393. <Page Include="Views\PMs\RFCalibrationView.xaml">
  394. <SubType>Designer</SubType>
  395. <Generator>MSBuild:Compile</Generator>
  396. </Page>
  397. <Page Include="Views\Recipe\Clean\ChamberClean.xaml">
  398. <SubType>Designer</SubType>
  399. <Generator>MSBuild:Compile</Generator>
  400. </Page>
  401. <Page Include="Views\Recipe\Clean\PMCleanView.xaml">
  402. <SubType>Designer</SubType>
  403. <Generator>MSBuild:Compile</Generator>
  404. </Page>
  405. </ItemGroup>
  406. <ItemGroup>
  407. <Compile Include="Views\Platforms\EFEMs\EFEMView.xaml.cs">
  408. <DependentUpon>EFEMView.xaml</DependentUpon>
  409. </Compile>
  410. <Compile Include="Views\Platforms\EFEMs\EFEMViewModel.cs" />
  411. <Compile Include="Views\Operations\Overviews\EfemDualView.xaml.cs">
  412. <DependentUpon>EfemDualView.xaml</DependentUpon>
  413. </Compile>
  414. <Compile Include="Views\Operations\Overviews\EfemDualViewModel.cs" />
  415. <Compile Include="Properties\AssemblyInfo.cs">
  416. <SubType>Code</SubType>
  417. </Compile>
  418. <Compile Include="Properties\Resources.Designer.cs">
  419. <AutoGen>True</AutoGen>
  420. <DesignTime>True</DesignTime>
  421. <DependentUpon>Resources.resx</DependentUpon>
  422. </Compile>
  423. <Compile Include="Properties\Settings.Designer.cs">
  424. <AutoGen>True</AutoGen>
  425. <DependentUpon>Settings.settings</DependentUpon>
  426. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  427. </Compile>
  428. <EmbeddedResource Include="Properties\Resources.resx">
  429. <Generator>ResXFileCodeGenerator</Generator>
  430. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  431. </EmbeddedResource>
  432. <None Include="Config\RFCalibration导出模板.xlsx">
  433. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  434. </None>
  435. <None Include="Properties\Settings.settings">
  436. <Generator>SettingsSingleFileGenerator</Generator>
  437. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  438. </None>
  439. </ItemGroup>
  440. <ItemGroup>
  441. <None Include="App.config" />
  442. </ItemGroup>
  443. <ItemGroup>
  444. <Resource Include="Resources\MyLogoNormal.ico" />
  445. </ItemGroup>
  446. <ItemGroup>
  447. <None Include="Config\Menu.xml">
  448. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  449. <SubType>Designer</SubType>
  450. </None>
  451. </ItemGroup>
  452. <ItemGroup>
  453. <ProjectReference Include="..\..\FrameworkLocal\Common\Common.csproj">
  454. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  455. <Name>Common</Name>
  456. </ProjectReference>
  457. <ProjectReference Include="..\..\FrameworkLocal\UIClient\UIClient.csproj">
  458. <Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
  459. <Name>UIClient</Name>
  460. </ProjectReference>
  461. <ProjectReference Include="..\..\FrameworkLocal\UICore\UICore.csproj">
  462. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  463. <Name>UICore</Name>
  464. </ProjectReference>
  465. <ProjectReference Include="..\..\JetVirgoPM\JetVirgoPM.csproj">
  466. <Project>{5f69db4d-57e1-4c66-bbb1-dea3aefcd652}</Project>
  467. <Name>JetVirgoPM</Name>
  468. </ProjectReference>
  469. <ProjectReference Include="..\..\RecipeEditorControl\RecipeEditorControl.csproj">
  470. <Project>{C226E370-E9FB-48E7-BF40-89A33F88EF17}</Project>
  471. <Name>RecipeEditorControl</Name>
  472. </ProjectReference>
  473. <ProjectReference Include="..\JetEfem\JetEfemLib.csproj">
  474. <Project>{D5550334-1A88-4958-B36A-AA34170C5ADB}</Project>
  475. <Name>JetEfemLib</Name>
  476. </ProjectReference>
  477. </ItemGroup>
  478. <ItemGroup>
  479. <Resource Include="Resources\Images\jetplasmalogo.png" />
  480. </ItemGroup>
  481. <ItemGroup>
  482. <Resource Include="Themes\Images\Parts\atmrobot\arm1.png" />
  483. <Resource Include="Themes\Images\Parts\atmrobot\arm2.png" />
  484. <Resource Include="Themes\Images\Parts\atmrobot\dock.png" />
  485. <Resource Include="Themes\Images\Parts\atmrobot\hand.png" />
  486. <Resource Include="Themes\Images\Parts\atmrobot\image02.png" />
  487. </ItemGroup>
  488. <ItemGroup>
  489. <Resource Include="Themes\Images\Parts\vtmrobot\arm1.png" />
  490. <Resource Include="Themes\Images\Parts\vtmrobot\arm2.png" />
  491. <Resource Include="Themes\Images\Parts\vtmrobot\arm3.png" />
  492. <Resource Include="Themes\Images\Parts\vtmrobot\dock.png" />
  493. <Resource Include="Themes\Images\Parts\vtmrobot\dock2.png" />
  494. <Resource Include="Themes\Images\Parts\vtmrobot\hand.png" />
  495. <Resource Include="Themes\Images\Parts\vtmrobot\hand1.png" />
  496. <Resource Include="Themes\Images\Parts\vtmrobot\hand2.png" />
  497. </ItemGroup>
  498. <ItemGroup>
  499. <Resource Include="Themes\Images\Parts\vtmrobot1\arm1.png" />
  500. <Resource Include="Themes\Images\Parts\vtmrobot1\arm2.png" />
  501. <Resource Include="Themes\Images\Parts\vtmrobot1\arm21.png" />
  502. <Resource Include="Themes\Images\Parts\vtmrobot1\arm3.png" />
  503. <Resource Include="Themes\Images\Parts\vtmrobot1\dock.png" />
  504. <Resource Include="Themes\Images\Parts\vtmrobot1\dock2.png" />
  505. <Resource Include="Themes\Images\Parts\vtmrobot1\hand.png" />
  506. <Resource Include="Themes\Images\Parts\vtmrobot1\hand1.png" />
  507. <Resource Include="Themes\Images\Parts\vtmrobot1\hand2.png" />
  508. </ItemGroup>
  509. <ItemGroup>
  510. <Resource Include="Themes\Images\Parts\aligner.png" />
  511. <Resource Include="Themes\Images\Parts\alignerbg-1.png" />
  512. <Resource Include="Themes\Images\Parts\alignerbg-2.png" />
  513. <Resource Include="Themes\Images\Parts\alignerbg-blue.png" />
  514. <Resource Include="Themes\Images\Parts\alignerbg-gray.png" />
  515. <Resource Include="Themes\Images\Parts\alignerbg-green.png" />
  516. <Resource Include="Themes\Images\Parts\alignerbg-red.png" />
  517. <Resource Include="Themes\Images\Parts\alignerbg.png" />
  518. <Resource Include="Themes\Images\Parts\alignerbg2.png" />
  519. <Resource Include="Themes\Images\Parts\chamber.png" />
  520. <Resource Include="Themes\Images\Parts\door.png" />
  521. <Resource Include="Themes\Images\Parts\doorclose.png" />
  522. <Resource Include="Themes\Images\Parts\dooropen.png" />
  523. <Resource Include="Themes\Images\Parts\doorunknown.png" />
  524. <Resource Include="Themes\Images\Parts\efem.png" />
  525. <Resource Include="Themes\Images\Parts\efembg.png" />
  526. <Resource Include="Themes\Images\Parts\efemtrack.png" />
  527. <Resource Include="Themes\Images\Parts\foup.png" />
  528. <Resource Include="Themes\Images\Parts\foupempty.png" />
  529. <Resource Include="Themes\Images\Parts\image15.png" />
  530. <Resource Include="Themes\Images\Parts\image16.png" />
  531. <Resource Include="Themes\Images\Parts\image17.png" />
  532. <Resource Include="Themes\Images\Parts\image18.png" />
  533. <Resource Include="Themes\Images\Parts\image19.png" />
  534. <Resource Include="Themes\Images\Parts\image20.png" />
  535. <Resource Include="Themes\Images\Parts\lamte0.png" />
  536. <Resource Include="Themes\Images\Parts\lamte00.png" />
  537. <Resource Include="Themes\Images\Parts\lamte01.png" />
  538. <Resource Include="Themes\Images\Parts\lamte04.png" />
  539. <Resource Include="Themes\Images\Parts\lamte05.png" />
  540. <Resource Include="Themes\Images\Parts\lamte22.png" />
  541. <Resource Include="Themes\Images\Parts\lamte23.png" />
  542. <Resource Include="Themes\Images\Parts\lamte24.png" />
  543. <Resource Include="Themes\Images\Parts\llbg.png" />
  544. <Resource Include="Themes\Images\Parts\loadlock.png" />
  545. <Resource Include="Themes\Images\Parts\loadport.png" />
  546. <Resource Include="Themes\Images\Parts\lpbg.png" />
  547. <Resource Include="Themes\Images\Parts\pmbg-1.png" />
  548. <Resource Include="Themes\Images\Parts\pmbg-2.png" />
  549. <Resource Include="Themes\Images\Parts\pmbg-blue.png" />
  550. <Resource Include="Themes\Images\Parts\pmbg-gray.png" />
  551. <Resource Include="Themes\Images\Parts\pmbg-green.png" />
  552. <Resource Include="Themes\Images\Parts\pmbg-red.png" />
  553. <Resource Include="Themes\Images\Parts\pmbg.png" />
  554. <Resource Include="Themes\Images\Parts\pmbg2.png" />
  555. <Resource Include="Themes\Images\Parts\smif-blue.png" />
  556. <Resource Include="Themes\Images\Parts\smif-green.png" />
  557. <Resource Include="Themes\Images\Parts\smif-red.png" />
  558. <Resource Include="Themes\Images\Parts\smif.png" />
  559. <Resource Include="Themes\Images\Parts\tm.png" />
  560. <Resource Include="Themes\Images\Parts\tmbg.png" />
  561. <Resource Include="Themes\Images\Parts\tmbg1.png" />
  562. <Resource Include="Themes\Images\Parts\tmdock.png" />
  563. <Resource Include="Themes\Images\Parts\vce-2.png" />
  564. <Resource Include="Themes\Images\Parts\vce1-1.png" />
  565. <Resource Include="Themes\Images\Parts\vce2-2.png" />
  566. <Resource Include="Themes\Images\Parts\vce2-blue.png" />
  567. <Resource Include="Themes\Images\Parts\vce2-green.png" />
  568. <Resource Include="Themes\Images\Parts\vce2-red.png" />
  569. <Resource Include="Themes\Images\Parts\vcebg1-blue.png" />
  570. <Resource Include="Themes\Images\Parts\vcebg1-gray.png" />
  571. <Resource Include="Themes\Images\Parts\vcebg1-green.png" />
  572. <Resource Include="Themes\Images\Parts\vcebg1-red.png" />
  573. <Resource Include="Themes\Images\Parts\vcebg1.png" />
  574. <Resource Include="Themes\Images\Parts\vcebg1f.png" />
  575. <Resource Include="Themes\Images\Parts\vcebg2-blue.png" />
  576. <Resource Include="Themes\Images\Parts\vcebg2-gray.png" />
  577. <Resource Include="Themes\Images\Parts\vcebg2-green.png" />
  578. <Resource Include="Themes\Images\Parts\vcebg2-red.png" />
  579. <Resource Include="Themes\Images\Parts\vcebg2.png" />
  580. <Resource Include="Themes\Images\Parts\vcebg2f.png" />
  581. <Resource Include="Themes\Images\Parts\wafer.png" />
  582. </ItemGroup>
  583. <ItemGroup>
  584. <Resource Include="Themes\Images\Parts1\arm.png" />
  585. <Resource Include="Themes\Images\Parts1\arm1.png" />
  586. <Resource Include="Themes\Images\Parts1\arm2.png" />
  587. <Resource Include="Themes\Images\Parts1\armroot.png" />
  588. <Resource Include="Themes\Images\Parts1\ArrowCurve.png" />
  589. <Resource Include="Themes\Images\Parts1\bg.png" />
  590. <Resource Include="Themes\Images\Parts1\chamber.png" />
  591. <Resource Include="Themes\Images\Parts1\doorclose.png" />
  592. <Resource Include="Themes\Images\Parts1\dooropen.png" />
  593. <Resource Include="Themes\Images\Parts1\ef00.png" />
  594. <Resource Include="Themes\Images\Parts1\ef01.png" />
  595. <Resource Include="Themes\Images\Parts1\ef02.png" />
  596. <Resource Include="Themes\Images\Parts1\ef03.png" />
  597. <Resource Include="Themes\Images\Parts1\eye.png" />
  598. <Resource Include="Themes\Images\Parts1\Foup.jpg" />
  599. <Resource Include="Themes\Images\Parts1\foup.png" />
  600. <Resource Include="Themes\Images\Parts1\hand1.png" />
  601. <Resource Include="Themes\Images\Parts1\image02.png" />
  602. <Resource Include="Themes\Images\Parts1\sp00.png" />
  603. <Resource Include="Themes\Images\Parts1\sp01.png" />
  604. <Resource Include="Themes\Images\Parts1\sp04.png" />
  605. <Resource Include="Themes\Images\Parts1\sp04f.png" />
  606. <Resource Include="Themes\Images\Parts1\sp05.png" />
  607. <Resource Include="Themes\Images\Parts1\sp06.png" />
  608. <Resource Include="Themes\Images\Parts1\sp14.png" />
  609. <Resource Include="Themes\Images\Parts1\sp15.png" />
  610. <Resource Include="Themes\Images\Parts1\sp16.png" />
  611. <Resource Include="Themes\Images\Parts1\station.png" />
  612. </ItemGroup>
  613. <ItemGroup>
  614. <Resource Include="Resources\Images\metisPM.png" />
  615. </ItemGroup>
  616. <ItemGroup>
  617. <Resource Include="Resources\Images\M2C4Parts\Layout0901.png" />
  618. <Resource Include="Resources\Images\M2C4Parts\Layout0902.png" />
  619. </ItemGroup>
  620. <ItemGroup>
  621. <Resource Include="Resources\Images\M2C4Parts\Layout09.png" />
  622. </ItemGroup>
  623. <ItemGroup>
  624. <None Include="Config\SystemConfigA.default.xml">
  625. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  626. </None>
  627. <None Include="Config\SystemConfigB.default.xml">
  628. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  629. </None>
  630. </ItemGroup>
  631. <ItemGroup>
  632. <Resource Include="Themes\Images\Parts1\ef03Done.png" />
  633. </ItemGroup>
  634. <ItemGroup>
  635. <Resource Include="Themes\Images\Parts1\ef03Error.png" />
  636. </ItemGroup>
  637. <ItemGroup>
  638. <Resource Include="Themes\Images\Parts1\ef03Transfer.png" />
  639. </ItemGroup>
  640. <ItemGroup>
  641. <Resource Include="Controls\Assets\Images\EFEMbg%281%29.png" />
  642. </ItemGroup>
  643. <ItemGroup>
  644. <Resource Include="Controls\Assets\Images\arm.png" />
  645. <Resource Include="Controls\Assets\Images\armconnect.png" />
  646. <Resource Include="Controls\Assets\Images\armroot.png" />
  647. <Resource Include="Controls\Assets\Images\chamber.png" />
  648. <Resource Include="Controls\Assets\Images\door.png" />
  649. <Resource Include="Controls\Assets\Images\hand.png" />
  650. <Resource Include="Controls\Assets\Images\handconnect.png" />
  651. <Resource Include="Controls\Assets\Images\overview.png" />
  652. </ItemGroup>
  653. <ItemGroup>
  654. <Resource Include="Controls\Assets\Images\wafercenter.png" />
  655. </ItemGroup>
  656. <ItemGroup>
  657. <Resource Include="Themes\Images\Parts2\cooling.png" />
  658. </ItemGroup>
  659. <ItemGroup>
  660. <Resource Include="Themes\Images\Parts2\platform.png" />
  661. </ItemGroup>
  662. <ItemGroup>
  663. <Resource Include="Themes\Images\Parts2\VCE1.png" />
  664. </ItemGroup>
  665. <ItemGroup>
  666. <Resource Include="Themes\Images\Parts2\VCE2.png" />
  667. </ItemGroup>
  668. <ItemGroup>
  669. <Resource Include="Resources\Images\M2C4Parts\arm3.png" />
  670. </ItemGroup>
  671. <ItemGroup>
  672. <Resource Include="Resources\Images\M2C4Parts\arm1.png" />
  673. </ItemGroup>
  674. <ItemGroup>
  675. <Resource Include="Resources\Images\M2C4Parts\arm11.png" />
  676. </ItemGroup>
  677. <ItemGroup>
  678. <Resource Include="Resources\Images\M2C4Parts\arm311.png" />
  679. </ItemGroup>
  680. <ItemGroup>
  681. <Resource Include="Resources\Images\M2C4Parts\arm32.png" />
  682. </ItemGroup>
  683. <ItemGroup>
  684. <Resource Include="Resources\Images\M2C4Parts\arm31.png" />
  685. </ItemGroup>
  686. <ItemGroup>
  687. <Resource Include="Resources\Images\M2C4Parts\arm3\arm31.png" />
  688. <Resource Include="Resources\Images\M2C4Parts\arm3\arm32.png" />
  689. <Resource Include="Resources\Images\M2C4Parts\arm3\arm33.png" />
  690. <Resource Include="Resources\Images\M2C4Parts\arm3\arm34.png" />
  691. <Resource Include="Resources\Images\M2C4Parts\arm3\arm35.png" />
  692. </ItemGroup>
  693. <ItemGroup>
  694. <Resource Include="Resources\Images\M2C4Parts\hand.png" />
  695. </ItemGroup>
  696. <ItemGroup>
  697. <Resource Include="Resources\Images\M2C4Parts\hand1.png" />
  698. </ItemGroup>
  699. <ItemGroup>
  700. <Resource Include="Resources\Images\M2C4Parts\hand3.png" />
  701. </ItemGroup>
  702. <ItemGroup>
  703. <Resource Include="Themes\Images\Parts\efem1.png" />
  704. </ItemGroup>
  705. <ItemGroup>
  706. <Resource Include="Resources\Images\M2C4Parts\hand5.png" />
  707. </ItemGroup>
  708. <ItemGroup>
  709. <Resource Include="Resources\Images\M2C4Parts\hand2.png" />
  710. </ItemGroup>
  711. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  712. <PropertyGroup>
  713. <PostBuildEvent>REM 输出到安装目录,供安装打包使用
  714. if exist "$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI" rd "$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI" /s /q
  715. md "$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI\"
  716. echo 复制文件到安装目录,"$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI\"
  717. xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI\" /q
  718. REM 配置文件Copy
  719. del "$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI\*.pdb"
  720. del "$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI\CDIO.dll"
  721. if exist "$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI\Logs" rd "$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI\Logs" /s /q
  722. if exist "$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI\Data\Config" rd "$(ProjectDir)..\EfemDualSetup\Packages\EfemDualUI\Data\Config" /s /q</PostBuildEvent>
  723. </PropertyGroup>
  724. </Project>