Browse Source

Merge pull request #4166 from wieslawsoltes/AddMissingCompactXamlToProject

Add missing Compact.xaml resource to fluent theme project
pull/4168/head
danwalmsley 6 years ago
committed by GitHub
parent
commit
eeddf41d9a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Avalonia.Themes.Fluent/Avalonia.Themes.Fluent.csproj

1
src/Avalonia.Themes.Fluent/Avalonia.Themes.Fluent.csproj

@ -14,6 +14,7 @@
<ProjectReference Include="..\Avalonia.Styling\Avalonia.Styling.csproj" />
<AvaloniaResource Include="FluentTheme.xaml" />
<AvaloniaResource Include="Accents/*.xaml" />
<AvaloniaResource Include="DensityStyles/*.xaml" />
<!-- Compatibility with old apps, probably need to replace with AvaloniaResource -->
<EmbeddedResource Include="**/*.xaml" />
</ItemGroup>

Loading…
Cancel
Save