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. 3
      build/EmbedXaml.props

3
build/EmbedXaml.props

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

Loading…
Cancel
Save