OTSIncAMeasureApp.csproj 44 KB

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