Browse Source

Fix previewing XAML in the Simple theme project (#13394)

pull/13420/head
Magnus Lindhe 3 years ago
committed by GitHub
parent
commit
c7e9651489
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      samples/Sandbox/Sandbox.csproj

1
samples/Sandbox/Sandbox.csproj

@ -14,6 +14,7 @@
<ProjectReference Include="..\..\src\Avalonia.Controls.DataGrid\Avalonia.Controls.DataGrid.csproj" />
<ProjectReference Include="..\..\src\Avalonia.Fonts.Inter\Avalonia.Fonts.Inter.csproj" />
<ProjectReference Include="..\..\src\Avalonia.Themes.Fluent\Avalonia.Themes.Fluent.csproj" />
<ProjectReference Include="..\..\src\Avalonia.Themes.Simple\Avalonia.Themes.Simple.csproj" />
</ItemGroup>
<Import Project="..\..\build\SampleApp.props" />

Loading…
Cancel
Save