Skip to content

Commit 11928e8

Browse files
committed
Merged SqlColumnEncryptionCngProvider
1 parent 8c98e3b commit 11928e8

File tree

4 files changed

+12
-400
lines changed

4 files changed

+12
-400
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,9 @@
831831
<Compile Include="$(CommonSourceRoot)Microsoft\Data\Sql\SqlDataSourceEnumerator.Windows.cs">
832832
<Link>Microsoft\Data\Sql\SqlDataSourceEnumerator.Windows.cs</Link>
833833
</Compile>
834+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.Windows.cs">
835+
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.Windows.cs</Link>
836+
</Compile>
834837
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCspProvider.Windows.cs">
835838
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionCspProvider.Windows.cs</Link>
836839
</Compile>
@@ -849,7 +852,6 @@
849852
<Compile Include="Microsoft\Data\SqlClient\SessionHandle.Windows.cs" />
850853
<Compile Include="Microsoft\Data\SqlClient\SNI\LocalDB.Windows.cs" />
851854
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.Windows.cs" />
852-
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.Windows.cs" />
853855
<Compile Include="Microsoft\Data\SqlClient\TdsParser.Windows.cs" />
854856
<Compile Include="Microsoft\Data\SqlClient\TdsParserStateObjectNative.cs" />
855857
<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
@@ -438,6 +438,9 @@
438438
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlCollation.cs">
439439
<Link>Microsoft\Data\SqlClient\SqlCollation.cs</Link>
440440
</Compile>
441+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.Windows.cs">
442+
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.cs</Link>
443+
</Compile>
441444
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCspProvider.Windows.cs">
442445
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionCspProvider.cs</Link>
443446
</Compile>
@@ -682,7 +685,6 @@
682685
<Compile Include="Microsoft\Data\SqlClient\SqlClientWrapperSmiStream.cs" />
683686
<Compile Include="Microsoft\Data\SqlClient\SqlClientWrapperSmiStreamChars.cs" />
684687
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs" />
685-
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.cs" />
686688
<Compile Include="Microsoft\Data\SqlClient\SqlCommand.cs" />
687689
<Compile Include="Microsoft\Data\SqlClient\SqlConnection.cs" />
688690
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.cs" />

0 commit comments

Comments
 (0)