1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030 |
- <?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>
- </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>
- </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="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.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="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <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="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="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\OTSGeneralParam.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\CSEMDataMsr.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\CStage.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\CRingGDIObject.cs" />
- <Compile Include="4-OTSSamplespaceGraphicsPanel\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\VisualStage.cs" />
- <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="5-OTSMeasureStatuImageFun\SlopFocus.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="5-OTSMeasureStatuImageFun\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="7-OTSProgMgrInfo\SpecialParticleForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="7-OTSProgMgrInfo\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\CreateRectangle.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\SEMDATAFieldManage.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="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="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\frmSpecialGrayParticle.resx">
- <DependentUpon>frmSpecialGrayParticle.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="5-OTSMeasureStatuImageFun\OTSMeasureStatusWindow.resx">
- <DependentUpon>OTSMeasureStatusWindow.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="5-OTSMeasureStatuImageFun\SlopFocus.resx">
- <DependentUpon>SlopFocus.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="7-OTSProgMgrInfo\OtherSelection.resx">
- <DependentUpon>OtherSelection.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="7-OTSProgMgrInfo\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>
|