EfemUI.csproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{414DF98D-E3CF-44C5-8A77-75726B457648}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>EfemUI</RootNamespace>
  10. <AssemblyName>EfemUI</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>MyLogoNormal.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="log4net">
  42. <HintPath>..\..\..\ThirdParty\dlls\log4net.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Expression.Interactions">
  45. <HintPath>..\..\..\..\ThirdParty\dlls\Microsoft.Expression.Interactions.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Configuration" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.ServiceModel" />
  52. <Reference Include="System.Windows" />
  53. <Reference Include="System.Windows.Forms" />
  54. <Reference Include="System.Windows.Interactivity">
  55. <HintPath>..\..\..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Windows.Presentation" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Xaml">
  65. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="WindowsBase" />
  68. <Reference Include="PresentationCore" />
  69. <Reference Include="PresentationFramework" />
  70. <Reference Include="WindowsFormsIntegration" />
  71. <Reference Include="WPFToolkit">
  72. <HintPath>..\..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Xceed.Wpf.Toolkit, Version=3.0.16174.17450, Culture=neutral, PublicKeyToken=ba83ff368b7563c6, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  77. </Reference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="App.xaml.cs">
  81. <DependentUpon>App.xaml</DependentUpon>
  82. </Compile>
  83. <Compile Include="Controls\AITServoMotor.xaml.cs">
  84. <DependentUpon>AITServoMotor.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="Controls\AtmRobot.xaml.cs">
  87. <DependentUpon>AtmRobot.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="Controls\BufferStation.xaml.cs">
  90. <DependentUpon>BufferStation.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="Controls\Common\AnimationHelper.cs" />
  93. <Compile Include="Controls\Common\AxisCanvas.cs" />
  94. <Compile Include="Controls\Common\RelayCommand.cs" />
  95. <Compile Include="Controls\Common\RobotPosition.cs" />
  96. <Compile Include="Controls\Converter\ValueNotMatchColorConverter.cs" />
  97. <Compile Include="Controls\CoolingStage003Control.xaml.cs">
  98. <DependentUpon>CoolingStage003Control.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="Controls\CoolingStage006Control.xaml.cs">
  101. <DependentUpon>CoolingStage006Control.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="Controls\E84Info.xaml.cs">
  104. <DependentUpon>E84Info.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Controls\EFEM1LPJet.xaml.cs">
  107. <DependentUpon>EFEM1LPJet.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Controls\EFEM2.xaml.cs">
  110. <DependentUpon>EFEM2.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Controls\EFEM2LP2BFJet.xaml.cs">
  113. <DependentUpon>EFEM2LP2BFJet.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="Controls\EFEM3LPNXC100.xaml.cs">
  116. <DependentUpon>EFEM3LPNXC100.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="Controls\EFEM2LPJet.xaml.cs">
  119. <DependentUpon>EFEM2LPJet.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="Controls\EFEMRunsemiWet.xaml.cs">
  122. <DependentUpon>EFEMRunsemiWet.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="Controls\FoupItemPro.xaml.cs">
  125. <DependentUpon>FoupItemPro.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="Controls\FoupItemPro1.xaml.cs">
  128. <DependentUpon>FoupItemPro1.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="Controls\FoupListControl2.xaml.cs">
  131. <DependentUpon>FoupListControl2.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="Controls\CoolingStageControl.xaml.cs">
  134. <DependentUpon>CoolingStageControl.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="Controls\Chamber.xaml.cs">
  137. <DependentUpon>Chamber.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="Controls\FoupListControlPro.xaml.cs">
  140. <DependentUpon>FoupListControlPro.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="Controls\FoupListControlPro1.xaml.cs">
  143. <DependentUpon>FoupListControlPro1.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="Controls\LoadPortControl.xaml.cs">
  146. <DependentUpon>LoadPortControl.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="Controls\NewE84Info.xaml.cs">
  149. <DependentUpon>NewE84Info.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="UiInstance.cs" />
  152. <Compile Include="ViewModels\CarrierListViewModel.cs" />
  153. <Compile Include="ViewModels\IoViewModel2LP.cs" />
  154. <Compile Include="ViewModels\IoViewModelOnly1Card.cs" />
  155. <Compile Include="ViewModels\IoViewModelRSW.cs" />
  156. <Compile Include="ViewModels\OperationViewModel2LP.cs" />
  157. <Compile Include="ViewModels\OperationViewModelLP.cs" />
  158. <Compile Include="ViewModels\SystemConfigViewModel2LP.cs" />
  159. <Compile Include="ViewModels\TopViewModel2.cs" />
  160. <Compile Include="Views\CarrierList\CarrierListView.xaml.cs">
  161. <DependentUpon>CarrierListView.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Views\CarrierList\SelectCarrierTypeDialog.xaml.cs">
  164. <DependentUpon>SelectCarrierTypeDialog.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="Views\E84View2LP.xaml.cs">
  167. <DependentUpon>E84View2LP.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Views\E84View.xaml.cs">
  170. <DependentUpon>E84View.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="Views\IoView\IoView2LP.xaml.cs" />
  173. <Compile Include="Views\IoView\IoView2LP2.xaml.cs" />
  174. <Compile Include="Views\IoView\IoViewOnly1Card.xaml.cs">
  175. <DependentUpon>IoViewOnly1Card.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Views\IoView\IoViewRSW1.xaml.cs">
  178. <DependentUpon>IoViewRSW1.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="Views\IoView\IoViewRSW2.xaml.cs">
  181. <DependentUpon>IoViewRSW2.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="Views\IoView\IoViewRSW3.xaml.cs">
  184. <DependentUpon>IoViewRSW3.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="Views\IoView\IoViewRSW4.xaml.cs">
  187. <DependentUpon>IoViewRSW4.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="Views\IoView\IoViewRSW5.xaml.cs">
  190. <DependentUpon>IoViewRSW5.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="Views\IoView\IoViewRSW6.xaml.cs">
  193. <DependentUpon>IoViewRSW6.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="Views\Maintenance\CoolingStage003View.xaml.cs">
  196. <DependentUpon>CoolingStage003View.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="Views\Maintenance\CoolingStage003ViewModel.cs" />
  199. <Compile Include="Views\Maintenance\CoolingStage006View.xaml.cs">
  200. <DependentUpon>CoolingStage006View.xaml</DependentUpon>
  201. </Compile>
  202. <Compile Include="Views\Maintenance\CoolingStage006ViewModel.cs" />
  203. <Compile Include="Views\Maintenance\CoolingStageView.xaml.cs">
  204. <DependentUpon>CoolingStageView.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Views\Maintenance\LoadPortView.xaml.cs">
  207. <DependentUpon>LoadPortView.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Views\Maintenance\CoolingStageViewModel.cs" />
  210. <Compile Include="Views\Maintenance\LoadPortViewModel.cs" />
  211. <Compile Include="Views\Maintenance\NewE84View.xaml.cs">
  212. <DependentUpon>NewE84View.xaml</DependentUpon>
  213. </Compile>
  214. <Compile Include="Views\Maintenance\RobotView.xaml.cs">
  215. <DependentUpon>RobotView.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="Views\MonitorView\MonitorView2LPJet.xaml.cs">
  218. <DependentUpon>MonitorView2LPJet.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="Views\OperationView\OperationView1LPJet.xaml.cs">
  221. <DependentUpon>OperationView1LPJet.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="Views\OperationView\OperationView2LP2BFJet.xaml.cs">
  224. <DependentUpon>OperationView2LP2BFJet.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="Views\OperationView\OperationView2LPJet.xaml.cs">
  227. <DependentUpon>OperationView2LPJet.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="Views\OperationView\OperationView2LPJetReverseSlot.xaml.cs">
  230. <DependentUpon>OperationView2LPJetReverseSlot.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="Views\SystemConfigView2LP.xaml.cs">
  233. <DependentUpon>SystemConfigView2LP.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="Views\TopView2LP.xaml.cs">
  236. <DependentUpon>TopView2LP.xaml</DependentUpon>
  237. </Compile>
  238. <ApplicationDefinition Include="App.xaml">
  239. <Generator>MSBuild:Compile</Generator>
  240. <SubType>Designer</SubType>
  241. </ApplicationDefinition>
  242. <Page Include="Controls\AITServoMotor.xaml">
  243. <Generator>MSBuild:Compile</Generator>
  244. <SubType>Designer</SubType>
  245. </Page>
  246. <Page Include="Controls\AtmRobot.xaml">
  247. <Generator>MSBuild:Compile</Generator>
  248. <SubType>Designer</SubType>
  249. </Page>
  250. <Page Include="Controls\BufferStation.xaml">
  251. <SubType>Designer</SubType>
  252. <Generator>MSBuild:Compile</Generator>
  253. </Page>
  254. <Page Include="Controls\CoolingStage003Control.xaml">
  255. <SubType>Designer</SubType>
  256. <Generator>MSBuild:Compile</Generator>
  257. </Page>
  258. <Page Include="Controls\CoolingStage006Control.xaml">
  259. <SubType>Designer</SubType>
  260. <Generator>MSBuild:Compile</Generator>
  261. </Page>
  262. <Page Include="Controls\E84Info.xaml" />
  263. <Page Include="Controls\EFEM1LPJet.xaml">
  264. <SubType>Designer</SubType>
  265. <Generator>MSBuild:Compile</Generator>
  266. </Page>
  267. <Page Include="Controls\EFEM2.xaml">
  268. <Generator>MSBuild:Compile</Generator>
  269. <SubType>Designer</SubType>
  270. </Page>
  271. <Page Include="Controls\EFEM2LP2BFJet.xaml">
  272. <SubType>Designer</SubType>
  273. <Generator>MSBuild:Compile</Generator>
  274. </Page>
  275. <Page Include="Controls\EFEM3LPNXC100.xaml">
  276. <Generator>MSBuild:Compile</Generator>
  277. <SubType>Designer</SubType>
  278. </Page>
  279. <Page Include="Controls\EFEM2LPJet.xaml">
  280. <Generator>MSBuild:Compile</Generator>
  281. <SubType>Designer</SubType>
  282. </Page>
  283. <Page Include="Controls\EFEMRunsemiWet.xaml">
  284. <Generator>MSBuild:Compile</Generator>
  285. <SubType>Designer</SubType>
  286. </Page>
  287. <Page Include="Controls\FoupItemPro.xaml">
  288. <SubType>Designer</SubType>
  289. <Generator>MSBuild:Compile</Generator>
  290. </Page>
  291. <Page Include="Controls\FoupItemPro1.xaml">
  292. <SubType>Designer</SubType>
  293. <Generator>MSBuild:Compile</Generator>
  294. </Page>
  295. <Page Include="Controls\FoupListControl2.xaml">
  296. <Generator>MSBuild:Compile</Generator>
  297. <SubType>Designer</SubType>
  298. </Page>
  299. <Page Include="Controls\CoolingStageControl.xaml">
  300. <Generator>MSBuild:Compile</Generator>
  301. <SubType>Designer</SubType>
  302. </Page>
  303. <Page Include="Controls\Chamber.xaml">
  304. <Generator>MSBuild:Compile</Generator>
  305. <SubType>Designer</SubType>
  306. </Page>
  307. <Page Include="Controls\FoupListControlPro.xaml">
  308. <SubType>Designer</SubType>
  309. <Generator>MSBuild:Compile</Generator>
  310. </Page>
  311. <Page Include="Controls\FoupListControlPro1.xaml">
  312. <SubType>Designer</SubType>
  313. <Generator>MSBuild:Compile</Generator>
  314. </Page>
  315. <Page Include="Controls\LoadPortControl.xaml">
  316. <SubType>Designer</SubType>
  317. <Generator>MSBuild:Compile</Generator>
  318. </Page>
  319. <Page Include="Controls\NewE84Info.xaml">
  320. <Generator>MSBuild:Compile</Generator>
  321. <SubType>Designer</SubType>
  322. </Page>
  323. <Page Include="Resources\StringResources.zh-CN.xaml">
  324. <Generator>MSBuild:Compile</Generator>
  325. <SubType>Designer</SubType>
  326. </Page>
  327. <Page Include="Resources\StringResources.en-US.xaml">
  328. <Generator>MSBuild:Compile</Generator>
  329. <SubType>Designer</SubType>
  330. </Page>
  331. <Page Include="Resources\Generic.xaml">
  332. <Generator>MSBuild:Compile</Generator>
  333. <SubType>Designer</SubType>
  334. </Page>
  335. <Page Include="Views\CarrierList\CarrierListView.xaml">
  336. <SubType>Designer</SubType>
  337. <Generator>MSBuild:Compile</Generator>
  338. </Page>
  339. <Page Include="Views\CarrierList\SelectCarrierTypeDialog.xaml">
  340. <SubType>Designer</SubType>
  341. <Generator>MSBuild:Compile</Generator>
  342. </Page>
  343. <Page Include="Views\E84View2LP.xaml">
  344. <SubType>Designer</SubType>
  345. </Page>
  346. <Page Include="Views\E84View.xaml" />
  347. <Page Include="Views\IoView\IoView2LP.xaml">
  348. <Generator>MSBuild:Compile</Generator>
  349. <SubType>Designer</SubType>
  350. </Page>
  351. <Page Include="Views\IoView\IoView2LP2.xaml">
  352. <Generator>MSBuild:Compile</Generator>
  353. <SubType>Designer</SubType>
  354. </Page>
  355. <Page Include="Views\IoView\IoViewOnly1Card.xaml">
  356. <Generator>MSBuild:Compile</Generator>
  357. <SubType>Designer</SubType>
  358. </Page>
  359. <Page Include="Views\IoView\IoViewRSW1.xaml">
  360. <Generator>MSBuild:Compile</Generator>
  361. <SubType>Designer</SubType>
  362. </Page>
  363. <Page Include="Views\IoView\IoViewRSW2.xaml">
  364. <Generator>MSBuild:Compile</Generator>
  365. <SubType>Designer</SubType>
  366. </Page>
  367. <Page Include="Views\IoView\IoViewRSW3.xaml">
  368. <Generator>MSBuild:Compile</Generator>
  369. <SubType>Designer</SubType>
  370. </Page>
  371. <Page Include="Views\IoView\IoViewRSW4.xaml">
  372. <Generator>MSBuild:Compile</Generator>
  373. <SubType>Designer</SubType>
  374. </Page>
  375. <Page Include="Views\IoView\IoViewRSW5.xaml">
  376. <Generator>MSBuild:Compile</Generator>
  377. <SubType>Designer</SubType>
  378. </Page>
  379. <Page Include="Views\IoView\IoViewRSW6.xaml">
  380. <Generator>MSBuild:Compile</Generator>
  381. <SubType>Designer</SubType>
  382. </Page>
  383. <Page Include="Views\Maintenance\CoolingStage003View.xaml">
  384. <SubType>Designer</SubType>
  385. <Generator>MSBuild:Compile</Generator>
  386. </Page>
  387. <Page Include="Views\Maintenance\CoolingStage006View.xaml">
  388. <SubType>Designer</SubType>
  389. <Generator>MSBuild:Compile</Generator>
  390. </Page>
  391. <Page Include="Views\Maintenance\CoolingStageView.xaml">
  392. <Generator>MSBuild:Compile</Generator>
  393. <SubType>Designer</SubType>
  394. </Page>
  395. <Page Include="Views\Maintenance\LoadPortView.xaml">
  396. <Generator>MSBuild:Compile</Generator>
  397. <SubType>Designer</SubType>
  398. </Page>
  399. <Page Include="Views\Maintenance\NewE84View.xaml">
  400. <Generator>MSBuild:Compile</Generator>
  401. <SubType>Designer</SubType>
  402. </Page>
  403. <Page Include="Views\Maintenance\RobotView.xaml">
  404. <Generator>MSBuild:Compile</Generator>
  405. <SubType>Designer</SubType>
  406. </Page>
  407. <Page Include="Views\MonitorView\MonitorView2LPJet.xaml">
  408. <Generator>MSBuild:Compile</Generator>
  409. <SubType>Designer</SubType>
  410. </Page>
  411. <Page Include="Views\OperationView\OperationView1LPJet.xaml">
  412. <SubType>Designer</SubType>
  413. <Generator>MSBuild:Compile</Generator>
  414. </Page>
  415. <Page Include="Views\OperationView\OperationView2LP2BFJet.xaml">
  416. <SubType>Designer</SubType>
  417. <Generator>MSBuild:Compile</Generator>
  418. </Page>
  419. <Page Include="Views\OperationView\OperationView2LPJet.xaml">
  420. <Generator>MSBuild:Compile</Generator>
  421. <SubType>Designer</SubType>
  422. </Page>
  423. <Page Include="Views\OperationView\OperationView2LPJetReverseSlot.xaml">
  424. <SubType>Designer</SubType>
  425. <Generator>MSBuild:Compile</Generator>
  426. </Page>
  427. <Page Include="Views\SystemConfigView2LP.xaml">
  428. <Generator>MSBuild:Compile</Generator>
  429. <SubType>Designer</SubType>
  430. </Page>
  431. <Page Include="Views\TopView2LP.xaml">
  432. <Generator>MSBuild:Compile</Generator>
  433. <SubType>Designer</SubType>
  434. </Page>
  435. </ItemGroup>
  436. <ItemGroup>
  437. <Compile Include="Properties\AssemblyInfo.cs">
  438. <SubType>Code</SubType>
  439. </Compile>
  440. <Compile Include="Properties\Resources.Designer.cs">
  441. <AutoGen>True</AutoGen>
  442. <DesignTime>True</DesignTime>
  443. <DependentUpon>Resources.resx</DependentUpon>
  444. </Compile>
  445. <Compile Include="Properties\Settings.Designer.cs">
  446. <AutoGen>True</AutoGen>
  447. <DependentUpon>Settings.settings</DependentUpon>
  448. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  449. </Compile>
  450. <EmbeddedResource Include="Properties\Resources.resx">
  451. <Generator>ResXFileCodeGenerator</Generator>
  452. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  453. </EmbeddedResource>
  454. <None Include="Properties\Settings.settings">
  455. <Generator>SettingsSingleFileGenerator</Generator>
  456. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  457. </None>
  458. </ItemGroup>
  459. <ItemGroup>
  460. <None Include="App.config">
  461. <SubType>Designer</SubType>
  462. </None>
  463. </ItemGroup>
  464. <ItemGroup>
  465. <Resource Include="Config\SignalTower.xml" />
  466. <Resource Include="Config\SystemConfig.default.xml" />
  467. <Resource Include="Resources\images\bg.png" />
  468. <Resource Include="Resources\images\pmbg.png" />
  469. <Resource Include="Resources\images\Yaskawa_logo.png" />
  470. <Resource Include="Resources\images\waferYellow.png" />
  471. <Resource Include="Resources\images\waferRed.png" />
  472. <Resource Include="Resources\images\waferGreen.png" />
  473. <Resource Include="Resources\images\waferGray.png" />
  474. <Resource Include="Resources\images\wafer.png" />
  475. <Resource Include="Resources\images\slot25.png" />
  476. <Resource Include="Resources\images\slot1.png" />
  477. <Resource Include="Resources\images\robotHand.png" />
  478. <Resource Include="Resources\images\robotDock.png" />
  479. <Resource Include="Resources\images\robotArm4.png" />
  480. <Resource Include="Resources\images\robotArm.png" />
  481. <Resource Include="Resources\images\lp.png" />
  482. <Resource Include="Resources\images\InvertionHand3.png" />
  483. <Resource Include="Resources\images\InvertionHand2.png" />
  484. <Resource Include="Resources\images\InvertionHand1.png" />
  485. <Resource Include="Resources\images\Invertion.png" />
  486. <Resource Include="Resources\images\foup25.png" />
  487. <Resource Include="Resources\images\FOUP_open.png" />
  488. <Resource Include="Resources\images\EFEMbg2.png" />
  489. <Resource Include="Resources\images\EFEMbg.png" />
  490. <Resource Include="Resources\images\door.png" />
  491. <Resource Include="Resources\images\aligner.png" />
  492. </ItemGroup>
  493. <ItemGroup>
  494. <Resource Include="AitexSorterUI.ico" />
  495. </ItemGroup>
  496. <ItemGroup>
  497. <Resource Include="Resources\AitexSorterUI.ico" />
  498. </ItemGroup>
  499. <ItemGroup>
  500. <Resource Include="Resources\images\EFEMbg4.png" />
  501. </ItemGroup>
  502. <ItemGroup>
  503. <Resource Include="Resources\images\loadlock.png" />
  504. </ItemGroup>
  505. <ItemGroup>
  506. <Resource Include="Resources\images\jet.jpg" />
  507. <Resource Include="Resources\images\robot7.png" />
  508. <Resource Include="Resources\images\Left.png" />
  509. <Resource Include="Resources\images\Next_32x32.png" />
  510. <Resource Include="Resources\images\Previous_32x32.png" />
  511. <Resource Include="Resources\images\redo-32x32.png" />
  512. <Resource Include="Resources\images\right.png" />
  513. <Resource Include="Resources\images\robot6.png" />
  514. <Resource Include="Resources\images\superlogo1.png" />
  515. <Resource Include="Resources\images\superlogo2.png" />
  516. <Resource Include="Resources\images\hand.png" />
  517. <Resource Include="Resources\images\logo.png" />
  518. <Resource Include="Resources\images\lpbg.png" />
  519. <Resource Include="Resources\images\EFEMAxis.png" />
  520. <None Include="Config\2LPJetUILayout-Vrigo001.xml">
  521. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  522. </None>
  523. <Resource Include="Resources\images\arm1.png" />
  524. <Resource Include="Resources\images\arm2.png" />
  525. <Resource Include="Resources\images\FoupWhite.png" />
  526. <Resource Include="MyLogoNormal.ico" />
  527. <None Include="Config\2LPJetUILayout-Vrigo002.xml">
  528. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  529. </None>
  530. <None Include="Config\2LPJetUILayout-Metis001.xml">
  531. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  532. </None>
  533. <None Include="Config\2LPJetUILayout-Vrigo003.xml" />
  534. <None Include="Config\2LPJetUILayout-Vrigo005.xml">
  535. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  536. </None>
  537. <None Include="Config\2LPJetUILayout-Vrigo006.xml">
  538. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  539. </None>
  540. <Content Include="Resources\images\Guangchuan_Logo.png" />
  541. </ItemGroup>
  542. <ItemGroup>
  543. <ProjectReference Include="..\..\..\Framework\AitexSorterCommon\AitexSorterCommon.csproj">
  544. <Project>{f5c6659d-7a3f-4d28-84e9-6abbf7cd02c7}</Project>
  545. <Name>AitexSorterCommon</Name>
  546. </ProjectReference>
  547. <ProjectReference Include="..\..\..\Framework\AitexSorterUI\AitexSorterUI.csproj">
  548. <Project>{1552a229-52e5-4a77-9868-cc9c0ff91923}</Project>
  549. <Name>AitexSorterUI</Name>
  550. </ProjectReference>
  551. <ProjectReference Include="..\..\..\Framework\Common\Common.csproj">
  552. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  553. <Name>Common</Name>
  554. </ProjectReference>
  555. <ProjectReference Include="..\..\..\Framework\UICore\UICore.csproj">
  556. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  557. <Name>UICore</Name>
  558. </ProjectReference>
  559. </ItemGroup>
  560. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  561. <PropertyGroup>
  562. <PostBuildEvent>REM 输出到安装目录,供安装打包使用
  563. if exist "$(ProjectDir)..\EfemSetup\Packages\EfemUI" rd "$(ProjectDir)..\EfemSetup\Packages\EfemUI" /s /q
  564. md "$(ProjectDir)..\EfemSetup\Packages\EfemUI\"
  565. echo 复制文件到安装目录,"$(ProjectDir)..\EfemSetup\Packages\EfemUI\"
  566. xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\EfemSetup\Packages\EfemUI\" /q
  567. REM 配置文件Copy
  568. del "$(ProjectDir)..\EfemSetup\Packages\EfemUI\*.pdb"
  569. if exist "$(ProjectDir)..\EfemSetup\Packages\EfemUI\Logs" rd "$(ProjectDir)..\EfemSetup\Packages\EfemUI\Logs" /s /q
  570. if exist "$(ProjectDir)..\EfemSetup\Packages\EfemUI\Recipes" rd "$(ProjectDir)..\EfemSetup\Packages\EfemUI\Recipes" /s /q</PostBuildEvent>
  571. </PropertyGroup>
  572. </Project>