OTSIncAMeasureApp.csproj 51 KB

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