Skip to content

Commit

Permalink
Remove .rd.xml file (as it's no longer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed May 25, 2022
1 parent c298d6e commit ac35875
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
</ItemGroup>

<!-- In order to support .NET Native, we need to include an appropriate .rd.xml for UWP (remove from everything else) -->
<ItemGroup Condition="'$(TargetFramework)' != 'uap10.0.19041' and '$(TargetFramework)' != 'native'">
<EmbeddedResource Remove="Properties\Microsoft.Toolkit.Uwp.Notifications.rd.xml" />
</ItemGroup>

<!-- Desktop Win32 apps -->
<ItemGroup Condition="'$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netcoreapp3.1'">
Expand Down

This file was deleted.

0 comments on commit ac35875

Please sign in to comment.