Skip to content

Commit 787b099

Browse files
committed
Corrected project files post-merge
1 parent d5886a2 commit 787b099

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,6 @@
856856
<Compile Include="Microsoft\Data\SqlClient\PacketHandle.Windows.cs" />
857857
<Compile Include="Microsoft\Data\SqlClient\SessionHandle.Windows.cs" />
858858
<Compile Include="Microsoft\Data\SqlClient\SNI\LocalDB.Windows.cs" />
859-
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.Windows.cs" />
860859
<Compile Include="Microsoft\Data\SqlClient\TdsParser.Windows.cs" />
861860
<Compile Include="Microsoft\Data\SqlClient\TdsParserStateObjectNative.cs" />
862861
<Compile Include="Microsoft\Data\SqlClient\TdsParserStateObjectFactory.Windows.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
@@ -441,6 +441,9 @@
441441
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlCollation.cs">
442442
<Link>Microsoft\Data\SqlClient\SqlCollation.cs</Link>
443443
</Compile>
444+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.Windows.cs">
445+
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs</Link>
446+
</Compile>
444447
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.Windows.cs">
445448
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.cs</Link>
446449
</Compile>
@@ -686,7 +689,6 @@
686689
<Compile Include="Microsoft\Data\SqlClient\SqlClientPermission.cs" />
687690
<Compile Include="Microsoft\Data\SqlClient\SqlClientWrapperSmiStream.cs" />
688691
<Compile Include="Microsoft\Data\SqlClient\SqlClientWrapperSmiStreamChars.cs" />
689-
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.cs" />
690692
<Compile Include="Microsoft\Data\SqlClient\SqlCommand.cs" />
691693
<Compile Include="Microsoft\Data\SqlClient\SqlConnection.cs" />
692694
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.cs" />

0 commit comments

Comments
 (0)