OTSIncAMeasureApp.csproj 55 KB

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