Skip to content

Commit

Permalink
Merge more shared files (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraith2 committed Jun 24, 2020
1 parent 26e9bb6 commit 5e94302
Show file tree
Hide file tree
Showing 24 changed files with 143 additions and 419 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationTimeoutRetryHelper.cs">
<Link>Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationTimeoutRetryHelper.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\ApplicationIntent.cs">
<Link>Microsoft\Data\SqlClient\ApplicationIntent.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationProvider.cs">
<Link>Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationProvider.cs</Link>
</Compile>
Expand All @@ -72,6 +75,24 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\OnChangedEventHandler.cs">
<Link>Microsoft\Data\SqlClient\OnChangedEventHandler.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\ParameterPeekAheadValue.cs">
<Link>Microsoft\Data\SqlClient\ParameterPeekAheadValue.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\PoolBlockingPeriod.cs">
<Link>Microsoft\Data\SqlClient\PoolBlockingPeriod.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\RowsCopiedEventArgs.cs">
<Link>Microsoft\Data\SqlClient\RowsCopiedEventArgs.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs">
<Link>Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SortOrder.cs">
<Link>Microsoft\Data\SqlClient\SortOrder.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAuthenticationToken.cs">
<Link>Microsoft\Data\SqlClient\SqlAuthenticationToken.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs">
<Link>Microsoft\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs</Link>
</Compile>
Expand All @@ -93,6 +114,9 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs">
<Link>Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBulkCopyColumnMapping.cs">
<Link>Microsoft\Data\SqlClient\SqlBulkCopyColumnMapping.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBulkCopyOptions.cs">
<Link>Microsoft\Data\SqlClient\SqlBulkCopyOptions.cs</Link>
</Compile>
Expand All @@ -102,9 +126,15 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBulkCopyColumnOrderHintCollection.cs">
<Link>Microsoft\Data\SqlClient\SqlBulkCopyColumnOrderHintCollection.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithm.cs">
<Link>Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithm.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactory.cs">
<Link>Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactory.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs">
<Link>Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionType.cs">
<Link>Microsoft\Data\SqlClient\SqlClientEncryptionType.cs</Link>
</Compile>
Expand Down Expand Up @@ -166,7 +196,6 @@
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionString.NetCoreApp.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionStringBuilder.NetCoreApp.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.NetCoreApp.cs" />
<Compile Include="Microsoft\Data\SqlClient\PoolBlockingPeriod.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.NetCoreApp.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlEnclaveAttestationParameters.NetCoreApp.cs" />
<Compile Include="Microsoft\Data\SqlClient\EnclaveDelegate.NetCoreApp.cs" />
Expand Down Expand Up @@ -266,7 +295,6 @@
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolIdentity.cs" />
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolOptions.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationToken.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\InvalidUdtException.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\SqlFunctionAttribute.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\SqlMetaData.cs" />
Expand All @@ -275,15 +303,9 @@
<Compile Include="Microsoft\Data\SqlClient\Server\SqlSer.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\SqlUserDefinedAggregateAttribute.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\SqlUserDefinedTypeAttribute.cs" />
<Compile Include="Microsoft\Data\SqlClient\ApplicationIntent.cs" />
<Compile Include="Microsoft\Data\SqlClient\LocalDBAPI.cs" />
<Compile Include="Microsoft\Data\SqlClient\ParameterPeekAheadValue.cs" />
<Compile Include="Microsoft\Data\SqlClient\RowsCopiedEventArgs.cs" />
<Compile Include="Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs" />
<Compile Include="Microsoft\Data\SqlClient\SortOrder.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBuffer.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBulkCopy.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBulkCopyColumnMapping.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBulkCopyColumnMappingCollection.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlCachedBuffer.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientDiagnosticListenerExtensions.cs" />
Expand Down Expand Up @@ -366,10 +388,8 @@
<Compile Include="Interop\SNINativeMethodWrapper.Common.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlCredential.cs" />
<Compile Include="Microsoft\Data\SqlClient\AlwaysEncryptedHelperClasses.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithm.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlSecurityUtility.cs" />
<Compile Include="Microsoft\Data\SqlClient\SignatureVerificationCache.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs" />
<Compile Include="Microsoft\Data\SqlClient\EnclavePackage.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlEnclaveSession.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs" />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
<DebugType>Pdbonly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<PropertyGroup>
<DefineConstants>$(DefineConstants);NETFRAMEWORK;</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down Expand Up @@ -114,6 +117,9 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationTimeoutRetryHelper.cs">
<Link>Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationTimeoutRetryHelper.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\ApplicationIntent.cs">
<Link>Microsoft\Data\SqlClient\ApplicationIntent.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationProvider.cs">
<Link>Microsoft\Data\SqlClient\ActiveDirectoryAuthenticationProvider.cs</Link>
</Compile>
Expand All @@ -126,6 +132,24 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\OnChangedEventHandler.cs">
<Link>Microsoft\Data\SqlClient\OnChangedEventHandler.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\ParameterPeekAheadValue.cs">
<Link>Microsoft\Data\SqlClient\ParameterPeekAheadValue.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\PoolBlockingPeriod.cs">
<Link>Microsoft\Data\SqlClient\PoolBlockingPeriod.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\RowsCopiedEventArgs.cs">
<Link>Microsoft\Data\SqlClient\RowsCopiedEventArgs.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs">
<Link>Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SortOrder.cs">
<Link>Microsoft\Data\SqlClient\SortOrder.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAuthenticationToken.cs">
<Link>Microsoft\Data\SqlClient\SqlAuthenticationToken.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs">
<Link>Microsoft\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs</Link>
</Compile>
Expand All @@ -147,6 +171,9 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs">
<Link>Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBulkCopyColumnMapping.cs">
<Link>Microsoft\Data\SqlClient\SqlBulkCopyColumnMapping.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBulkCopyOptions.cs">
<Link>Microsoft\Data\SqlClient\SqlBulkCopyOptions.cs</Link>
</Compile>
Expand All @@ -156,9 +183,15 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBulkCopyColumnOrderHintCollection.cs">
<Link>Microsoft\Data\SqlClient\SqlBulkCopyColumnOrderHintCollection.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithm.cs">
<Link>Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithm.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactory.cs">
<Link>Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactory.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs">
<Link>Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlClientEncryptionType.cs">
<Link>Microsoft\Data\SqlClient\SqlClientEncryptionType.cs</Link>
</Compile>
Expand Down Expand Up @@ -212,7 +245,6 @@
<Compile Include="Microsoft\Data\SqlClient\AlwaysEncryptedAttestationException.cs" />
<Compile Include="Microsoft\Data\SqlClient\AlwaysEncryptedEnclaveProviderUtils.cs" />
<Compile Include="Microsoft\Data\SqlClient\AppContextDefaultValues.Defaults.cs" />
<Compile Include="Microsoft\Data\SqlClient\ApplicationIntent.cs" />
<Compile Include="Microsoft\Data\SqlClient\assemblycache.cs" />
<Compile Include="Microsoft\Data\SqlClient\AzureAttestationBasedEnclaveProvider.cs" />
<Compile Include="Microsoft\Data\SqlClient\EnclaveDelegate.cs" />
Expand All @@ -221,8 +253,6 @@
<Compile Include="Microsoft\Data\SqlClient\LocalAppContextSwitches.cs" />
<Compile Include="Microsoft\Data\SqlClient\LocalDBAPI.cs" />
<Compile Include="Microsoft\Data\SqlClient\LocalDBConfig.cs" />
<Compile Include="Microsoft\Data\SqlClient\ParameterPeekAheadValue.cs" />
<Compile Include="Microsoft\Data\SqlClient\PoolBlockingPeriod.cs" />
<Compile Include="Microsoft\Data\SqlClient\AssemblyRef.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\InvalidUdtException.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\SqlDataRecord.cs" />
Expand All @@ -232,26 +262,19 @@
<Compile Include="Microsoft\Data\SqlClient\Server\SqlUserDefinedAggregateAttribute.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\SqlUserDefinedTypeAttribute.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\TriggerAction.cs" />
<Compile Include="Microsoft\Data\SqlClient\SortOrder.cs" />
<Compile Include="Microsoft\Data\SqlClient\VirtualSecureModeEnclaveProvider.cs" />
<Compile Include="Microsoft\Data\SqlClient\VirtualSecureModeEnclaveProviderBase.cs" />
<Compile Include="Microsoft\Data\SqlTypes\SqlFileStream.cs" />
<Compile Include="Microsoft\Data\SqlTypes\UnsafeNativeMethods.cs" />
<Compile Include="Resources\ResCategoryAttribute.cs" />
<Compile Include="Resources\ResDescriptionAttribute.cs" />
<Compile Include="Microsoft\Data\SqlClient\RowsCopiedEventArgs.cs" />
<Compile Include="Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs" />
<Compile Include="Microsoft\Data\SqlClient\SignatureVerificationCache.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationToken.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBuffer.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBulkCopy.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBulkCopyColumnMapping.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBulkCopyColumnMappingCollection.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlCachedBuffer.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlCertificateCallbacks.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithm.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientFactory.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientMetaDataCollectionNames.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientOriginalAddressInfo.cs" />
Expand Down

This file was deleted.

Loading

0 comments on commit 5e94302

Please sign in to comment.