OTSModelSharp.csproj 13 KB

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