|
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{F4EC1B78-EFF4-4D04-AE79-631D220187AF}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CnasSynchronusDAL</RootNamespace>
- <AssemblyName>CnasSynchronusDAL</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\dll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x86</PlatformTarget>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Devart.Data, Version=5.0.2333.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
- <HintPath>..\packages\dotConnect.Express.for.SQLite.5.15.1541\lib\Devart.Data.dll</HintPath>
- </Reference>
- <Reference Include="Devart.Data.SQLite, Version=5.15.1541.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
- <HintPath>..\packages\dotConnect.Express.for.SQLite.5.15.1541\lib\Devart.Data.SQLite.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="MySql.Data">
- <HintPath>..\..\..\CNASClient\CNAS_DBSync\dll\MySql.Data.dll</HintPath>
- </Reference>
- <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
- <HintPath>..\packages\Oracle.ManagedDataAccess.19.6.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.Core.1.0.111.0\lib\net40\System.Data.SQLite.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.EF6, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.EF6.1.0.111.0\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.Linq, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.Linq.1.0.111.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DAL\ReadFileCommon01.cs" />
- <Compile Include="FoxProSpecialDtMethod.cs" />
- <Compile Include="ReadFileThirdth.cs" />
- <Compile Include="Service\AccessDBService.cs" />
- <Compile Include="DAL\OracleDAL.cs" />
- <Compile Include="DAL\SQLDB2DAL.cs" />
- <Compile Include="DAL\ExcelDAL.cs" />
- <Compile Include="DAL\MdbDAL.cs" />
- <Compile Include="DAL\MySQLDAL.cs" />
- <Compile Include="DAL\Helper\MySQLHelper.cs" />
- <Compile Include="DAL\Helper\SQLDB2Helper.cs" />
- <Compile Include="DAL\SQLDAL.cs" />
- <Compile Include="DAL\SQLiteDAL.cs" />
- <Compile Include="DAL\TXTDAL.cs" />
- <Compile Include="Service\Db2DBService.cs" />
- <Compile Include="Service\ExcelDBService.cs" />
- <Compile Include="DAL\FoxProDAL.cs" />
- <Compile Include="Service\FoxProService.cs" />
- <Compile Include="Service\MySqlDBService.cs" />
- <Compile Include="Service\OracleDBService.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="BaseReadFileMode.cs" />
- <Compile Include="ReadFileSecond.cs" />
- <Compile Include="Service\SqliteDBService.cs" />
- <Compile Include="Service\SqlServerDBService.cs" />
- <Compile Include="Service\TXTService.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
- <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
- <Name>CnasSynchronousCommon</Name>
- </ProjectReference>
- <ProjectReference Include="..\CnasSynchronusIDAL\CnasSynchronusIDAL.csproj">
- <Project>{284fbc6d-d437-4616-ac96-582974ff390f}</Project>
- <Name>CnasSynchronusIDAL</Name>
- </ProjectReference>
- <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
- <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
- <Name>CnasSynchrousModel</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <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')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <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'))" />
- </Target>
- </Project>
|