CNAS取数仪器端升级
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

130 lines
7.3KB

  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="MySql.Data">
  53. <HintPath>..\..\..\CNASClient\CNAS_DBSync\dll\MySql.Data.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Oracle.ManagedDataAccess.19.6.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.ComponentModel.DataAnnotations" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  62. <HintPath>..\packages\System.Data.SQLite.Core.1.0.111.0\lib\net40\System.Data.SQLite.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Data.SQLite.EF6, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  65. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.111.0\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Data.SQLite.Linq, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  68. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.111.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.Xml.Linq" />
  71. <Reference Include="System.Data.DataSetExtensions" />
  72. <Reference Include="Microsoft.CSharp" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Xml" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="DAL\ReadFileCommon01.cs" />
  78. <Compile Include="FoxProSpecialDtMethod.cs" />
  79. <Compile Include="ReadFileThirdth.cs" />
  80. <Compile Include="Service\AccessDBService.cs" />
  81. <Compile Include="DAL\OracleDAL.cs" />
  82. <Compile Include="DAL\SQLDB2DAL.cs" />
  83. <Compile Include="DAL\ExcelDAL.cs" />
  84. <Compile Include="DAL\MdbDAL.cs" />
  85. <Compile Include="DAL\MySQLDAL.cs" />
  86. <Compile Include="DAL\Helper\MySQLHelper.cs" />
  87. <Compile Include="DAL\Helper\SQLDB2Helper.cs" />
  88. <Compile Include="DAL\SQLDAL.cs" />
  89. <Compile Include="DAL\SQLiteDAL.cs" />
  90. <Compile Include="DAL\TXTDAL.cs" />
  91. <Compile Include="Service\Db2DBService.cs" />
  92. <Compile Include="Service\ExcelDBService.cs" />
  93. <Compile Include="DAL\FoxProDAL.cs" />
  94. <Compile Include="Service\FoxProService.cs" />
  95. <Compile Include="Service\MySqlDBService.cs" />
  96. <Compile Include="Service\OracleDBService.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. <Compile Include="BaseReadFileMode.cs" />
  99. <Compile Include="ReadFileSecond.cs" />
  100. <Compile Include="Service\SqliteDBService.cs" />
  101. <Compile Include="Service\SqlServerDBService.cs" />
  102. <Compile Include="Service\TXTService.cs" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  106. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  107. <Name>CnasSynchronousCommon</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\CnasSynchronusIDAL\CnasSynchronusIDAL.csproj">
  110. <Project>{284fbc6d-d437-4616-ac96-582974ff390f}</Project>
  111. <Name>CnasSynchronusIDAL</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  114. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  115. <Name>CnasSynchrousModel</Name>
  116. </ProjectReference>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="App.config" />
  120. <None Include="packages.config" />
  121. </ItemGroup>
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <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')" />
  124. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  125. <PropertyGroup>
  126. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  127. </PropertyGroup>
  128. <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'))" />
  129. </Target>
  130. </Project>