Skip to content

Commit

Permalink
fix: Ensure all platform files are visible by default in VS
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Apr 18, 2024
1 parent a64824c commit 029c39a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Uno.Sdk/targets/Uno.Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
<Content Remove="@(_IgnorePlatformFiles)" />
<EmbeddedResource Remove="@(_IgnorePlatformFiles)" />
<Manifest Remove="@(_IgnorePlatformFiles)" />

<None Include="@(_IgnorePlatformFiles)" Sdk="Uno" />
</ItemGroup>

<ItemGroup Condition="$(UnoFeatures.Contains(';Dsp;'))">
Expand Down

0 comments on commit 029c39a

Please sign in to comment.