OTSIncAMeasureApp.csproj 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{474772DC-334A-4E87-BB46-3ABD913AA44A}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>OTSMeasureApp</RootNamespace>
  11. <AssemblyName>OTSMeasureApp</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <TargetFrameworkProfile />
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>x86</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>..\Bin\Win32\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  44. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  45. <DocumentationFile>
  46. </DocumentationFile>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>false</Optimize>
  52. <OutputPath>..\Bin\Win32\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  57. </PropertyGroup>
  58. <PropertyGroup />
  59. <PropertyGroup>
  60. <StartupObject>OTSMeasureApp.Program</StartupObject>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  63. <PlatformTarget>AnyCPU</PlatformTarget>
  64. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x86'">
  67. <OutputPath>..\bin\Win32\Release_oxford50\</OutputPath>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  70. <DebugSymbols>true</DebugSymbols>
  71. <OutputPath>..\Bin\x64\Debug\</OutputPath>
  72. <DefineConstants>DEBUG;TRACE</DefineConstants>
  73. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  74. <DebugType>full</DebugType>
  75. <PlatformTarget>x64</PlatformTarget>
  76. <LangVersion>7.3</LangVersion>
  77. <ErrorReport>prompt</ErrorReport>
  78. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  79. <Prefer32Bit>false</Prefer32Bit>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  82. <OutputPath>..\Bin\x64\Release\</OutputPath>
  83. <DefineConstants>TRACE</DefineConstants>
  84. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  85. <DebugType>pdbonly</DebugType>
  86. <PlatformTarget>x64</PlatformTarget>
  87. <LangVersion>7.3</LangVersion>
  88. <ErrorReport>prompt</ErrorReport>
  89. <Prefer32Bit>true</Prefer32Bit>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  92. <OutputPath>..\Bin\x64\Release_oxford50\</OutputPath>
  93. <PlatformTarget>x64</PlatformTarget>
  94. <LangVersion>7.3</LangVersion>
  95. <Prefer32Bit>false</Prefer32Bit>
  96. <DefineConstants>
  97. </DefineConstants>
  98. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
  101. <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
  102. <Prefer32Bit>false</Prefer32Bit>
  103. </PropertyGroup>
  104. <PropertyGroup>
  105. <ApplicationIcon>Resources\OTSIncAMeasure.ico</ApplicationIcon>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">
  108. <OutputPath>bin\CleannessRelease\</OutputPath>
  109. <PlatformTarget>AnyCPU</PlatformTarget>
  110. <LangVersion>7.3</LangVersion>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x86'">
  113. <OutputPath>bin\x86\CleannessRelease\</OutputPath>
  114. <PlatformTarget>AnyCPU</PlatformTarget>
  115. <LangVersion>7.3</LangVersion>
  116. <Prefer32Bit>true</Prefer32Bit>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x64'">
  119. <OutputPath>..\bin\x64\CleannessRelease\</OutputPath>
  120. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  121. <PlatformTarget>x64</PlatformTarget>
  122. <LangVersion>7.3</LangVersion>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|AnyCPU'">
  125. <OutputPath>bin\LithiumCleanness\</OutputPath>
  126. <PlatformTarget>AnyCPU</PlatformTarget>
  127. <LangVersion>7.3</LangVersion>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x86'">
  130. <OutputPath>bin\x86\LithiumCleanness\</OutputPath>
  131. <PlatformTarget>AnyCPU</PlatformTarget>
  132. <LangVersion>7.3</LangVersion>
  133. <Prefer32Bit>true</Prefer32Bit>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x64'">
  136. <OutputPath>bin\x64\LithiumCleanness\</OutputPath>
  137. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  138. <PlatformTarget>x64</PlatformTarget>
  139. <LangVersion>7.3</LangVersion>
  140. </PropertyGroup>
  141. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|AnyCPU'">
  142. <OutputPath>bin\Release_oxford60\</OutputPath>
  143. <PlatformTarget>AnyCPU</PlatformTarget>
  144. <LangVersion>7.3</LangVersion>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x86'">
  147. <OutputPath>bin\x86\Release_oxford60\</OutputPath>
  148. <PlatformTarget>AnyCPU</PlatformTarget>
  149. <LangVersion>7.3</LangVersion>
  150. <Prefer32Bit>true</Prefer32Bit>
  151. </PropertyGroup>
  152. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
  153. <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
  154. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  155. <PlatformTarget>x64</PlatformTarget>
  156. <LangVersion>7.3</LangVersion>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">
  159. <OutputPath>bin\Release_oxford61\</OutputPath>
  160. <PlatformTarget>AnyCPU</PlatformTarget>
  161. <LangVersion>7.3</LangVersion>
  162. <Prefer32Bit>true</Prefer32Bit>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x86'">
  165. <OutputPath>bin\x86\Release_oxford61\</OutputPath>
  166. <PlatformTarget>AnyCPU</PlatformTarget>
  167. <LangVersion>7.3</LangVersion>
  168. <Prefer32Bit>true</Prefer32Bit>
  169. </PropertyGroup>
  170. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">
  171. <OutputPath>..\bin\x64\Release_oxford61\</OutputPath>
  172. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  173. <PlatformTarget>x64</PlatformTarget>
  174. <LangVersion>7.3</LangVersion>
  175. <Prefer32Bit>true</Prefer32Bit>
  176. </PropertyGroup>
  177. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|AnyCPU'">
  178. <OutputPath>bin\Release_oxford62\</OutputPath>
  179. <PlatformTarget>AnyCPU</PlatformTarget>
  180. <LangVersion>7.3</LangVersion>
  181. <Prefer32Bit>true</Prefer32Bit>
  182. </PropertyGroup>
  183. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x86'">
  184. <OutputPath>bin\x86\Release_oxford62\</OutputPath>
  185. <PlatformTarget>AnyCPU</PlatformTarget>
  186. <LangVersion>7.3</LangVersion>
  187. <Prefer32Bit>true</Prefer32Bit>
  188. </PropertyGroup>
  189. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x64'">
  190. <OutputPath>bin\x64\Release_oxford62\</OutputPath>
  191. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  192. <PlatformTarget>x64</PlatformTarget>
  193. <LangVersion>7.3</LangVersion>
  194. <Prefer32Bit>true</Prefer32Bit>
  195. </PropertyGroup>
  196. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|AnyCPU'">
  197. <OutputPath>bin\Release_oxford61sp1\</OutputPath>
  198. <PlatformTarget>AnyCPU</PlatformTarget>
  199. <LangVersion>7.3</LangVersion>
  200. <Prefer32Bit>true</Prefer32Bit>
  201. </PropertyGroup>
  202. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x86'">
  203. <OutputPath>bin\x86\Release_oxford61sp1\</OutputPath>
  204. <PlatformTarget>AnyCPU</PlatformTarget>
  205. <LangVersion>7.3</LangVersion>
  206. <Prefer32Bit>true</Prefer32Bit>
  207. </PropertyGroup>
  208. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">
  209. <OutputPath>..\bin\x64\Release_oxford61sp1\</OutputPath>
  210. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  211. <PlatformTarget>x64</PlatformTarget>
  212. <LangVersion>7.3</LangVersion>
  213. <Prefer32Bit>true</Prefer32Bit>
  214. </PropertyGroup>
  215. <ItemGroup>
  216. <Reference Include="FEIApiControl">
  217. <HintPath>..\OpenDll\FEIAPI\FEIApiControl.dll</HintPath>
  218. </Reference>
  219. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  220. <SpecificVersion>False</SpecificVersion>
  221. <EmbedInteropTypes>True</EmbedInteropTypes>
  222. <HintPath>..\OpenDll\WordApiDll\Microsoft.Office.Interop.Excel.dll</HintPath>
  223. </Reference>
  224. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  225. <SpecificVersion>False</SpecificVersion>
  226. <HintPath>..\OpenDll\Json\Newtonsoft.Json.dll</HintPath>
  227. <Private>False</Private>
  228. </Reference>
  229. <Reference Include="NLog">
  230. <HintPath>..\OpenDll\Nlog\NLog.dll</HintPath>
  231. <Private>False</Private>
  232. </Reference>
  233. <Reference Include="office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  234. <SpecificVersion>False</SpecificVersion>
  235. <EmbedInteropTypes>True</EmbedInteropTypes>
  236. <HintPath>..\OpenDll\WordApiDll\office.dll</HintPath>
  237. </Reference>
  238. <Reference Include="OpenCvSharp">
  239. <HintPath>..\OpenDll\OpenCvSharp\OpenCvSharp.dll</HintPath>
  240. <Private>False</Private>
  241. </Reference>
  242. <Reference Include="OTS.WinFormsUI.Docking, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  243. <SpecificVersion>False</SpecificVersion>
  244. <HintPath>..\OpenDll\WordApiDll\OTS.WinFormsUI.Docking.dll</HintPath>
  245. <Private>False</Private>
  246. </Reference>
  247. <Reference Include="SlmRuntimeCSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  248. <SpecificVersion>False</SpecificVersion>
  249. <HintPath>..\OpenDll\SlmRuntimeCSharp\SlmRuntimeCSharp.dll</HintPath>
  250. <Private>False</Private>
  251. </Reference>
  252. <Reference Include="SourceGrid, Version=4.40.7083.30975, Culture=neutral, PublicKeyToken=df6f5e538749e85d, processorArchitecture=MSIL">
  253. <SpecificVersion>False</SpecificVersion>
  254. <HintPath>..\OpenDll\WordApiDll\SourceGrid.dll</HintPath>
  255. <Private>False</Private>
  256. </Reference>
  257. <Reference Include="System" />
  258. <Reference Include="System.ComponentModel.DataAnnotations" />
  259. <Reference Include="System.Configuration" />
  260. <Reference Include="System.Core" />
  261. <Reference Include="System.Data.Linq" />
  262. <Reference Include="System.Data.SQLite">
  263. <HintPath>..\OpenDll\SQLiteDll\System.Data.SQLite.dll</HintPath>
  264. <Private>False</Private>
  265. </Reference>
  266. <Reference Include="System.Design" />
  267. <Reference Include="System.Management" />
  268. <Reference Include="System.Runtime.Remoting" />
  269. <Reference Include="System.Security" />
  270. <Reference Include="System.Windows.Forms.DataVisualization" />
  271. <Reference Include="System.Windows.Forms.Ribbon, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  272. <SpecificVersion>False</SpecificVersion>
  273. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  274. <Private>False</Private>
  275. </Reference>
  276. <Reference Include="System.Xml.Linq" />
  277. <Reference Include="System.Data.DataSetExtensions" />
  278. <Reference Include="Microsoft.CSharp" />
  279. <Reference Include="System.Data" />
  280. <Reference Include="System.Drawing" />
  281. <Reference Include="System.Net.Http" />
  282. <Reference Include="System.Windows.Forms" />
  283. <Reference Include="System.Xml" />
  284. <Reference Include="WindowsBase" />
  285. </ItemGroup>
  286. <ItemGroup>
  287. <Compile Include="1-OTSMeasure\Measure\1-OTSInclution\COTSFieldForIncA.cs" />
  288. <Compile Include="1-OTSMeasure\Measure\1-OTSInclution\SmplMeasureInclution.cs" />
  289. <Compile Include="1-OTSMeasure\Measure\2-OTSCleanliness\COTSFieldForCleanness.cs" />
  290. <Compile Include="1-OTSMeasure\Measure\2-OTSCleanliness\SmplMeasureCleanliness.cs" />
  291. <Compile Include="10-OTSSplashScreen\OTSSplashScreen_Cleanness.cs">
  292. <SubType>Form</SubType>
  293. </Compile>
  294. <Compile Include="10-OTSSplashScreen\OTSSplashScreen_Cleanness.Designer.cs">
  295. <DependentUpon>OTSSplashScreen_Cleanness.cs</DependentUpon>
  296. </Compile>
  297. <Compile Include="10-OTSSplashScreen\OTSSplashScreen_IncA.cs">
  298. <SubType>Form</SubType>
  299. </Compile>
  300. <Compile Include="10-OTSSplashScreen\OTSSplashScreen_IncA.Designer.cs">
  301. <DependentUpon>OTSSplashScreen_IncA.cs</DependentUpon>
  302. </Compile>
  303. <Compile Include="4-OTSSamplespaceGraphicsPanel\CFieldPositionHelper.cs" />
  304. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CMsrResultItems.cs" />
  305. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CMeasure.cs" />
  306. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CSmplMeasure.cs" />
  307. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CSmplMsrResult.cs" />
  308. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\MsrThreadStatus.cs" />
  309. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\ST_MSTMsg.cs" />
  310. <Compile Include="1-OTSMeasure\Measure\4-ReMeasure\SmplMeasureReMeasure.cs" />
  311. <Compile Include="1-OTSMeasure\Measure\BSEPicData\BSEImgFileMgr.cs" />
  312. <Compile Include="0-OTSModel\OTSDataType\COTSField.cs" />
  313. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\CFieldDB.cs" />
  314. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\CFieldTable.cs" />
  315. <Compile Include="1-OTSMeasure\Measure\ParamData\COTSMsrPrjResultData.cs" />
  316. <Compile Include="1-OTSMeasure\Measure\ParamData\CSampleParamMgr.cs" />
  317. <Compile Include="1-OTSMeasure\Measure\ParamData\DIALOG_CHECK_PARAM_RESULT.cs">
  318. <SubType>Form</SubType>
  319. </Compile>
  320. <Compile Include="1-OTSMeasure\Measure\ParamData\DIALOG_CHECK_PARAM_RESULT.designer.cs">
  321. <DependentUpon>DIALOG_CHECK_PARAM_RESULT.cs</DependentUpon>
  322. </Compile>
  323. <Compile Include="1-OTSMeasure\Measure\ParamData\OTSDefaultParam.cs" />
  324. <Compile Include="1-OTSMeasure\Measure\ParamData\OTSGeneralParam.cs" />
  325. <Compile Include="1-OTSMeasure\Measure\ParamData\StageParam.cs" />
  326. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\CSmallParticleInfo.cs" />
  327. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\ElementChemistryDB.cs" />
  328. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\ElementChemistryTable.cs" />
  329. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\GenInfoDB.cs" />
  330. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\GenInfoTable.cs" />
  331. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\IncADataDB.cs" />
  332. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\IncADataTable.cs" />
  333. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\IncAFileMgr.cs" />
  334. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\MergedParticles\MergeParticleDB.cs" />
  335. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\MergedParticles\MergParticleTable.cs" />
  336. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\PosXrayDBMgr.cs" />
  337. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\PosXrayInfoDB.cs" />
  338. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\PosXrayInfoTable.cs" />
  339. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\SegmentDB.cs" />
  340. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\SegmentTable.cs" />
  341. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\SmallParticles\SmallParticleInfoDB.cs" />
  342. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\SmallParticles\SmallParticleInfoTable.cs" />
  343. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\XRayDataDB.cs" />
  344. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\XRayDataTable.cs" />
  345. <Compile Include="0-OTSModel\OTSDataType\CDomain.cs" />
  346. <Compile Include="0-OTSModel\OTSDataType\CDoubleRange.cs" />
  347. <Compile Include="0-OTSModel\OTSDataType\CElement.cs" />
  348. <Compile Include="0-OTSModel\OTSDataType\CElementRange.cs" />
  349. <Compile Include="0-OTSModel\OTSDataType\CHole.cs" />
  350. <Compile Include="0-OTSModel\OTSDataType\CHoleBSEImg.cs" />
  351. <Compile Include="0-OTSModel\OTSDataType\CIntRange.cs" />
  352. <Compile Include="0-OTSModel\OTSDataType\CMsrSampleStatus.cs" />
  353. <Compile Include="0-OTSModel\OTSDataType\COTSImageProcParam.cs" />
  354. <Compile Include="0-OTSModel\OTSDataType\COTSImageScanParam.cs" />
  355. <Compile Include="0-OTSModel\OTSDataType\COTSRect.cs" />
  356. <Compile Include="0-OTSModel\OTSDataType\COTSSample.cs" />
  357. <Compile Include="0-OTSModel\OTSDataType\COTSXRayParam.cs" />
  358. <Compile Include="0-OTSModel\OTSDataType\CSampleParam.cs" />
  359. <Compile Include="0-OTSModel\OTSDataType\CSEMDataGnr.cs" />
  360. <Compile Include="0-OTSModel\OTSDataType\CSEMDataMsr.cs" />
  361. <Compile Include="0-OTSModel\OTSDataType\CSize.cs" />
  362. <Compile Include="0-OTSModel\OTSDataType\CSlopFocusParam.cs" />
  363. <Compile Include="0-OTSModel\OTSDataType\CSpecialGrayRangeParam.cs" />
  364. <Compile Include="0-OTSModel\OTSDataType\CStage.cs" />
  365. <Compile Include="0-OTSModel\OTSDataType\DataPublic.cs" />
  366. <Compile Include="0-OTSModel\OTSDataType\otsdataconst.cs" />
  367. <Compile Include="0-OTSModel\OTSDataType\SEMStageData.cs" />
  368. <Compile Include="0-OTSModel\OTSDataType\XmlResourceData.cs" />
  369. <Compile Include="0-OTSModel\OTSDataType\XMLSerialization.cs" />
  370. <Compile Include="3-OTSDisplaySourceGridData\CPropItem.cs" />
  371. <Compile Include="3-OTSDisplaySourceGridData\CPropItemGrp.cs" />
  372. <Compile Include="3-OTSDisplaySourceGridData\MeasureStopMode.cs">
  373. <SubType>Form</SubType>
  374. </Compile>
  375. <Compile Include="3-OTSDisplaySourceGridData\MeasureStopMode.Designer.cs">
  376. <DependentUpon>MeasureStopMode.cs</DependentUpon>
  377. </Compile>
  378. <Compile Include="3-OTSDisplaySourceGridData\OTSSampleVisualPropertyInfo.cs" />
  379. <Compile Include="4-OTSSamplespaceGraphicsPanel\CRingGDIObject.cs" />
  380. <Compile Include="4-OTSSamplespaceGraphicsPanel\CVisualSampleArea.cs" />
  381. <Compile Include="4-OTSSamplespaceGraphicsPanel\frmInitializeStartInput.cs">
  382. <SubType>Form</SubType>
  383. </Compile>
  384. <Compile Include="4-OTSSamplespaceGraphicsPanel\frmInitializeStartInput.Designer.cs">
  385. <DependentUpon>frmInitializeStartInput.cs</DependentUpon>
  386. </Compile>
  387. <Compile Include="4-OTSSamplespaceGraphicsPanel\RingGdiDataInput.cs">
  388. <SubType>Form</SubType>
  389. </Compile>
  390. <Compile Include="4-OTSSamplespaceGraphicsPanel\RingGdiDataInput.Designer.cs">
  391. <DependentUpon>RingGdiDataInput.cs</DependentUpon>
  392. </Compile>
  393. <Compile Include="4-OTSSamplespaceGraphicsPanel\VisualStage.cs" />
  394. <Compile Include="5-OTSMeasureStatuImageFun\frmSpecialGrayParticle.cs">
  395. <SubType>Form</SubType>
  396. </Compile>
  397. <Compile Include="5-OTSMeasureStatuImageFun\frmSpecialGrayParticle.Designer.cs">
  398. <DependentUpon>frmSpecialGrayParticle.cs</DependentUpon>
  399. </Compile>
  400. <Compile Include="5-OTSMeasureStatuImageFun\OTSMeasureStatusWindow.cs">
  401. <SubType>Form</SubType>
  402. </Compile>
  403. <Compile Include="5-OTSMeasureStatuImageFun\OTSMeasureStatusWindow.Designer.cs">
  404. <DependentUpon>OTSMeasureStatusWindow.cs</DependentUpon>
  405. </Compile>
  406. <Compile Include="5-OTSMeasureStatuImageFun\SlopFocus.cs">
  407. <SubType>Form</SubType>
  408. </Compile>
  409. <Compile Include="5-OTSMeasureStatuImageFun\SlopFocus.Designer.cs">
  410. <DependentUpon>SlopFocus.cs</DependentUpon>
  411. </Compile>
  412. <Compile Include="7-OTSProgMgrInfo\OtherSelection.cs">
  413. <SubType>Form</SubType>
  414. </Compile>
  415. <Compile Include="7-OTSProgMgrInfo\OtherSelection.Designer.cs">
  416. <DependentUpon>OtherSelection.cs</DependentUpon>
  417. </Compile>
  418. <Compile Include="7-OTSProgMgrInfo\SpecialParticleForm.cs">
  419. <SubType>Form</SubType>
  420. </Compile>
  421. <Compile Include="7-OTSProgMgrInfo\SpecialParticleForm.Designer.cs">
  422. <DependentUpon>SpecialParticleForm.cs</DependentUpon>
  423. </Compile>
  424. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageEdit.cs">
  425. <SubType>Form</SubType>
  426. </Compile>
  427. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageEdit.Designer.cs">
  428. <DependentUpon>DlgStageEdit.cs</DependentUpon>
  429. </Compile>
  430. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageMgr.cs">
  431. <SubType>Form</SubType>
  432. </Compile>
  433. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageMgr.Designer.cs">
  434. <DependentUpon>DlgStageMgr.cs</DependentUpon>
  435. </Compile>
  436. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageRename.cs">
  437. <SubType>Form</SubType>
  438. </Compile>
  439. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageRename.Designer.cs">
  440. <DependentUpon>DlgStageRename.cs</DependentUpon>
  441. </Compile>
  442. <Compile Include="7-OTSProgMgrInfo\Stage\StageDisplayHelp.cs" />
  443. <Compile Include="7-OTSProgMgrInfo\Stage\StageNameSaveAs.cs">
  444. <SubType>Form</SubType>
  445. </Compile>
  446. <Compile Include="7-OTSProgMgrInfo\Stage\StageNameSaveAs.Designer.cs">
  447. <DependentUpon>StageNameSaveAs.cs</DependentUpon>
  448. </Compile>
  449. <Compile Include="CRegistration.cs" />
  450. <Compile Include="BaseFunctionTest.cs">
  451. <SubType>Form</SubType>
  452. </Compile>
  453. <Compile Include="BaseFunctionTest.Designer.cs">
  454. <DependentUpon>BaseFunctionTest.cs</DependentUpon>
  455. </Compile>
  456. <Compile Include="ResourceManage\ResourceData.cs" />
  457. <Compile Include="ResourceManage\ResourceID.cs" />
  458. <Compile Include="3-OTSDisplaySourceGridData\OTSPropertyWindow1.Designer.cs">
  459. <AutoGen>True</AutoGen>
  460. <DesignTime>True</DesignTime>
  461. <DependentUpon>OTSPropertyWindow.resx</DependentUpon>
  462. </Compile>
  463. <Compile Include="5-OTSMeasureStatuImageFun\Control_Ruler.cs">
  464. <SubType>UserControl</SubType>
  465. </Compile>
  466. <Compile Include="5-OTSMeasureStatuImageFun\Control_Ruler.designer.cs">
  467. <DependentUpon>Control_Ruler.cs</DependentUpon>
  468. </Compile>
  469. <Compile Include="5-OTSMeasureStatuImageFun\Control_XRayTable.cs">
  470. <SubType>UserControl</SubType>
  471. </Compile>
  472. <Compile Include="5-OTSMeasureStatuImageFun\Control_XRayTable.designer.cs">
  473. <DependentUpon>Control_XRayTable.cs</DependentUpon>
  474. </Compile>
  475. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\MeasureCheckResultInfoWindow.cs">
  476. <SubType>Form</SubType>
  477. </Compile>
  478. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\MeasureCheckResultInfoWindow.Designer.cs">
  479. <DependentUpon>MeasureCheckResultInfoWindow.cs</DependentUpon>
  480. </Compile>
  481. <Compile Include="2-OTSMeasureParamManage\COTSMeasureParam.cs" />
  482. <Compile Include="About.cs">
  483. <SubType>Form</SubType>
  484. </Compile>
  485. <Compile Include="About.Designer.cs">
  486. <DependentUpon>About.cs</DependentUpon>
  487. </Compile>
  488. <Compile Include="OTSPeriodicTable\ComboBoxItem.cs" />
  489. <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm.cs">
  490. <SubType>Form</SubType>
  491. </Compile>
  492. <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm.Designer.cs">
  493. <DependentUpon>OTSPeriodicTableForm.cs</DependentUpon>
  494. </Compile>
  495. <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm_Small.cs">
  496. <SubType>Form</SubType>
  497. </Compile>
  498. <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm_Small.Designer.cs">
  499. <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>
  500. </Compile>
  501. <Compile Include="OTSPeriodicTable\ThePeriodicTable.cs">
  502. <SubType>UserControl</SubType>
  503. </Compile>
  504. <Compile Include="OTSPeriodicTable\ThePeriodicTable.designer.cs">
  505. <DependentUpon>ThePeriodicTable.cs</DependentUpon>
  506. </Compile>
  507. <Compile Include="OTSPeriodicTable\ThePeriodicTable_Small.cs">
  508. <SubType>UserControl</SubType>
  509. </Compile>
  510. <Compile Include="OTSPeriodicTable\ThePeriodicTable_Small.designer.cs">
  511. <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>
  512. </Compile>
  513. <Compile Include="OTSPeriodicTable\User_Element.cs">
  514. <SubType>UserControl</SubType>
  515. </Compile>
  516. <Compile Include="OTSPeriodicTable\User_Element.designer.cs">
  517. <DependentUpon>User_Element.cs</DependentUpon>
  518. </Compile>
  519. <Compile Include="OTSPeriodicTable\User_Element_Small.cs">
  520. <SubType>UserControl</SubType>
  521. </Compile>
  522. <Compile Include="OTSPeriodicTable\User_Element_Small.designer.cs">
  523. <DependentUpon>User_Element_Small.cs</DependentUpon>
  524. </Compile>
  525. <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSampleData.cs" />
  526. <Compile Include="3-OTSDisplaySourceGridData\OTSDisplaySampleGrid.cs" />
  527. <Compile Include="OTSMeasureOutputNlog.cs">
  528. <SubType>Form</SubType>
  529. </Compile>
  530. <Compile Include="OTSMeasureOutputNlog.Designer.cs">
  531. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  532. </Compile>
  533. <Compile Include="5-OTSMeasureStatuImageFun\ExcelEdit.cs" />
  534. <Compile Include="1-OTSMeasure\OTSMeasureDisplayResult.cs" />
  535. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CMeasureThreadWrapper.cs" />
  536. <Compile Include="7-OTSProgMgrInfo\ProgMgrInfoForm.cs">
  537. <SubType>Form</SubType>
  538. </Compile>
  539. <Compile Include="7-OTSProgMgrInfo\ProgMgrInfoForm.designer.cs">
  540. <DependentUpon>ProgMgrInfoForm.cs</DependentUpon>
  541. </Compile>
  542. <Compile Include="9-OTSRibbon\OTSRibbonFun.cs" />
  543. <Compile Include="4-OTSSamplespaceGraphicsPanel\CreateRectangle.cs" />
  544. <Compile Include="6-OTSDisplayTreeViewData\OTSDisplayTreeBase.cs" />
  545. <Compile Include="OTSIncAMeasureAppForm.cs">
  546. <SubType>Form</SubType>
  547. </Compile>
  548. <Compile Include="OTSIncAMeasureAppForm.Designer.cs">
  549. <DependentUpon>OTSIncAMeasureAppForm.cs</DependentUpon>
  550. </Compile>
  551. <Compile Include="1-OTSMeasure\OTSMeasureResultWindow.cs">
  552. <SubType>Form</SubType>
  553. </Compile>
  554. <Compile Include="1-OTSMeasure\OTSMeasureResultWindow.Designer.cs">
  555. <DependentUpon>OTSMeasureResultWindow.cs</DependentUpon>
  556. </Compile>
  557. <Compile Include="3-OTSDisplaySourceGridData\OTSPropertyWindow.cs">
  558. <SubType>Form</SubType>
  559. </Compile>
  560. <Compile Include="3-OTSDisplaySourceGridData\OTSPropertyWindow.Designer.cs">
  561. <DependentUpon>OTSPropertyWindow.cs</DependentUpon>
  562. </Compile>
  563. <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceGraphicsPanelFun.cs" />
  564. <Compile Include="4-OTSSamplespaceGraphicsPanel\SEMDATAFieldManage.cs" />
  565. <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceWindow.cs">
  566. <SubType>Form</SubType>
  567. </Compile>
  568. <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceWindow.Designer.cs">
  569. <DependentUpon>OTSSamplespaceWindow.cs</DependentUpon>
  570. </Compile>
  571. <Compile Include="6-OTSDisplayTreeViewData\OTSSolutionWindow.cs">
  572. <SubType>Form</SubType>
  573. </Compile>
  574. <Compile Include="6-OTSDisplayTreeViewData\OTSSolutionWindow.Designer.cs">
  575. <DependentUpon>OTSSolutionWindow.cs</DependentUpon>
  576. </Compile>
  577. <Compile Include="Program.cs" />
  578. <Compile Include="Properties\AssemblyInfo.cs" />
  579. <Compile Include="Properties\IDDescriptionResource.Designer.cs">
  580. <AutoGen>True</AutoGen>
  581. <DesignTime>True</DesignTime>
  582. <DependentUpon>IDDescriptionResource.resx</DependentUpon>
  583. </Compile>
  584. <Compile Include="5-OTSMeasureStatuImageFun\ToolWindow.cs">
  585. <SubType>Form</SubType>
  586. </Compile>
  587. <Compile Include="5-OTSMeasureStatuImageFun\ToolWindow.Designer.cs">
  588. <DependentUpon>ToolWindow.cs</DependentUpon>
  589. </Compile>
  590. <Compile Include="ServiceCenter\CClassifyEngine.cs" />
  591. <Compile Include="ServiceCenter\CImageHandler.cs" />
  592. <Compile Include="ServiceCenter\CPP%28Bruker%29API\EDSController.cs" />
  593. <Compile Include="ServiceCenter\CPP%28Bruker%29API\ScanController.cs" />
  594. <Compile Include="ServiceCenter\CPP%28Bruker%29API\SemController.cs" />
  595. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\ColumnType.cs" />
  596. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteDB.cs" />
  597. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteDBStore.cs" />
  598. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteQuery.cs" />
  599. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteTable.cs" />
  600. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\DBConst.cs" />
  601. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBBase.cs" />
  602. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBFileBase.cs" />
  603. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBQueryBase.cs" />
  604. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBStoreBase.cs" />
  605. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBTableBase.cs" />
  606. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\SQLiteFactory.cs" />
  607. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\SQliteHelper.cs" />
  608. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\TableModel.cs" />
  609. <Compile Include="ServiceCenter\FEIAutoScript\FEIEDSController.cs" />
  610. <Compile Include="ServiceCenter\FEIAutoScript\FEIScanController.cs" />
  611. <Compile Include="ServiceCenter\FEIAutoScript\FEISemController.cs" />
  612. <Compile Include="ServiceCenter\FileHelper.cs" />
  613. <Compile Include="ServiceCenter\IClassifyEngine.cs" />
  614. <Compile Include="ServiceCenter\IImageProcess.cs" />
  615. <Compile Include="ServiceCenter\ImageStitchUsingOpenCvSharp.cs" />
  616. <Compile Include="ServiceCenter\IMeasureHardware.cs" />
  617. <Compile Include="ServiceCenter\IpcSEMController.cs" />
  618. <Compile Include="ServiceCenter\OxfordExtender\ExtenderWrapperIpc.cs" />
  619. <Compile Include="ServiceCenter\OxfordExtender\OxfordEDSController.cs" />
  620. <Compile Include="ServiceCenter\OxfordExtender\OxfordScanController.cs" />
  621. <Compile Include="ServiceCenter\OxfordExtender\OxfordSemController.cs" />
  622. <EmbeddedResource Include="1-OTSMeasure\Measure\ParamData\DIALOG_CHECK_PARAM_RESULT.resx">
  623. <DependentUpon>DIALOG_CHECK_PARAM_RESULT.cs</DependentUpon>
  624. </EmbeddedResource>
  625. <EmbeddedResource Include="10-OTSSplashScreen\OTSSplashScreen_Cleanness.resx">
  626. <DependentUpon>OTSSplashScreen_Cleanness.cs</DependentUpon>
  627. </EmbeddedResource>
  628. <EmbeddedResource Include="10-OTSSplashScreen\OTSSplashScreen_IncA.resx">
  629. <DependentUpon>OTSSplashScreen_IncA.cs</DependentUpon>
  630. </EmbeddedResource>
  631. <EmbeddedResource Include="3-OTSDisplaySourceGridData\MeasureStopMode.resx">
  632. <DependentUpon>MeasureStopMode.cs</DependentUpon>
  633. </EmbeddedResource>
  634. <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\frmInitializeStartInput.resx">
  635. <DependentUpon>frmInitializeStartInput.cs</DependentUpon>
  636. </EmbeddedResource>
  637. <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\RingGdiDataInput.resx">
  638. <DependentUpon>RingGdiDataInput.cs</DependentUpon>
  639. </EmbeddedResource>
  640. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\Control_Ruler.resx">
  641. <DependentUpon>Control_Ruler.cs</DependentUpon>
  642. </EmbeddedResource>
  643. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\Control_XRayTable.resx">
  644. <DependentUpon>Control_XRayTable.cs</DependentUpon>
  645. </EmbeddedResource>
  646. <EmbeddedResource Include="1-OTSMeasure\Measure\3-MeasureFlow\MeasureCheckResultInfoWindow.resx">
  647. <DependentUpon>MeasureCheckResultInfoWindow.cs</DependentUpon>
  648. </EmbeddedResource>
  649. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\frmSpecialGrayParticle.resx">
  650. <DependentUpon>frmSpecialGrayParticle.cs</DependentUpon>
  651. </EmbeddedResource>
  652. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\OTSMeasureStatusWindow.resx">
  653. <DependentUpon>OTSMeasureStatusWindow.cs</DependentUpon>
  654. <SubType>Designer</SubType>
  655. </EmbeddedResource>
  656. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\SlopFocus.resx">
  657. <DependentUpon>SlopFocus.cs</DependentUpon>
  658. </EmbeddedResource>
  659. <EmbeddedResource Include="7-OTSProgMgrInfo\OtherSelection.resx">
  660. <DependentUpon>OtherSelection.cs</DependentUpon>
  661. </EmbeddedResource>
  662. <EmbeddedResource Include="7-OTSProgMgrInfo\SpecialParticleForm.resx">
  663. <DependentUpon>SpecialParticleForm.cs</DependentUpon>
  664. </EmbeddedResource>
  665. <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\DlgStageEdit.resx">
  666. <DependentUpon>DlgStageEdit.cs</DependentUpon>
  667. </EmbeddedResource>
  668. <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\DlgStageMgr.resx">
  669. <DependentUpon>DlgStageMgr.cs</DependentUpon>
  670. </EmbeddedResource>
  671. <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\DlgStageRename.resx">
  672. <DependentUpon>DlgStageRename.cs</DependentUpon>
  673. </EmbeddedResource>
  674. <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\StageNameSaveAs.resx">
  675. <DependentUpon>StageNameSaveAs.cs</DependentUpon>
  676. </EmbeddedResource>
  677. <EmbeddedResource Include="About.resx">
  678. <DependentUpon>About.cs</DependentUpon>
  679. </EmbeddedResource>
  680. <EmbeddedResource Include="BaseFunctionTest.resx">
  681. <DependentUpon>BaseFunctionTest.cs</DependentUpon>
  682. </EmbeddedResource>
  683. <EmbeddedResource Include="OTSIncAMeasureAppForm.resx">
  684. <DependentUpon>OTSIncAMeasureAppForm.cs</DependentUpon>
  685. <SubType>Designer</SubType>
  686. </EmbeddedResource>
  687. <EmbeddedResource Include="OTSMeasureOutputNlog.resx">
  688. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  689. </EmbeddedResource>
  690. <EmbeddedResource Include="1-OTSMeasure\OTSMeasureResultWindow.resx">
  691. <DependentUpon>OTSMeasureResultWindow.cs</DependentUpon>
  692. </EmbeddedResource>
  693. <EmbeddedResource Include="OTSPeriodicTable\OTSPeriodicTableForm.resx">
  694. <DependentUpon>OTSPeriodicTableForm.cs</DependentUpon>
  695. </EmbeddedResource>
  696. <EmbeddedResource Include="OTSPeriodicTable\OTSPeriodicTableForm_Small.resx">
  697. <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>
  698. </EmbeddedResource>
  699. <EmbeddedResource Include="OTSPeriodicTable\ThePeriodicTable.resx">
  700. <DependentUpon>ThePeriodicTable.cs</DependentUpon>
  701. </EmbeddedResource>
  702. <EmbeddedResource Include="OTSPeriodicTable\ThePeriodicTable_Small.resx">
  703. <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>
  704. </EmbeddedResource>
  705. <EmbeddedResource Include="OTSPeriodicTable\User_Element.resx">
  706. <DependentUpon>User_Element.cs</DependentUpon>
  707. </EmbeddedResource>
  708. <EmbeddedResource Include="OTSPeriodicTable\User_Element_Small.resx">
  709. <DependentUpon>User_Element_Small.cs</DependentUpon>
  710. </EmbeddedResource>
  711. <EmbeddedResource Include="7-OTSProgMgrInfo\ProgMgrInfoForm.resx">
  712. <DependentUpon>ProgMgrInfoForm.cs</DependentUpon>
  713. </EmbeddedResource>
  714. <EmbeddedResource Include="3-OTSDisplaySourceGridData\OTSPropertyWindow.resx">
  715. <DependentUpon>OTSPropertyWindow.cs</DependentUpon>
  716. <Generator>ResXFileCodeGenerator</Generator>
  717. <LastGenOutput>OTSPropertyWindow1.Designer.cs</LastGenOutput>
  718. </EmbeddedResource>
  719. <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceWindow.resx">
  720. <DependentUpon>OTSSamplespaceWindow.cs</DependentUpon>
  721. </EmbeddedResource>
  722. <EmbeddedResource Include="6-OTSDisplayTreeViewData\OTSSolutionWindow.resx">
  723. <DependentUpon>OTSSolutionWindow.cs</DependentUpon>
  724. </EmbeddedResource>
  725. <EmbeddedResource Include="Properties\IDDescriptionResource.resx">
  726. <Generator>ResXFileCodeGenerator</Generator>
  727. <LastGenOutput>IDDescriptionResource.Designer.cs</LastGenOutput>
  728. </EmbeddedResource>
  729. <EmbeddedResource Include="Properties\Resources.resx">
  730. <Generator>PublicResXFileCodeGenerator</Generator>
  731. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  732. <SubType>Designer</SubType>
  733. </EmbeddedResource>
  734. <Compile Include="Properties\Resources.Designer.cs">
  735. <AutoGen>True</AutoGen>
  736. <DependentUpon>Resources.resx</DependentUpon>
  737. <DesignTime>True</DesignTime>
  738. </Compile>
  739. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\ToolWindow.resx">
  740. <DependentUpon>ToolWindow.cs</DependentUpon>
  741. </EmbeddedResource>
  742. <None Include="1-OTSMeasure\Measure\3-MeasureFlow\Measurethread.cd" />
  743. <None Include="0-OTSModel\OTSDataType\OTSFieldDataMgr.cd" />
  744. <None Include="1-OTSMeasure\Measure\ParamData\COTSResultData.cd" />
  745. <None Include="0-OTSModel\OTSDataType\COTSSample.cd" />
  746. <None Include="1-OTSMeasure\MeasureRetThread.cd" />
  747. <None Include="2-OTSMeasureParamManage\MeasureParam.cd" />
  748. <None Include="4-OTSSamplespaceGraphicsPanel\sampleSpaceObject.cd" />
  749. <None Include="app.manifest" />
  750. <None Include="packages.config" />
  751. <None Include="Properties\Settings.settings">
  752. <Generator>SettingsSingleFileGenerator</Generator>
  753. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  754. </None>
  755. <Compile Include="Properties\Settings.Designer.cs">
  756. <AutoGen>True</AutoGen>
  757. <DependentUpon>Settings.settings</DependentUpon>
  758. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  759. </Compile>
  760. </ItemGroup>
  761. <ItemGroup>
  762. <None Include="App.config" />
  763. </ItemGroup>
  764. <ItemGroup>
  765. <None Include="Resources\Image\保存.png" />
  766. <None Include="Resources\Image\编辑.png" />
  767. <None Include="Resources\Image\标尺.png" />
  768. <None Include="Resources\Image\返回.png" />
  769. <None Include="Resources\Image\复位.png" />
  770. <None Include="Resources\Image\关机.png" />
  771. <None Include="Resources\Image\画方.png" />
  772. <None Include="Resources\Image\画圆.png" />
  773. <None Include="Resources\Image\检测参数.png" />
  774. <None Include="Resources\Image\开始.png" />
  775. <None Include="Resources\Image\另存为.png" />
  776. <None Include="Resources\Image\前进.png" />
  777. <None Include="Resources\Image\删除样品.png" />
  778. <None Include="Resources\Image\添加样品.png" />
  779. <None Include="Resources\Image\停止.png" />
  780. <None Include="Resources\Image\新建.png" />
  781. <None Include="Resources\Image\关闭电镜.png" />
  782. <None Include="Resources\Image\透明.png" />
  783. <None Include="Resources\Image\透明选中.png" />
  784. <None Include="Resources\option_16.png" />
  785. <None Include="Resources\logo_32.png" />
  786. <None Include="Resources\logo_40.png" />
  787. <None Include="Resources\DelSemData_32.png" />
  788. <None Include="Resources\DelSemData_16.png" />
  789. <None Include="Resources\GetSemData_16.png" />
  790. <None Include="Resources\GetSemData_32.png" />
  791. <None Include="Resources\SetSemData.png" />
  792. <None Include="Resources\GetSampleImage.png" />
  793. <None Include="Resources\DeleteSampleImage.png" />
  794. <None Include="Resources\MoveToCenter_32.png" />
  795. <None Include="Resources\SEMMoveToCenter_32.png" />
  796. <None Include="Resources\SEMMoveToCurrent_32.png" />
  797. <None Include="Resources\OTSSysMgr.ico" />
  798. <None Include="Resources\OTSIncAMeasure.ico" />
  799. <None Include="Resources\OTSIncAReport.ico" />
  800. <Content Include="OTSPeriodicTable\images\Cancel.png" />
  801. <Content Include="OTSPeriodicTable\images\cubic.gif" />
  802. <Content Include="OTSPeriodicTable\images\cubicbodycentered.gif" />
  803. <Content Include="OTSPeriodicTable\images\cubicfacecentered.gif" />
  804. <Content Include="OTSPeriodicTable\images\Hexagonal.gif" />
  805. <Content Include="OTSPeriodicTable\images\Monoclinic.gif" />
  806. <Content Include="OTSPeriodicTable\images\OK.png" />
  807. <Content Include="OTSPeriodicTable\images\orthohombic.gif" />
  808. <Content Include="OTSPeriodicTable\images\rhombohedral.gif" />
  809. <Content Include="OTSPeriodicTable\images\teragonal.gif" />
  810. <None Include="Resources\ConnnectHardware.png" />
  811. <None Include="Resources\DisconnnectHardware.png" />
  812. <None Include="Resources\interrupt.png" />
  813. <None Include="Resources\AutoBeamOff_off.png" />
  814. <None Include="Resources\AutoBeamOff_on.png" />
  815. <None Include="Resources\Pause.png" />
  816. <None Include="Resources\Cleanliness.png" />
  817. <None Include="Resources\OTSIncA.png" />
  818. <None Include="Resources\OTSSplashScreen.png" />
  819. <Content Include="Resources\toopstripbackimage.png" />
  820. <Content Include="Resources\保存.png" />
  821. <None Include="Resources\删除32.png" />
  822. <None Include="Resources\停止32.png" />
  823. <None Include="Resources\关闭32.png" />
  824. <None Include="Resources\关闭二16.png" />
  825. <Content Include="Resources\关闭二32.png" />
  826. <Content Include="Resources\另存为.png" />
  827. <None Include="Resources\添加32.png" />
  828. <None Include="Resources\复位32.png" />
  829. <None Include="Resources\圆形32.png" />
  830. <None Include="Resources\矩形32.png" />
  831. <None Include="Resources\开始32.png" />
  832. <None Include="Resources\检测32.png" />
  833. <None Include="Resources\标尺32.png" />
  834. <None Include="Resources\样品孔照片32.png" />
  835. <None Include="Resources\样品孔名称32.png" />
  836. <None Include="Resources\恢复32.png" />
  837. <Content Include="Resources\编辑.png" />
  838. <None Include="Resources\Add Sample16.png" />
  839. <None Include="Resources\Add Sample32.png" />
  840. <None Include="Resources\Add Sample161.png" />
  841. <Content Include="Resources\Add Sample321.png">
  842. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  843. </Content>
  844. <Content Include="Resources\addons32.png" />
  845. <Content Include="Resources\bold16.png" />
  846. <Content Include="Resources\borderbottom16.png" />
  847. <Content Include="Resources\casing16.png" />
  848. <None Include="Resources\Circle16.png" />
  849. <None Include="Resources\Circle32.png" />
  850. <None Include="Resources\Circle161.png" />
  851. <None Include="Resources\Circle321.png" />
  852. <Content Include="Resources\close32.png" />
  853. <Content Include="Resources\copy16.png" />
  854. <Content Include="Resources\copyformat16.png" />
  855. <Content Include="Resources\cut16.png" />
  856. <None Include="Resources\delete16.png" />
  857. <None Include="Resources\delete32.png" />
  858. <None Include="Resources\deletefile16.png" />
  859. <None Include="Resources\deletefile32.png" />
  860. <None Include="Resources\delete161.png" />
  861. <None Include="Resources\delete321.png" />
  862. <None Include="Resources\deletefile161.png" />
  863. <None Include="Resources\deletefile321.png" />
  864. <Content Include="Resources\eraseformat16.png" />
  865. <Content Include="Resources\exit16.png" />
  866. <Content Include="Resources\fill16.png" />
  867. <Content Include="Resources\find32.png" />
  868. <Content Include="Resources\fontcolor16.png" />
  869. <Content Include="Resources\fontsizedecrease16.png" />
  870. <Content Include="Resources\fontsizeincrease16.png" />
  871. <Content Include="Resources\goto16.png" />
  872. <Content Include="Resources\hilight16.png" />
  873. <Content Include="Resources\indentdecrease16.png" />
  874. <Content Include="Resources\indentdecrease161.png" />
  875. <Content Include="Resources\indentincrease16.png" />
  876. <Content Include="Resources\invisiblechars16.png" />
  877. <Content Include="Resources\italic16.png" />
  878. <Content Include="Resources\multilevellist16.png" />
  879. <None Include="Resources\NewDocment.png" />
  880. <Content Include="Resources\newdocument32.png" />
  881. <Content Include="Resources\open16.png" />
  882. <None Include="Resources\Open161.png" />
  883. <Content Include="Resources\open32.png" />
  884. <Content Include="Resources\options16.png" />
  885. <Content Include="Resources\orderedlist16.png" />
  886. <Content Include="Resources\pageblank16.png" />
  887. <Content Include="Resources\paragraphspacing16.png" />
  888. <Content Include="Resources\paste16.png" />
  889. <Content Include="Resources\paste32.png" />
  890. <Content Include="Resources\paste321.png" />
  891. <Content Include="Resources\pastelink16.png" />
  892. <Content Include="Resources\pastespecial16.png" />
  893. <None Include="Resources\Polygon16.png" />
  894. <None Include="Resources\Polygon32.png" />
  895. <None Include="Resources\Polygon161.png" />
  896. <None Include="Resources\Polygon321.png" />
  897. <None Include="Resources\Prepare16.png" />
  898. <None Include="Resources\Power.png" />
  899. <Content Include="Resources\prepare32.png" />
  900. <Content Include="Resources\print32.png" />
  901. <Content Include="Resources\print321.png" />
  902. <Content Include="Resources\printpreview32.png" />
  903. <Content Include="Resources\printquick16.png" />
  904. <Content Include="Resources\printquick32.png" />
  905. <Content Include="Resources\publish32.png" />
  906. <None Include="Resources\Recover16.png" />
  907. <None Include="Resources\Recover32.png" />
  908. <None Include="Resources\Rectangle16.png" />
  909. <None Include="Resources\Rectangle32.png" />
  910. <None Include="Resources\Recover16new.png" />
  911. <None Include="Resources\Recover32New.png" />
  912. <None Include="Resources\Recover161.png" />
  913. <None Include="Resources\Recover16new1.png" />
  914. <None Include="Resources\Recover321.png" />
  915. <None Include="Resources\Recover32New1.png" />
  916. <None Include="Resources\Rectangle161.png" />
  917. <None Include="Resources\Rectangle321.png" />
  918. <Content Include="Resources\replace16.png" />
  919. <None Include="Resources\Reset16.png" />
  920. <None Include="Resources\Reset32.png" />
  921. <None Include="Resources\Ruler16.png" />
  922. <None Include="Resources\Ruler32.png" />
  923. <None Include="Resources\Reset161.png" />
  924. <None Include="Resources\Reset321.png" />
  925. <None Include="Resources\Ruler161.png" />
  926. <None Include="Resources\Ruler321.png" />
  927. <None Include="Resources\Ruler162.png" />
  928. <Content Include="Resources\save16.png" />
  929. <None Include="Resources\Save161.png" />
  930. <Content Include="Resources\save32.png" />
  931. <None Include="Resources\SaveAs16.png" />
  932. <Content Include="Resources\saveas32.png" />
  933. <Content Include="Resources\saveas321.png" />
  934. <Content Include="Resources\select16.png" />
  935. <None Include="Resources\sem16.png" />
  936. <None Include="Resources\sem32.png" />
  937. <None Include="Resources\sem161.png" />
  938. <None Include="Resources\sem321.png" />
  939. <None Include="Resources\sem162.png" />
  940. <Content Include="Resources\send32.png" />
  941. <None Include="Resources\set16.png" />
  942. <None Include="Resources\set32.png" />
  943. <None Include="Resources\SmapleName16.png" />
  944. <None Include="Resources\SmapleName32.png" />
  945. <None Include="Resources\SmaplePhoto16.png" />
  946. <None Include="Resources\SmaplePhoto32.png" />
  947. <None Include="Resources\set161.png" />
  948. <None Include="Resources\set321.png" />
  949. <None Include="Resources\SmapleName161.png" />
  950. <None Include="Resources\SmapleName321.png" />
  951. <None Include="Resources\SmaplePhoto161.png" />
  952. <None Include="Resources\SmaplePhoto321.png" />
  953. <Content Include="Resources\sort16.png" />
  954. <None Include="Resources\start16.png" />
  955. <None Include="Resources\start32.png" />
  956. <None Include="Resources\stop16.png" />
  957. <None Include="Resources\stop32.png" />
  958. <None Include="Resources\start161.png" />
  959. <None Include="Resources\start321.png" />
  960. <None Include="Resources\stop161.png" />
  961. <None Include="Resources\stop321.png" />
  962. <Content Include="Resources\strikethru16.png" />
  963. <Content Include="Resources\style16.png" />
  964. <Content Include="Resources\stylechange32.png" />
  965. <Content Include="Resources\styleset16.png" />
  966. <Content Include="Resources\subindex16.png" />
  967. <Content Include="Resources\superindex16.png" />
  968. <None Include="Resources\test16.png" />
  969. <None Include="Resources\test32.png" />
  970. <None Include="Resources\test161.png" />
  971. <None Include="Resources\test321.png" />
  972. <Content Include="Resources\textaligncenter16.png" />
  973. <Content Include="Resources\textalignjustify16.png" />
  974. <Content Include="Resources\textalignleft16.png" />
  975. <Content Include="Resources\textalignright16.png" />
  976. <Content Include="Resources\themefont.png" />
  977. <Content Include="Resources\underline16.png" />
  978. <Content Include="Resources\undo16.png" />
  979. <Content Include="Resources\unorderedlist16.png" />
  980. <Content Include="Resources\word2003doc32.png" />
  981. <Content Include="Resources\worddocument32.png" />
  982. <Content Include="Resources\wordtemplate32.png" />
  983. </ItemGroup>
  984. <ItemGroup>
  985. <WCFMetadata Include="Connected Services\" />
  986. </ItemGroup>
  987. <ItemGroup>
  988. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  989. <Visible>False</Visible>
  990. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
  991. <Install>true</Install>
  992. </BootstrapperPackage>
  993. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  994. <Visible>False</Visible>
  995. <ProductName>.NET Framework 3.5 SP1</ProductName>
  996. <Install>false</Install>
  997. </BootstrapperPackage>
  998. </ItemGroup>
  999. <ItemGroup>
  1000. <ProjectReference Include="..\OTSCommon\OTSCommon.csproj">
  1001. <Project>{3b7695aa-8231-45ac-b493-84390a945d02}</Project>
  1002. <Name>OTSCommon</Name>
  1003. <Private>False</Private>
  1004. </ProjectReference>
  1005. <ProjectReference Include="..\OTSCPP\OTSClrInterface\OTSClrInterface.vcxproj">
  1006. <Project>{490a8592-7b13-4536-b475-028e73007fae}</Project>
  1007. <Name>OTSClrInterface</Name>
  1008. <Private>False</Private>
  1009. </ProjectReference>
  1010. <ProjectReference Include="..\OxfordExtenderWrapper\OxfordExtenderWrapper.csproj">
  1011. <Project>{b2683648-c829-40e7-a479-ac90b1b80286}</Project>
  1012. <Name>OxfordExtenderWrapper</Name>
  1013. <Private>False</Private>
  1014. </ProjectReference>
  1015. </ItemGroup>
  1016. <ItemGroup />
  1017. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1018. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1019. <PropertyGroup>
  1020. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1021. </PropertyGroup>
  1022. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  1023. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  1024. </Target>
  1025. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  1026. <PropertyGroup>
  1027. <PostBuildEvent>
  1028. </PostBuildEvent>
  1029. </PropertyGroup>
  1030. </Project>