|
41 | 41 | <Compile Include="$(CommonPath)\CoreLib\System\Threading\Tasks\TaskToApm.cs"> |
42 | 42 | <Link>Common\CoreLib\System\Threading\Tasks\TaskToApm.cs</Link> |
43 | 43 | </Compile> |
44 | | - <Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbConnectionClosed.cs"> |
45 | | - <Link>Common\Microsoft\Data\ProviderBase\DbConnectionClosed.cs</Link> |
46 | | - </Compile> |
47 | | - <Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbConnectionFactory.cs"> |
48 | | - <Link>Common\Microsoft\Data\ProviderBase\DbConnectionFactory.cs</Link> |
49 | | - </Compile> |
50 | 44 | <Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbConnectionInternal.cs"> |
51 | 45 | <Link>Common\Microsoft\Data\ProviderBase\DbConnectionInternal.cs</Link> |
52 | 46 | </Compile> |
|
111 | 105 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\OperationAbortedException.cs"> |
112 | 106 | <Link>Microsoft\Data\OperationAbortedException.cs</Link> |
113 | 107 | </Compile> |
| 108 | + <Compile Include="$(CommonSourceRoot)\Microsoft\Data\ProviderBase\DbConnectionClosed.cs"> |
| 109 | + <Link>Microsoft\Data\ProviderBase\DbConnectionClosed.cs</Link> |
| 110 | + </Compile> |
| 111 | + <Compile Include="$(CommonSourceRoot)\Microsoft\Data\ProviderBase\DbConnectionFactory.cs"> |
| 112 | + <Link>Microsoft\Data\ProviderBase\DbConnectionFactory.cs</Link> |
| 113 | + </Compile> |
114 | 114 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContext.cs"> |
115 | 115 | <Link>Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContext.cs</Link> |
116 | 116 | </Compile> |
|
348 | 348 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs"> |
349 | 349 | <Link>Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs</Link> |
350 | 350 | </Compile> |
| 351 | + <Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs"> |
| 352 | + <Link>Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs</Link> |
| 353 | + </Compile> |
351 | 354 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlAuthenticationToken.cs"> |
352 | 355 | <Link>Microsoft\Data\SqlClient\SqlAuthenticationToken.cs</Link> |
353 | 356 | </Compile> |
|
633 | 636 |
|
634 | 637 | <Compile Include="Interop\SNINativeMethodWrapper.Common.cs" /> |
635 | 638 | <Compile Include="Microsoft\Data\Common\DbConnectionOptions.cs" /> |
636 | | - <Compile Include="Microsoft\Data\ProviderBase\DbConnectionClosed.cs" /> |
637 | | - <Compile Include="Microsoft\Data\ProviderBase\DbConnectionFactory.cs" /> |
638 | 639 | <Compile Include="Microsoft\Data\ProviderBase\DbConnectionInternal.cs" /> |
639 | 640 | <Compile Include="Microsoft\Data\ProviderBase\DbConnectionPool.cs" /> |
640 | 641 | <Compile Include="Microsoft\Data\SqlClient\AAsyncCallContext.cs" /> |
|
660 | 661 | <Compile Include="Microsoft\Data\SqlClient\SNI\SspiClientContextStatus.cs" /> |
661 | 662 | <Compile Include="Microsoft\Data\SqlClient\SNI\SSRP.cs" /> |
662 | 663 | <Compile Include="Microsoft\Data\SqlClient\SqlAppContextSwitchManager.NetCoreApp.cs" /> |
663 | | - <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs" /> |
664 | | - <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetCoreApp.cs" /> |
665 | 664 | <Compile Include="Microsoft\Data\SqlClient\SqlBulkCopy.cs" /> |
666 | 665 | <Compile Include="Microsoft\Data\SqlClient\SqlClientDiagnostic.cs" /> |
667 | 666 | <Compile Include="Microsoft\Data\SqlClient\SqlClientDiagnosticListenerExtensions.cs" /> |
|
0 commit comments