Skip to content

Commit 9a4e332

Browse files
Move to Shared - SqlSer.cs (#1313)
1 parent 1ad4af3 commit 9a4e332

File tree

4 files changed

+44
-319
lines changed

4 files changed

+44
-319
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,9 @@
364364
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\ValueUtilsSmi.cs">
365365
<Link>Microsoft\Data\SqlClient\Server\ValueUtilsSmi.cs</Link>
366366
</Compile>
367+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SqlSer.cs">
368+
<Link>Microsoft\Data\SqlClient\Server\SqlSer.cs</Link>
369+
</Compile>
367370
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SignatureVerificationCache.cs">
368371
<Link>Microsoft\Data\SqlClient\SignatureVerificationCache.cs</Link>
369372
</Compile>
@@ -558,7 +561,7 @@
558561
<Link>Microsoft\Data\SqlClient\SqlSequentialStream.cs</Link>
559562
</Compile>
560563
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs" />
561-
<Compile Include="Microsoft\Data\SqlClient\Server\SqlSer.cs" />
564+
562565
<Compile Include="Microsoft\Data\SqlClient\LocalDBAPI.cs" />
563566
<Compile Include="Microsoft\Data\SqlClient\SqlBuffer.cs" />
564567
<Compile Include="Microsoft\Data\SqlClient\SqlBulkCopy.cs" />

src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@
249249
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiMetaDataProperty.cs">
250250
<Link>Microsoft\Data\SqlClient\Server\SmiMetaDataProperty.cs</Link>
251251
</Compile>
252+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SqlSer.cs">
253+
<Link>Microsoft\Data\SqlClient\Server\SqlSer.cs</Link>
254+
</Compile>
252255
<Compile Include="..\..\src\Microsoft\Data\SqlClient\ColumnEncryptionKeyInfo.cs">
253256
<Link>Microsoft\Data\SqlClient\ColumnEncryptionKeyInfo.cs</Link>
254257
</Compile>
@@ -629,7 +632,6 @@
629632
<Compile Include="Microsoft\Data\SqlClient\Server\SmiLink.cs" />
630633
<Compile Include="Microsoft\Data\SqlClient\Server\SmiRequestExecutor.cs" />
631634
<Compile Include="Microsoft\Data\SqlClient\Server\SmiStream.cs" />
632-
<Compile Include="Microsoft\Data\SqlClient\Server\sqlser.cs" />
633635
<Compile Include="Microsoft\Data\Sql\SqlGenericUtil.cs" />
634636
</ItemGroup>
635637
<!-- Resources -->

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/Server/sqlser.cs

Lines changed: 0 additions & 295 deletions
This file was deleted.

0 commit comments

Comments
 (0)