| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068 | <?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />  <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>{474772DC-334A-4E87-BB46-3ABD913AA44A}</ProjectGuid>    <OutputType>WinExe</OutputType>    <RootNamespace>OTSMeasureApp</RootNamespace>    <AssemblyName>OTSMeasureApp</AssemblyName>    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>    <FileAlignment>512</FileAlignment>    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>    <IsWebBootstrapper>false</IsWebBootstrapper>    <TargetFrameworkProfile />    <NuGetPackageImportStamp>    </NuGetPackageImportStamp>    <PublishUrl>publish\</PublishUrl>    <Install>true</Install>    <InstallFrom>Disk</InstallFrom>    <UpdateEnabled>false</UpdateEnabled>    <UpdateMode>Foreground</UpdateMode>    <UpdateInterval>7</UpdateInterval>    <UpdateIntervalUnits>Days</UpdateIntervalUnits>    <UpdatePeriodically>false</UpdatePeriodically>    <UpdateRequired>false</UpdateRequired>    <MapFileExtensions>true</MapFileExtensions>    <ApplicationRevision>0</ApplicationRevision>    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>    <UseApplicationTrust>false</UseApplicationTrust>    <BootstrapperEnabled>true</BootstrapperEnabled>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">    <PlatformTarget>x86</PlatformTarget>    <DebugSymbols>true</DebugSymbols>    <DebugType>full</DebugType>    <Optimize>false</Optimize>    <OutputPath>..\Bin\Win32\Debug\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>    <DocumentationFile>    </DocumentationFile>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">    <PlatformTarget>AnyCPU</PlatformTarget>    <DebugType>pdbonly</DebugType>    <Optimize>false</Optimize>    <OutputPath>..\Bin\Win32\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>  </PropertyGroup>  <PropertyGroup />  <PropertyGroup>    <StartupObject>OTSMeasureApp.Program</StartupObject>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">    <PlatformTarget>AnyCPU</PlatformTarget>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x86'">    <OutputPath>..\bin\Win32\Release_oxford50\</OutputPath>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>..\Bin\x64\Debug\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <DebugType>full</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>    <Prefer32Bit>false</Prefer32Bit>    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">    <OutputPath>..\Bin\x64\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <DebugType>pdbonly</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">    <OutputPath>..\Bin\x64\Release_oxford50\</OutputPath>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>false</Prefer32Bit>    <DefineConstants>    </DefineConstants>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">    <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>    <Prefer32Bit>false</Prefer32Bit>  </PropertyGroup>  <PropertyGroup>    <ApplicationIcon>Resources\OTSIncAMeasure.ico</ApplicationIcon>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">    <OutputPath>bin\CleannessRelease\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x86'">    <OutputPath>bin\x86\CleannessRelease\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x64'">    <OutputPath>..\bin\x64\CleannessRelease\</OutputPath>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|AnyCPU'">    <OutputPath>bin\LithiumCleanness\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x86'">    <OutputPath>bin\x86\LithiumCleanness\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x64'">    <OutputPath>bin\x64\LithiumCleanness\</OutputPath>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|AnyCPU'">    <OutputPath>bin\Release_oxford60\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x86'">    <OutputPath>bin\x86\Release_oxford60\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">    <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">    <OutputPath>bin\Release_oxford61\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x86'">    <OutputPath>bin\x86\Release_oxford61\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">    <OutputPath>..\bin\x64\Release_oxford61\</OutputPath>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|AnyCPU'">    <OutputPath>bin\Release_oxford62\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x86'">    <OutputPath>bin\x86\Release_oxford62\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x64'">    <OutputPath>..\bin\x64\Release_oxford62\</OutputPath>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|AnyCPU'">    <OutputPath>bin\Release_oxford61sp1\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x86'">    <OutputPath>bin\x86\Release_oxford61sp1\</OutputPath>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">    <OutputPath>..\bin\x64\Release_oxford61sp1\</OutputPath>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <ItemGroup>    <Reference Include="FEIApiControl">      <HintPath>..\OpenDll\FEIAPI\FEIApiControl.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <EmbedInteropTypes>True</EmbedInteropTypes>      <HintPath>..\OpenDll\WordApiDll\Microsoft.Office.Interop.Excel.dll</HintPath>    </Reference>    <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\Json\Newtonsoft.Json.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="NLog">      <HintPath>..\OpenDll\Nlog\NLog.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <EmbedInteropTypes>True</EmbedInteropTypes>      <HintPath>..\OpenDll\WordApiDll\office.dll</HintPath>    </Reference>    <Reference Include="OpenCvSharp">      <HintPath>..\OpenDll\OpenCvSharp\OpenCvSharp.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="OTS.WinFormsUI.Docking, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\WordApiDll\OTS.WinFormsUI.Docking.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="PresentationCore" />    <Reference Include="SlmRuntimeCSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\SlmRuntimeCSharp\SlmRuntimeCSharp.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="SourceGrid, Version=4.40.7083.30975, Culture=neutral, PublicKeyToken=df6f5e538749e85d, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\WordApiDll\SourceGrid.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="System" />    <Reference Include="System.ComponentModel.DataAnnotations" />    <Reference Include="System.Configuration" />    <Reference Include="System.Core" />    <Reference Include="System.Data.Linq" />    <Reference Include="System.Data.SQLite">      <HintPath>..\OpenDll\SQLiteDll\System.Data.SQLite.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="System.Design" />    <Reference Include="System.Management" />    <Reference Include="System.Numerics" />    <Reference Include="System.Runtime.Remoting" />    <Reference Include="System.Security" />    <Reference Include="System.Windows.Forms.DataVisualization" />    <Reference Include="System.Windows.Forms.Ribbon, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="System.Xml.Linq" />    <Reference Include="System.Data.DataSetExtensions" />    <Reference Include="Microsoft.CSharp" />    <Reference Include="System.Data" />    <Reference Include="System.Drawing" />    <Reference Include="System.Net.Http" />    <Reference Include="System.Windows.Forms" />    <Reference Include="System.Xml" />    <Reference Include="UIAutomationClient" />    <Reference Include="WindowsBase" />  </ItemGroup>  <ItemGroup>    <Compile Include="0-OTSModel\OTSDataType\CBrightnessContrastRegulateParam.cs" />    <Compile Include="1-OTSMeasure\Measure\1-OTSInclution\COTSFieldForIncA.cs" />    <Compile Include="1-OTSMeasure\Measure\1-OTSInclution\SmplMeasureInclution.cs" />    <Compile Include="1-OTSMeasure\Measure\2-OTSCleanliness\COTSFieldForCleanness.cs" />    <Compile Include="1-OTSMeasure\Measure\2-OTSCleanliness\SmplMeasureCleanliness.cs" />    <Compile Include="1-OTSMeasure\Measure\5-OTSSteelMineral\CSmplMeasureInclutionForSteelMineral.cs" />    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CBrightnessContrastAdjust.cs" />    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CSmplPreviewMeasure.cs" />    <Compile Include="1-OTSMeasure\Measure\ParamData\frmReclassifyCondition.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="1-OTSMeasure\Measure\ParamData\frmReclassifyCondition.Designer.cs">      <DependentUpon>frmReclassifyCondition.cs</DependentUpon>    </Compile>    <Compile Include="10-OTSSplashScreen\OTSSplashScreen_Cleanness.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="10-OTSSplashScreen\OTSSplashScreen_Cleanness.Designer.cs">      <DependentUpon>OTSSplashScreen_Cleanness.cs</DependentUpon>    </Compile>    <Compile Include="10-OTSSplashScreen\OTSSplashScreen_IncA.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="10-OTSSplashScreen\OTSSplashScreen_IncA.Designer.cs">      <DependentUpon>OTSSplashScreen_IncA.cs</DependentUpon>    </Compile>    <Compile Include="10-OTSSplashScreen\OTSSplashScreen_SteelMineral.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="10-OTSSplashScreen\OTSSplashScreen_SteelMineral.Designer.cs">      <DependentUpon>OTSSplashScreen_SteelMineral.cs</DependentUpon>    </Compile>    <Compile Include="4-OTSSamplespaceGraphicsPanel\CFieldPositionHelper.cs" />    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CMsrResultItems.cs" />    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CMeasure.cs" />    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CSmplMeasure.cs" />    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CSmplMsrResult.cs" />    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\MsrThreadStatus.cs" />    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\ST_MSTMsg.cs" />    <Compile Include="1-OTSMeasure\Measure\4-ReMeasure\SmplMeasureReMeasure.cs" />    <Compile Include="1-OTSMeasure\Measure\BSEPicData\BSEImgFileMgr.cs" />    <Compile Include="0-OTSModel\OTSDataType\COTSField.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\CFieldDB.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\CFieldTable.cs" />    <Compile Include="1-OTSMeasure\Measure\ParamData\COTSMsrPrjResultData.cs" />    <Compile Include="1-OTSMeasure\Measure\ParamData\CSampleParamMgr.cs" />    <Compile Include="1-OTSMeasure\Measure\ParamData\DIALOG_CHECK_PARAM_RESULT.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="1-OTSMeasure\Measure\ParamData\DIALOG_CHECK_PARAM_RESULT.designer.cs">      <DependentUpon>DIALOG_CHECK_PARAM_RESULT.cs</DependentUpon>    </Compile>    <Compile Include="1-OTSMeasure\Measure\ParamData\OTSDefaultParam.cs" />    <Compile Include="1-OTSMeasure\Measure\ParamData\OTSCommonParam.cs" />    <Compile Include="1-OTSMeasure\Measure\ParamData\StageParam.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\CSmallParticleInfo.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\ElementChemistryDB.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\ElementChemistryTable.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\GenInfoDB.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\GenInfoTable.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\IncADataDB.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\IncADataTable.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\IncAFileMgr.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\MergedParticles\MergeParticleDB.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\MergedParticles\MergParticleTable.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\PosXrayDBMgr.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\PosXrayInfoDB.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\PosXrayInfoTable.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\SegmentDB.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\SegmentTable.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\SmallParticles\SmallParticleInfoDB.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\SmallParticles\SmallParticleInfoTable.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\XRayDataDB.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\XRayDataTable.cs" />    <Compile Include="0-OTSModel\OTSDataType\CDomain.cs" />    <Compile Include="0-OTSModel\OTSDataType\CDoubleRange.cs" />    <Compile Include="0-OTSModel\OTSDataType\CElement.cs" />    <Compile Include="0-OTSModel\OTSDataType\CElementRange.cs" />    <Compile Include="0-OTSModel\OTSDataType\CHole.cs" />    <Compile Include="0-OTSModel\OTSDataType\CHoleBSEImg.cs" />    <Compile Include="0-OTSModel\OTSDataType\CIntRange.cs" />    <Compile Include="0-OTSModel\OTSDataType\CMsrSampleStatus.cs" />    <Compile Include="0-OTSModel\OTSDataType\COTSImageProcParam.cs" />    <Compile Include="0-OTSModel\OTSDataType\COTSImageScanParam.cs" />    <Compile Include="0-OTSModel\OTSDataType\COTSRect.cs" />    <Compile Include="0-OTSModel\OTSDataType\COTSSample.cs" />    <Compile Include="0-OTSModel\OTSDataType\COTSXRayParam.cs" />    <Compile Include="0-OTSModel\OTSDataType\CSampleParam.cs" />    <Compile Include="0-OTSModel\OTSDataType\CSEMDataGnr.cs" />    <Compile Include="0-OTSModel\OTSDataType\CSEMFieldData.cs" />    <Compile Include="0-OTSModel\OTSDataType\CSize.cs" />    <Compile Include="0-OTSModel\OTSDataType\CSlopFocusParam.cs" />    <Compile Include="0-OTSModel\OTSDataType\CSpecialGrayRangeParam.cs" />    <Compile Include="0-OTSModel\OTSDataType\CSampleHolder.cs" />    <Compile Include="0-OTSModel\OTSDataType\DataPublic.cs" />    <Compile Include="0-OTSModel\OTSDataType\otsdataconst.cs" />    <Compile Include="0-OTSModel\OTSDataType\SEMStageData.cs" />    <Compile Include="0-OTSModel\OTSDataType\XmlResourceData.cs" />    <Compile Include="0-OTSModel\OTSDataType\XMLSerialization.cs" />    <Compile Include="3-OTSDisplaySourceGridData\CPropItem.cs" />    <Compile Include="3-OTSDisplaySourceGridData\CPropItemGrp.cs" />    <Compile Include="3-OTSDisplaySourceGridData\MeasureStopMode.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="3-OTSDisplaySourceGridData\MeasureStopMode.Designer.cs">      <DependentUpon>MeasureStopMode.cs</DependentUpon>    </Compile>    <Compile Include="3-OTSDisplaySourceGridData\OTSSampleVisualPropertyInfo.cs" />    <Compile Include="4-OTSSamplespaceGraphicsPanel\VisualGDIObjects\CMeasureArea.cs" />    <Compile Include="4-OTSSamplespaceGraphicsPanel\VisualGDIObjects\CRingGDIObject.cs" />    <Compile Include="4-OTSSamplespaceGraphicsPanel\VisualGDIObjects\CVisualFieldGDIObject.cs" />    <Compile Include="4-OTSSamplespaceGraphicsPanel\VisualGDIObjects\CVisualSampleArea.cs" />    <Compile Include="4-OTSSamplespaceGraphicsPanel\frmInitializeStartInput.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="4-OTSSamplespaceGraphicsPanel\frmInitializeStartInput.Designer.cs">      <DependentUpon>frmInitializeStartInput.cs</DependentUpon>    </Compile>    <Compile Include="4-OTSSamplespaceGraphicsPanel\RingGdiDataInput.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="4-OTSSamplespaceGraphicsPanel\RingGdiDataInput.Designer.cs">      <DependentUpon>RingGdiDataInput.cs</DependentUpon>    </Compile>    <Compile Include="4-OTSSamplespaceGraphicsPanel\VisualGDIObjects\CVisualStage.cs" />    <Compile Include="5-OTSMeasureStatuImageFun\frmBCRegulate.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\frmBCRegulate.Designer.cs">      <DependentUpon>frmBCRegulate.cs</DependentUpon>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\frmSpecialGrayParticle.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\frmSpecialGrayParticle.Designer.cs">      <DependentUpon>frmSpecialGrayParticle.cs</DependentUpon>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\OTSMeasureStatusWindow.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\OTSMeasureStatusWindow.Designer.cs">      <DependentUpon>OTSMeasureStatusWindow.cs</DependentUpon>    </Compile>    <Compile Include="4-OTSSamplespaceGraphicsPanel\SlopFocus.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="4-OTSSamplespaceGraphicsPanel\SlopFocus.Designer.cs">      <DependentUpon>SlopFocus.cs</DependentUpon>    </Compile>    <Compile Include="7-OTSProgMgrInfo\OtherSelection.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="7-OTSProgMgrInfo\OtherSelection.Designer.cs">      <DependentUpon>OtherSelection.cs</DependentUpon>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\SpecialParticleForm.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\SpecialParticleForm.Designer.cs">      <DependentUpon>SpecialParticleForm.cs</DependentUpon>    </Compile>    <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageEdit.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageEdit.Designer.cs">      <DependentUpon>DlgStageEdit.cs</DependentUpon>    </Compile>    <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageMgr.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageMgr.Designer.cs">      <DependentUpon>DlgStageMgr.cs</DependentUpon>    </Compile>    <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageRename.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageRename.Designer.cs">      <DependentUpon>DlgStageRename.cs</DependentUpon>    </Compile>    <Compile Include="7-OTSProgMgrInfo\Stage\StageDisplayHelp.cs" />    <Compile Include="7-OTSProgMgrInfo\Stage\StageNameSaveAs.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="7-OTSProgMgrInfo\Stage\StageNameSaveAs.Designer.cs">      <DependentUpon>StageNameSaveAs.cs</DependentUpon>    </Compile>    <Compile Include="CRegistration.cs" />    <Compile Include="BaseFunctionTest.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="BaseFunctionTest.Designer.cs">      <DependentUpon>BaseFunctionTest.cs</DependentUpon>    </Compile>    <Compile Include="ResourceManage\ResourceData.cs" />    <Compile Include="ResourceManage\ResourceID.cs" />    <Compile Include="3-OTSDisplaySourceGridData\OTSPropertyWindow1.Designer.cs">      <AutoGen>True</AutoGen>      <DesignTime>True</DesignTime>      <DependentUpon>OTSPropertyWindow.resx</DependentUpon>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\Control_Ruler.cs">      <SubType>UserControl</SubType>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\Control_Ruler.designer.cs">      <DependentUpon>Control_Ruler.cs</DependentUpon>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\Control_XRayTable.cs">      <SubType>UserControl</SubType>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\Control_XRayTable.designer.cs">      <DependentUpon>Control_XRayTable.cs</DependentUpon>    </Compile>    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\MeasureCheckResultInfoWindow.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\MeasureCheckResultInfoWindow.Designer.cs">      <DependentUpon>MeasureCheckResultInfoWindow.cs</DependentUpon>    </Compile>    <Compile Include="2-OTSMeasureParamManage\COTSMeasureParam.cs" />    <Compile Include="About.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="About.Designer.cs">      <DependentUpon>About.cs</DependentUpon>    </Compile>    <Compile Include="OTSPeriodicTable\ComboBoxItem.cs" />    <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm.Designer.cs">      <DependentUpon>OTSPeriodicTableForm.cs</DependentUpon>    </Compile>    <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm_Small.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm_Small.Designer.cs">      <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>    </Compile>    <Compile Include="OTSPeriodicTable\ThePeriodicTable.cs">      <SubType>UserControl</SubType>    </Compile>    <Compile Include="OTSPeriodicTable\ThePeriodicTable.designer.cs">      <DependentUpon>ThePeriodicTable.cs</DependentUpon>    </Compile>    <Compile Include="OTSPeriodicTable\ThePeriodicTable_Small.cs">      <SubType>UserControl</SubType>    </Compile>    <Compile Include="OTSPeriodicTable\ThePeriodicTable_Small.designer.cs">      <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>    </Compile>    <Compile Include="OTSPeriodicTable\User_Element.cs">      <SubType>UserControl</SubType>    </Compile>    <Compile Include="OTSPeriodicTable\User_Element.designer.cs">      <DependentUpon>User_Element.cs</DependentUpon>    </Compile>    <Compile Include="OTSPeriodicTable\User_Element_Small.cs">      <SubType>UserControl</SubType>    </Compile>    <Compile Include="OTSPeriodicTable\User_Element_Small.designer.cs">      <DependentUpon>User_Element_Small.cs</DependentUpon>    </Compile>    <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSampleData.cs" />    <Compile Include="3-OTSDisplaySourceGridData\OTSDisplaySampleGrid.cs" />    <Compile Include="OTSMeasureOutputNlog.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="OTSMeasureOutputNlog.Designer.cs">      <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\ExcelEdit.cs" />    <Compile Include="1-OTSMeasure\OTSMeasureDisplayResult.cs" />    <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CMeasureThreadWrapper.cs" />    <Compile Include="7-OTSProgMgrInfo\ProgMgrInfoForm.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="7-OTSProgMgrInfo\ProgMgrInfoForm.designer.cs">      <DependentUpon>ProgMgrInfoForm.cs</DependentUpon>    </Compile>    <Compile Include="9-OTSRibbon\OTSRibbonFun.cs" />    <Compile Include="4-OTSSamplespaceGraphicsPanel\VisualGDIObjects\CDisplayGDIObject.cs" />    <Compile Include="6-OTSDisplayTreeViewData\OTSDisplayTreeBase.cs" />    <Compile Include="OTSIncAMeasureAppForm.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="OTSIncAMeasureAppForm.Designer.cs">      <DependentUpon>OTSIncAMeasureAppForm.cs</DependentUpon>    </Compile>    <Compile Include="1-OTSMeasure\OTSMeasureResultWindow.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="1-OTSMeasure\OTSMeasureResultWindow.Designer.cs">      <DependentUpon>OTSMeasureResultWindow.cs</DependentUpon>    </Compile>    <Compile Include="3-OTSDisplaySourceGridData\OTSPropertyWindow.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="3-OTSDisplaySourceGridData\OTSPropertyWindow.Designer.cs">      <DependentUpon>OTSPropertyWindow.cs</DependentUpon>    </Compile>    <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceGraphicsPanelFun.cs" />    <Compile Include="4-OTSSamplespaceGraphicsPanel\SEMControlService.cs" />    <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceWindow.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceWindow.Designer.cs">      <DependentUpon>OTSSamplespaceWindow.cs</DependentUpon>    </Compile>    <Compile Include="6-OTSDisplayTreeViewData\OTSSolutionWindow.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="6-OTSDisplayTreeViewData\OTSSolutionWindow.Designer.cs">      <DependentUpon>OTSSolutionWindow.cs</DependentUpon>    </Compile>    <Compile Include="Program.cs" />    <Compile Include="Properties\AssemblyInfo.cs" />    <Compile Include="Properties\IDDescriptionResource.Designer.cs">      <AutoGen>True</AutoGen>      <DesignTime>True</DesignTime>      <DependentUpon>IDDescriptionResource.resx</DependentUpon>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\ToolWindow.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="5-OTSMeasureStatuImageFun\ToolWindow.Designer.cs">      <DependentUpon>ToolWindow.cs</DependentUpon>    </Compile>    <Compile Include="ServiceCenter\CClassifyEngine.cs" />    <Compile Include="ServiceCenter\CImageHandler.cs" />    <Compile Include="ServiceCenter\CPP%28Bruker%29API\EDSController.cs" />    <Compile Include="ServiceCenter\CPP%28Bruker%29API\ScanController.cs" />    <Compile Include="ServiceCenter\CPP%28Bruker%29API\SemController.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\ColumnType.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteDB.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteDBStore.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteQuery.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteTable.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\DBConst.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBBase.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBFileBase.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBQueryBase.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBStoreBase.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBTableBase.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\SQLiteFactory.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\SQliteHelper.cs" />    <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\TableModel.cs" />    <Compile Include="ServiceCenter\FEIAutoScript\FEIEDSController.cs" />    <Compile Include="ServiceCenter\FEIAutoScript\FEIScanController.cs" />    <Compile Include="ServiceCenter\FEIAutoScript\FEISemController.cs" />    <Compile Include="ServiceCenter\FileHelper.cs" />    <Compile Include="ServiceCenter\IClassifyEngine.cs" />    <Compile Include="ServiceCenter\IImageProcess.cs" />    <Compile Include="ServiceCenter\ImageStitchUsingOpenCvSharp.cs" />    <Compile Include="ServiceCenter\IMeasureHardware.cs" />    <Compile Include="ServiceCenter\IpcSEMController.cs" />    <Compile Include="ServiceCenter\OxfordExtender\ExtenderWrapperIpc.cs" />    <Compile Include="ServiceCenter\OxfordExtender\OxfordEDSController.cs" />    <Compile Include="ServiceCenter\OxfordExtender\OxfordScanController.cs" />    <Compile Include="ServiceCenter\OxfordExtender\OxfordSemController.cs" />    <EmbeddedResource Include="1-OTSMeasure\Measure\ParamData\DIALOG_CHECK_PARAM_RESULT.resx">      <DependentUpon>DIALOG_CHECK_PARAM_RESULT.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="1-OTSMeasure\Measure\ParamData\frmReclassifyCondition.resx">      <DependentUpon>frmReclassifyCondition.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="10-OTSSplashScreen\OTSSplashScreen_Cleanness.resx">      <DependentUpon>OTSSplashScreen_Cleanness.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="10-OTSSplashScreen\OTSSplashScreen_IncA.resx">      <DependentUpon>OTSSplashScreen_IncA.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="10-OTSSplashScreen\OTSSplashScreen_SteelMineral.resx">      <DependentUpon>OTSSplashScreen_SteelMineral.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="3-OTSDisplaySourceGridData\MeasureStopMode.resx">      <DependentUpon>MeasureStopMode.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\frmInitializeStartInput.resx">      <DependentUpon>frmInitializeStartInput.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\RingGdiDataInput.resx">      <DependentUpon>RingGdiDataInput.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="5-OTSMeasureStatuImageFun\Control_Ruler.resx">      <DependentUpon>Control_Ruler.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="5-OTSMeasureStatuImageFun\Control_XRayTable.resx">      <DependentUpon>Control_XRayTable.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="1-OTSMeasure\Measure\3-MeasureFlow\MeasureCheckResultInfoWindow.resx">      <DependentUpon>MeasureCheckResultInfoWindow.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="5-OTSMeasureStatuImageFun\frmBCRegulate.resx">      <DependentUpon>frmBCRegulate.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="5-OTSMeasureStatuImageFun\frmSpecialGrayParticle.resx">      <DependentUpon>frmSpecialGrayParticle.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="5-OTSMeasureStatuImageFun\OTSMeasureStatusWindow.resx">      <DependentUpon>OTSMeasureStatusWindow.cs</DependentUpon>      <SubType>Designer</SubType>    </EmbeddedResource>    <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\SlopFocus.resx">      <DependentUpon>SlopFocus.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="7-OTSProgMgrInfo\OtherSelection.resx">      <DependentUpon>OtherSelection.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="5-OTSMeasureStatuImageFun\SpecialParticleForm.resx">      <DependentUpon>SpecialParticleForm.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\DlgStageEdit.resx">      <DependentUpon>DlgStageEdit.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\DlgStageMgr.resx">      <DependentUpon>DlgStageMgr.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\DlgStageRename.resx">      <DependentUpon>DlgStageRename.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\StageNameSaveAs.resx">      <DependentUpon>StageNameSaveAs.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="About.resx">      <DependentUpon>About.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="BaseFunctionTest.resx">      <DependentUpon>BaseFunctionTest.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="OTSIncAMeasureAppForm.resx">      <DependentUpon>OTSIncAMeasureAppForm.cs</DependentUpon>      <SubType>Designer</SubType>    </EmbeddedResource>    <EmbeddedResource Include="OTSMeasureOutputNlog.resx">      <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="1-OTSMeasure\OTSMeasureResultWindow.resx">      <DependentUpon>OTSMeasureResultWindow.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="OTSPeriodicTable\OTSPeriodicTableForm.resx">      <DependentUpon>OTSPeriodicTableForm.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="OTSPeriodicTable\OTSPeriodicTableForm_Small.resx">      <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="OTSPeriodicTable\ThePeriodicTable.resx">      <DependentUpon>ThePeriodicTable.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="OTSPeriodicTable\ThePeriodicTable_Small.resx">      <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="OTSPeriodicTable\User_Element.resx">      <DependentUpon>User_Element.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="OTSPeriodicTable\User_Element_Small.resx">      <DependentUpon>User_Element_Small.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="7-OTSProgMgrInfo\ProgMgrInfoForm.resx">      <DependentUpon>ProgMgrInfoForm.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="3-OTSDisplaySourceGridData\OTSPropertyWindow.resx">      <DependentUpon>OTSPropertyWindow.cs</DependentUpon>      <Generator>ResXFileCodeGenerator</Generator>      <LastGenOutput>OTSPropertyWindow1.Designer.cs</LastGenOutput>    </EmbeddedResource>    <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceWindow.resx">      <DependentUpon>OTSSamplespaceWindow.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="6-OTSDisplayTreeViewData\OTSSolutionWindow.resx">      <DependentUpon>OTSSolutionWindow.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="Properties\IDDescriptionResource.resx">      <Generator>ResXFileCodeGenerator</Generator>      <LastGenOutput>IDDescriptionResource.Designer.cs</LastGenOutput>    </EmbeddedResource>    <EmbeddedResource Include="Properties\Resources.resx">      <Generator>PublicResXFileCodeGenerator</Generator>      <LastGenOutput>Resources.Designer.cs</LastGenOutput>      <SubType>Designer</SubType>    </EmbeddedResource>    <Compile Include="Properties\Resources.Designer.cs">      <AutoGen>True</AutoGen>      <DependentUpon>Resources.resx</DependentUpon>      <DesignTime>True</DesignTime>    </Compile>    <EmbeddedResource Include="5-OTSMeasureStatuImageFun\ToolWindow.resx">      <DependentUpon>ToolWindow.cs</DependentUpon>    </EmbeddedResource>    <None Include="1-OTSMeasure\Measure\3-MeasureFlow\Measurethread.cd" />    <None Include="0-OTSModel\OTSDataType\OTSFieldDataMgr.cd" />    <None Include="1-OTSMeasure\Measure\ParamData\COTSResultData.cd" />    <None Include="0-OTSModel\OTSDataType\COTSSample.cd" />    <None Include="1-OTSMeasure\MeasureRetThread.cd" />    <None Include="2-OTSMeasureParamManage\MeasureParam.cd" />    <None Include="4-OTSSamplespaceGraphicsPanel\sampleSpaceObject.cd" />    <None Include="app.manifest" />    <None Include="packages.config" />    <None Include="Properties\Settings.settings">      <Generator>SettingsSingleFileGenerator</Generator>      <LastGenOutput>Settings.Designer.cs</LastGenOutput>    </None>    <Compile Include="Properties\Settings.Designer.cs">      <AutoGen>True</AutoGen>      <DependentUpon>Settings.settings</DependentUpon>      <DesignTimeSharedInput>True</DesignTimeSharedInput>    </Compile>  </ItemGroup>  <ItemGroup>    <None Include="App.config" />  </ItemGroup>  <ItemGroup>    <None Include="Resources\Image\保存.png" />    <None Include="Resources\Image\编辑.png" />    <None Include="Resources\Image\标尺.png" />    <None Include="Resources\Image\返回.png" />    <None Include="Resources\Image\复位.png" />    <None Include="Resources\Image\关机.png" />    <None Include="Resources\Image\画方.png" />    <None Include="Resources\Image\画圆.png" />    <None Include="Resources\Image\检测参数.png" />    <None Include="Resources\Image\开始.png" />    <None Include="Resources\Image\另存为.png" />    <None Include="Resources\Image\前进.png" />    <None Include="Resources\Image\删除样品.png" />    <None Include="Resources\Image\添加样品.png" />    <None Include="Resources\Image\停止.png" />    <None Include="Resources\Image\新建.png" />    <None Include="Resources\Image\关闭电镜.png" />    <None Include="Resources\Image\透明.png" />    <None Include="Resources\Image\透明选中.png" />    <None Include="Resources\option_16.png" />    <None Include="Resources\logo_32.png" />    <None Include="Resources\logo_40.png" />    <None Include="Resources\DelSemData_32.png" />    <None Include="Resources\DelSemData_16.png" />    <None Include="Resources\GetSemData_16.png" />    <None Include="Resources\GetSemData_32.png" />    <None Include="Resources\SetSemData.png" />    <None Include="Resources\GetSampleImage.png" />    <None Include="Resources\DeleteSampleImage.png" />    <None Include="Resources\MoveToCenter_32.png" />    <None Include="Resources\SEMMoveToCenter_32.png" />    <None Include="Resources\SEMMoveToCurrent_32.png" />    <None Include="Resources\OTSSysMgr.ico" />    <None Include="Resources\OTSIncAMeasure.ico" />    <None Include="Resources\OTSIncAReport.ico" />    <Content Include="OTSPeriodicTable\images\Cancel.png" />    <Content Include="OTSPeriodicTable\images\cubic.gif" />    <Content Include="OTSPeriodicTable\images\cubicbodycentered.gif" />    <Content Include="OTSPeriodicTable\images\cubicfacecentered.gif" />    <Content Include="OTSPeriodicTable\images\Hexagonal.gif" />    <Content Include="OTSPeriodicTable\images\Monoclinic.gif" />    <Content Include="OTSPeriodicTable\images\OK.png" />    <Content Include="OTSPeriodicTable\images\orthohombic.gif" />    <Content Include="OTSPeriodicTable\images\rhombohedral.gif" />    <Content Include="OTSPeriodicTable\images\teragonal.gif" />    <None Include="Resources\ConnnectHardware.png" />    <None Include="Resources\DisconnnectHardware.png" />    <None Include="Resources\interrupt.png" />    <None Include="Resources\AutoBeamOff_off.png" />    <None Include="Resources\AutoBeamOff_on.png" />    <None Include="Resources\Pause.png" />    <None Include="Resources\Cleanliness.png" />    <None Include="Resources\OTSIncA.png" />    <None Include="Resources\OTSSplashScreen.png" />    <Content Include="Resources\toopstripbackimage.png" />    <Content Include="Resources\保存.png" />    <None Include="Resources\删除32.png" />    <None Include="Resources\停止32.png" />    <None Include="Resources\关闭32.png" />    <None Include="Resources\关闭二16.png" />    <Content Include="Resources\关闭二32.png" />    <Content Include="Resources\另存为.png" />    <None Include="Resources\添加32.png" />    <None Include="Resources\复位32.png" />    <None Include="Resources\圆形32.png" />    <None Include="Resources\矩形32.png" />    <None Include="Resources\开始32.png" />    <None Include="Resources\检测32.png" />    <None Include="Resources\标尺32.png" />    <None Include="Resources\样品孔照片32.png" />    <None Include="Resources\样品孔名称32.png" />    <None Include="Resources\恢复32.png" />    <Content Include="Resources\编辑.png" />    <None Include="Resources\Add Sample16.png" />    <None Include="Resources\Add Sample32.png" />    <None Include="Resources\Add Sample161.png" />    <Content Include="Resources\Add Sample321.png">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </Content>    <Content Include="Resources\addons32.png" />    <Content Include="Resources\bold16.png" />    <Content Include="Resources\borderbottom16.png" />    <Content Include="Resources\casing16.png" />    <None Include="Resources\Circle16.png" />    <None Include="Resources\Circle32.png" />    <None Include="Resources\Circle161.png" />    <None Include="Resources\Circle321.png" />    <Content Include="Resources\close32.png" />    <Content Include="Resources\copy16.png" />    <Content Include="Resources\copyformat16.png" />    <Content Include="Resources\cut16.png" />    <None Include="Resources\delete16.png" />    <None Include="Resources\delete32.png" />    <None Include="Resources\deletefile16.png" />    <None Include="Resources\deletefile32.png" />    <None Include="Resources\delete161.png" />    <None Include="Resources\delete321.png" />    <None Include="Resources\deletefile161.png" />    <None Include="Resources\deletefile321.png" />    <Content Include="Resources\eraseformat16.png" />    <Content Include="Resources\exit16.png" />    <Content Include="Resources\fill16.png" />    <Content Include="Resources\find32.png" />    <Content Include="Resources\fontcolor16.png" />    <Content Include="Resources\fontsizedecrease16.png" />    <Content Include="Resources\fontsizeincrease16.png" />    <Content Include="Resources\goto16.png" />    <Content Include="Resources\hilight16.png" />    <Content Include="Resources\indentdecrease16.png" />    <Content Include="Resources\indentdecrease161.png" />    <Content Include="Resources\indentincrease16.png" />    <Content Include="Resources\invisiblechars16.png" />    <Content Include="Resources\italic16.png" />    <Content Include="Resources\multilevellist16.png" />    <None Include="Resources\NewDocment.png" />    <Content Include="Resources\newdocument32.png" />    <Content Include="Resources\open16.png" />    <None Include="Resources\Open161.png" />    <Content Include="Resources\open32.png" />    <Content Include="Resources\options16.png" />    <Content Include="Resources\orderedlist16.png" />    <Content Include="Resources\pageblank16.png" />    <Content Include="Resources\paragraphspacing16.png" />    <Content Include="Resources\paste16.png" />    <Content Include="Resources\paste32.png" />    <Content Include="Resources\paste321.png" />    <Content Include="Resources\pastelink16.png" />    <Content Include="Resources\pastespecial16.png" />    <None Include="Resources\Polygon16.png" />    <None Include="Resources\Polygon32.png" />    <None Include="Resources\Polygon161.png" />    <None Include="Resources\Polygon321.png" />    <None Include="Resources\Prepare16.png" />    <None Include="Resources\Power.png" />    <Content Include="Resources\prepare32.png" />    <Content Include="Resources\print32.png" />    <Content Include="Resources\print321.png" />    <Content Include="Resources\printpreview32.png" />    <Content Include="Resources\printquick16.png" />    <Content Include="Resources\printquick32.png" />    <Content Include="Resources\publish32.png" />    <None Include="Resources\Recover16.png" />    <None Include="Resources\Recover32.png" />    <None Include="Resources\Rectangle16.png" />    <None Include="Resources\Rectangle32.png" />    <None Include="Resources\Recover16new.png" />    <None Include="Resources\Recover32New.png" />    <None Include="Resources\Recover161.png" />    <None Include="Resources\Recover16new1.png" />    <None Include="Resources\Recover321.png" />    <None Include="Resources\Recover32New1.png" />    <None Include="Resources\Rectangle161.png" />    <None Include="Resources\Rectangle321.png" />    <Content Include="Resources\replace16.png" />    <None Include="Resources\Reset16.png" />    <None Include="Resources\Reset32.png" />    <None Include="Resources\Ruler16.png" />    <None Include="Resources\Ruler32.png" />    <None Include="Resources\Reset161.png" />    <None Include="Resources\Reset321.png" />    <None Include="Resources\Ruler161.png" />    <None Include="Resources\Ruler321.png" />    <None Include="Resources\Ruler162.png" />    <Content Include="Resources\save16.png" />    <None Include="Resources\Save161.png" />    <Content Include="Resources\save32.png" />    <None Include="Resources\SaveAs16.png" />    <Content Include="Resources\saveas32.png" />    <Content Include="Resources\saveas321.png" />    <Content Include="Resources\select16.png" />    <None Include="Resources\sem16.png" />    <None Include="Resources\sem32.png" />    <None Include="Resources\sem161.png" />    <None Include="Resources\sem321.png" />    <None Include="Resources\sem162.png" />    <Content Include="Resources\send32.png" />    <None Include="Resources\set16.png" />    <None Include="Resources\set32.png" />    <None Include="Resources\SmapleName16.png" />    <None Include="Resources\SmapleName32.png" />    <None Include="Resources\SmaplePhoto16.png" />    <None Include="Resources\SmaplePhoto32.png" />    <None Include="Resources\set161.png" />    <None Include="Resources\set321.png" />    <None Include="Resources\SmapleName161.png" />    <None Include="Resources\SmapleName321.png" />    <None Include="Resources\SmaplePhoto161.png" />    <None Include="Resources\SmaplePhoto321.png" />    <Content Include="Resources\sort16.png" />    <None Include="Resources\start16.png" />    <None Include="Resources\start32.png" />    <None Include="Resources\stop16.png" />    <None Include="Resources\stop32.png" />    <None Include="Resources\start161.png" />    <None Include="Resources\start321.png" />    <None Include="Resources\stop161.png" />    <None Include="Resources\stop321.png" />    <Content Include="Resources\strikethru16.png" />    <Content Include="Resources\style16.png" />    <Content Include="Resources\stylechange32.png" />    <Content Include="Resources\styleset16.png" />    <Content Include="Resources\subindex16.png" />    <Content Include="Resources\superindex16.png" />    <None Include="Resources\test16.png" />    <None Include="Resources\test32.png" />    <None Include="Resources\test161.png" />    <None Include="Resources\test321.png" />    <Content Include="Resources\textaligncenter16.png" />    <Content Include="Resources\textalignjustify16.png" />    <Content Include="Resources\textalignleft16.png" />    <Content Include="Resources\textalignright16.png" />    <Content Include="Resources\themefont.png" />    <Content Include="Resources\underline16.png" />    <Content Include="Resources\undo16.png" />    <Content Include="Resources\unorderedlist16.png" />    <Content Include="Resources\word2003doc32.png" />    <Content Include="Resources\worddocument32.png" />    <Content Include="Resources\wordtemplate32.png" />  </ItemGroup>  <ItemGroup>    <WCFMetadata Include="Connected Services\" />  </ItemGroup>  <ItemGroup>    <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">      <Visible>False</Visible>      <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>      <Install>true</Install>    </BootstrapperPackage>    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">      <Visible>False</Visible>      <ProductName>.NET Framework 3.5 SP1</ProductName>      <Install>false</Install>    </BootstrapperPackage>  </ItemGroup>  <ItemGroup>    <ProjectReference Include="..\OTSCommon\OTSCommon.csproj">      <Project>{3b7695aa-8231-45ac-b493-84390a945d02}</Project>      <Name>OTSCommon</Name>      <Private>False</Private>    </ProjectReference>    <ProjectReference Include="..\OTSCPP\OTSClrInterface\OTSClrInterface.vcxproj">      <Project>{490a8592-7b13-4536-b475-028e73007fae}</Project>      <Name>OTSClrInterface</Name>      <Private>False</Private>    </ProjectReference>    <ProjectReference Include="..\OxfordExtenderWrapper\OxfordExtenderWrapper.csproj">      <Project>{b2683648-c829-40e7-a479-ac90b1b80286}</Project>      <Name>OxfordExtenderWrapper</Name>      <Private>False</Private>    </ProjectReference>  </ItemGroup>  <ItemGroup />  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">    <PropertyGroup>      <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>    </PropertyGroup>    <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />    <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />  </Target>  <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />  <PropertyGroup>    <PostBuildEvent>    </PostBuildEvent>  </PropertyGroup></Project>
 |