AitexSorterUI.csproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  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\WidthConverter.cs" />
  255. <Compile Include="Converter\WaferIDConverter.cs" />
  256. <Compile Include="Converter\BoolVisibilityConverter.cs" />
  257. <Compile Include="Converter\HideNullConverter.cs" />
  258. <Compile Include="Converter\IoConverter.cs" />
  259. <Compile Include="Converter\WaferColorConverter.cs" />
  260. <Compile Include="Converter\WaferConverter.cs" />
  261. <Compile Include="Converter\WaferDropConverter.cs" />
  262. <Compile Include="Controls\WaferTransferDialog.xaml.cs">
  263. <DependentUpon>WaferTransferDialog.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="Converter\LedConverter.cs" />
  266. <Compile Include="Converter\SizeOffsetConvert.cs" />
  267. <Compile Include="Converter\SlotToIndexConverter.cs" />
  268. <Compile Include="Converter\ValueMatchConverter.cs" />
  269. <Compile Include="Converter\ValueNotMatchConverter.cs" />
  270. <Compile Include="Converter\VisibilityConverter.cs" />
  271. <Compile Include="Controls\Wafer.xaml.cs">
  272. <DependentUpon>Wafer.xaml</DependentUpon>
  273. </Compile>
  274. <Compile Include="Converter\WaferLabelColorConverter.cs" />
  275. <Compile Include="Converter\WaferStatusConverter.cs" />
  276. <Compile Include="Converter\WaferSubstE90StatusConverter.cs" />
  277. <Compile Include="Properties\Resources.Designer.cs">
  278. <AutoGen>True</AutoGen>
  279. <DesignTime>True</DesignTime>
  280. <DependentUpon>Resources.resx</DependentUpon>
  281. </Compile>
  282. <Compile Include="Converter\SmartViewConverters.cs" />
  283. <Compile Include="Converter\ToNumberConverter.cs" />
  284. <Compile Include="ViewModel\AlarmViewModel.cs" />
  285. <Compile Include="Controls\FoupListItem.cs" />
  286. <Compile Include="ViewModel\EnumHelper.cs" />
  287. <Compile Include="ViewModel\FAViewModelII.cs" />
  288. <Compile Include="ViewModel\Maintenance\AlignerNoHomeViewModel.cs" />
  289. <Compile Include="ViewModel\SelectOCRPicDialogViewModel.cs" />
  290. <Compile Include="ViewModel\TerminalMessageViewModel.cs" />
  291. <Compile Include="ViewModel\FoupListViewModelBase.cs" />
  292. <Compile Include="ViewModel\Maintenance\AlignerViewModel.cs" />
  293. <Compile Include="ViewModel\EventLogViewModel.cs" />
  294. <Compile Include="ViewModel\FAViewModel.cs" />
  295. <Compile Include="ViewModel\HistoryViewModel.cs" />
  296. <Compile Include="ViewModel\IoViewModel.cs" />
  297. <Compile Include="ViewModel\Maintenance\LoadPortBaseViewModel.cs" />
  298. <Compile Include="ViewModel\Maintenance\LoadPortViewModel.cs" />
  299. <Compile Include="ViewModel\Maintenance\RobotViewModel.cs" />
  300. <Compile Include="ViewModel\Maintenance\WaferIDReaderViewModel.cs" />
  301. <Compile Include="ViewModel\Operation4LPViewModel.cs" />
  302. <Compile Include="ViewModel\OperationMultiLPViewModel.cs" />
  303. <Compile Include="ViewModel\OperationViewModel.cs" />
  304. <Compile Include="ViewModel\RecipeTarget.cs" />
  305. <Compile Include="ViewModel\RecipeViewBaseModel.cs" />
  306. <Compile Include="ViewModel\RecipeViewModel.cs" />
  307. <Compile Include="ViewModel\SignalTowerViewModel.cs" />
  308. <Compile Include="ViewModel\SystemConfigViewModel.cs" />
  309. <Compile Include="ViewModel\TopViewModel.cs" />
  310. <Compile Include="ViewModel\TopViewSubModel.cs" />
  311. <Compile Include="ViewModel\TransferViewModel.cs" />
  312. <Compile Include="ViewModel\UIRecipeManager.cs" />
  313. <Compile Include="ViewModel\UIViewModelBase.cs" />
  314. <Compile Include="Views\AlarmView.xaml.cs">
  315. <DependentUpon>AlarmView.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="Views\FAViewII.xaml.cs">
  318. <DependentUpon>FAViewII.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="Views\GonaSorterLogin.xaml.cs">
  321. <DependentUpon>GonaSorterLogin.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="Views\Maintenance\AlignerNoHomeView.xaml.cs">
  324. <DependentUpon>AlignerNoHomeView.xaml</DependentUpon>
  325. </Compile>
  326. <Compile Include="Views\Maintenance\AlignerView.xaml.cs">
  327. <DependentUpon>AlignerView.xaml</DependentUpon>
  328. </Compile>
  329. <Compile Include="Views\EventLogView.xaml.cs">
  330. <DependentUpon>EventLogView.xaml</DependentUpon>
  331. </Compile>
  332. <Compile Include="Views\FAView.xaml.cs">
  333. <DependentUpon>FAView.xaml</DependentUpon>
  334. </Compile>
  335. <Compile Include="Views\HistoryView.xaml.cs">
  336. <DependentUpon>HistoryView.xaml</DependentUpon>
  337. </Compile>
  338. <Compile Include="Views\IoView.xaml.cs">
  339. <DependentUpon>IoView.xaml</DependentUpon>
  340. </Compile>
  341. <Compile Include="Views\Maintenance\LoadPortBaseView.xaml.cs">
  342. <DependentUpon>LoadPortBaseView.xaml</DependentUpon>
  343. </Compile>
  344. <Compile Include="Views\Maintenance\LoadPortView.xaml.cs">
  345. <DependentUpon>LoadPortView.xaml</DependentUpon>
  346. </Compile>
  347. <Compile Include="Views\Maintenance\LoadPortViewBase.xaml.cs">
  348. <DependentUpon>LoadPortViewBase.xaml</DependentUpon>
  349. </Compile>
  350. <Compile Include="Views\Maintenance\RobotView.xaml.cs">
  351. <DependentUpon>RobotView.xaml</DependentUpon>
  352. </Compile>
  353. <Compile Include="Views\Maintenance\WaferIDReaderView.xaml.cs">
  354. <DependentUpon>WaferIDReaderView.xaml</DependentUpon>
  355. </Compile>
  356. <Compile Include="Views\Operation4LPView.xaml.cs">
  357. <DependentUpon>Operation4LPView.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="Views\OperationView.xaml.cs">
  360. <DependentUpon>OperationView.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="Views\RecipeNameDialog.xaml.cs">
  363. <DependentUpon>RecipeNameDialog.xaml</DependentUpon>
  364. </Compile>
  365. <Compile Include="Views\RecipeView.xaml.cs">
  366. <DependentUpon>RecipeView.xaml</DependentUpon>
  367. </Compile>
  368. <Compile Include="Views\SelectOCRPicDialogView.xaml.cs">
  369. <DependentUpon>SelectOCRPicDialogView.xaml</DependentUpon>
  370. </Compile>
  371. <Compile Include="Views\SignalTowerView.xaml.cs">
  372. <DependentUpon>SignalTowerView.xaml</DependentUpon>
  373. </Compile>
  374. <Compile Include="Views\SystemConfigView.xaml.cs">
  375. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  376. </Compile>
  377. <Compile Include="Views\TopView.xaml.cs">
  378. <DependentUpon>TopView.xaml</DependentUpon>
  379. </Compile>
  380. <Compile Include="Views\TopViewSub.xaml.cs">
  381. <DependentUpon>TopViewSub.xaml</DependentUpon>
  382. </Compile>
  383. <Compile Include="Views\TransferView.xaml.cs">
  384. <DependentUpon>TransferView.xaml</DependentUpon>
  385. </Compile>
  386. <Page Include="Controls\AITDisplayWaferModeRow.xaml">
  387. <SubType>Designer</SubType>
  388. <Generator>MSBuild:Compile</Generator>
  389. </Page>
  390. <Page Include="Controls\AITInterlockSensor.xaml">
  391. <SubType>Designer</SubType>
  392. <Generator>MSBuild:Compile</Generator>
  393. </Page>
  394. <Page Include="Controls\AITScBoolRow.xaml">
  395. <SubType>Designer</SubType>
  396. <Generator>MSBuild:Compile</Generator>
  397. </Page>
  398. <Page Include="Controls\AITScStringRow.xaml">
  399. <Generator>MSBuild:Compile</Generator>
  400. <SubType>Designer</SubType>
  401. </Page>
  402. <Page Include="Controls\AITScReadOnlyDoubleRow.xaml">
  403. <SubType>Designer</SubType>
  404. <Generator>MSBuild:Compile</Generator>
  405. </Page>
  406. <Page Include="Controls\AtmRobot3.xaml">
  407. <Generator>MSBuild:Compile</Generator>
  408. <SubType>Designer</SubType>
  409. </Page>
  410. <Page Include="Controls\AtmRobot4LP.xaml">
  411. <Generator>MSBuild:Compile</Generator>
  412. <SubType>Designer</SubType>
  413. </Page>
  414. <Page Include="Controls\AtmRobot2.xaml">
  415. <Generator>MSBuild:Compile</Generator>
  416. <SubType>Designer</SubType>
  417. </Page>
  418. <Page Include="Controls\AtmRobotMultiLP.xaml">
  419. <Generator>MSBuild:Compile</Generator>
  420. <SubType>Designer</SubType>
  421. </Page>
  422. <Page Include="Controls\BufferStation.xaml">
  423. <SubType>Designer</SubType>
  424. <Generator>MSBuild:Compile</Generator>
  425. </Page>
  426. <Page Include="Controls\Common\LED.xaml">
  427. <SubType>Designer</SubType>
  428. <Generator>MSBuild:Compile</Generator>
  429. </Page>
  430. <Page Include="Controls\CoolingBufferStation.xaml">
  431. <Generator>MSBuild:Compile</Generator>
  432. <SubType>Designer</SubType>
  433. </Page>
  434. <Page Include="Controls\Door.xaml">
  435. <SubType>Designer</SubType>
  436. <Generator>MSBuild:Compile</Generator>
  437. </Page>
  438. <Page Include="Controls\EFEM4.xaml">
  439. <Generator>MSBuild:Compile</Generator>
  440. <SubType>Designer</SubType>
  441. </Page>
  442. <Page Include="Controls\FoupItem.xaml">
  443. <Generator>MSBuild:Compile</Generator>
  444. <SubType>Designer</SubType>
  445. </Page>
  446. <Page Include="Controls\FoupItemPro.xaml">
  447. <Generator>MSBuild:Compile</Generator>
  448. <SubType>Designer</SubType>
  449. </Page>
  450. <Page Include="Controls\FoupListControl.xaml">
  451. <Generator>MSBuild:Compile</Generator>
  452. <SubType>Designer</SubType>
  453. </Page>
  454. <Page Include="Controls\FoupListControlPro.xaml">
  455. <Generator>MSBuild:Compile</Generator>
  456. <SubType>Designer</SubType>
  457. </Page>
  458. <Page Include="Controls\HeaderPanelResource.xaml">
  459. <Generator>MSBuild:Compile</Generator>
  460. <SubType>Designer</SubType>
  461. </Page>
  462. <Page Include="Controls\Invertion.xaml">
  463. <SubType>Designer</SubType>
  464. <Generator>MSBuild:Compile</Generator>
  465. </Page>
  466. <Page Include="Controls\LoadLock.xaml">
  467. <SubType>Designer</SubType>
  468. <Generator>MSBuild:Compile</Generator>
  469. </Page>
  470. <Page Include="Controls\RfidReaderControl.xaml">
  471. <Generator>MSBuild:Compile</Generator>
  472. <SubType>Designer</SubType>
  473. </Page>
  474. <Page Include="Controls\RobotControlII.xaml">
  475. <Generator>MSBuild:Compile</Generator>
  476. <SubType>Designer</SubType>
  477. </Page>
  478. <Page Include="Controls\RobotServiceControl.xaml">
  479. <Generator>MSBuild:Compile</Generator>
  480. <SubType>Designer</SubType>
  481. </Page>
  482. <Page Include="Controls\RobotControl.xaml">
  483. <SubType>Designer</SubType>
  484. <Generator>MSBuild:Compile</Generator>
  485. </Page>
  486. <Page Include="Controls\Slot.xaml">
  487. <SubType>Designer</SubType>
  488. <Generator>MSBuild:Compile</Generator>
  489. </Page>
  490. <Page Include="Controls\SMIFNoMapStatus.xaml">
  491. <Generator>MSBuild:Compile</Generator>
  492. <SubType>Designer</SubType>
  493. </Page>
  494. <Page Include="Controls\SMIFStatus.xaml">
  495. <Generator>MSBuild:Compile</Generator>
  496. <SubType>Designer</SubType>
  497. </Page>
  498. <Page Include="Controls\TransferSelectionDialog.xaml">
  499. <Generator>MSBuild:Compile</Generator>
  500. <SubType>Designer</SubType>
  501. </Page>
  502. <Page Include="Controls\WaferPro.xaml">
  503. <Generator>MSBuild:Compile</Generator>
  504. <SubType>Designer</SubType>
  505. </Page>
  506. <Page Include="Views\FAViewII.xaml">
  507. <Generator>MSBuild:Compile</Generator>
  508. <SubType>Designer</SubType>
  509. </Page>
  510. <Page Include="Views\GonaSorterLogin.xaml">
  511. <SubType>Designer</SubType>
  512. <Generator>MSBuild:Compile</Generator>
  513. </Page>
  514. <Page Include="Views\IoView.xaml">
  515. <SubType>Designer</SubType>
  516. <Generator>MSBuild:Compile</Generator>
  517. </Page>
  518. <Page Include="Views\Maintenance\AlignerNoHomeView.xaml">
  519. <Generator>MSBuild:Compile</Generator>
  520. <SubType>Designer</SubType>
  521. </Page>
  522. <Page Include="Views\Maintenance\AlignerView.xaml">
  523. <SubType>Designer</SubType>
  524. <Generator>MSBuild:Compile</Generator>
  525. </Page>
  526. <Page Include="Views\Maintenance\LoadPortBaseView.xaml">
  527. <SubType>Designer</SubType>
  528. <Generator>MSBuild:Compile</Generator>
  529. </Page>
  530. <Page Include="Views\Maintenance\LoadPortView.xaml">
  531. <SubType>Designer</SubType>
  532. <Generator>MSBuild:Compile</Generator>
  533. </Page>
  534. <Page Include="Views\Maintenance\LoadPortViewBase.xaml">
  535. <SubType>Designer</SubType>
  536. <Generator>MSBuild:Compile</Generator>
  537. </Page>
  538. <Page Include="Views\Maintenance\RobotView.xaml">
  539. <SubType>Designer</SubType>
  540. <Generator>MSBuild:Compile</Generator>
  541. </Page>
  542. <Page Include="Views\Maintenance\WaferIDReaderView.xaml">
  543. <SubType>Designer</SubType>
  544. <Generator>MSBuild:Compile</Generator>
  545. </Page>
  546. <Page Include="Views\Operation4LPView.xaml">
  547. <Generator>MSBuild:Compile</Generator>
  548. <SubType>Designer</SubType>
  549. </Page>
  550. <Page Include="Views\RecipeNameDialog.xaml">
  551. <SubType>Designer</SubType>
  552. <Generator>MSBuild:Compile</Generator>
  553. </Page>
  554. <Page Include="Views\RecipeView.xaml">
  555. <SubType>Designer</SubType>
  556. <Generator>MSBuild:Compile</Generator>
  557. </Page>
  558. <Page Include="Views\SelectOCRPicDialogView.xaml">
  559. <Generator>MSBuild:Compile</Generator>
  560. <SubType>Designer</SubType>
  561. </Page>
  562. <Page Include="Views\SignalTowerView.xaml">
  563. <SubType>Designer</SubType>
  564. <Generator>MSBuild:Compile</Generator>
  565. </Page>
  566. <Page Include="Views\TopViewSub.xaml">
  567. <SubType>Designer</SubType>
  568. <Generator>MSBuild:Compile</Generator>
  569. </Page>
  570. <Page Include="Views\TransferView.xaml">
  571. <SubType>Designer</SubType>
  572. <Generator>MSBuild:Compile</Generator>
  573. </Page>
  574. <Resource Include="Resources\StringResources.zh-CN.xaml">
  575. <SubType>Designer</SubType>
  576. <Generator>MSBuild:Compile</Generator>
  577. </Resource>
  578. <Resource Include="Resources\StringResources.en-US.xaml">
  579. <SubType>Designer</SubType>
  580. <Generator>MSBuild:Compile</Generator>
  581. </Resource>
  582. <Page Include="Controls\AITScDoubleRow.xaml">
  583. <Generator>MSBuild:Compile</Generator>
  584. <SubType>Designer</SubType>
  585. </Page>
  586. <Page Include="Controls\Aligner.xaml">
  587. <SubType>Designer</SubType>
  588. <Generator>MSBuild:Compile</Generator>
  589. </Page>
  590. <Page Include="Controls\AtmRobot.xaml">
  591. <SubType>Designer</SubType>
  592. <Generator>MSBuild:Compile</Generator>
  593. </Page>
  594. <Page Include="Controls\EFEM.xaml">
  595. <SubType>Designer</SubType>
  596. <Generator>MSBuild:Compile</Generator>
  597. </Page>
  598. <Page Include="Controls\Foup.xaml">
  599. <SubType>Designer</SubType>
  600. <Generator>MSBuild:Compile</Generator>
  601. </Page>
  602. <Page Include="Controls\LoadPort.xaml">
  603. <SubType>Designer</SubType>
  604. <Generator>MSBuild:Compile</Generator>
  605. </Page>
  606. <Page Include="Controls\LPStatus.xaml">
  607. <SubType>Designer</SubType>
  608. <Generator>MSBuild:Compile</Generator>
  609. </Page>
  610. <Page Include="Controls\Wafer.xaml">
  611. <SubType>Designer</SubType>
  612. <Generator>MSBuild:Compile</Generator>
  613. </Page>
  614. <Page Include="Controls\WaferTransferDialog.xaml">
  615. <SubType>Designer</SubType>
  616. <Generator>MSBuild:Compile</Generator>
  617. </Page>
  618. <Resource Include="Resources\Generic.xaml">
  619. <SubType>Designer</SubType>
  620. <Generator>MSBuild:Compile</Generator>
  621. </Resource>
  622. <Page Include="Views\AlarmView.xaml">
  623. <SubType>Designer</SubType>
  624. <Generator>MSBuild:Compile</Generator>
  625. </Page>
  626. <Page Include="Views\EventLogView.xaml">
  627. <SubType>Designer</SubType>
  628. <Generator>MSBuild:Compile</Generator>
  629. </Page>
  630. <Page Include="Views\FAView.xaml">
  631. <SubType>Designer</SubType>
  632. <Generator>MSBuild:Compile</Generator>
  633. </Page>
  634. <Page Include="Views\HistoryView.xaml">
  635. <SubType>Designer</SubType>
  636. <Generator>MSBuild:Compile</Generator>
  637. </Page>
  638. <Page Include="Views\OperationView.xaml">
  639. <SubType>Designer</SubType>
  640. <Generator>MSBuild:Compile</Generator>
  641. </Page>
  642. <Page Include="Views\SystemConfigView.xaml">
  643. <SubType>Designer</SubType>
  644. <Generator>MSBuild:Compile</Generator>
  645. </Page>
  646. <Page Include="Views\TopView.xaml">
  647. <SubType>Designer</SubType>
  648. <Generator>MSBuild:Compile</Generator>
  649. </Page>
  650. </ItemGroup>
  651. <ItemGroup>
  652. <Compile Include="Properties\AssemblyInfo.cs">
  653. <SubType>Code</SubType>
  654. </Compile>
  655. <Compile Include="Properties\Settings.Designer.cs">
  656. <AutoGen>True</AutoGen>
  657. <DependentUpon>Settings.settings</DependentUpon>
  658. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  659. </Compile>
  660. <EmbeddedResource Include="Properties\Resources.en-US.resx">
  661. <SubType>Designer</SubType>
  662. </EmbeddedResource>
  663. <EmbeddedResource Include="Properties\Resources.resx">
  664. <Generator>ResXFileCodeGenerator</Generator>
  665. <SubType>Designer</SubType>
  666. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  667. </EmbeddedResource>
  668. <None Include="Properties\Settings.settings">
  669. <Generator>SettingsSingleFileGenerator</Generator>
  670. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  671. </None>
  672. <AppDesigner Include="Properties\" />
  673. </ItemGroup>
  674. <ItemGroup>
  675. <Resource Include="Resources\images\Left.png" />
  676. <Resource Include="Resources\images\Next_32x32.png" />
  677. <Resource Include="Resources\images\Previous_32x32.png" />
  678. <Resource Include="Resources\images\redo-32x32.png" />
  679. <Resource Include="Resources\images\right.png" />
  680. <Resource Include="Resources\images\robot3.png" />
  681. <Resource Include="Resources\images\robot4.png" />
  682. <Resource Include="Resources\images\robot5.png" />
  683. <Resource Include="Resources\images\undo-32x32.png" />
  684. <Resource Include="Resources\images\robotArm2.png" />
  685. <Resource Include="Resources\images\robotArm3.png" />
  686. <Resource Include="Resources\images\robotHand1.png" />
  687. <Resource Include="ReleaseNotes.txt" />
  688. <Resource Include="Resources\images\loadlock.png" />
  689. <Resource Include="Resources\images\dock.png" />
  690. <EmbeddedResource Include="Properties\Resources.zh-CN.resx">
  691. <SubType>Designer</SubType>
  692. </EmbeddedResource>
  693. <EmbeddedResource Include="SciChartLicense.xml" />
  694. <Content Include="Config\SystemConfig.default.xml">
  695. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  696. </Content>
  697. <Resource Include="Resources\images\FOUP.png" />
  698. <Resource Include="Resources\images\FOUP_open.png" />
  699. <Resource Include="Resources\images\Yaskawa_logo.png" />
  700. <None Include="Config\SignalTower.xml">
  701. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  702. </None>
  703. <Resource Include="Resources\images\waferGray.png" />
  704. <Resource Include="Resources\images\waferGreen.png" />
  705. <Resource Include="Resources\images\waferYellow.png" />
  706. <Resource Include="Resources\images\waferRed.png" />
  707. <Resource Include="Resources\images\wafer.png" />
  708. <Resource Include="Resources\images\EFEMbg.png" />
  709. <Resource Include="Resources\images\aligner.png" />
  710. <Resource Include="Resources\images\lp.png" />
  711. <Resource Include="Resources\images\robotDock.png" />
  712. <Resource Include="Resources\images\robotArm.png" />
  713. <Resource Include="Resources\images\robotHand.png" />
  714. <Resource Include="Resources\images\EFEMbg2.png" />
  715. <Resource Include="Resources\images\slot25.png" />
  716. <Resource Include="Resources\images\slot1.png" />
  717. <Resource Include="Resources\images\foup25.png" />
  718. <Resource Include="Resources\images\door.png" />
  719. <Resource Include="Resources\AitexSorterUI.ico" />
  720. <Resource Include="Resources\images\Invertion.png" />
  721. <Resource Include="Resources\images\InvertionHand1.png" />
  722. <Resource Include="Resources\images\InvertionHand2.png" />
  723. <Resource Include="Resources\images\InvertionHand3.png" />
  724. <Resource Include="Resources\images\robotArm4.png" />
  725. </ItemGroup>
  726. <ItemGroup>
  727. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  728. <Visible>False</Visible>
  729. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  730. <Install>true</Install>
  731. </BootstrapperPackage>
  732. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  733. <Visible>False</Visible>
  734. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  735. <Install>false</Install>
  736. </BootstrapperPackage>
  737. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  738. <Visible>False</Visible>
  739. <ProductName>.NET Framework 3.5 SP1</ProductName>
  740. <Install>false</Install>
  741. </BootstrapperPackage>
  742. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  743. <Visible>False</Visible>
  744. <ProductName>Windows Installer 4.5</ProductName>
  745. <Install>true</Install>
  746. </BootstrapperPackage>
  747. </ItemGroup>
  748. <ItemGroup>
  749. <ProjectReference Include="..\Common\Common.csproj">
  750. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  751. <Name>Common</Name>
  752. </ProjectReference>
  753. <ProjectReference Include="..\AitexSorterCommon\AitexSorterCommon.csproj">
  754. <Project>{f5c6659d-7a3f-4d28-84e9-6abbf7cd02c7}</Project>
  755. <Name>AitexSorterCommon</Name>
  756. </ProjectReference>
  757. <ProjectReference Include="..\UICore\UICore.csproj">
  758. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  759. <Name>UICore</Name>
  760. </ProjectReference>
  761. </ItemGroup>
  762. <ItemGroup />
  763. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  764. <PropertyGroup>
  765. <PostBuildEvent>
  766. </PostBuildEvent>
  767. </PropertyGroup>
  768. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  769. Other similar extension points exist, see Microsoft.Common.targets.
  770. <Target Name="BeforeBuild">
  771. </Target>
  772. <Target Name="AfterBuild">
  773. </Target>
  774. -->
  775. </Project>