Browse Source

Merge pull request #5120 from ForNeVeR/bugfix/ignore-none-in-embedxaml

EmbedXaml: remove <None> items generated for XAML files by default
pull/5126/head
Dan Walmsley 6 years ago
committed by GitHub
parent
commit
bc09d1d842
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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