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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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> |
|
|
|
|