Browse Source

EmbedXaml: remove <None> items generated for XAML files by default

These items are generated by Microsoft.Net.SDK.DefaultItems.props, and
aren't supposed to be here.
pull/5120/head
Friedrich von Never 5 years ago
parent
commit
856ead263c
No known key found for this signature in database GPG Key ID: 14BEBA3374CFAD98
  1. 1
      build/EmbedXaml.props

1
build/EmbedXaml.props

@ -4,6 +4,7 @@
<Compile Update="**\*.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
<None Remove="**\*.xaml"/>
<AvaloniaResource Include="**\*.xaml">
<SubType>Designer</SubType>
</AvaloniaResource>

Loading…
Cancel
Save