Skip to content

Commit 51656aa

Browse files
committed
Move SqlInternalConnectionTds.cs to SqlConnectionInternal.cs
1 parent 3db8d96 commit 51656aa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@
222222
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\Connection\SessionStateRecord.cs">
223223
<Link>Microsoft\Data\SqlClient\Connection\SessionStateRecord.cs</Link>
224224
</Compile>
225+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\Connection\SqlConnectionInternal.cs">
226+
<Link>Microsoft\Data\SqlClient\Connection\SqlConnectionInternal.cs</Link>
227+
</Compile>
225228
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\DataClassification\SensitivityClassification.cs">
226229
<Link>Microsoft\Data\SqlClient\DataClassification\SensitivityClassification.cs</Link>
227230
</Compile>
@@ -702,9 +705,6 @@
702705
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs">
703706
<Link>Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs</Link>
704707
</Compile>
705-
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs">
706-
<Link>Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs</Link>
707-
</Compile>
708708
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlInternalTransaction.cs">
709709
<Link>Microsoft\Data\SqlClient\SqlInternalTransaction.cs</Link>
710710
</Compile>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,9 @@
491491
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\Connection\SessionStateRecord.cs">
492492
<Link>Microsoft\Data\SqlClient\Connection\SessionStateRecord.cs</Link>
493493
</Compile>
494+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\Connection\SqlConnectionInternal.cs">
495+
<Link>Microsoft\Data\SqlClient\Connection\SqlConnectionInternal.cs</Link>
496+
</Compile>
494497
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\DataClassification\SensitivityClassification.cs">
495498
<Link>Microsoft\Data\SqlClient\DataClassification\SensitivityClassification.cs</Link>
496499
</Compile>
@@ -866,9 +869,6 @@
866869
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs">
867870
<Link>Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs</Link>
868871
</Compile>
869-
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs">
870-
<Link>Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs</Link>
871-
</Compile>
872872
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlInternalTransaction.cs">
873873
<Link>Microsoft\Data\SqlClient\SqlInternalTransaction.cs</Link>
874874
</Compile>

0 commit comments

Comments
 (0)