12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004 |
- <?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>
- <ItemGroup>
- <Reference Include="FEIApiControl, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
- <SpecificVersion>False</SpecificVersion>
- <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="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="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="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>
|