OTSIncAMeasureApp.csproj 52 KB

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