AitexSorterUI.csproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1552A229-52E5-4A77-9868-CC9C0FF91923}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Aitex.Sorter.UI</RootNamespace>
  12. <AssemblyName>Aitex.Sorter.UI</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  20. <PublishUrl>发布\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  37. <PlatformTarget>AnyCPU</PlatformTarget>
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <UseVSHostingProcess>false</UseVSHostingProcess>
  46. <RunCodeAnalysis>false</RunCodeAnalysis>
  47. <Prefer32Bit>false</Prefer32Bit>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  50. <PlatformTarget>x86</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <Prefer32Bit>false</Prefer32Bit>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ApplicationIcon>Resources\AitexSorterUI.ico</ApplicationIcon>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <StartupObject />
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\..\ThirdParty\dlls\DocumentFormat.OpenXml.dll</HintPath>
  69. </Reference>
  70. <Reference Include="ExcelLibrary">
  71. <HintPath>..\..\ThirdParty\dlls\ExcelLibrary.dll</HintPath>
  72. </Reference>
  73. <Reference Include="log4net">
  74. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <EmbedInteropTypes>True</EmbedInteropTypes>
  79. <HintPath>..\..\ThirdParty\dlls\Microsoft.Office.Interop.Excel.dll</HintPath>
  80. </Reference>
  81. <Reference Include="PresentationFramework.Aero" />
  82. <Reference Include="System" />
  83. <Reference Include="System.configuration" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Runtime.Serialization" />
  87. <Reference Include="System.ServiceModel" />
  88. <Reference Include="System.Web.Extensions" />
  89. <Reference Include="System.Windows.Forms" />
  90. <Reference Include="System.Windows.Interactivity">
  91. <HintPath>..\..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Xml" />
  94. <Reference Include="Microsoft.CSharp" />
  95. <Reference Include="System.Core" />
  96. <Reference Include="System.Xml.Linq" />
  97. <Reference Include="System.Data.DataSetExtensions" />
  98. <Reference Include="System.Xaml">
  99. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  100. </Reference>
  101. <Reference Include="WindowsBase" />
  102. <Reference Include="PresentationCore" />
  103. <Reference Include="PresentationFramework" />
  104. <Reference Include="WindowsFormsIntegration" />
  105. <Reference Include="WPFToolkit">
  106. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  107. <Aliases>toolkit</Aliases>
  108. </Reference>
  109. <Reference Include="Xceed.Wpf.AvalonDock">
  110. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.AvalonDock.dll</HintPath>
  111. </Reference>
  112. <Reference Include="Xceed.Wpf.Toolkit">
  113. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  114. </Reference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="Config\SignalTowerManager.cs" />
  118. <Compile Include="Config\SystemConfigManager.cs" />
  119. <Compile Include="Controls\AITDisplayWaferModeRow.xaml.cs">
  120. <DependentUpon>AITDisplayWaferModeRow.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Controls\AITInterlockSensor.xaml.cs">
  123. <DependentUpon>AITInterlockSensor.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Controls\AITScBoolRow.xaml.cs">
  126. <DependentUpon>AITScBoolRow.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="Controls\AITScStringRow.xaml.cs">
  129. <DependentUpon>AITScStringRow.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="Controls\AITScDoubleRow.xaml.cs">
  132. <DependentUpon>AITScDoubleRow.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="Controls\AITScReadOnlyDoubleRow.xaml.cs">
  135. <DependentUpon>AITScReadOnlyDoubleRow.xaml</DependentUpon>
  136. </Compile>
  137. <Compile Include="Controls\Aligner.xaml.cs">
  138. <DependentUpon>Aligner.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="Controls\AtmRobot3.xaml.cs">
  141. <DependentUpon>AtmRobot3.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Controls\AtmRobot4LP.xaml.cs">
  144. <DependentUpon>AtmRobot4LP.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="Controls\AtmRobot.xaml.cs">
  147. <DependentUpon>AtmRobot.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="Controls\AtmRobot2.xaml.cs">
  150. <DependentUpon>AtmRobot2.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="Controls\AtmRobotMultiLP.xaml.cs">
  153. <DependentUpon>AtmRobotMultiLP.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="Controls\BufferStation.xaml.cs">
  156. <DependentUpon>BufferStation.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Controls\Common\AnimationQueue.cs" />
  159. <Compile Include="Controls\Common\AxisCanvas.cs" />
  160. <Compile Include="Controls\Common\CommandHelper.cs" />
  161. <Compile Include="Controls\Common\GridHelper.cs" />
  162. <Compile Include="Controls\Common\LED.xaml.cs">
  163. <DependentUpon>LED.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Controls\Common\SubListView.cs" />
  166. <Compile Include="Controls\Common\TextBoxBehavior.cs" />
  167. <Compile Include="Controls\CoolingBufferStation.xaml.cs">
  168. <DependentUpon>CoolingBufferStation.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="Controls\Door.xaml.cs">
  171. <DependentUpon>Door.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="Controls\EFEM4.xaml.cs">
  174. <DependentUpon>EFEM4.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="Controls\EFEM.xaml.cs">
  177. <DependentUpon>EFEM.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="Controls\EFEMBase.cs" />
  180. <Compile Include="Controls\Foup.xaml.cs">
  181. <DependentUpon>Foup.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="Controls\FoupItem.xaml.cs">
  184. <DependentUpon>FoupItem.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="Controls\FoupItemPro.xaml.cs">
  187. <DependentUpon>FoupItemPro.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="Controls\FoupListControl.xaml.cs">
  190. <DependentUpon>FoupListControl.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="Controls\FoupListControlPro.xaml.cs">
  193. <DependentUpon>FoupListControlPro.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="Controls\HeaderPanel.cs" />
  196. <Compile Include="Controls\Invertion.xaml.cs">
  197. <DependentUpon>Invertion.xaml</DependentUpon>
  198. </Compile>
  199. <Compile Include="Controls\LoadLock.xaml.cs">
  200. <DependentUpon>LoadLock.xaml</DependentUpon>
  201. </Compile>
  202. <Compile Include="Controls\LoadPort.xaml.cs">
  203. <DependentUpon>LoadPort.xaml</DependentUpon>
  204. </Compile>
  205. <Compile Include="Controls\LPStatus.xaml.cs">
  206. <DependentUpon>LPStatus.xaml</DependentUpon>
  207. </Compile>
  208. <Compile Include="Controls\RfidReaderControl.xaml.cs">
  209. <DependentUpon>RfidReaderControl.xaml</DependentUpon>
  210. </Compile>
  211. <Compile Include="Controls\RobotControlII.xaml.cs">
  212. <DependentUpon>RobotControlII.xaml</DependentUpon>
  213. </Compile>
  214. <Compile Include="Controls\RobotServiceControl.xaml.cs">
  215. <DependentUpon>RobotServiceControl.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="Controls\RobotControl.xaml.cs">
  218. <DependentUpon>RobotControl.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="Controls\Slot.xaml.cs">
  221. <DependentUpon>Slot.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="Controls\SMIFNoMapStatus.xaml.cs">
  224. <DependentUpon>SMIFNoMapStatus.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="Controls\SMIFStatus.xaml.cs">
  227. <DependentUpon>SMIFStatus.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="Controls\TransferSelectionDialog.xaml.cs">
  230. <DependentUpon>TransferSelectionDialog.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="Controls\TransferSelectionViewModel.cs" />
  233. <Compile Include="Controls\ViewModelControl.cs" />
  234. <Compile Include="Controls\WaferPro.xaml.cs">
  235. <DependentUpon>WaferPro.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Converter\BooleanToWidthConverter .cs" />
  238. <Compile Include="Converter\BoolNegateConverter.cs" />
  239. <Compile Include="Converter\CarrierTypeShowConverter.cs" />
  240. <Compile Include="Converter\DeviceStateColorConverter.cs" />
  241. <Compile Include="Converter\DiffPressureValueConverter.cs" />
  242. <Compile Include="Converter\E84AccessModeToBoolConverter.cs" />
  243. <Compile Include="Converter\E84InServiceToBoolConverter.cs" />
  244. <Compile Include="Converter\E84StateColorConverter.cs" />
  245. <Compile Include="Converter\FormatAndUnitConverter.cs" />
  246. <Compile Include="Converter\GridViewHeaderConverter.cs" />
  247. <Compile Include="Converter\IndicatorStateToBoolConverter.cs" />
  248. <Compile Include="Converter\LoadportCassetteStateConverter.cs" />
  249. <Compile Include="Converter\RecipeLayoutSelectorConverter.cs" />
  250. <Compile Include="Converter\StatusColorConverter.cs" />
  251. <Compile Include="Converter\TicksToDateTimeConverter.cs" />
  252. <Compile Include="Converter\TupleParametersConverter.cs" />
  253. <Compile Include="Converter\ValueWatchConverter.cs" />
  254. <Compile Include="Converter\WaferIDConverter.cs" />
  255. <Compile Include="Converter\BoolVisibilityConverter.cs" />
  256. <Compile Include="Converter\HideNullConverter.cs" />
  257. <Compile Include="Converter\IoConverter.cs" />
  258. <Compile Include="Converter\WaferColorConverter.cs" />
  259. <Compile Include="Converter\WaferConverter.cs" />
  260. <Compile Include="Converter\WaferDropConverter.cs" />
  261. <Compile Include="Controls\WaferTransferDialog.xaml.cs">
  262. <DependentUpon>WaferTransferDialog.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="Converter\LedConverter.cs" />
  265. <Compile Include="Converter\SizeOffsetConvert.cs" />
  266. <Compile Include="Converter\SlotToIndexConverter.cs" />
  267. <Compile Include="Converter\ValueMatchConverter.cs" />
  268. <Compile Include="Converter\ValueNotMatchConverter.cs" />
  269. <Compile Include="Converter\VisibilityConverter.cs" />
  270. <Compile Include="Controls\Wafer.xaml.cs">
  271. <DependentUpon>Wafer.xaml</DependentUpon>
  272. </Compile>
  273. <Compile Include="Converter\WaferLabelColorConverter.cs" />
  274. <Compile Include="Converter\WaferStatusConverter.cs" />
  275. <Compile Include="Converter\WaferSubstE90StatusConverter.cs" />
  276. <Compile Include="Properties\Resources.Designer.cs">
  277. <AutoGen>True</AutoGen>
  278. <DesignTime>True</DesignTime>
  279. <DependentUpon>Resources.resx</DependentUpon>
  280. </Compile>
  281. <Compile Include="Converter\SmartViewConverters.cs" />
  282. <Compile Include="Converter\ToNumberConverter.cs" />
  283. <Compile Include="ViewModel\AlarmViewModel.cs" />
  284. <Compile Include="Controls\FoupListItem.cs" />
  285. <Compile Include="ViewModel\EnumHelper.cs" />
  286. <Compile Include="ViewModel\FAViewModelII.cs" />
  287. <Compile Include="ViewModel\Maintenance\AlignerNoHomeViewModel.cs" />
  288. <Compile Include="ViewModel\SelectOCRPicDialogViewModel.cs" />
  289. <Compile Include="ViewModel\TerminalMessageViewModel.cs" />
  290. <Compile Include="ViewModel\FoupListViewModelBase.cs" />
  291. <Compile Include="ViewModel\Maintenance\AlignerViewModel.cs" />
  292. <Compile Include="ViewModel\EventLogViewModel.cs" />
  293. <Compile Include="ViewModel\FAViewModel.cs" />
  294. <Compile Include="ViewModel\HistoryViewModel.cs" />
  295. <Compile Include="ViewModel\IoViewModel.cs" />
  296. <Compile Include="ViewModel\Maintenance\LoadPortBaseViewModel.cs" />
  297. <Compile Include="ViewModel\Maintenance\LoadPortViewModel.cs" />
  298. <Compile Include="ViewModel\Maintenance\RobotViewModel.cs" />
  299. <Compile Include="ViewModel\Maintenance\WaferIDReaderViewModel.cs" />
  300. <Compile Include="ViewModel\Operation4LPViewModel.cs" />
  301. <Compile Include="ViewModel\OperationMultiLPViewModel.cs" />
  302. <Compile Include="ViewModel\OperationViewModel.cs" />
  303. <Compile Include="ViewModel\RecipeTarget.cs" />
  304. <Compile Include="ViewModel\RecipeViewBaseModel.cs" />
  305. <Compile Include="ViewModel\RecipeViewModel.cs" />
  306. <Compile Include="ViewModel\SignalTowerViewModel.cs" />
  307. <Compile Include="ViewModel\SystemConfigViewModel.cs" />
  308. <Compile Include="ViewModel\TopViewModel.cs" />
  309. <Compile Include="ViewModel\TopViewSubModel.cs" />
  310. <Compile Include="ViewModel\TransferViewModel.cs" />
  311. <Compile Include="ViewModel\UIRecipeManager.cs" />
  312. <Compile Include="ViewModel\UIViewModelBase.cs" />
  313. <Compile Include="Views\AlarmView.xaml.cs">
  314. <DependentUpon>AlarmView.xaml</DependentUpon>
  315. </Compile>
  316. <Compile Include="Views\FAViewII.xaml.cs">
  317. <DependentUpon>FAViewII.xaml</DependentUpon>
  318. </Compile>
  319. <Compile Include="Views\GonaSorterLogin.xaml.cs">
  320. <DependentUpon>GonaSorterLogin.xaml</DependentUpon>
  321. </Compile>
  322. <Compile Include="Views\Maintenance\AlignerNoHomeView.xaml.cs">
  323. <DependentUpon>AlignerNoHomeView.xaml</DependentUpon>
  324. </Compile>
  325. <Compile Include="Views\Maintenance\AlignerView.xaml.cs">
  326. <DependentUpon>AlignerView.xaml</DependentUpon>
  327. </Compile>
  328. <Compile Include="Views\EventLogView.xaml.cs">
  329. <DependentUpon>EventLogView.xaml</DependentUpon>
  330. </Compile>
  331. <Compile Include="Views\FAView.xaml.cs">
  332. <DependentUpon>FAView.xaml</DependentUpon>
  333. </Compile>
  334. <Compile Include="Views\HistoryView.xaml.cs">
  335. <DependentUpon>HistoryView.xaml</DependentUpon>
  336. </Compile>
  337. <Compile Include="Views\IoView.xaml.cs">
  338. <DependentUpon>IoView.xaml</DependentUpon>
  339. </Compile>
  340. <Compile Include="Views\Maintenance\LoadPortBaseView.xaml.cs">
  341. <DependentUpon>LoadPortBaseView.xaml</DependentUpon>
  342. </Compile>
  343. <Compile Include="Views\Maintenance\LoadPortView.xaml.cs">
  344. <DependentUpon>LoadPortView.xaml</DependentUpon>
  345. </Compile>
  346. <Compile Include="Views\Maintenance\LoadPortViewBase.xaml.cs">
  347. <DependentUpon>LoadPortViewBase.xaml</DependentUpon>
  348. </Compile>
  349. <Compile Include="Views\Maintenance\RobotView.xaml.cs">
  350. <DependentUpon>RobotView.xaml</DependentUpon>
  351. </Compile>
  352. <Compile Include="Views\Maintenance\WaferIDReaderView.xaml.cs">
  353. <DependentUpon>WaferIDReaderView.xaml</DependentUpon>
  354. </Compile>
  355. <Compile Include="Views\Operation4LPView.xaml.cs">
  356. <DependentUpon>Operation4LPView.xaml</DependentUpon>
  357. </Compile>
  358. <Compile Include="Views\OperationView.xaml.cs">
  359. <DependentUpon>OperationView.xaml</DependentUpon>
  360. </Compile>
  361. <Compile Include="Views\RecipeNameDialog.xaml.cs">
  362. <DependentUpon>RecipeNameDialog.xaml</DependentUpon>
  363. </Compile>
  364. <Compile Include="Views\RecipeView.xaml.cs">
  365. <DependentUpon>RecipeView.xaml</DependentUpon>
  366. </Compile>
  367. <Compile Include="Views\SelectOCRPicDialogView.xaml.cs">
  368. <DependentUpon>SelectOCRPicDialogView.xaml</DependentUpon>
  369. </Compile>
  370. <Compile Include="Views\SignalTowerView.xaml.cs">
  371. <DependentUpon>SignalTowerView.xaml</DependentUpon>
  372. </Compile>
  373. <Compile Include="Views\SystemConfigView.xaml.cs">
  374. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  375. </Compile>
  376. <Compile Include="Views\TopView.xaml.cs">
  377. <DependentUpon>TopView.xaml</DependentUpon>
  378. </Compile>
  379. <Compile Include="Views\TopViewSub.xaml.cs">
  380. <DependentUpon>TopViewSub.xaml</DependentUpon>
  381. </Compile>
  382. <Compile Include="Views\TransferView.xaml.cs">
  383. <DependentUpon>TransferView.xaml</DependentUpon>
  384. </Compile>
  385. <Page Include="Controls\AITDisplayWaferModeRow.xaml">
  386. <SubType>Designer</SubType>
  387. <Generator>MSBuild:Compile</Generator>
  388. </Page>
  389. <Page Include="Controls\AITInterlockSensor.xaml">
  390. <SubType>Designer</SubType>
  391. <Generator>MSBuild:Compile</Generator>
  392. </Page>
  393. <Page Include="Controls\AITScBoolRow.xaml">
  394. <SubType>Designer</SubType>
  395. <Generator>MSBuild:Compile</Generator>
  396. </Page>
  397. <Page Include="Controls\AITScStringRow.xaml">
  398. <Generator>MSBuild:Compile</Generator>
  399. <SubType>Designer</SubType>
  400. </Page>
  401. <Page Include="Controls\AITScReadOnlyDoubleRow.xaml">
  402. <SubType>Designer</SubType>
  403. <Generator>MSBuild:Compile</Generator>
  404. </Page>
  405. <Page Include="Controls\AtmRobot3.xaml">
  406. <Generator>MSBuild:Compile</Generator>
  407. <SubType>Designer</SubType>
  408. </Page>
  409. <Page Include="Controls\AtmRobot4LP.xaml">
  410. <Generator>MSBuild:Compile</Generator>
  411. <SubType>Designer</SubType>
  412. </Page>
  413. <Page Include="Controls\AtmRobot2.xaml">
  414. <Generator>MSBuild:Compile</Generator>
  415. <SubType>Designer</SubType>
  416. </Page>
  417. <Page Include="Controls\AtmRobotMultiLP.xaml">
  418. <Generator>MSBuild:Compile</Generator>
  419. <SubType>Designer</SubType>
  420. </Page>
  421. <Page Include="Controls\BufferStation.xaml">
  422. <SubType>Designer</SubType>
  423. <Generator>MSBuild:Compile</Generator>
  424. </Page>
  425. <Page Include="Controls\Common\LED.xaml">
  426. <SubType>Designer</SubType>
  427. <Generator>MSBuild:Compile</Generator>
  428. </Page>
  429. <Page Include="Controls\CoolingBufferStation.xaml">
  430. <Generator>MSBuild:Compile</Generator>
  431. <SubType>Designer</SubType>
  432. </Page>
  433. <Page Include="Controls\Door.xaml">
  434. <SubType>Designer</SubType>
  435. <Generator>MSBuild:Compile</Generator>
  436. </Page>
  437. <Page Include="Controls\EFEM4.xaml">
  438. <Generator>MSBuild:Compile</Generator>
  439. <SubType>Designer</SubType>
  440. </Page>
  441. <Page Include="Controls\FoupItem.xaml">
  442. <Generator>MSBuild:Compile</Generator>
  443. <SubType>Designer</SubType>
  444. </Page>
  445. <Page Include="Controls\FoupItemPro.xaml">
  446. <Generator>MSBuild:Compile</Generator>
  447. <SubType>Designer</SubType>
  448. </Page>
  449. <Page Include="Controls\FoupListControl.xaml">
  450. <Generator>MSBuild:Compile</Generator>
  451. <SubType>Designer</SubType>
  452. </Page>
  453. <Page Include="Controls\FoupListControlPro.xaml">
  454. <Generator>MSBuild:Compile</Generator>
  455. <SubType>Designer</SubType>
  456. </Page>
  457. <Page Include="Controls\HeaderPanelResource.xaml">
  458. <Generator>MSBuild:Compile</Generator>
  459. <SubType>Designer</SubType>
  460. </Page>
  461. <Page Include="Controls\Invertion.xaml">
  462. <SubType>Designer</SubType>
  463. <Generator>MSBuild:Compile</Generator>
  464. </Page>
  465. <Page Include="Controls\LoadLock.xaml">
  466. <SubType>Designer</SubType>
  467. <Generator>MSBuild:Compile</Generator>
  468. </Page>
  469. <Page Include="Controls\RfidReaderControl.xaml">
  470. <Generator>MSBuild:Compile</Generator>
  471. <SubType>Designer</SubType>
  472. </Page>
  473. <Page Include="Controls\RobotControlII.xaml">
  474. <Generator>MSBuild:Compile</Generator>
  475. <SubType>Designer</SubType>
  476. </Page>
  477. <Page Include="Controls\RobotServiceControl.xaml">
  478. <Generator>MSBuild:Compile</Generator>
  479. <SubType>Designer</SubType>
  480. </Page>
  481. <Page Include="Controls\RobotControl.xaml">
  482. <SubType>Designer</SubType>
  483. <Generator>MSBuild:Compile</Generator>
  484. </Page>
  485. <Page Include="Controls\Slot.xaml">
  486. <SubType>Designer</SubType>
  487. <Generator>MSBuild:Compile</Generator>
  488. </Page>
  489. <Page Include="Controls\SMIFNoMapStatus.xaml">
  490. <Generator>MSBuild:Compile</Generator>
  491. <SubType>Designer</SubType>
  492. </Page>
  493. <Page Include="Controls\SMIFStatus.xaml">
  494. <Generator>MSBuild:Compile</Generator>
  495. <SubType>Designer</SubType>
  496. </Page>
  497. <Page Include="Controls\TransferSelectionDialog.xaml">
  498. <Generator>MSBuild:Compile</Generator>
  499. <SubType>Designer</SubType>
  500. </Page>
  501. <Page Include="Controls\WaferPro.xaml">
  502. <Generator>MSBuild:Compile</Generator>
  503. <SubType>Designer</SubType>
  504. </Page>
  505. <Page Include="Views\FAViewII.xaml">
  506. <Generator>MSBuild:Compile</Generator>
  507. <SubType>Designer</SubType>
  508. </Page>
  509. <Page Include="Views\GonaSorterLogin.xaml">
  510. <SubType>Designer</SubType>
  511. <Generator>MSBuild:Compile</Generator>
  512. </Page>
  513. <Page Include="Views\IoView.xaml">
  514. <SubType>Designer</SubType>
  515. <Generator>MSBuild:Compile</Generator>
  516. </Page>
  517. <Page Include="Views\Maintenance\AlignerNoHomeView.xaml">
  518. <Generator>MSBuild:Compile</Generator>
  519. <SubType>Designer</SubType>
  520. </Page>
  521. <Page Include="Views\Maintenance\AlignerView.xaml">
  522. <SubType>Designer</SubType>
  523. <Generator>MSBuild:Compile</Generator>
  524. </Page>
  525. <Page Include="Views\Maintenance\LoadPortBaseView.xaml">
  526. <SubType>Designer</SubType>
  527. <Generator>MSBuild:Compile</Generator>
  528. </Page>
  529. <Page Include="Views\Maintenance\LoadPortView.xaml">
  530. <SubType>Designer</SubType>
  531. <Generator>MSBuild:Compile</Generator>
  532. </Page>
  533. <Page Include="Views\Maintenance\LoadPortViewBase.xaml">
  534. <SubType>Designer</SubType>
  535. <Generator>MSBuild:Compile</Generator>
  536. </Page>
  537. <Page Include="Views\Maintenance\RobotView.xaml">
  538. <SubType>Designer</SubType>
  539. <Generator>MSBuild:Compile</Generator>
  540. </Page>
  541. <Page Include="Views\Maintenance\WaferIDReaderView.xaml">
  542. <SubType>Designer</SubType>
  543. <Generator>MSBuild:Compile</Generator>
  544. </Page>
  545. <Page Include="Views\Operation4LPView.xaml">
  546. <Generator>MSBuild:Compile</Generator>
  547. <SubType>Designer</SubType>
  548. </Page>
  549. <Page Include="Views\RecipeNameDialog.xaml">
  550. <SubType>Designer</SubType>
  551. <Generator>MSBuild:Compile</Generator>
  552. </Page>
  553. <Page Include="Views\RecipeView.xaml">
  554. <SubType>Designer</SubType>
  555. <Generator>MSBuild:Compile</Generator>
  556. </Page>
  557. <Page Include="Views\SelectOCRPicDialogView.xaml">
  558. <Generator>MSBuild:Compile</Generator>
  559. <SubType>Designer</SubType>
  560. </Page>
  561. <Page Include="Views\SignalTowerView.xaml">
  562. <SubType>Designer</SubType>
  563. <Generator>MSBuild:Compile</Generator>
  564. </Page>
  565. <Page Include="Views\TopViewSub.xaml">
  566. <SubType>Designer</SubType>
  567. <Generator>MSBuild:Compile</Generator>
  568. </Page>
  569. <Page Include="Views\TransferView.xaml">
  570. <SubType>Designer</SubType>
  571. <Generator>MSBuild:Compile</Generator>
  572. </Page>
  573. <Resource Include="Resources\StringResources.zh-CN.xaml">
  574. <SubType>Designer</SubType>
  575. <Generator>MSBuild:Compile</Generator>
  576. </Resource>
  577. <Resource Include="Resources\StringResources.en-US.xaml">
  578. <SubType>Designer</SubType>
  579. <Generator>MSBuild:Compile</Generator>
  580. </Resource>
  581. <Page Include="Controls\AITScDoubleRow.xaml">
  582. <Generator>MSBuild:Compile</Generator>
  583. <SubType>Designer</SubType>
  584. </Page>
  585. <Page Include="Controls\Aligner.xaml">
  586. <SubType>Designer</SubType>
  587. <Generator>MSBuild:Compile</Generator>
  588. </Page>
  589. <Page Include="Controls\AtmRobot.xaml">
  590. <SubType>Designer</SubType>
  591. <Generator>MSBuild:Compile</Generator>
  592. </Page>
  593. <Page Include="Controls\EFEM.xaml">
  594. <SubType>Designer</SubType>
  595. <Generator>MSBuild:Compile</Generator>
  596. </Page>
  597. <Page Include="Controls\Foup.xaml">
  598. <SubType>Designer</SubType>
  599. <Generator>MSBuild:Compile</Generator>
  600. </Page>
  601. <Page Include="Controls\LoadPort.xaml">
  602. <SubType>Designer</SubType>
  603. <Generator>MSBuild:Compile</Generator>
  604. </Page>
  605. <Page Include="Controls\LPStatus.xaml">
  606. <SubType>Designer</SubType>
  607. <Generator>MSBuild:Compile</Generator>
  608. </Page>
  609. <Page Include="Controls\Wafer.xaml">
  610. <SubType>Designer</SubType>
  611. <Generator>MSBuild:Compile</Generator>
  612. </Page>
  613. <Page Include="Controls\WaferTransferDialog.xaml">
  614. <SubType>Designer</SubType>
  615. <Generator>MSBuild:Compile</Generator>
  616. </Page>
  617. <Resource Include="Resources\Generic.xaml">
  618. <SubType>Designer</SubType>
  619. <Generator>MSBuild:Compile</Generator>
  620. </Resource>
  621. <Page Include="Views\AlarmView.xaml">
  622. <SubType>Designer</SubType>
  623. <Generator>MSBuild:Compile</Generator>
  624. </Page>
  625. <Page Include="Views\EventLogView.xaml">
  626. <SubType>Designer</SubType>
  627. <Generator>MSBuild:Compile</Generator>
  628. </Page>
  629. <Page Include="Views\FAView.xaml">
  630. <SubType>Designer</SubType>
  631. <Generator>MSBuild:Compile</Generator>
  632. </Page>
  633. <Page Include="Views\HistoryView.xaml">
  634. <SubType>Designer</SubType>
  635. <Generator>MSBuild:Compile</Generator>
  636. </Page>
  637. <Page Include="Views\OperationView.xaml">
  638. <SubType>Designer</SubType>
  639. <Generator>MSBuild:Compile</Generator>
  640. </Page>
  641. <Page Include="Views\SystemConfigView.xaml">
  642. <SubType>Designer</SubType>
  643. <Generator>MSBuild:Compile</Generator>
  644. </Page>
  645. <Page Include="Views\TopView.xaml">
  646. <SubType>Designer</SubType>
  647. <Generator>MSBuild:Compile</Generator>
  648. </Page>
  649. </ItemGroup>
  650. <ItemGroup>
  651. <Compile Include="Properties\AssemblyInfo.cs">
  652. <SubType>Code</SubType>
  653. </Compile>
  654. <Compile Include="Properties\Settings.Designer.cs">
  655. <AutoGen>True</AutoGen>
  656. <DependentUpon>Settings.settings</DependentUpon>
  657. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  658. </Compile>
  659. <EmbeddedResource Include="Properties\Resources.en-US.resx">
  660. <SubType>Designer</SubType>
  661. </EmbeddedResource>
  662. <EmbeddedResource Include="Properties\Resources.resx">
  663. <Generator>ResXFileCodeGenerator</Generator>
  664. <SubType>Designer</SubType>
  665. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  666. </EmbeddedResource>
  667. <None Include="Properties\Settings.settings">
  668. <Generator>SettingsSingleFileGenerator</Generator>
  669. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  670. </None>
  671. <AppDesigner Include="Properties\" />
  672. </ItemGroup>
  673. <ItemGroup>
  674. <Resource Include="Resources\images\Left.png" />
  675. <Resource Include="Resources\images\Next_32x32.png" />
  676. <Resource Include="Resources\images\Previous_32x32.png" />
  677. <Resource Include="Resources\images\redo-32x32.png" />
  678. <Resource Include="Resources\images\right.png" />
  679. <Resource Include="Resources\images\robot3.png" />
  680. <Resource Include="Resources\images\robot4.png" />
  681. <Resource Include="Resources\images\robot5.png" />
  682. <Resource Include="Resources\images\undo-32x32.png" />
  683. <Resource Include="Resources\images\robotArm2.png" />
  684. <Resource Include="Resources\images\robotArm3.png" />
  685. <Resource Include="Resources\images\robotHand1.png" />
  686. <Resource Include="ReleaseNotes.txt" />
  687. <Resource Include="Resources\images\loadlock.png" />
  688. <Resource Include="Resources\images\dock.png" />
  689. <EmbeddedResource Include="Properties\Resources.zh-CN.resx">
  690. <SubType>Designer</SubType>
  691. </EmbeddedResource>
  692. <EmbeddedResource Include="SciChartLicense.xml" />
  693. <Content Include="Config\SystemConfig.default.xml">
  694. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  695. </Content>
  696. <Resource Include="Resources\images\FOUP.png" />
  697. <Resource Include="Resources\images\FOUP_open.png" />
  698. <Resource Include="Resources\images\Yaskawa_logo.png" />
  699. <None Include="Config\SignalTower.xml">
  700. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  701. </None>
  702. <Resource Include="Resources\images\waferGray.png" />
  703. <Resource Include="Resources\images\waferGreen.png" />
  704. <Resource Include="Resources\images\waferYellow.png" />
  705. <Resource Include="Resources\images\waferRed.png" />
  706. <Resource Include="Resources\images\wafer.png" />
  707. <Resource Include="Resources\images\EFEMbg.png" />
  708. <Resource Include="Resources\images\aligner.png" />
  709. <Resource Include="Resources\images\lp.png" />
  710. <Resource Include="Resources\images\robotDock.png" />
  711. <Resource Include="Resources\images\robotArm.png" />
  712. <Resource Include="Resources\images\robotHand.png" />
  713. <Resource Include="Resources\images\EFEMbg2.png" />
  714. <Resource Include="Resources\images\slot25.png" />
  715. <Resource Include="Resources\images\slot1.png" />
  716. <Resource Include="Resources\images\foup25.png" />
  717. <Resource Include="Resources\images\door.png" />
  718. <Resource Include="Resources\AitexSorterUI.ico" />
  719. <Resource Include="Resources\images\Invertion.png" />
  720. <Resource Include="Resources\images\InvertionHand1.png" />
  721. <Resource Include="Resources\images\InvertionHand2.png" />
  722. <Resource Include="Resources\images\InvertionHand3.png" />
  723. <Resource Include="Resources\images\robotArm4.png" />
  724. </ItemGroup>
  725. <ItemGroup>
  726. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  727. <Visible>False</Visible>
  728. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  729. <Install>true</Install>
  730. </BootstrapperPackage>
  731. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  732. <Visible>False</Visible>
  733. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  734. <Install>false</Install>
  735. </BootstrapperPackage>
  736. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  737. <Visible>False</Visible>
  738. <ProductName>.NET Framework 3.5 SP1</ProductName>
  739. <Install>false</Install>
  740. </BootstrapperPackage>
  741. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  742. <Visible>False</Visible>
  743. <ProductName>Windows Installer 4.5</ProductName>
  744. <Install>true</Install>
  745. </BootstrapperPackage>
  746. </ItemGroup>
  747. <ItemGroup>
  748. <ProjectReference Include="..\Common\Common.csproj">
  749. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  750. <Name>Common</Name>
  751. </ProjectReference>
  752. <ProjectReference Include="..\AitexSorterCommon\AitexSorterCommon.csproj">
  753. <Project>{f5c6659d-7a3f-4d28-84e9-6abbf7cd02c7}</Project>
  754. <Name>AitexSorterCommon</Name>
  755. </ProjectReference>
  756. <ProjectReference Include="..\UICore\UICore.csproj">
  757. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  758. <Name>UICore</Name>
  759. </ProjectReference>
  760. </ItemGroup>
  761. <ItemGroup />
  762. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  763. <PropertyGroup>
  764. <PostBuildEvent>
  765. </PostBuildEvent>
  766. </PropertyGroup>
  767. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  768. Other similar extension points exist, see Microsoft.Common.targets.
  769. <Target Name="BeforeBuild">
  770. </Target>
  771. <Target Name="AfterBuild">
  772. </Target>
  773. -->
  774. </Project>