123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{581A0BC3-9EF7-454D-B2DD-F4FFD0BED5E0}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CyberX8_MainPages</RootNamespace>
- <AssemblyName>CyberX8_MainPages</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <NoWarn>
- </NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Caliburn.Micro">
- <HintPath>..\ThirdParty\selfbuild\Caliburn.Micro.dll</HintPath>
- </Reference>
- <Reference Include="CommonServiceLocator">
- <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
- </Reference>
- <Reference Include="ControlzEx">
- <HintPath>..\ThirdParty\ControlzEx.dll</HintPath>
- </Reference>
- <Reference Include="ExcelLibrary">
- <HintPath>..\ThirdParty\ExcelLibrary.dll</HintPath>
- </Reference>
- <Reference Include="LiveCharts">
- <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
- </Reference>
- <Reference Include="LiveCharts.Wpf">
- <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
- </Reference>
- <Reference Include="log4net">
- <HintPath>..\ThirdParty\log4net.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.VisualBasic" />
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="Prism">
- <HintPath>..\ThirdParty\Prism.dll</HintPath>
- </Reference>
- <Reference Include="Prism.Unity.Wpf">
- <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
- </Reference>
- <Reference Include="Prism.Wpf">
- <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
- </Reference>
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- <Reference Include="UIAutomationProvider" />
- <Reference Include="UIAutomationTypes" />
- <Reference Include="Unity.Abstractions">
- <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Container">
- <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="WindowsFormsIntegration" />
- <Reference Include="WPFToolkit">
- <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
- </Reference>
- <Reference Include="Xceed.Wpf.DataGrid">
- <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
- </Reference>
- <Reference Include="Xceed.Wpf.Toolkit">
- <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Converters\AllMultiValueConverter.cs" />
- <Compile Include="Converters\AllNoneCheckboxConverter.cs" />
- <Compile Include="Converters\AnyMultiValueConverter.cs" />
- <Compile Include="Converters\MiddleStatusToColor.cs" />
- <Compile Include="Converters\BoolVisibilityConverter.cs" />
- <Compile Include="Converters\BoolToHeightConverter.cs" />
- <Compile Include="Converters\BoolReverseConverter.cs" />
- <Compile Include="Converters\DisplayNameConverter.cs" />
- <Compile Include="Converters\SRDStateConverter.cs" />
- <Compile Include="Converters\TransporterStateConverter.cs" />
- <Compile Include="Converters\LoaderStateConverter.cs" />
- <Compile Include="Converters\PUFStateConverter.cs" />
- <Compile Include="Converters\EFEMStateConverter.cs" />
- <Compile Include="Converters\EventItemToStringConverter.cs" />
- <Compile Include="Converters\HeaterToStringConverter.cs" />
- <Compile Include="Converters\IntToPathDataConverter.cs" />
- <Compile Include="Converters\IsOnlineToOpacityConverter.cs" />
- <Compile Include="Converters\IsOnlineToColorConverter.cs" />
- <Compile Include="Converters\MFCConverter.cs" />
- <Compile Include="Converters\MFCErrorConverters.cs" />
- <Compile Include="Converters\MultiBindingConverter.cs" />
- <Compile Include="Converters\SystemStateConverter.cs" />
- <Compile Include="MainPageModule.cs" />
- <Compile Include="Model\ReservoirsUIData.cs" />
- <Compile Include="Model\TemperatureUIData.cs" />
- <Compile Include="Model\WaferHolderBufferData.cs" />
- <Compile Include="PMS\IUiRecipeManager.cs" />
- <Compile Include="PMS\UiRecipeManager.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Roles\RoleDefine.cs" />
- <Compile Include="Roles\User.cs" />
- <Compile Include="RTData.cs" />
- <Compile Include="Sequence\EventToCommand.cs" />
- <Compile Include="Sequence\FileNode.cs" />
- <Compile Include="Sequence\IUiSequenceManager.cs" />
- <Compile Include="Sequence\RecipeSequenceTreeBuilder.cs" />
- <Compile Include="Sequence\SequenceColumnBuilder.cs" />
- <Compile Include="Sequence\SequenceData.cs" />
- <Compile Include="Sequence\SequenceDataProvider.cs" />
- <Compile Include="Sequence\UiSequenceManager.cs" />
- <Compile Include="Unity\ChartParameter.cs" />
- <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
- <Compile Include="Unity\ContextMenuManager.cs" />
- <Compile Include="Unity\ControlPermission.cs" />
- <Compile Include="Unity\FileNode.cs" />
- <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
- <Compile Include="Unity\GlobalEvents.cs" />
- <Compile Include="Unity\GlobalUser.cs" />
- <Compile Include="Unity\GridOptions.cs" />
- <Compile Include="Unity\IHandler.cs" />
- <Compile Include="Unity\ItemsControlHelper.cs" />
- <Compile Include="Unity\MFCCalibrationTenPointsData.cs" />
- <Compile Include="Unity\ModuleManager.cs" />
- <Compile Include="Unity\RealtimeProvider.cs" />
- <Compile Include="Unity\TextBoxMaxValue.cs" />
- <Compile Include="Unity\VATPerformanceResult.cs" />
- <Compile Include="Unity\SystemConfig.cs" />
- <Compile Include="Unity\SystemConfigProvider.cs" />
- <Compile Include="Unity\WaferAssociationInfo.cs" />
- <Compile Include="Unity\WaferStatusHandler.cs" />
- <Compile Include="Unity\WaferStatusImp.cs" />
- <Compile Include="Validation\EmptyValidationRule.cs" />
- <Compile Include="ViewModels\AlarmHomePageViewModel.cs" />
- <Compile Include="ViewModels\DataHistoryViewModel.cs" />
- <Compile Include="ViewModels\DosingSystemViewModel.cs" />
- <Compile Include="ViewModels\DryerHomePageViewModel.cs" />
- <Compile Include="ViewModels\JobOperationViewModel.cs" />
- <Compile Include="ViewModels\LoaderCycleViewModel.cs" />
- <Compile Include="ViewModels\LoginViewModel.cs" />
- <Compile Include="ViewModels\MaterialMovementViewModel.cs" />
- <Compile Include="ViewModels\MetalCMHomePageViewModel.cs" />
- <Compile Include="ViewModels\MetalSHHomePageViewModel.cs" />
- <Compile Include="ViewModels\OperationOverViewModel.cs" />
- <Compile Include="ViewModels\PMCounterViewModel.cs" />
- <Compile Include="ViewModels\CMMPowerSupplierViewModel.cs" />
- <Compile Include="ViewModels\PowerSupplierViewModel.cs" />
- <Compile Include="ViewModels\PrewetHomePageViewModel.cs" />
- <Compile Include="ViewModels\RdsRecipeViewModel.cs" />
- <Compile Include="ViewModels\ReservoirsAnolyteViewModel.cs" />
- <Compile Include="ViewModels\ReservoirsCatholyteViewModel.cs" />
- <Compile Include="ViewModels\ReservoirsViewModel.cs" />
- <Compile Include="ViewModels\SignalTowerConfigViewModel.cs" />
- <Compile Include="ViewModels\StandardHotReservoirsViewModel.cs" />
- <Compile Include="ViewModels\ResRecipeViewModel.cs" />
- <Compile Include="ViewModels\RinseHomePageViewModel.cs" />
- <Compile Include="ViewModels\SRDHomePageViewModel.cs" />
- <Compile Include="ViewModels\SRDMotionViewModel.cs" />
- <Compile Include="ViewModels\SRDStationSetupViewModel.cs" />
- <Compile Include="ViewModels\SystemSafetyViewModel.cs" />
- <Compile Include="ViewModels\TransporterMotionViewModel.cs" />
- <Compile Include="ViewModels\TransporterTeachViewModel.cs" />
- <Compile Include="ViewModels\TransporterViewModel.cs" />
- <Compile Include="ViewModels\EfemViewModel.cs" />
- <Compile Include="ViewModels\EventViewModel.cs" />
- <Compile Include="ViewModels\FAViewModel.cs" />
- <Compile Include="ViewModels\BeckhoffIOViewModel.cs" />
- <Compile Include="ViewModels\SystemFacilitiesViewModel.cs" />
- <Compile Include="ViewModels\RecipeManageViewModel.cs" />
- <Compile Include="ViewModels\IOViewModel.cs" />
- <Compile Include="ViewModels\LinMotOtherViewModel.cs" />
- <Compile Include="ViewModels\LinMotViewModel.cs" />
- <Compile Include="ViewModels\LoaderMotionViewModel.cs" />
- <Compile Include="ViewModels\LoaderSetupViewModel.cs" />
- <Compile Include="ViewModels\PlatformViewModel.cs" />
- <Compile Include="ViewModels\ProcessChamberViewModel.cs" />
- <Compile Include="ViewModels\ProcessHistoryViewModel.cs" />
- <Compile Include="ViewModels\PufMotionViewModel.cs" />
- <Compile Include="ViewModels\PufServiceScreenViewModel.cs" />
- <Compile Include="ViewModels\DepRecipeViewModel.cs" />
- <Compile Include="ViewModels\PwtRecipeViewModel.cs" />
- <Compile Include="ViewModels\QdrRecipeViewModel.cs" />
- <Compile Include="ViewModels\HvdRecipeViewModel.cs" />
- <Compile Include="ViewModels\TemperatureControllerViewModel.cs" />
- <Compile Include="ViewModels\ResistivityProbeViewModel.cs" />
- <Compile Include="ViewModels\SrdRecipeViewModel.cs" />
- <Compile Include="ViewModels\SequenceRecipeViewModel.cs" />
- <Compile Include="ViewModels\RoleViewModel.cs" />
- <Compile Include="ViewModels\SystemConfigViewModel.cs" />
- <Compile Include="ViewModels\TopViewModel.cs" />
- <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
- <Compile Include="ViewModels\WaferDialogViewModel.cs" />
- <Compile Include="ViewModels\WaferHistoryDBViewModel.cs" />
- <Compile Include="ViewModels\WaferHolderViewModel.cs" />
- <Compile Include="Views\AlarmHomePageView.xaml.cs">
- <DependentUpon>AlarmHomePageView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DataHistoryView.xaml.cs">
- <DependentUpon>DataHistoryView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DosingSystemView.xaml.cs">
- <DependentUpon>DosingSystemView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DryerHomePageView.xaml.cs">
- <DependentUpon>DryerHomePageView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\JobOperationView.xaml.cs">
- <DependentUpon>JobOperationView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LoaderCycleView.xaml.cs">
- <DependentUpon>LoaderCycleView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LoginView.xaml.cs">
- <DependentUpon>LoginView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LogoutView.xaml.cs">
- <DependentUpon>LogoutView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MaterialMovementView.xaml.cs">
- <DependentUpon>MaterialMovementView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MetalCMHomePageView.xaml.cs">
- <DependentUpon>MetalCMHomePageView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MetalSHHomePageView.xaml.cs">
- <DependentUpon>MetalSHHomePageView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PMCounterView.xaml.cs">
- <DependentUpon>PMCounterView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\CMMPowerSupplierView.xaml.cs">
- <DependentUpon>CMMPowerSupplierView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PowerSupplierView.xaml.cs">
- <DependentUpon>PowerSupplierView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PrewetHomePageView.xaml.cs">
- <DependentUpon>PrewetHomePageView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ReservoirsAnolyteView.xaml.cs">
- <DependentUpon>ReservoirsAnolyteView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RdsRecipeView.xaml.cs">
- <DependentUpon>RdsRecipeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ReservoirsCatholyteView.xaml.cs">
- <DependentUpon>ReservoirsCatholyteView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ReservoirsView.xaml.cs">
- <DependentUpon>ReservoirsView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SignalTowerConfigView.xaml.cs">
- <DependentUpon>SignalTowerConfigView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\StandardHotReservoirsView.xaml.cs">
- <DependentUpon>StandardHotReservoirsView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ResRecipeView.xaml.cs">
- <DependentUpon>ResRecipeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RinseHomePageView.xaml.cs">
- <DependentUpon>RinseHomePageView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SRDHomePageView.xaml.cs">
- <DependentUpon>SRDHomePageView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SRDMotionView.xaml.cs">
- <DependentUpon>SRDMotionView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SRDStationSetupView.xaml.cs">
- <DependentUpon>SRDStationSetupView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SystemSafetyView.xaml.cs">
- <DependentUpon>SystemSafetyView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TransporterMotionView.xaml.cs">
- <DependentUpon>TransporterMotionView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TransporterTeachView.xaml.cs">
- <DependentUpon>TransporterTeachView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TransporterView.xaml.cs">
- <DependentUpon>TransporterView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SystemFacilitiesView.xaml.cs">
- <DependentUpon>SystemFacilitiesView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RecipeManageView.xaml.cs">
- <DependentUpon>RecipeManageView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\QdrRecipeView.xaml.cs">
- <DependentUpon>QdrRecipeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\EfemView.xaml.cs">
- <DependentUpon>EfemView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\EndPointDlg.xaml.cs">
- <DependentUpon>EndPointDlg.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\EventView.xaml.cs">
- <DependentUpon>EventView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\FAView.xaml.cs">
- <DependentUpon>FAView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\HeaterView.xaml.cs">
- <DependentUpon>HeaterView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\BeckhoffIOView.xaml.cs">
- <DependentUpon>BeckhoffIOView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LinMotOtherView.xaml.cs">
- <DependentUpon>LinMotOtherView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LinMotView.xaml.cs">
- <DependentUpon>LinMotView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LoaderMotionView.xaml.cs">
- <DependentUpon>LoaderMotionView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LoaderSetupView.xaml.cs">
- <DependentUpon>LoaderSetupView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OperationOverView.xaml.cs">
- <DependentUpon>OperationOverView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PlatformView.xaml.cs">
- <DependentUpon>PlatformView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ProcessChamberView.xaml.cs">
- <DependentUpon>ProcessChamberView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ProcessHistoryView.xaml.cs">
- <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PufMotionView.xaml.cs">
- <DependentUpon>PufMotionView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PufServiceScreenView.xaml.cs">
- <DependentUpon>PufServiceScreenView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DepRecipeView.xaml.cs">
- <DependentUpon>DepRecipeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PwtRecipeView.xaml.cs">
- <DependentUpon>PwtRecipeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\HvdRecipeView.xaml.cs">
- <DependentUpon>HvdRecipeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TemperatureControllerView.xaml.cs">
- <DependentUpon>TemperatureControllerView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ResistivityProbeView.xaml.cs">
- <DependentUpon>ResistivityProbeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SrdRecipeView.xaml.cs">
- <DependentUpon>SrdRecipeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SequenceRecipeView.xaml.cs">
- <DependentUpon>SequenceRecipeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RoleView.xaml.cs">
- <DependentUpon>RoleView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SystemConfigView.xaml.cs">
- <DependentUpon>SystemConfigView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TopView.xaml.cs">
- <DependentUpon>TopView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\UserItemView.xaml.cs">
- <DependentUpon>UserItemView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\VATPerformanceView.xaml.cs">
- <DependentUpon>VATPerformanceView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\WaferAssociationUnit.xaml.cs">
- <DependentUpon>WaferAssociationUnit.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\WaferDialogView.xaml.cs">
- <DependentUpon>WaferDialogView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\WaferHistoryDBView.xaml.cs">
- <DependentUpon>WaferHistoryDBView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\WaferHolderView.xaml.cs">
- <DependentUpon>WaferHolderView.xaml</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CyberX8_Core\CyberX8_Core.csproj">
- <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
- <Name>CyberX8_Core</Name>
- </ProjectReference>
- <ProjectReference Include="..\CyberX8_Themes\CyberX8_Themes.csproj">
- <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
- <Name>CyberX8_Themes</Name>
- </ProjectReference>
- <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
- <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
- <Name>OpenSEMI.ClientBase</Name>
- </ProjectReference>
- <ProjectReference Include="..\Framework\Common\Common.csproj">
- <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
- <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
- <Name>OpenSEMI.Ctrlib</Name>
- </ProjectReference>
- <ProjectReference Include="..\Framework\OpenSEMICore\OpenSEMI.Core.csproj">
- <Project>{c4cd3d7b-cb40-47d5-ab04-df05007e5b6a}</Project>
- <Name>OpenSEMI.Core</Name>
- </ProjectReference>
- <ProjectReference Include="..\Framework\SequenceControl\SequenceControl.csproj">
- <Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
- <Name>SequenceControl</Name>
- </ProjectReference>
- <ProjectReference Include="..\Framework\UICore\UICore.csproj">
- <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
- <Name>UICore</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Page Include="Views\AlarmHomePageView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DataHistoryView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DosingSystemView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DryerHomePageView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\JobOperationView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\LoaderCycleView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\LoginView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\LogoutView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\MaterialMovementView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\MetalCMHomePageView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\MetalSHHomePageView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\PMCounterView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\CMMPowerSupplierView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\PowerSupplierView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\ReservoirsAnolyteView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\PrewetHomePageView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\RdsRecipeView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\ReservoirsCatholyteView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\ReservoirsView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\SignalTowerConfigView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\StandardHotReservoirsView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\ResRecipeView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\RinseHomePageView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\SRDHomePageView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\SRDMotionView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\SRDStationSetupView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\SystemSafetyView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\TransporterMotionView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\TransporterTeachView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\TransporterView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\SystemFacilitiesView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\RecipeManageView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\QdrRecipeView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\EfemView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\EndPointDlg.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\EventView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\FAView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\HeaterView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\BeckhoffIOView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\LinMotOtherView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\LinMotView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\LoaderMotionView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\LoaderSetupView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OperationOverView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\PlatformView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\ProcessChamberView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\ProcessHistoryView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\PufMotionView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\PufServiceScreenView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\DepRecipeView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\PwtRecipeView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\HvdRecipeView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\TemperatureControllerView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\ResistivityProbeView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\SrdRecipeView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\SequenceRecipeView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\RoleView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\SystemConfigView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\TopView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\UserItemView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\VATPerformanceView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\WaferAssociationUnit.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\WaferDialogView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\WaferHistoryDBView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\WaferHolderView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|