Skip to content

Commit 913d38e

Browse files
committed
add SmartSql.Bulk.MsSqlServer.csproj
1 parent 7eed32a commit 913d38e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
</PropertyGroup>
6+
7+
<PropertyGroup>
8+
<DefineConstants>MicrosoftSqlClient</DefineConstants>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.1.1" />
13+
</ItemGroup>
14+
15+
<ItemGroup>
16+
<ProjectReference Include="..\SmartSql.Bulk\SmartSql.Bulk.csproj" />
17+
</ItemGroup>
18+
19+
<ItemGroup>
20+
<Compile Include="..\SmartSql.Bulk.SqlServer\BulkInsert.cs">
21+
<Link>BulkInsert.cs</Link>
22+
</Compile>
23+
</ItemGroup>
24+
</Project>

0 commit comments

Comments
 (0)