OTSIncAMeasureApp.csproj 51 KB

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