|
516 | 516 | <Compile Include="..\..\src\System\Diagnostics\CodeAnalysis.cs">
|
517 | 517 | <Link>Common\System\Diagnostics\CodeAnalysis.cs</Link>
|
518 | 518 | </Compile>
|
| 519 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\SSPI\ManagedSSPIContextProvider.cs"> |
| 520 | + <Link>Microsoft\Data\SqlClient\SSPI\ManagedSSPIContextProvider.cs</Link> |
| 521 | + </Compile> |
| 522 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\SSPI\NegotiateSSPIContextProvider.cs"> |
| 523 | + <Link>Microsoft\Data\SqlClient\SSPI\NegotiateSSPIContextProvider.cs</Link> |
| 524 | + </Compile> |
| 525 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\SSPI\SSPIContextProvider.cs"> |
| 526 | + <Link>Microsoft\Data\SqlClient\SSPI\SSPIContextProvider.cs</Link> |
| 527 | + </Compile> |
| 528 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\TdsParser.Shared.cs"> |
| 529 | + <Link>Microsoft\Data\SqlClient\TdsParser.Shared.cs</Link> |
| 530 | + </Compile> |
519 | 531 | </ItemGroup>
|
520 | 532 | <ItemGroup Condition="'$(TargetGroup)' == 'netstandard' OR '$(TargetGroup)' == 'netcoreapp' OR '$(IsUAPAssembly)' == 'true'">
|
521 | 533 | <Compile Include="Microsoft.Data.SqlClient.TypeForwards.cs" />
|
|
580 | 592 | <Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.AssemblyLoadContext.cs" />
|
581 | 593 | </ItemGroup>
|
582 | 594 | <ItemGroup>
|
583 |
| - <Compile Include="..\..\src\Resources\StringsHelper.cs"> |
| 595 | + <Compile Include="..\..\src\Resources\StringsHelper.cs"> |
584 | 596 | <Link>Resources\StringsHelper.cs</Link>
|
585 | 597 | </Compile>
|
586 | 598 | <Compile Include="..\..\src\Resources\Strings.Designer.cs">
|
|
767 | 779 | <ItemGroup Condition="'$(TargetsWindows)' == 'true' and '$(IsUAPAssembly)' != 'true'">
|
768 | 780 | <Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.LoadLibraryEx.cs">
|
769 | 781 | <Link>Common\Interop\Windows\kernel32\Interop.LoadLibraryEx.cs</Link>
|
770 |
| - </Compile> |
| 782 | + </Compile> |
| 783 | + <Compile Include="..\..\src\Microsoft\Data\SqlClient\SSPI\NativeSSPIContextProvider.cs" Link="Microsoft\Data\SqlClient\SSPI\NativeSSPIContextProvider.cs" /> |
771 | 784 | <Compile Include="Interop\SNINativeMethodWrapper.Windows.cs" />
|
772 | 785 | <Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolIdentity.Windows.cs" />
|
773 | 786 | <Compile Include="Microsoft\Data\SqlClient\LocalDBAPI.Windows.cs" />
|
|
1007 | 1020 | <PackageReference Condition="$(TargetGroup) == 'netstandard'" Include="System.Security.Cryptography.Cng" Version="$(SystemSecurityCryptographyCngVersion)" />
|
1008 | 1021 | <PackageReference Condition="$(BuildForRelease) == 'true'" Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkGitHubVersion)" PrivateAssets="All" />
|
1009 | 1022 | </ItemGroup>
|
| 1023 | + <ItemGroup> |
| 1024 | + <Folder Include="Microsoft\Data\SqlClient\SSPI\" /> |
| 1025 | + </ItemGroup> |
1010 | 1026 | <Import Project="$(ToolsDir)targets\GenerateThisAssemblyCs.targets" />
|
1011 | 1027 | <Import Project="$(ToolsDir)targets\ResolveContract.targets" Condition="'$(OSGroup)' == 'AnyOS'" />
|
1012 | 1028 | <Import Project="$(ToolsDir)targets\NotSupported.targets" Condition="'$(OSGroup)' == 'AnyOS'" />
|
|
0 commit comments