Skip to content

Commit

Permalink
Update Microsoft.Identity.Client.csproj to remove unwanted files (#5156)
Browse files Browse the repository at this point in the history
Update Microsoft.Identity.Client.csproj
  • Loading branch information
trwalke authored Feb 27, 2025
1 parent f47ad32 commit 2d67d95
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
<Compile Include="$(PathToMsalSources)\**\*.cs" Exclude="$(PathToMsalSources)\obj\**\*.*" />
<Compile Remove="$(PathToMsalSources)\Platforms\**\*.*;$(PathToMsalSources)\Resources\*.cs" />
<Compile Remove="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
<None Remove="Extensibility\RP\ConfidentialClientApplicationBuilderForResourceProviders.cs" />
<EmbeddedResource Include="$(PathToMsalSources)\Properties\Microsoft.Identity.Client.rd.xml" />
<None Include="$(PathToMsalSources)\..\..\..\README.md" Pack="true" PackagePath="\" />
<None Include="Platforms\net\JsonObjectAttribute.cs" />
Expand Down Expand Up @@ -164,8 +163,4 @@
<AdditionalFiles Include="PublicAPI/$(TargetFramework)/PublicAPI.Shipped.txt" />
<AdditionalFiles Include="PublicAPI/$(TargetFramework)/PublicAPI.Unshipped.txt" />
</ItemGroup>

<ItemGroup>
<Compile Include="Extensibility\RP\ConfidentialClientApplicationBuilderForResourceProviders.cs" />
</ItemGroup>
</Project>

0 comments on commit 2d67d95

Please sign in to comment.