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