OTSIncAMeasureApp.csproj 48 KB

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