Skip to content

Commit

Permalink
upgrade to V1.7.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
besley committed May 14, 2020
1 parent b3669d0 commit 954c73a
Show file tree
Hide file tree
Showing 675 changed files with 24,892 additions and 165,408 deletions.
Binary file removed NETCORE/Slickflow/Source/DLL/Dapper.dll
Binary file not shown.
Binary file modified NETCORE/Slickflow/Source/DLL/Slickflow.Graph.dll
Binary file not shown.
83 changes: 7 additions & 76 deletions NETCORE/Slickflow/Source/Dapper/Dapper.csproj
Original file line number Diff line number Diff line change
@@ -1,80 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4DA6306B-B9F0-4E06-ACA0-2A1400DD9BD0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Dapper</RootNamespace>
<AssemblyName>Dapper</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<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="DefaultParameterCharacter.cs" />
<Compile Include="Extensions\DapperExtensions.cs" />
<Compile Include="Extensions\DapperExtensionsConfiguration.cs" />
<Compile Include="Extensions\DapperImplementor.cs" />
<Compile Include="Extensions\Database.cs" />
<Compile Include="Extensions\GetMultiplePredicate.cs" />
<Compile Include="Extensions\GetMultipleResult.cs" />
<Compile Include="Extensions\Predicates.cs" />
<Compile Include="Extensions\ReflectionHelper.cs" />
<Compile Include="Extensions\Mapper\AutoClassMapper.cs" />
<Compile Include="Extensions\Mapper\ClassMapper.cs" />
<Compile Include="Extensions\Mapper\PluralizedAutoClassMapper.cs" />
<Compile Include="Extensions\Mapper\PropertyMap.cs" />
<Compile Include="Extensions\Sql\KingbaseSqlDialect.cs" />
<Compile Include="Extensions\Sql\MySqlDialect.cs" />
<Compile Include="Extensions\Sql\OracleDialect.cs" />
<Compile Include="Extensions\Sql\PostgreSqlDialect.cs" />
<Compile Include="Extensions\Sql\SqlCeDialect.cs" />
<Compile Include="Extensions\Sql\SqlDialectBase.cs" />
<Compile Include="Extensions\Sql\SqlGenerator.cs" />
<Compile Include="Extensions\Sql\SqliteDialect.cs" />
<Compile Include="Extensions\Sql\SqlServerDialect.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SqlBuilder.cs" />
<Compile Include="SqlMapper.cs" />
<Compile Include="SqlMapperAsync.cs" />
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

</Project>
36 changes: 0 additions & 36 deletions NETCORE/Slickflow/Source/Dapper/Properties/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit 954c73a

Please sign in to comment.