| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 | <?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <PropertyGroup>    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>    <ProductVersion>8.0.30703</ProductVersion>    <SchemaVersion>2.0</SchemaVersion>    <ProjectGuid>{C226E370-E9FB-48E7-BF40-89A33F88EF17}</ProjectGuid>    <OutputType>library</OutputType>    <AppDesignerFolder>Properties</AppDesignerFolder>    <RootNamespace>Aitex.Ui.RecipeEditor</RootNamespace>    <AssemblyName>RecipeEditorControl</AssemblyName>    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>    <TargetFrameworkProfile>    </TargetFrameworkProfile>    <FileAlignment>512</FileAlignment>    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>    <WarningLevel>4</WarningLevel>    <SccProjectName>    </SccProjectName>    <SccLocalPath>    </SccLocalPath>    <SccAuxPath>    </SccAuxPath>    <SccProvider>    </SccProvider>  </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>    <PlatformTarget>AnyCPU</PlatformTarget>    <Prefer32Bit>false</Prefer32Bit>    <NoWarn>CS0168</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>    <Prefer32Bit>false</Prefer32Bit>  </PropertyGroup>  <ItemGroup>    <Reference Include="EPDViewerLib">      <HintPath>..\ThirdParty\EpdViewerLib.dll</HintPath>    </Reference>    <Reference Include="ExcelLibrary">      <HintPath>..\ThirdParty\ExcelLibrary.dll</HintPath>    </Reference>    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />    <Reference Include="OpenSEMI.Core">      <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>    </Reference>    <Reference Include="OpenSEMI.Ctrlib">      <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>    </Reference>    <Reference Include="System" />    <Reference Include="System.Data" />    <Reference Include="System.Runtime.Serialization" />    <Reference Include="System.Windows.Interactivity">      <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>    </Reference>    <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.Xaml">      <RequiredTargetFramework>4.0</RequiredTargetFramework>    </Reference>    <Reference Include="WindowsBase" />    <Reference Include="PresentationCore" />    <Reference Include="PresentationFramework" />    <Reference Include="Xceed.Wpf.AvalonDock">      <HintPath>..\ThirdParty\Xceed.Wpf.AvalonDock.dll</HintPath>    </Reference>    <Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero">      <HintPath>..\ThirdParty\Xceed.Wpf.AvalonDock.Themes.Aero.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="Converter\BoolConverter.cs" />    <Compile Include="Converter\CellBorderConverter.cs" />    <Compile Include="Converter\CellForeColorConverter.cs" />    <Compile Include="Converter\ErrColorConverter.cs" />    <Compile Include="Converter\ErrContentConverter.cs" />    <Compile Include="Converter\ErrItemDisplayConverter.cs" />    <Compile Include="Converter\ErrTooltipConverter.cs" />    <Compile Include="Converter\NumConverter.cs" />    <Compile Include="Converter\RecipeHeadStringConverter.cs" />    <Compile Include="Converter\RecipeInfoConverter.cs" />    <Compile Include="Converter\TimeSpanConverter.cs" />    <Compile Include="Converter\VisibilityConverter.cs" />    <Compile Include="Command\DelegatedCommand.cs" />    <Compile Include="Core\Gloabals.cs" />    <Compile Include="Item.cs" />    <Compile Include="Models\RecipeModel.cs" />    <Compile Include="View\ErrorInformationDetailsView.xaml.cs">      <DependentUpon>ErrorInformationDetailsView.xaml</DependentUpon>    </Compile>    <Compile Include="View\RecipeInfoEditor.xaml.cs">      <DependentUpon>RecipeInfoEditor.xaml</DependentUpon>    </Compile>    <Compile Include="View\EndPointDlg.xaml.cs">      <DependentUpon>EndPointDlg.xaml</DependentUpon>    </Compile>    <Compile Include="View\RecipeNameInputDlg.xaml.cs">      <DependentUpon>RecipeNameInputDlg.xaml</DependentUpon>    </Compile>    <Compile Include="View\UserNameInput.xaml.cs">      <DependentUpon>UserNameInput.xaml</DependentUpon>    </Compile>    <Resource Include="Resources\StringResources.en-US.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Resource>    <Resource Include="Resources\StringResources.zh-CN.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Resource>    <Page Include="View\ErrorInformationDetailsView.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="View\RecipeEditorControl.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="View\RecipeHelpView.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="View\RecipeInfoEditor.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="View\EndPointDlg.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="View\RecipeNameInputDlg.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="View\SmartCellEditor.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Compile Include="View\RecipeEditorControl.xaml.cs">      <DependentUpon>RecipeEditorControl.xaml</DependentUpon>    </Compile>    <Compile Include="ViewModel\RecipeEditorControlViewModel.cs" />    <Compile Include="View\RecipeHelpView.xaml.cs">      <DependentUpon>RecipeHelpView.xaml</DependentUpon>    </Compile>    <Compile Include="ViewModel\SmartCellData.cs" />    <Compile Include="View\SmartCellEditor.xaml.cs">      <DependentUpon>SmartCellEditor.xaml</DependentUpon>    </Compile>    <Page Include="View\UserNameInput.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>    <AppDesigner Include="Properties\" />  </ItemGroup>  <ItemGroup>    <Resource Include="Images\arrow_redo.png" />    <Resource Include="Images\arrow_undo.png" />    <Resource Include="Images\edit_add.png" />    <Resource Include="Images\excel.png" />    <Resource Include="Images\expand.png" />    <Resource Include="Images\help.png" />    <Resource Include="Images\open.png" />    <Resource Include="Images\property.png" />    <Resource Include="Images\save.png" />    <Resource Include="Images\toggle.png" />    <Resource Include="Images\warning.png" />  </ItemGroup>  <ItemGroup>    <Resource Include="Images\hideSame.png" />  </ItemGroup>  <ItemGroup>    <Resource Include="Images\barcode.png" />    <Content Include="map.xml">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </Content>  </ItemGroup>  <ItemGroup>    <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">      <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>      <Name>Venus_Core</Name>    </ProjectReference>  </ItemGroup>  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.        Other similar extension points exist, see Microsoft.Common.targets.  <Target Name="BeforeBuild">  </Target>  <Target Name="AfterBuild">  </Target>  --></Project>
 |