| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670 | <?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>{414DF98D-E3CF-44C5-8A77-75726B457648}</ProjectGuid>    <OutputType>WinExe</OutputType>    <RootNamespace>EfemUI</RootNamespace>    <AssemblyName>EfemUI</AssemblyName>    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>    <FileAlignment>512</FileAlignment>    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>    <WarningLevel>4</WarningLevel>    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>    <TargetFrameworkProfile />  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">    <PlatformTarget>AnyCPU</PlatformTarget>    <DebugSymbols>true</DebugSymbols>    <DebugType>full</DebugType>    <Optimize>false</Optimize>    <OutputPath>bin\Debug\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">    <PlatformTarget>AnyCPU</PlatformTarget>    <DebugType>pdbonly</DebugType>    <Optimize>true</Optimize>    <OutputPath>bin\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>  </PropertyGroup>  <PropertyGroup>    <ApplicationIcon>MyLogoNormal.ico</ApplicationIcon>  </PropertyGroup>  <ItemGroup>    <Reference Include="log4net">      <HintPath>..\..\..\ThirdParty\dlls\log4net.dll</HintPath>    </Reference>    <Reference Include="Microsoft.Expression.Interactions">      <HintPath>..\..\..\..\ThirdParty\dlls\Microsoft.Expression.Interactions.dll</HintPath>    </Reference>    <Reference Include="System" />    <Reference Include="System.Configuration" />    <Reference Include="System.Data" />    <Reference Include="System.Drawing" />    <Reference Include="System.ServiceModel" />    <Reference Include="System.Windows" />    <Reference Include="System.Windows.Forms" />    <Reference Include="System.Windows.Interactivity">      <HintPath>..\..\..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>    </Reference>    <Reference Include="System.Windows.Presentation" />    <Reference Include="System.Xml" />    <Reference Include="Microsoft.CSharp" />    <Reference Include="System.Core" />    <Reference Include="System.Xml.Linq" />    <Reference Include="System.Data.DataSetExtensions" />    <Reference Include="System.Net.Http" />    <Reference Include="System.Xaml">      <RequiredTargetFramework>4.0</RequiredTargetFramework>    </Reference>    <Reference Include="WindowsBase" />    <Reference Include="PresentationCore" />    <Reference Include="PresentationFramework" />    <Reference Include="WindowsFormsIntegration" />    <Reference Include="WPFToolkit">      <HintPath>..\..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>    </Reference>    <Reference Include="Xceed.Wpf.Toolkit, Version=3.0.16174.17450, Culture=neutral, PublicKeyToken=ba83ff368b7563c6, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>    </Reference>  </ItemGroup>  <ItemGroup>    <Compile Include="App.xaml.cs">      <DependentUpon>App.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\AITServoMotor.xaml.cs">      <DependentUpon>AITServoMotor.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\AtmRobot1.xaml.cs">      <DependentUpon>AtmRobot1.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\AtmRobot.xaml.cs">      <DependentUpon>AtmRobot.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\Buffer.xaml.cs">      <DependentUpon>Buffer.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\BufferStation.xaml.cs">      <DependentUpon>BufferStation.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\Common\AnimationHelper.cs" />    <Compile Include="Controls\Common\AxisCanvas.cs" />    <Compile Include="Controls\Common\RelayCommand.cs" />    <Compile Include="Controls\Common\RobotPosition.cs" />    <Compile Include="Controls\Converter\BoolToBool.cs" />    <Compile Include="Controls\Converter\ValueNotMatchColorConverter.cs" />    <Compile Include="Controls\CoolingStage003Control.xaml.cs">      <DependentUpon>CoolingStage003Control.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\CoolingStage006Control.xaml.cs">      <DependentUpon>CoolingStage006Control.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\E84Info.xaml.cs">      <DependentUpon>E84Info.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\EFEM2LPJetAB.xaml.cs">      <DependentUpon>EFEM2LPJetAB.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\EFEM1LPJetAB.xaml.cs">      <DependentUpon>EFEM1LPJetAB.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\EFEM1LPJet.xaml.cs">      <DependentUpon>EFEM1LPJet.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\EFEM2.xaml.cs">      <DependentUpon>EFEM2.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\EFEM2LP2BFJet.xaml.cs">      <DependentUpon>EFEM2LP2BFJet.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\EFEM3LPNXC100.xaml.cs">      <DependentUpon>EFEM3LPNXC100.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\EFEM2LPJet.xaml.cs">      <DependentUpon>EFEM2LPJet.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\EFEMRunsemiWet.xaml.cs">      <DependentUpon>EFEMRunsemiWet.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\FoupItemPro.xaml.cs">      <DependentUpon>FoupItemPro.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\FoupItem.xaml.cs">      <DependentUpon>FoupItem.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\FoupItemPro4.xaml.cs">      <DependentUpon>FoupItemPro4.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\FoupItemPro3.xaml.cs">      <DependentUpon>FoupItemPro3.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\FoupItemPro1.xaml.cs">      <DependentUpon>FoupItemPro1.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\FoupListControl2.xaml.cs">      <DependentUpon>FoupListControl2.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\CoolingStageControl.xaml.cs">      <DependentUpon>CoolingStageControl.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\Chamber.xaml.cs">      <DependentUpon>Chamber.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\FoupListControlPro.xaml.cs">      <DependentUpon>FoupListControlPro.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\FoupListControl.xaml.cs">      <DependentUpon>FoupListControl.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\FoupListControlPro1.xaml.cs">      <DependentUpon>FoupListControlPro1.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\LoadPortControl.xaml.cs">      <DependentUpon>LoadPortControl.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\NewE84Info.xaml.cs">      <DependentUpon>NewE84Info.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\RobotBg2LP.xaml.cs">      <DependentUpon>RobotBg2LP.xaml</DependentUpon>    </Compile>    <Compile Include="Controls\RobotBg.xaml.cs">      <DependentUpon>RobotBg.xaml</DependentUpon>    </Compile>    <Compile Include="UiInstance.cs" />    <Compile Include="ViewModels\CarrierListViewModel.cs" />    <Compile Include="ViewModels\IoViewModel2LP.cs" />    <Compile Include="ViewModels\IoViewModelOnly1Card.cs" />    <Compile Include="ViewModels\IoViewModelRSW.cs" />    <Compile Include="ViewModels\OperationViewModel2LP.cs" />    <Compile Include="ViewModels\OperationViewModel2LPAB.cs" />    <Compile Include="ViewModels\OperationViewModelLPAB.cs" />    <Compile Include="ViewModels\OperationViewModelLP.cs" />    <Compile Include="ViewModels\SystemConfigViewModel2LP.cs" />    <Compile Include="ViewModels\TopViewModel2.cs" />    <Compile Include="Views\CarrierList\CarrierListView.xaml.cs">      <DependentUpon>CarrierListView.xaml</DependentUpon>    </Compile>    <Compile Include="Views\CarrierList\SelectCarrierTypeDialog.xaml.cs">      <DependentUpon>SelectCarrierTypeDialog.xaml</DependentUpon>    </Compile>    <Compile Include="Views\E84View2LP.xaml.cs">      <DependentUpon>E84View2LP.xaml</DependentUpon>    </Compile>    <Compile Include="Views\E84View.xaml.cs">      <DependentUpon>E84View.xaml</DependentUpon>    </Compile>    <Compile Include="Views\IoView\IoView2LP.xaml.cs" />    <Compile Include="Views\IoView\IoView2LP2.xaml.cs" />    <Compile Include="Views\IoView\IoViewOnly1Card.xaml.cs">      <DependentUpon>IoViewOnly1Card.xaml</DependentUpon>    </Compile>    <Compile Include="Views\IoView\IoViewRSW1.xaml.cs">      <DependentUpon>IoViewRSW1.xaml</DependentUpon>    </Compile>    <Compile Include="Views\IoView\IoViewRSW2.xaml.cs">      <DependentUpon>IoViewRSW2.xaml</DependentUpon>    </Compile>    <Compile Include="Views\IoView\IoViewRSW3.xaml.cs">      <DependentUpon>IoViewRSW3.xaml</DependentUpon>    </Compile>    <Compile Include="Views\IoView\IoViewRSW4.xaml.cs">      <DependentUpon>IoViewRSW4.xaml</DependentUpon>    </Compile>    <Compile Include="Views\IoView\IoViewRSW5.xaml.cs">      <DependentUpon>IoViewRSW5.xaml</DependentUpon>    </Compile>    <Compile Include="Views\IoView\IoViewRSW6.xaml.cs">      <DependentUpon>IoViewRSW6.xaml</DependentUpon>    </Compile>    <Compile Include="Views\Maintenance\CoolingStage003View.xaml.cs">      <DependentUpon>CoolingStage003View.xaml</DependentUpon>    </Compile>    <Compile Include="Views\Maintenance\CoolingStage003ViewModel.cs" />    <Compile Include="Views\Maintenance\CoolingStage006View.xaml.cs">      <DependentUpon>CoolingStage006View.xaml</DependentUpon>    </Compile>    <Compile Include="Views\Maintenance\CoolingStage006ViewModel.cs" />    <Compile Include="Views\Maintenance\CoolingStageView.xaml.cs">      <DependentUpon>CoolingStageView.xaml</DependentUpon>    </Compile>    <Compile Include="Views\Maintenance\LoadPortView.xaml.cs">      <DependentUpon>LoadPortView.xaml</DependentUpon>    </Compile>    <Compile Include="Views\Maintenance\CoolingStageViewModel.cs" />    <Compile Include="Views\Maintenance\LoadPortViewModel.cs" />    <Compile Include="Views\Maintenance\NewE84View.xaml.cs">      <DependentUpon>NewE84View.xaml</DependentUpon>    </Compile>    <Compile Include="Views\Maintenance\RobotView.xaml.cs">      <DependentUpon>RobotView.xaml</DependentUpon>    </Compile>    <Compile Include="Views\MonitorView\MonitorView2LPJet.xaml.cs">      <DependentUpon>MonitorView2LPJet.xaml</DependentUpon>    </Compile>    <Compile Include="Views\OperationView\OperationView2LPJetAB.xaml.cs">      <DependentUpon>OperationView2LPJetAB.xaml</DependentUpon>    </Compile>    <Compile Include="Views\OperationView\OperationView1LPJetAB.xaml.cs">      <DependentUpon>OperationView1LPJetAB.xaml</DependentUpon>    </Compile>    <Compile Include="Views\OperationView\OperationView1LPJet.xaml.cs">      <DependentUpon>OperationView1LPJet.xaml</DependentUpon>    </Compile>    <Compile Include="Views\OperationView\OperationView2LP2BFJet.xaml.cs">      <DependentUpon>OperationView2LP2BFJet.xaml</DependentUpon>    </Compile>    <Compile Include="Views\OperationView\OperationView2LPJet.xaml.cs">      <DependentUpon>OperationView2LPJet.xaml</DependentUpon>    </Compile>    <Compile Include="Views\OperationView\OperationView2LPJetReverseSlot.xaml.cs">      <DependentUpon>OperationView2LPJetReverseSlot.xaml</DependentUpon>    </Compile>    <Compile Include="Views\SystemConfigView2LP.xaml.cs">      <DependentUpon>SystemConfigView2LP.xaml</DependentUpon>    </Compile>    <Compile Include="Views\TopView2LP.xaml.cs">      <DependentUpon>TopView2LP.xaml</DependentUpon>    </Compile>    <ApplicationDefinition Include="App.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </ApplicationDefinition>    <Page Include="Controls\AITServoMotor.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\AtmRobot1.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\AtmRobot.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\Buffer.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\BufferStation.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\CoolingStage003Control.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\CoolingStage006Control.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\E84Info.xaml" />    <Page Include="Controls\EFEM2LPJetAB.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\EFEM1LPJetAB.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\EFEM1LPJet.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\EFEM2.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\EFEM2LP2BFJet.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\EFEM3LPNXC100.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\EFEM2LPJet.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\EFEMRunsemiWet.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\FoupItemPro.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\FoupItem.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\FoupItemPro4.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\FoupItemPro3.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\FoupItemPro1.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\FoupListControl2.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\CoolingStageControl.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\Chamber.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\FoupListControlPro.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\FoupListControl.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\FoupListControlPro1.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\LoadPortControl.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Controls\NewE84Info.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\RobotBg2LP.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Controls\RobotBg.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Resources\StringResources.zh-CN.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Resources\StringResources.en-US.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Resources\Generic.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\CarrierList\CarrierListView.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Views\CarrierList\SelectCarrierTypeDialog.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Views\E84View2LP.xaml">      <SubType>Designer</SubType>    </Page>    <Page Include="Views\E84View.xaml" />    <Page Include="Views\IoView\IoView2LP.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\IoView\IoView2LP2.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\IoView\IoViewOnly1Card.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\IoView\IoViewRSW1.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\IoView\IoViewRSW2.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\IoView\IoViewRSW3.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\IoView\IoViewRSW4.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\IoView\IoViewRSW5.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\IoView\IoViewRSW6.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\Maintenance\CoolingStage003View.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Views\Maintenance\CoolingStage006View.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Views\Maintenance\CoolingStageView.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\Maintenance\LoadPortView.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\Maintenance\NewE84View.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\Maintenance\RobotView.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\MonitorView\MonitorView2LPJet.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\OperationView\OperationView2LPJetAB.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\OperationView\OperationView1LPJetAB.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\OperationView\OperationView1LPJet.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Views\OperationView\OperationView2LP2BFJet.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Views\OperationView\OperationView2LPJet.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\OperationView\OperationView2LPJetReverseSlot.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Views\SystemConfigView2LP.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\TopView2LP.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>  </ItemGroup>  <ItemGroup>    <Compile Include="Properties\AssemblyInfo.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Properties\Resources.Designer.cs">      <AutoGen>True</AutoGen>      <DesignTime>True</DesignTime>      <DependentUpon>Resources.resx</DependentUpon>    </Compile>    <Compile Include="Properties\Settings.Designer.cs">      <AutoGen>True</AutoGen>      <DependentUpon>Settings.settings</DependentUpon>      <DesignTimeSharedInput>True</DesignTimeSharedInput>    </Compile>    <EmbeddedResource Include="Properties\Resources.resx">      <Generator>ResXFileCodeGenerator</Generator>      <LastGenOutput>Resources.Designer.cs</LastGenOutput>    </EmbeddedResource>    <None Include="Properties\Settings.settings">      <Generator>SettingsSingleFileGenerator</Generator>      <LastGenOutput>Settings.Designer.cs</LastGenOutput>    </None>  </ItemGroup>  <ItemGroup>    <None Include="App.config">      <SubType>Designer</SubType>    </None>  </ItemGroup>  <ItemGroup>    <Resource Include="Config\SignalTower.xml" />    <Resource Include="Config\SystemConfig.default.xml" />    <Resource Include="Resources\images\bg.png" />    <Resource Include="Resources\images\pmbg.png" />    <Resource Include="Resources\images\Yaskawa_logo.png" />    <Resource Include="Resources\images\waferYellow.png" />    <Resource Include="Resources\images\waferRed.png" />    <Resource Include="Resources\images\waferGreen.png" />    <Resource Include="Resources\images\waferGray.png" />    <Resource Include="Resources\images\wafer.png" />    <Resource Include="Resources\images\slot25.png" />    <Resource Include="Resources\images\slot1.png" />    <Resource Include="Resources\images\robotHand.png" />    <Resource Include="Resources\images\robotDock.png" />    <Resource Include="Resources\images\robotArm4.png" />    <Resource Include="Resources\images\robotArm.png" />    <Resource Include="Resources\images\lp.png" />    <Resource Include="Resources\images\InvertionHand3.png" />    <Resource Include="Resources\images\InvertionHand2.png" />    <Resource Include="Resources\images\InvertionHand1.png" />    <Resource Include="Resources\images\Invertion.png" />    <Resource Include="Resources\images\foup25.png" />    <Resource Include="Resources\images\FOUP_open.png" />    <Resource Include="Resources\images\EFEMbg2.png" />    <Resource Include="Resources\images\EFEMbg.png" />    <Resource Include="Resources\images\door.png" />    <Resource Include="Resources\images\aligner.png" />  </ItemGroup>  <ItemGroup>    <Resource Include="AitexSorterUI.ico" />  </ItemGroup>  <ItemGroup>    <Resource Include="Resources\AitexSorterUI.ico" />  </ItemGroup>  <ItemGroup>    <Resource Include="Resources\images\EFEMbg4.png" />  </ItemGroup>  <ItemGroup>    <Resource Include="Resources\images\loadlock.png" />  </ItemGroup>  <ItemGroup>    <Resource Include="Resources\images\jet.jpg" />    <Resource Include="Resources\images\robot7.png" />    <Resource Include="Resources\images\Left.png" />    <Resource Include="Resources\images\Next_32x32.png" />    <Resource Include="Resources\images\Previous_32x32.png" />    <Resource Include="Resources\images\redo-32x32.png" />    <Resource Include="Resources\images\right.png" />    <Resource Include="Resources\images\robot6.png" />    <Resource Include="Resources\images\superlogo1.png" />    <Resource Include="Resources\images\superlogo2.png" />    <Resource Include="Resources\images\hand.png" />    <Resource Include="Resources\images\logo.png" />    <Resource Include="Resources\images\lpbg.png" />    <Resource Include="Resources\images\EFEMAxis.png" />    <None Include="Config\2LPJetUILayout-Vrigo001.xml">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>    <Resource Include="Resources\images\arm1.png" />    <Resource Include="Resources\images\arm2.png" />    <Resource Include="Resources\images\FoupWhite.png" />    <Resource Include="MyLogoNormal.ico" />    <None Include="Config\2LPJetUILayout-Vrigo002.xml">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>    <None Include="Config\2LPJetUILayout-Metis001.xml">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>    <None Include="Config\2LPJetUILayout-Vrigo003.xml" />    <None Include="Config\2LPJetUILayout-Vrigo005.xml">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>    <None Include="Config\2LPJetUILayout-Vrigo006.xml">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>    <None Include="Config\2LPJetUILayout-Vrigo007.xml">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>    <None Include="Config\2LPJetUILayout-Vrigo008.xml">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>    <Content Include="Resources\images\Guangchuan_Logo.png" />  </ItemGroup>  <ItemGroup>    <ProjectReference Include="..\..\..\Framework\AitexSorterCommon\AitexSorterCommon.csproj">      <Project>{f5c6659d-7a3f-4d28-84e9-6abbf7cd02c7}</Project>      <Name>AitexSorterCommon</Name>    </ProjectReference>    <ProjectReference Include="..\..\..\Framework\AitexSorterUI\AitexSorterUI.csproj">      <Project>{1552a229-52e5-4a77-9868-cc9c0ff91923}</Project>      <Name>AitexSorterUI</Name>    </ProjectReference>    <ProjectReference Include="..\..\..\Framework\Common\Common.csproj">      <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>      <Name>Common</Name>    </ProjectReference>    <ProjectReference Include="..\..\..\Framework\UICore\UICore.csproj">      <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>      <Name>UICore</Name>    </ProjectReference>  </ItemGroup>  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  <PropertyGroup>    <PostBuildEvent>REM 输出到安装目录,供安装打包使用if exist "$(ProjectDir)..\EfemSetup\Packages\EfemUI" rd "$(ProjectDir)..\EfemSetup\Packages\EfemUI"  /s /qmd "$(ProjectDir)..\EfemSetup\Packages\EfemUI\" echo 复制文件到安装目录,"$(ProjectDir)..\EfemSetup\Packages\EfemUI\" xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\EfemSetup\Packages\EfemUI\" /qREM 配置文件Copydel "$(ProjectDir)..\EfemSetup\Packages\EfemUI\*.pdb"if exist "$(ProjectDir)..\EfemSetup\Packages\EfemUI\Logs" rd "$(ProjectDir)..\EfemSetup\Packages\EfemUI\Logs"  /s /qif exist "$(ProjectDir)..\EfemSetup\Packages\EfemUI\Recipes" rd "$(ProjectDir)..\EfemSetup\Packages\EfemUI\Recipes"  /s /q</PostBuildEvent>  </PropertyGroup></Project>
 |