OTSIncAMeasureApp.csproj 41 KB

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