Skip to content

Commit 2d67d95

Browse files
authored
Update Microsoft.Identity.Client.csproj to remove unwanted files (#5156)
Update Microsoft.Identity.Client.csproj
1 parent f47ad32 commit 2d67d95

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/client/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
<Compile Include="$(PathToMsalSources)\**\*.cs" Exclude="$(PathToMsalSources)\obj\**\*.*" />
8181
<Compile Remove="$(PathToMsalSources)\Platforms\**\*.*;$(PathToMsalSources)\Resources\*.cs" />
8282
<Compile Remove="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
83-
<None Remove="Extensibility\RP\ConfidentialClientApplicationBuilderForResourceProviders.cs" />
8483
<EmbeddedResource Include="$(PathToMsalSources)\Properties\Microsoft.Identity.Client.rd.xml" />
8584
<None Include="$(PathToMsalSources)\..\..\..\README.md" Pack="true" PackagePath="\" />
8685
<None Include="Platforms\net\JsonObjectAttribute.cs" />
@@ -164,8 +163,4 @@
164163
<AdditionalFiles Include="PublicAPI/$(TargetFramework)/PublicAPI.Shipped.txt" />
165164
<AdditionalFiles Include="PublicAPI/$(TargetFramework)/PublicAPI.Unshipped.txt" />
166165
</ItemGroup>
167-
168-
<ItemGroup>
169-
<Compile Include="Extensibility\RP\ConfidentialClientApplicationBuilderForResourceProviders.cs" />
170-
</ItemGroup>
171166
</Project>

0 commit comments

Comments
 (0)