Skip to content

Commit

Permalink
add SmartSql.Bulk.MsSqlServer.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Mar 9, 2020
1 parent 7eed32a commit 913d38e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/SmartSql.Bulk.MsSqlServer/SmartSql.Bulk.MsSqlServer.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<DefineConstants>MicrosoftSqlClient</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.1.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SmartSql.Bulk\SmartSql.Bulk.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Include="..\SmartSql.Bulk.SqlServer\BulkInsert.cs">
<Link>BulkInsert.cs</Link>
</Compile>
</ItemGroup>
</Project>

0 comments on commit 913d38e

Please sign in to comment.