OTSIncAMeasureApp.csproj 51 KB

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