123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589 |
- <?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>Venus_MainPages</RootNamespace>
- <AssemblyName>Venus_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="MECF.Framework.RT.Core">
- <HintPath>..\Framework\Output\MECF.Framework\MECF.Framework.RT.Core.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\BoolToHeightConverter.cs" />
- <Compile Include="Converters\mTorrToPaConverter.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\LLStateConverter.cs" />
- <Compile Include="Converters\MFCConverter.cs" />
- <Compile Include="Converters\MFCErrorConverters.cs" />
- <Compile Include="Converters\MultiBindingConverter.cs" />
- <Compile Include="Converters\PMStateConverter.cs" />
- <Compile Include="Converters\SystemStateConverter.cs" />
- <Compile Include="Converters\TMStateConverter.cs" />
- <Compile Include="Converters\VCEStateConverter.cs" />
- <Compile Include="MainPageModule.cs" />
- <Compile Include="PMS\IUiRecipeManager.cs" />
- <Compile Include="PMS\UiRecipeManager.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Role\Menus.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\CommonFunction.cs" />
- <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
- <Compile Include="Unity\ContextMenuManager.cs" />
- <Compile Include="Unity\FileNode.cs" />
- <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
- <Compile Include="Unity\GlobalEvents.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="ViewModels\ButterflyValveViewModel.cs" />
- <Compile Include="ViewModels\CleanRecipeViewModel.cs" />
- <Compile Include="ViewModels\DataHistoryViewModel.cs" />
- <Compile Include="ViewModels\DETMOperationViewModel.cs" />
- <Compile Include="ViewModels\EfemViewModel.cs" />
- <Compile Include="ViewModels\EventViewModel.cs" />
- <Compile Include="ViewModels\FAViewModel.cs" />
- <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
- <Compile Include="ViewModels\IOViewModel.cs" />
- <Compile Include="ViewModels\LoginViewModel.cs" />
- <Compile Include="ViewModels\MFCVerificationViewModel.cs" />
- <Compile Include="ViewModels\OperationOverViewModel.cs" />
- <Compile Include="ViewModels\OverKepler2200BViewModel.cs" />
- <Compile Include="ViewModels\OverKepler2200AViewModel.cs" />
- <Compile Include="ViewModels\OverKepler2300ViewModel.cs" />
- <Compile Include="ViewModels\OverVenusDEViewModel.cs" />
- <Compile Include="ViewModels\OverVenusSEViewModel.cs" />
- <Compile Include="ViewModels\OverVenusViewModel.cs" />
- <Compile Include="ViewModels\PartialPressureViewModel.cs" />
- <Compile Include="ViewModels\PlatformViewModel.cs" />
- <Compile Include="ViewModels\ProcessHistoryViewModel.cs" />
- <Compile Include="ViewModels\ProcessViewModel.cs" />
- <Compile Include="ViewModels\RecipeSequenceSelectViewModel.cs" />
- <Compile Include="ViewModels\RecipeViewModel.cs" />
- <Compile Include="ViewModels\RFCalibrationViewModel.cs" />
- <Compile Include="ViewModels\RoleViewModel.cs" />
- <Compile Include="ViewModels\SequenceViewModel.cs" />
- <Compile Include="ViewModels\SETMOperationViewModel.cs" />
- <Compile Include="ViewModels\SeTMViewModel.cs" />
- <Compile Include="ViewModels\SignalTowerConfigViewModel.cs" />
- <Compile Include="ViewModels\StatisticsViewModel.cs" />
- <Compile Include="ViewModels\SystemConfigViewModel.cs" />
- <Compile Include="ViewModels\TMOperationViewModel.cs" />
- <Compile Include="ViewModels\TMViewModel.cs" />
- <Compile Include="ViewModels\TopViewModel.cs" />
- <Compile Include="ViewModels\UserViewModel.cs" />
- <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
- <Compile Include="ViewModels\VceViewModel.cs" />
- <Compile Include="ViewModels\VenusDeOperationOverViewModel.cs" />
- <Compile Include="ViewModels\VenusDETMViewModel.cs" />
- <Compile Include="ViewModels\VenusSeOperationOverViewModel.cs" />
- <Compile Include="ViewModels\WaferDialogViewModel.cs" />
- <Compile Include="ViewModels\WaferHistoryDBViewModel.cs" />
- <Compile Include="ViewModels\WaferOffsetViewModel.cs" />
- <Compile Include="Views\ButterflyValveView.xaml.cs">
- <DependentUpon>ButterflyValveView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\CleanRecipeView.xaml.cs">
- <DependentUpon>CleanRecipeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DataHistoryView.xaml.cs">
- <DependentUpon>DataHistoryView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\DETMOperationView.xaml.cs">
- <DependentUpon>DETMOperationView.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\GasLeakCheckView.xaml.cs">
- <DependentUpon>GasLeakCheckView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\HeaterView.xaml.cs">
- <DependentUpon>HeaterView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\InputFileNameDialogView.xaml.cs">
- <DependentUpon>InputFileNameDialogView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\IOView.xaml.cs">
- <DependentUpon>IOView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LoginView.xaml.cs">
- <DependentUpon>LoginView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MFCVerificationView.xaml.cs">
- <DependentUpon>MFCVerificationView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OperationOverView.xaml.cs">
- <DependentUpon>OperationOverView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OverKepler2200BView.xaml.cs">
- <DependentUpon>OverKepler2200BView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OverKepler2200AView.xaml.cs">
- <DependentUpon>OverKepler2200AView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OverKepler2300View.xaml.cs">
- <DependentUpon>OverKepler2300View.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OverVenusDEView.xaml.cs">
- <DependentUpon>OverVenusDEView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OverVenusSEView.xaml.cs">
- <DependentUpon>OverVenusSEView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OverVenusView.xaml.cs">
- <DependentUpon>OverVenusView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PartialPressureView.xaml.cs">
- <DependentUpon>PartialPressureView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PlatformView.xaml.cs">
- <DependentUpon>PlatformView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ProcessHistoryView.xaml.cs">
- <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ProcessView.xaml.cs">
- <DependentUpon>ProcessView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RecipeSequenceSelectView.xaml.cs">
- <DependentUpon>RecipeSequenceSelectView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RecipeView.xaml.cs">
- <DependentUpon>RecipeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RFCalibrationView.xaml.cs">
- <DependentUpon>RFCalibrationView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RoleView.xaml.cs">
- <DependentUpon>RoleView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SequenceView.xaml.cs">
- <DependentUpon>SequenceView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SETMOperationView.xaml.cs">
- <DependentUpon>SETMOperationView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SeTMView.xaml.cs">
- <DependentUpon>SeTMView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SignalTowerConfigView.xaml.cs">
- <DependentUpon>SignalTowerConfigView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\StatisticsView.xaml.cs">
- <DependentUpon>StatisticsView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SystemConfigView.xaml.cs">
- <DependentUpon>SystemConfigView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TMOperationView.xaml.cs">
- <DependentUpon>TMOperationView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TMView.xaml.cs">
- <DependentUpon>TMView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TopView.xaml.cs">
- <DependentUpon>TopView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\UserView.xaml.cs">
- <DependentUpon>UserView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\VATPerformanceView.xaml.cs">
- <DependentUpon>VATPerformanceView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\VceView.xaml.cs">
- <DependentUpon>VceView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\VenusDeOperationOverView.xaml.cs">
- <DependentUpon>VenusDeOperationOverView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\VenusDETMView.xaml.cs">
- <DependentUpon>VenusDETMView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\VenusSeOperationOverView.xaml.cs">
- <DependentUpon>VenusSeOperationOverView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\WaferAssociationSEUnit.xaml.cs">
- <DependentUpon>WaferAssociationSEUnit.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\WaferOffsetView.xaml.cs">
- <DependentUpon>WaferOffsetView.xaml</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <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>
- <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
- <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
- <Name>Venus_Core</Name>
- </ProjectReference>
- <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
- <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
- <Name>Venus_Themes</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Page Include="Views\ButterflyValveView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\CleanRecipeView.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\DETMOperationView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </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\GasLeakCheckView.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\InputFileNameDialogView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\IOView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\LoginView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\MFCVerificationView.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\OverKepler2200BView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\OverKepler2200AView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\OverKepler2300View.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\OverVenusDEView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\OverVenusSEView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\OverVenusView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\PartialPressureView.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\ProcessHistoryView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\ProcessView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\RecipeSequenceSelectView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\RecipeView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\RFCalibrationView.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\SequenceView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\SETMOperationView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\SeTMView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\SignalTowerConfigView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\StatisticsView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\SystemConfigView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\TMOperationView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\TMView.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\UserView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\VATPerformanceView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\VceView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\VenusDeOperationOverView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\VenusDETMView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\VenusSeOperationOverView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\WaferAssociationSEUnit.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\WaferOffsetView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|