Skip to content

Commit

Permalink
Added custom Credentials classes with binding support to choose crede…
Browse files Browse the repository at this point in the history
…ntial type. Added tests
  • Loading branch information
mconnew committed Feb 23, 2024
1 parent 9c9cac0 commit 97d8ed6
Show file tree
Hide file tree
Showing 169 changed files with 5,038 additions and 20,950 deletions.
3 changes: 3 additions & 0 deletions Packages.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>
<Import Project="$(RepoEngPath)/Packages.Data.props" />
</Project>
9 changes: 9 additions & 0 deletions sdk/extensions/wcf/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project>
<!-- Need to set IsClientLibrary for CentralPackageManagement versions file in $(root)\eng\Packages.Data.props -->
<PropertyGroup>
<IsClientLibrary Condition="'$(IsClientLibrary)' == '' and $(MSBuildProjectName.StartsWith('Microsoft.'))">true</IsClientLibrary>
<IsTestProject Condition="'$(IsTestProject)' == '' and $(MSBuildProjectName.EndsWith('.Tests'))">true</IsTestProject>
</PropertyGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))"/>
</Project>
3 changes: 3 additions & 0 deletions sdk/extensions/wcf/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets, $(MSBuildThisFileDirectory)..))"/>
</Project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 97d8ed6

Please sign in to comment.