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 6.7KB

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