AitexSorterUI.csproj 32 KB

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