CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CnasSynchronusDAL.csproj 12KB

4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{F4EC1B78-EFF4-4D04-AE79-631D220187AF}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CnasSynchronusDAL</RootNamespace>
  11. <AssemblyName>CnasSynchronusDAL</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\dll\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <PlatformTarget>x86</PlatformTarget>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Devart.Data, Version=5.0.2333.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
  41. <HintPath>..\packages\dotConnect.Express.for.SQLite.5.15.1541\lib\Devart.Data.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Devart.Data.SQLite, Version=5.15.1541.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
  44. <HintPath>..\packages\dotConnect.Express.for.SQLite.5.15.1541\lib\Devart.Data.SQLite.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  47. <HintPath>..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.dll</HintPath>
  48. </Reference>
  49. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  50. <HintPath>..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Kdbndp, Version=4.0.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\dll\Kdbndp.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  57. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  67. </Reference>
  68. <Reference Include="MySql.Data">
  69. <HintPath>..\..\..\CNASClient\CNAS_DBSync\dll\MySql.Data.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Npgsql, Version=8.0.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Npgsql.8.0.3\lib\netstandard2.0\Npgsql.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  75. <HintPath>..\packages\Oracle.ManagedDataAccess.19.6.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System" />
  78. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  79. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.ComponentModel.DataAnnotations" />
  85. <Reference Include="System.Core" />
  86. <Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  87. <HintPath>..\packages\System.Data.SQLite.Core.1.0.111.0\lib\net40\System.Data.SQLite.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Data.SQLite.EF6, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  90. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.111.0\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Data.SQLite.Linq, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  93. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.111.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  96. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  99. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Numerics" />
  102. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  103. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  106. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  109. <HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  112. <HintPath>..\packages\System.Text.Json.8.0.0\lib\net462\System.Text.Json.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  115. <HintPath>..\packages\System.Threading.Channels.8.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  118. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  121. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  122. </Reference>
  123. <Reference Include="System.Xml.Linq" />
  124. <Reference Include="System.Data.DataSetExtensions" />
  125. <Reference Include="Microsoft.CSharp" />
  126. <Reference Include="System.Data" />
  127. <Reference Include="System.Xml" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="DAL\Helper\KingbaseHelper.cs" />
  131. <Compile Include="DAL\Helper\PostgreSQLHelper.cs" />
  132. <Compile Include="DAL\KingbaseDAL.cs" />
  133. <Compile Include="DAL\PostgreSqlDAL.cs" />
  134. <Compile Include="DAL\ReadFileCommon01.cs" />
  135. <Compile Include="FoxProSpecialDtMethod.cs" />
  136. <Compile Include="ReadFileThirdth.cs" />
  137. <Compile Include="Service\AccessDBService.cs" />
  138. <Compile Include="DAL\OracleDAL.cs" />
  139. <Compile Include="DAL\SQLDB2DAL.cs" />
  140. <Compile Include="DAL\ExcelDAL.cs" />
  141. <Compile Include="DAL\MdbDAL.cs" />
  142. <Compile Include="DAL\MySQLDAL.cs" />
  143. <Compile Include="DAL\Helper\MySQLHelper.cs" />
  144. <Compile Include="DAL\Helper\SQLDB2Helper.cs" />
  145. <Compile Include="DAL\SQLDAL.cs" />
  146. <Compile Include="DAL\SQLiteDAL.cs" />
  147. <Compile Include="DAL\TXTDAL.cs" />
  148. <Compile Include="Service\Db2DBService.cs" />
  149. <Compile Include="Service\ExcelDBService.cs" />
  150. <Compile Include="DAL\FoxProDAL.cs" />
  151. <Compile Include="Service\FoxProService.cs" />
  152. <Compile Include="Service\MySqlDBService.cs" />
  153. <Compile Include="Service\OracleDBService.cs" />
  154. <Compile Include="Properties\AssemblyInfo.cs" />
  155. <Compile Include="BaseReadFileMode.cs" />
  156. <Compile Include="ReadFileSecond.cs" />
  157. <Compile Include="Service\KingbaseDBService.cs" />
  158. <Compile Include="Service\PostgreSqlDBService.cs" />
  159. <Compile Include="Service\SqliteDBService.cs" />
  160. <Compile Include="Service\SqlServerDBService.cs" />
  161. <Compile Include="Service\TXTService.cs" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  165. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  166. <Name>CnasSynchronousCommon</Name>
  167. </ProjectReference>
  168. <ProjectReference Include="..\CnasSynchronusIDAL\CnasSynchronusIDAL.csproj">
  169. <Project>{284fbc6d-d437-4616-ac96-582974ff390f}</Project>
  170. <Name>CnasSynchronusIDAL</Name>
  171. </ProjectReference>
  172. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  173. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  174. <Name>CnasSynchrousModel</Name>
  175. </ProjectReference>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <None Include="App.config" />
  179. <None Include="packages.config" />
  180. </ItemGroup>
  181. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  182. <Import Project="..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets')" />
  183. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  184. <PropertyGroup>
  185. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  186. </PropertyGroup>
  187. <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets'))" />
  188. </Target>
  189. </Project>