-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
675 changed files
with
24,892 additions
and
165,408 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
36
NETCORE/Slickflow/Source/Dapper/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.