OTSIncAMeasureApp.csproj 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086
  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="7-OTSProgMgrInfo\OtherSelection.cs">
  454. <SubType>Form</SubType>
  455. </Compile>
  456. <Compile Include="7-OTSProgMgrInfo\OtherSelection.Designer.cs">
  457. <DependentUpon>OtherSelection.cs</DependentUpon>
  458. </Compile>
  459. <Compile Include="5-OTSMeasureStatuImageFun\SpecialParticleForm.cs">
  460. <SubType>Form</SubType>
  461. </Compile>
  462. <Compile Include="5-OTSMeasureStatuImageFun\SpecialParticleForm.Designer.cs">
  463. <DependentUpon>SpecialParticleForm.cs</DependentUpon>
  464. </Compile>
  465. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageEdit.cs">
  466. <SubType>Form</SubType>
  467. </Compile>
  468. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageEdit.Designer.cs">
  469. <DependentUpon>DlgStageEdit.cs</DependentUpon>
  470. </Compile>
  471. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageMgr.cs">
  472. <SubType>Form</SubType>
  473. </Compile>
  474. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageMgr.Designer.cs">
  475. <DependentUpon>DlgStageMgr.cs</DependentUpon>
  476. </Compile>
  477. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageRename.cs">
  478. <SubType>Form</SubType>
  479. </Compile>
  480. <Compile Include="7-OTSProgMgrInfo\Stage\DlgStageRename.Designer.cs">
  481. <DependentUpon>DlgStageRename.cs</DependentUpon>
  482. </Compile>
  483. <Compile Include="7-OTSProgMgrInfo\Stage\StageDisplayHelp.cs" />
  484. <Compile Include="7-OTSProgMgrInfo\Stage\StageNameSaveAs.cs">
  485. <SubType>Form</SubType>
  486. </Compile>
  487. <Compile Include="7-OTSProgMgrInfo\Stage\StageNameSaveAs.Designer.cs">
  488. <DependentUpon>StageNameSaveAs.cs</DependentUpon>
  489. </Compile>
  490. <Compile Include="CRegistration.cs" />
  491. <Compile Include="BaseFunctionTest.cs">
  492. <SubType>Form</SubType>
  493. </Compile>
  494. <Compile Include="BaseFunctionTest.Designer.cs">
  495. <DependentUpon>BaseFunctionTest.cs</DependentUpon>
  496. </Compile>
  497. <Compile Include="ResourceManage\ResourceData.cs" />
  498. <Compile Include="ResourceManage\ResourceID.cs" />
  499. <Compile Include="3-OTSDisplaySourceGridData\OTSPropertyWindow1.Designer.cs">
  500. <AutoGen>True</AutoGen>
  501. <DesignTime>True</DesignTime>
  502. <DependentUpon>OTSPropertyWindow.resx</DependentUpon>
  503. </Compile>
  504. <Compile Include="5-OTSMeasureStatuImageFun\Control_Ruler.cs">
  505. <SubType>UserControl</SubType>
  506. </Compile>
  507. <Compile Include="5-OTSMeasureStatuImageFun\Control_Ruler.designer.cs">
  508. <DependentUpon>Control_Ruler.cs</DependentUpon>
  509. </Compile>
  510. <Compile Include="5-OTSMeasureStatuImageFun\Control_XRayTable.cs">
  511. <SubType>UserControl</SubType>
  512. </Compile>
  513. <Compile Include="5-OTSMeasureStatuImageFun\Control_XRayTable.designer.cs">
  514. <DependentUpon>Control_XRayTable.cs</DependentUpon>
  515. </Compile>
  516. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\MeasureCheckResultInfoWindow.cs">
  517. <SubType>Form</SubType>
  518. </Compile>
  519. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\MeasureCheckResultInfoWindow.Designer.cs">
  520. <DependentUpon>MeasureCheckResultInfoWindow.cs</DependentUpon>
  521. </Compile>
  522. <Compile Include="2-OTSMeasureParamManage\COTSMeasureParam.cs" />
  523. <Compile Include="About.cs">
  524. <SubType>Form</SubType>
  525. </Compile>
  526. <Compile Include="About.Designer.cs">
  527. <DependentUpon>About.cs</DependentUpon>
  528. </Compile>
  529. <Compile Include="OTSPeriodicTable\ComboBoxItem.cs" />
  530. <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm.cs">
  531. <SubType>Form</SubType>
  532. </Compile>
  533. <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm.Designer.cs">
  534. <DependentUpon>OTSPeriodicTableForm.cs</DependentUpon>
  535. </Compile>
  536. <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm_Small.cs">
  537. <SubType>Form</SubType>
  538. </Compile>
  539. <Compile Include="OTSPeriodicTable\OTSPeriodicTableForm_Small.Designer.cs">
  540. <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>
  541. </Compile>
  542. <Compile Include="OTSPeriodicTable\ThePeriodicTable.cs">
  543. <SubType>UserControl</SubType>
  544. </Compile>
  545. <Compile Include="OTSPeriodicTable\ThePeriodicTable.designer.cs">
  546. <DependentUpon>ThePeriodicTable.cs</DependentUpon>
  547. </Compile>
  548. <Compile Include="OTSPeriodicTable\ThePeriodicTable_Small.cs">
  549. <SubType>UserControl</SubType>
  550. </Compile>
  551. <Compile Include="OTSPeriodicTable\ThePeriodicTable_Small.designer.cs">
  552. <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>
  553. </Compile>
  554. <Compile Include="OTSPeriodicTable\User_Element.cs">
  555. <SubType>UserControl</SubType>
  556. </Compile>
  557. <Compile Include="OTSPeriodicTable\User_Element.designer.cs">
  558. <DependentUpon>User_Element.cs</DependentUpon>
  559. </Compile>
  560. <Compile Include="OTSPeriodicTable\User_Element_Small.cs">
  561. <SubType>UserControl</SubType>
  562. </Compile>
  563. <Compile Include="OTSPeriodicTable\User_Element_Small.designer.cs">
  564. <DependentUpon>User_Element_Small.cs</DependentUpon>
  565. </Compile>
  566. <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSampleData.cs" />
  567. <Compile Include="3-OTSDisplaySourceGridData\OTSDisplaySampleGrid.cs" />
  568. <Compile Include="OTSMeasureOutputNlog.cs">
  569. <SubType>Form</SubType>
  570. </Compile>
  571. <Compile Include="OTSMeasureOutputNlog.Designer.cs">
  572. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  573. </Compile>
  574. <Compile Include="5-OTSMeasureStatuImageFun\ExcelEdit.cs" />
  575. <Compile Include="1-OTSMeasure\OTSMeasureDisplayResult.cs" />
  576. <Compile Include="1-OTSMeasure\Measure\3-MeasureFlow\CMeasureThreadWrapper.cs" />
  577. <Compile Include="7-OTSProgMgrInfo\ProgMgrInfoForm.cs">
  578. <SubType>Form</SubType>
  579. </Compile>
  580. <Compile Include="7-OTSProgMgrInfo\ProgMgrInfoForm.designer.cs">
  581. <DependentUpon>ProgMgrInfoForm.cs</DependentUpon>
  582. </Compile>
  583. <Compile Include="9-OTSRibbon\OTSRibbonFun.cs" />
  584. <Compile Include="4-OTSSamplespaceGraphicsPanel\VisualGDIObjects\CDisplayGDIObject.cs" />
  585. <Compile Include="6-OTSDisplayTreeViewData\OTSDisplayTreeBase.cs" />
  586. <Compile Include="OTSIncAMeasureAppForm.cs">
  587. <SubType>Form</SubType>
  588. </Compile>
  589. <Compile Include="OTSIncAMeasureAppForm.Designer.cs">
  590. <DependentUpon>OTSIncAMeasureAppForm.cs</DependentUpon>
  591. </Compile>
  592. <Compile Include="1-OTSMeasure\OTSMeasureResultWindow.cs">
  593. <SubType>Form</SubType>
  594. </Compile>
  595. <Compile Include="1-OTSMeasure\OTSMeasureResultWindow.Designer.cs">
  596. <DependentUpon>OTSMeasureResultWindow.cs</DependentUpon>
  597. </Compile>
  598. <Compile Include="3-OTSDisplaySourceGridData\OTSPropertyWindow.cs">
  599. <SubType>Form</SubType>
  600. </Compile>
  601. <Compile Include="3-OTSDisplaySourceGridData\OTSPropertyWindow.Designer.cs">
  602. <DependentUpon>OTSPropertyWindow.cs</DependentUpon>
  603. </Compile>
  604. <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceGraphicsPanelFun.cs" />
  605. <Compile Include="4-OTSSamplespaceGraphicsPanel\SEMControlService.cs" />
  606. <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceWindow.cs">
  607. <SubType>Form</SubType>
  608. </Compile>
  609. <Compile Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceWindow.Designer.cs">
  610. <DependentUpon>OTSSamplespaceWindow.cs</DependentUpon>
  611. </Compile>
  612. <Compile Include="6-OTSDisplayTreeViewData\OTSSolutionWindow.cs">
  613. <SubType>Form</SubType>
  614. </Compile>
  615. <Compile Include="6-OTSDisplayTreeViewData\OTSSolutionWindow.Designer.cs">
  616. <DependentUpon>OTSSolutionWindow.cs</DependentUpon>
  617. </Compile>
  618. <Compile Include="Program.cs" />
  619. <Compile Include="Properties\AssemblyInfo.cs" />
  620. <Compile Include="Properties\IDDescriptionResource.Designer.cs">
  621. <AutoGen>True</AutoGen>
  622. <DesignTime>True</DesignTime>
  623. <DependentUpon>IDDescriptionResource.resx</DependentUpon>
  624. </Compile>
  625. <Compile Include="5-OTSMeasureStatuImageFun\ToolWindow.cs">
  626. <SubType>Form</SubType>
  627. </Compile>
  628. <Compile Include="5-OTSMeasureStatuImageFun\ToolWindow.Designer.cs">
  629. <DependentUpon>ToolWindow.cs</DependentUpon>
  630. </Compile>
  631. <Compile Include="ServiceCenter\CClassifyEngine.cs" />
  632. <Compile Include="ServiceCenter\CImageHandler.cs" />
  633. <Compile Include="ServiceCenter\CPP%28Bruker%29API\EDSController.cs" />
  634. <Compile Include="ServiceCenter\CPP%28Bruker%29API\ScanController.cs" />
  635. <Compile Include="ServiceCenter\CPP%28Bruker%29API\SemController.cs" />
  636. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\ColumnType.cs" />
  637. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteDB.cs" />
  638. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteDBStore.cs" />
  639. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteQuery.cs" />
  640. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\CSQLiteTable.cs" />
  641. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\DBConst.cs" />
  642. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBBase.cs" />
  643. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBFileBase.cs" />
  644. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBQueryBase.cs" />
  645. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBStoreBase.cs" />
  646. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\IDBTableBase.cs" />
  647. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\SQLiteFactory.cs" />
  648. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\SQliteHelper.cs" />
  649. <Compile Include="1-OTSMeasure\Measure\DBDataTransition\DTLBase\TableModel.cs" />
  650. <Compile Include="ServiceCenter\FEIAutoScript\FEIEDSController.cs" />
  651. <Compile Include="ServiceCenter\FEIAutoScript\FEIScanController.cs" />
  652. <Compile Include="ServiceCenter\FEIAutoScript\FEISemController.cs" />
  653. <Compile Include="ServiceCenter\FileHelper.cs" />
  654. <Compile Include="ServiceCenter\IClassifyEngine.cs" />
  655. <Compile Include="ServiceCenter\IImageProcess.cs" />
  656. <Compile Include="ServiceCenter\ImageStitchUsingOpenCvSharp.cs" />
  657. <Compile Include="ServiceCenter\IMeasureHardware.cs" />
  658. <Compile Include="ServiceCenter\IpcSEMController.cs" />
  659. <Compile Include="ServiceCenter\OxfordExtender\ExtenderWrapperIpc.cs" />
  660. <Compile Include="ServiceCenter\OxfordExtender\OxfordEDSController.cs" />
  661. <Compile Include="ServiceCenter\OxfordExtender\OxfordScanController.cs" />
  662. <Compile Include="ServiceCenter\OxfordExtender\OxfordSemController.cs" />
  663. <EmbeddedResource Include="1-OTSMeasure\Measure\ParamData\DIALOG_CHECK_PARAM_RESULT.resx">
  664. <DependentUpon>DIALOG_CHECK_PARAM_RESULT.cs</DependentUpon>
  665. </EmbeddedResource>
  666. <EmbeddedResource Include="1-OTSMeasure\Measure\ParamData\frmReclassifyCondition.resx">
  667. <DependentUpon>frmReclassifyCondition.cs</DependentUpon>
  668. </EmbeddedResource>
  669. <EmbeddedResource Include="10-OTSSplashScreen\OTSSplashScreen_Cleanness.resx">
  670. <DependentUpon>OTSSplashScreen_Cleanness.cs</DependentUpon>
  671. </EmbeddedResource>
  672. <EmbeddedResource Include="10-OTSSplashScreen\OTSSplashScreen_IncA.resx">
  673. <DependentUpon>OTSSplashScreen_IncA.cs</DependentUpon>
  674. </EmbeddedResource>
  675. <EmbeddedResource Include="10-OTSSplashScreen\OTSSplashScreen_SteelMineral.resx">
  676. <DependentUpon>OTSSplashScreen_SteelMineral.cs</DependentUpon>
  677. </EmbeddedResource>
  678. <EmbeddedResource Include="3-OTSDisplaySourceGridData\MeasureStopMode.resx">
  679. <DependentUpon>MeasureStopMode.cs</DependentUpon>
  680. </EmbeddedResource>
  681. <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\frmInitializeStartInput.resx">
  682. <DependentUpon>frmInitializeStartInput.cs</DependentUpon>
  683. </EmbeddedResource>
  684. <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\frmInitializeTwoPointRectangle.resx">
  685. <DependentUpon>frmInitializeTwoPointRectangle.cs</DependentUpon>
  686. </EmbeddedResource>
  687. <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\RingGdiDataInput.resx">
  688. <DependentUpon>RingGdiDataInput.cs</DependentUpon>
  689. </EmbeddedResource>
  690. <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\SetSEMDATAMParameterWindows.resx">
  691. <DependentUpon>SetSEMDATAMParameterWindows.cs</DependentUpon>
  692. </EmbeddedResource>
  693. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\Control_Ruler.resx">
  694. <DependentUpon>Control_Ruler.cs</DependentUpon>
  695. </EmbeddedResource>
  696. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\Control_XRayTable.resx">
  697. <DependentUpon>Control_XRayTable.cs</DependentUpon>
  698. </EmbeddedResource>
  699. <EmbeddedResource Include="1-OTSMeasure\Measure\3-MeasureFlow\MeasureCheckResultInfoWindow.resx">
  700. <DependentUpon>MeasureCheckResultInfoWindow.cs</DependentUpon>
  701. </EmbeddedResource>
  702. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\frmBCRegulate.resx">
  703. <DependentUpon>frmBCRegulate.cs</DependentUpon>
  704. </EmbeddedResource>
  705. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\frmSpecialGrayParticle.resx">
  706. <DependentUpon>frmSpecialGrayParticle.cs</DependentUpon>
  707. </EmbeddedResource>
  708. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\OTSMeasureStatusWindow.resx">
  709. <DependentUpon>OTSMeasureStatusWindow.cs</DependentUpon>
  710. <SubType>Designer</SubType>
  711. </EmbeddedResource>
  712. <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\SlopFocus.resx">
  713. <DependentUpon>SlopFocus.cs</DependentUpon>
  714. </EmbeddedResource>
  715. <EmbeddedResource Include="7-OTSProgMgrInfo\OtherSelection.resx">
  716. <DependentUpon>OtherSelection.cs</DependentUpon>
  717. </EmbeddedResource>
  718. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\SpecialParticleForm.resx">
  719. <DependentUpon>SpecialParticleForm.cs</DependentUpon>
  720. </EmbeddedResource>
  721. <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\DlgStageEdit.resx">
  722. <DependentUpon>DlgStageEdit.cs</DependentUpon>
  723. </EmbeddedResource>
  724. <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\DlgStageMgr.resx">
  725. <DependentUpon>DlgStageMgr.cs</DependentUpon>
  726. </EmbeddedResource>
  727. <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\DlgStageRename.resx">
  728. <DependentUpon>DlgStageRename.cs</DependentUpon>
  729. </EmbeddedResource>
  730. <EmbeddedResource Include="7-OTSProgMgrInfo\Stage\StageNameSaveAs.resx">
  731. <DependentUpon>StageNameSaveAs.cs</DependentUpon>
  732. </EmbeddedResource>
  733. <EmbeddedResource Include="About.resx">
  734. <DependentUpon>About.cs</DependentUpon>
  735. </EmbeddedResource>
  736. <EmbeddedResource Include="BaseFunctionTest.resx">
  737. <DependentUpon>BaseFunctionTest.cs</DependentUpon>
  738. </EmbeddedResource>
  739. <EmbeddedResource Include="OTSIncAMeasureAppForm.resx">
  740. <DependentUpon>OTSIncAMeasureAppForm.cs</DependentUpon>
  741. <SubType>Designer</SubType>
  742. </EmbeddedResource>
  743. <EmbeddedResource Include="OTSMeasureOutputNlog.resx">
  744. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  745. </EmbeddedResource>
  746. <EmbeddedResource Include="1-OTSMeasure\OTSMeasureResultWindow.resx">
  747. <DependentUpon>OTSMeasureResultWindow.cs</DependentUpon>
  748. </EmbeddedResource>
  749. <EmbeddedResource Include="OTSPeriodicTable\OTSPeriodicTableForm.resx">
  750. <DependentUpon>OTSPeriodicTableForm.cs</DependentUpon>
  751. </EmbeddedResource>
  752. <EmbeddedResource Include="OTSPeriodicTable\OTSPeriodicTableForm_Small.resx">
  753. <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>
  754. </EmbeddedResource>
  755. <EmbeddedResource Include="OTSPeriodicTable\ThePeriodicTable.resx">
  756. <DependentUpon>ThePeriodicTable.cs</DependentUpon>
  757. </EmbeddedResource>
  758. <EmbeddedResource Include="OTSPeriodicTable\ThePeriodicTable_Small.resx">
  759. <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>
  760. </EmbeddedResource>
  761. <EmbeddedResource Include="OTSPeriodicTable\User_Element.resx">
  762. <DependentUpon>User_Element.cs</DependentUpon>
  763. </EmbeddedResource>
  764. <EmbeddedResource Include="OTSPeriodicTable\User_Element_Small.resx">
  765. <DependentUpon>User_Element_Small.cs</DependentUpon>
  766. </EmbeddedResource>
  767. <EmbeddedResource Include="7-OTSProgMgrInfo\ProgMgrInfoForm.resx">
  768. <DependentUpon>ProgMgrInfoForm.cs</DependentUpon>
  769. </EmbeddedResource>
  770. <EmbeddedResource Include="3-OTSDisplaySourceGridData\OTSPropertyWindow.resx">
  771. <DependentUpon>OTSPropertyWindow.cs</DependentUpon>
  772. <Generator>ResXFileCodeGenerator</Generator>
  773. <LastGenOutput>OTSPropertyWindow1.Designer.cs</LastGenOutput>
  774. </EmbeddedResource>
  775. <EmbeddedResource Include="4-OTSSamplespaceGraphicsPanel\OTSSamplespaceWindow.resx">
  776. <DependentUpon>OTSSamplespaceWindow.cs</DependentUpon>
  777. </EmbeddedResource>
  778. <EmbeddedResource Include="6-OTSDisplayTreeViewData\OTSSolutionWindow.resx">
  779. <DependentUpon>OTSSolutionWindow.cs</DependentUpon>
  780. </EmbeddedResource>
  781. <EmbeddedResource Include="Properties\IDDescriptionResource.resx">
  782. <Generator>ResXFileCodeGenerator</Generator>
  783. <LastGenOutput>IDDescriptionResource.Designer.cs</LastGenOutput>
  784. </EmbeddedResource>
  785. <EmbeddedResource Include="Properties\Resources.resx">
  786. <Generator>PublicResXFileCodeGenerator</Generator>
  787. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  788. <SubType>Designer</SubType>
  789. </EmbeddedResource>
  790. <Compile Include="Properties\Resources.Designer.cs">
  791. <AutoGen>True</AutoGen>
  792. <DependentUpon>Resources.resx</DependentUpon>
  793. <DesignTime>True</DesignTime>
  794. </Compile>
  795. <EmbeddedResource Include="5-OTSMeasureStatuImageFun\ToolWindow.resx">
  796. <DependentUpon>ToolWindow.cs</DependentUpon>
  797. </EmbeddedResource>
  798. <None Include="1-OTSMeasure\Measure\3-MeasureFlow\Measurethread.cd" />
  799. <None Include="0-OTSModel\OTSDataType\OTSFieldDataMgr.cd" />
  800. <None Include="1-OTSMeasure\Measure\ParamData\COTSResultData.cd" />
  801. <None Include="0-OTSModel\OTSDataType\COTSSample.cd" />
  802. <None Include="1-OTSMeasure\MeasureRetThread.cd" />
  803. <None Include="2-OTSMeasureParamManage\MeasureParam.cd" />
  804. <None Include="4-OTSSamplespaceGraphicsPanel\sampleSpaceObject.cd" />
  805. <None Include="app.manifest" />
  806. <None Include="packages.config" />
  807. <None Include="Properties\Settings.settings">
  808. <Generator>SettingsSingleFileGenerator</Generator>
  809. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  810. </None>
  811. <Compile Include="Properties\Settings.Designer.cs">
  812. <AutoGen>True</AutoGen>
  813. <DependentUpon>Settings.settings</DependentUpon>
  814. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  815. </Compile>
  816. </ItemGroup>
  817. <ItemGroup>
  818. <None Include="App.config" />
  819. </ItemGroup>
  820. <ItemGroup>
  821. <None Include="Resources\Image\保存.png" />
  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\option_16.png" />
  841. <None Include="Resources\logo_32.png" />
  842. <None Include="Resources\logo_40.png" />
  843. <None Include="Resources\DelSemData_32.png" />
  844. <None Include="Resources\DelSemData_16.png" />
  845. <None Include="Resources\GetSemData_16.png" />
  846. <None Include="Resources\GetSemData_32.png" />
  847. <None Include="Resources\SetSemData.png" />
  848. <None Include="Resources\GetSampleImage.png" />
  849. <None Include="Resources\DeleteSampleImage.png" />
  850. <None Include="Resources\MoveToCenter_32.png" />
  851. <None Include="Resources\SEMMoveToCenter_32.png" />
  852. <None Include="Resources\SEMMoveToCurrent_32.png" />
  853. <None Include="Resources\OTSSysMgr.ico" />
  854. <None Include="Resources\OTSIncAMeasure.ico" />
  855. <None Include="Resources\OTSIncAReport.ico" />
  856. <Content Include="OTSPeriodicTable\images\Cancel.png" />
  857. <Content Include="OTSPeriodicTable\images\cubic.gif" />
  858. <Content Include="OTSPeriodicTable\images\cubicbodycentered.gif" />
  859. <Content Include="OTSPeriodicTable\images\cubicfacecentered.gif" />
  860. <Content Include="OTSPeriodicTable\images\Hexagonal.gif" />
  861. <Content Include="OTSPeriodicTable\images\Monoclinic.gif" />
  862. <Content Include="OTSPeriodicTable\images\OK.png" />
  863. <Content Include="OTSPeriodicTable\images\orthohombic.gif" />
  864. <Content Include="OTSPeriodicTable\images\rhombohedral.gif" />
  865. <Content Include="OTSPeriodicTable\images\teragonal.gif" />
  866. <None Include="Resources\ConnnectHardware.png" />
  867. <None Include="Resources\DisconnnectHardware.png" />
  868. <None Include="Resources\interrupt.png" />
  869. <None Include="Resources\AutoBeamOff_off.png" />
  870. <None Include="Resources\AutoBeamOff_on.png" />
  871. <None Include="Resources\Pause.png" />
  872. <None Include="Resources\Cleanliness.png" />
  873. <None Include="Resources\OTSIncA.png" />
  874. <None Include="Resources\OTSSplashScreen.png" />
  875. <Content Include="Resources\toopstripbackimage.png" />
  876. <Content Include="Resources\保存.png" />
  877. <None Include="Resources\删除32.png" />
  878. <None Include="Resources\停止32.png" />
  879. <None Include="Resources\关闭32.png" />
  880. <None Include="Resources\关闭二16.png" />
  881. <Content Include="Resources\关闭二32.png" />
  882. <Content Include="Resources\另存为.png" />
  883. <None Include="Resources\添加32.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. <Content Include="Resources\编辑.png" />
  894. <None Include="Resources\Add Sample16.png" />
  895. <None Include="Resources\Add Sample32.png" />
  896. <None Include="Resources\Add Sample161.png" />
  897. <Content Include="Resources\Add Sample321.png">
  898. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  899. </Content>
  900. <Content Include="Resources\addons32.png" />
  901. <Content Include="Resources\bold16.png" />
  902. <Content Include="Resources\borderbottom16.png" />
  903. <Content Include="Resources\casing16.png" />
  904. <None Include="Resources\Circle16.png" />
  905. <None Include="Resources\Circle32.png" />
  906. <None Include="Resources\Circle161.png" />
  907. <None Include="Resources\Circle321.png" />
  908. <Content Include="Resources\close32.png" />
  909. <Content Include="Resources\copy16.png" />
  910. <Content Include="Resources\copyformat16.png" />
  911. <Content Include="Resources\cut16.png" />
  912. <None Include="Resources\delete16.png" />
  913. <None Include="Resources\delete32.png" />
  914. <None Include="Resources\deletefile16.png" />
  915. <None Include="Resources\deletefile32.png" />
  916. <None Include="Resources\delete161.png" />
  917. <None Include="Resources\delete321.png" />
  918. <None Include="Resources\deletefile161.png" />
  919. <None Include="Resources\deletefile321.png" />
  920. <Content Include="Resources\eraseformat16.png" />
  921. <Content Include="Resources\exit16.png" />
  922. <Content Include="Resources\fill16.png" />
  923. <Content Include="Resources\find32.png" />
  924. <Content Include="Resources\fontcolor16.png" />
  925. <Content Include="Resources\fontsizedecrease16.png" />
  926. <Content Include="Resources\fontsizeincrease16.png" />
  927. <Content Include="Resources\goto16.png" />
  928. <Content Include="Resources\hilight16.png" />
  929. <Content Include="Resources\indentdecrease16.png" />
  930. <Content Include="Resources\indentdecrease161.png" />
  931. <Content Include="Resources\indentincrease16.png" />
  932. <Content Include="Resources\invisiblechars16.png" />
  933. <Content Include="Resources\italic16.png" />
  934. <Content Include="Resources\multilevellist16.png" />
  935. <None Include="Resources\NewDocment.png" />
  936. <Content Include="Resources\newdocument32.png" />
  937. <Content Include="Resources\open16.png" />
  938. <None Include="Resources\Open161.png" />
  939. <Content Include="Resources\open32.png" />
  940. <Content Include="Resources\options16.png" />
  941. <Content Include="Resources\orderedlist16.png" />
  942. <Content Include="Resources\pageblank16.png" />
  943. <Content Include="Resources\paragraphspacing16.png" />
  944. <Content Include="Resources\paste16.png" />
  945. <Content Include="Resources\paste32.png" />
  946. <Content Include="Resources\paste321.png" />
  947. <Content Include="Resources\pastelink16.png" />
  948. <Content Include="Resources\pastespecial16.png" />
  949. <None Include="Resources\Polygon16.png" />
  950. <None Include="Resources\Polygon32.png" />
  951. <None Include="Resources\Polygon161.png" />
  952. <None Include="Resources\Polygon321.png" />
  953. <None Include="Resources\Prepare16.png" />
  954. <None Include="Resources\Power.png" />
  955. <Content Include="Resources\prepare32.png" />
  956. <Content Include="Resources\print32.png" />
  957. <Content Include="Resources\print321.png" />
  958. <Content Include="Resources\printpreview32.png" />
  959. <Content Include="Resources\printquick16.png" />
  960. <Content Include="Resources\printquick32.png" />
  961. <Content Include="Resources\publish32.png" />
  962. <None Include="Resources\Recover16.png" />
  963. <None Include="Resources\Recover32.png" />
  964. <None Include="Resources\Rectangle16.png" />
  965. <None Include="Resources\Rectangle32.png" />
  966. <None Include="Resources\Recover16new.png" />
  967. <None Include="Resources\Recover32New.png" />
  968. <None Include="Resources\Recover161.png" />
  969. <None Include="Resources\Recover16new1.png" />
  970. <None Include="Resources\Recover321.png" />
  971. <None Include="Resources\Recover32New1.png" />
  972. <None Include="Resources\Rectangle161.png" />
  973. <None Include="Resources\Rectangle321.png" />
  974. <Content Include="Resources\replace16.png" />
  975. <None Include="Resources\Reset16.png" />
  976. <None Include="Resources\Reset32.png" />
  977. <None Include="Resources\Ruler16.png" />
  978. <None Include="Resources\Ruler32.png" />
  979. <None Include="Resources\Reset161.png" />
  980. <None Include="Resources\Reset321.png" />
  981. <None Include="Resources\Ruler161.png" />
  982. <None Include="Resources\Ruler321.png" />
  983. <None Include="Resources\Ruler162.png" />
  984. <Content Include="Resources\save16.png" />
  985. <None Include="Resources\Save161.png" />
  986. <Content Include="Resources\save32.png" />
  987. <None Include="Resources\SaveAs16.png" />
  988. <Content Include="Resources\saveas32.png" />
  989. <Content Include="Resources\saveas321.png" />
  990. <Content Include="Resources\select16.png" />
  991. <None Include="Resources\sem16.png" />
  992. <None Include="Resources\sem32.png" />
  993. <None Include="Resources\sem161.png" />
  994. <None Include="Resources\sem321.png" />
  995. <None Include="Resources\sem162.png" />
  996. <Content Include="Resources\send32.png" />
  997. <None Include="Resources\set16.png" />
  998. <None Include="Resources\set32.png" />
  999. <None Include="Resources\SmapleName16.png" />
  1000. <None Include="Resources\SmapleName32.png" />
  1001. <None Include="Resources\SmaplePhoto16.png" />
  1002. <None Include="Resources\SmaplePhoto32.png" />
  1003. <None Include="Resources\set161.png" />
  1004. <None Include="Resources\set321.png" />
  1005. <None Include="Resources\SmapleName161.png" />
  1006. <None Include="Resources\SmapleName321.png" />
  1007. <None Include="Resources\SmaplePhoto161.png" />
  1008. <None Include="Resources\SmaplePhoto321.png" />
  1009. <Content Include="Resources\sort16.png" />
  1010. <None Include="Resources\start16.png" />
  1011. <None Include="Resources\start32.png" />
  1012. <None Include="Resources\stop16.png" />
  1013. <None Include="Resources\stop32.png" />
  1014. <None Include="Resources\start161.png" />
  1015. <None Include="Resources\start321.png" />
  1016. <None Include="Resources\stop161.png" />
  1017. <None Include="Resources\stop321.png" />
  1018. <Content Include="Resources\strikethru16.png" />
  1019. <Content Include="Resources\style16.png" />
  1020. <Content Include="Resources\stylechange32.png" />
  1021. <Content Include="Resources\styleset16.png" />
  1022. <Content Include="Resources\subindex16.png" />
  1023. <Content Include="Resources\superindex16.png" />
  1024. <None Include="Resources\test16.png" />
  1025. <None Include="Resources\test32.png" />
  1026. <None Include="Resources\test161.png" />
  1027. <None Include="Resources\test321.png" />
  1028. <Content Include="Resources\textaligncenter16.png" />
  1029. <Content Include="Resources\textalignjustify16.png" />
  1030. <Content Include="Resources\textalignleft16.png" />
  1031. <Content Include="Resources\textalignright16.png" />
  1032. <Content Include="Resources\themefont.png" />
  1033. <Content Include="Resources\underline16.png" />
  1034. <Content Include="Resources\undo16.png" />
  1035. <Content Include="Resources\unorderedlist16.png" />
  1036. <Content Include="Resources\word2003doc32.png" />
  1037. <Content Include="Resources\worddocument32.png" />
  1038. <Content Include="Resources\wordtemplate32.png" />
  1039. </ItemGroup>
  1040. <ItemGroup>
  1041. <WCFMetadata Include="Connected Services\" />
  1042. </ItemGroup>
  1043. <ItemGroup>
  1044. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  1045. <Visible>False</Visible>
  1046. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
  1047. <Install>true</Install>
  1048. </BootstrapperPackage>
  1049. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1050. <Visible>False</Visible>
  1051. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1052. <Install>false</Install>
  1053. </BootstrapperPackage>
  1054. </ItemGroup>
  1055. <ItemGroup>
  1056. <ProjectReference Include="..\OTSCommon\OTSCommon.csproj">
  1057. <Project>{3b7695aa-8231-45ac-b493-84390a945d02}</Project>
  1058. <Name>OTSCommon</Name>
  1059. <Private>False</Private>
  1060. </ProjectReference>
  1061. <ProjectReference Include="..\OTSCPP\OTSClrInterface\OTSClrInterface.vcxproj">
  1062. <Project>{490a8592-7b13-4536-b475-028e73007fae}</Project>
  1063. <Name>OTSClrInterface</Name>
  1064. <Private>False</Private>
  1065. </ProjectReference>
  1066. <ProjectReference Include="..\OxfordExtenderWrapper\OxfordExtenderWrapper.csproj">
  1067. <Project>{b2683648-c829-40e7-a479-ac90b1b80286}</Project>
  1068. <Name>OxfordExtenderWrapper</Name>
  1069. <Private>False</Private>
  1070. </ProjectReference>
  1071. </ItemGroup>
  1072. <ItemGroup />
  1073. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1074. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1075. <PropertyGroup>
  1076. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1077. </PropertyGroup>
  1078. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  1079. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  1080. </Target>
  1081. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  1082. <PropertyGroup>
  1083. <PostBuildEvent>
  1084. </PostBuildEvent>
  1085. </PropertyGroup>
  1086. </Project>