OTSModelSharp.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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.3.0\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.3.0\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>{63A944EC-AF52-4BD4-BEFF-B09F5DDDA9B1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>OTSModelSharp</RootNamespace>
  12. <AssemblyName>OTSModelSharp</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  38. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll</HintPath>
  39. </Reference>
  40. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  41. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Microsoft.Office.Interop.PowerPoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  44. <EmbedInteropTypes>True</EmbedInteropTypes>
  45. </Reference>
  46. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  47. <HintPath>..\packages\NLog.4.7.4\lib\net45\NLog.dll</HintPath>
  48. </Reference>
  49. <Reference Include="NPOI.OpenXmlFormats">
  50. <HintPath>..\OpenDll\WordApiDll\NPOI.OpenXmlFormats.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Activities.Core.Presentation" />
  54. <Reference Include="System.Activities.Presentation" />
  55. <Reference Include="System.ComponentModel.DataAnnotations" />
  56. <Reference Include="System.Configuration" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  59. <HintPath>..\packages\System.Data.SQLite.Core.1.0.113.1\lib\net46\System.Data.SQLite.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Data.SQLite.EF6, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  62. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.113.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Data.SQLite.Linq, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  65. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.113.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Diagnostics.Tracing" />
  68. <Reference Include="System.Drawing" />
  69. <Reference Include="System.IO.Compression" />
  70. <Reference Include="System.Management" />
  71. <Reference Include="System.Runtime.Serialization" />
  72. <Reference Include="System.ServiceModel" />
  73. <Reference Include="System.Transactions" />
  74. <Reference Include="System.Windows.Forms" />
  75. <Reference Include="System.Windows.Presentation" />
  76. <Reference Include="System.Xml.Linq" />
  77. <Reference Include="System.Data.DataSetExtensions" />
  78. <Reference Include="Microsoft.CSharp" />
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.Net.Http" />
  81. <Reference Include="System.Xml" />
  82. <Reference Include="WindowsBase" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="ARACrypt.cs" />
  86. <Compile Include="CProjMgr.cs" />
  87. <Compile Include="CSmallParticleInfo.cs" />
  88. <Compile Include="CStdioFile.cs" />
  89. <Compile Include="DataPublic.cs" />
  90. <Compile Include="DTLBase\CSQLiteDB.cs" />
  91. <Compile Include="DTLBase\CSQLiteDBFile.cs" />
  92. <Compile Include="DTLBase\CSQLiteTable.cs" />
  93. <Compile Include="DTLBase\IDBBase.cs" />
  94. <Compile Include="DTLBase\IDBFileBase.cs" />
  95. <Compile Include="DTLBase\IDBTableBase.cs" />
  96. <Compile Include="DTLBase\SQLiteFactory.cs" />
  97. <Compile Include="DTLBase\TableModel.cs" />
  98. <Compile Include="DTL\DBConst.cs" />
  99. <Compile Include="GenInfoDB.cs" />
  100. <Compile Include="InfomationTable.cs" />
  101. <Compile Include="InformationDB.cs" />
  102. <Compile Include="MeasureControl\IClassifyEngine.cs" />
  103. <Compile Include="MeasureControl\IImageProcess.cs" />
  104. <Compile Include="Measure\GetBSEPic\BSEImgFileMgr.cs" />
  105. <Compile Include="Measure\GetBSEPic\FieldMgr.cs" />
  106. <Compile Include="Measure\GetBSEPic\MsrThread.cs" />
  107. <Compile Include="Measure\GetBSEPic\MsrThreadStatus.cs" />
  108. <Compile Include="Measure\GetBSEPic\OTSFieldMgr.cs" />
  109. <Compile Include="Measure\GetBSEPic\SmplMeasure.cs" />
  110. <Compile Include="Measure\GetBSEPic\SmplMeasureInc.cs" />
  111. <Compile Include="Measure\GetBSEPic\SmplMsrResultFile.cs" />
  112. <Compile Include="Measure\GetBSEPic\SmplMsrResultFileMgr.cs" />
  113. <Compile Include="Measure\GetParam\COTSProjMgrFile.cs" />
  114. <Compile Include="Measure\GetParam\DIALOG_CHECK_PARAM_RESULT.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="Measure\GetParam\DIALOG_CHECK_PARAM_RESULT.designer.cs">
  118. <DependentUpon>DIALOG_CHECK_PARAM_RESULT.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="Measure\GetParam\MsrParamFileMgr.cs" />
  121. <Compile Include="Measure\GetParam\OTSGeneralParameters.cs" />
  122. <Compile Include="Measure\GetParam\OTSProgMgr.cs" />
  123. <Compile Include="Measure\GetParam\OTSProgMgrParamFile.cs" />
  124. <Compile Include="Measure\GetParticle\ElementChemistryDB.cs" />
  125. <Compile Include="Measure\GetParticle\ElementChemistryTable.cs" />
  126. <Compile Include="Measure\GetParticle\IncADataDB.cs" />
  127. <Compile Include="Measure\GetParticle\IncADataTable.cs" />
  128. <Compile Include="Measure\GetParticle\IncAFileMgr.cs" />
  129. <Compile Include="Measure\GetParticle\MergedParticles\MergeParticleDB.cs" />
  130. <Compile Include="Measure\GetParticle\MergedParticles\MergParticleTable.cs" />
  131. <Compile Include="Measure\GetParticle\PosXrayInfoDB.cs" />
  132. <Compile Include="Measure\GetParticle\PosXrayInfoTable.cs" />
  133. <Compile Include="Measure\GetParticle\SegmentDB.cs" />
  134. <Compile Include="Measure\GetParticle\SegmentTable.cs" />
  135. <Compile Include="Measure\GetParticle\SmallParticles\SmallParticleInfoDB.cs" />
  136. <Compile Include="Measure\GetParticle\SmallParticles\SmallParticleInfoTable.cs" />
  137. <Compile Include="Measure\GetParticle\XRayDataDB.cs" />
  138. <Compile Include="Measure\GetParticle\XRayDataTable.cs" />
  139. <Compile Include="Measure\GetStageInfo\DlgLicenseInfo.cs">
  140. <SubType>Form</SubType>
  141. </Compile>
  142. <Compile Include="Measure\GetStageInfo\DlgLicenseInfo.Designer.cs">
  143. <DependentUpon>DlgLicenseInfo.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="Measure\GetStageInfo\DlgStageMgr.cs">
  146. <SubType>Form</SubType>
  147. </Compile>
  148. <Compile Include="Measure\GetStageInfo\DlgStageMgr.Designer.cs">
  149. <DependentUpon>DlgStageMgr.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="Measure\GetStageInfo\DlgStageRename.cs">
  152. <SubType>Form</SubType>
  153. </Compile>
  154. <Compile Include="Measure\GetStageInfo\DlgStageRename.Designer.cs">
  155. <DependentUpon>DlgStageRename.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="Measure\GetStageInfo\StageFile.cs" />
  158. <Compile Include="Measure\GetXrayInfo\PosXrayFileMgr.cs" />
  159. <Compile Include="OTSControl\EBrukerErrorCode.cs" />
  160. <Compile Include="OTSCrypt.cs" />
  161. <Compile Include="OTSDataType\CBSEImg.cs" />
  162. <Compile Include="OTSDataType\CDomain.cs" />
  163. <Compile Include="OTSDataType\CDoubleRange.cs" />
  164. <Compile Include="OTSDataType\CElement.cs" />
  165. <Compile Include="OTSDataType\CElementRange.cs" />
  166. <Compile Include="OTSDataType\CHole.cs" />
  167. <Compile Include="OTSDataType\CHoleBSEImg.cs" />
  168. <Compile Include="OTSDataType\CIntRange.cs" />
  169. <Compile Include="OTSDataType\CMsrParams.cs" />
  170. <Compile Include="OTSDataType\CMsrSampleStatus.cs" />
  171. <Compile Include="OTSDataType\COTSFieldData.cs" />
  172. <Compile Include="OTSDataType\COTSImageProcessParam.cs" />
  173. <Compile Include="OTSDataType\COTSImageScanParam.cs" />
  174. <Compile Include="OTSDataType\COTSLicenseInfo.cs" />
  175. <Compile Include="OTSDataType\COTSSample.cs" />
  176. <Compile Include="OTSDataType\COTSSegment.cs" />
  177. <Compile Include="OTSDataType\COTSXRayParam.cs" />
  178. <Compile Include="OTSDataType\CSEMDataGnr.cs" />
  179. <Compile Include="OTSDataType\CSEMDataMsr.cs" />
  180. <Compile Include="OTSDataType\CSize.cs" />
  181. <Compile Include="OTSDataType\LanguageID.cs" />
  182. <Compile Include="OTSDataType\MsrResults.cs" />
  183. <Compile Include="OTSDataType\MultiLang.cs" />
  184. <Compile Include="OTSDataType\otsdataconst.cs" />
  185. <Compile Include="OTSDataType\OTSDATAResource.cs" />
  186. <Compile Include="OTSDataType\OTSFeature.cs" />
  187. <Compile Include="OTSDataType\OTSParticle.cs" />
  188. <Compile Include="OTSDataType\OTSPeak.cs" />
  189. <Compile Include="OTSDataType\PosXraycs.cs" />
  190. <Compile Include="OTSDataType\PosXrayInfo.cs" />
  191. <Compile Include="OTSDataType\SEMStageData.cs" />
  192. <Compile Include="OTSDataType\stage.cs" />
  193. <Compile Include="OTSDataType\XMLSerialization.cs" />
  194. <Compile Include="OTSLicMgr.cs" />
  195. <Compile Include="OTSModelresource.cs" />
  196. <Compile Include="DTLBase\SqlHelper.cs" />
  197. <Compile Include="MeasureControl\FileHelper.cs" />
  198. <Compile Include="MeasureControl\IMeasureHardware.cs" />
  199. <Compile Include="MeasureControl\MeasureHardware.cs" />
  200. <Compile Include="Properties\AssemblyInfo.cs" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <EmbeddedResource Include="Measure\GetParam\DIALOG_CHECK_PARAM_RESULT.resx">
  204. <DependentUpon>DIALOG_CHECK_PARAM_RESULT.cs</DependentUpon>
  205. </EmbeddedResource>
  206. <EmbeddedResource Include="Measure\GetStageInfo\DlgLicenseInfo.resx">
  207. <DependentUpon>DlgLicenseInfo.cs</DependentUpon>
  208. </EmbeddedResource>
  209. <EmbeddedResource Include="Measure\GetStageInfo\DlgStageMgr.resx">
  210. <DependentUpon>DlgStageMgr.cs</DependentUpon>
  211. </EmbeddedResource>
  212. <EmbeddedResource Include="Measure\GetStageInfo\DlgStageRename.resx">
  213. <DependentUpon>DlgStageRename.cs</DependentUpon>
  214. </EmbeddedResource>
  215. </ItemGroup>
  216. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  217. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  218. <PropertyGroup>
  219. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  220. </PropertyGroup>
  221. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
  222. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
  223. <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.113.1\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.113.1\build\net46\System.Data.SQLite.Core.targets'))" />
  224. </Target>
  225. <Import Project="..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
  226. <Import Project="..\packages\System.Data.SQLite.Core.1.0.113.1\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.113.1\build\net46\System.Data.SQLite.Core.targets')" />
  227. </Project>