Browse Source

Merge pull request #3972 from AvaloniaUI/fixes/enable-previewer

Enable the previewer in Avalonia samples.
feature/2769-control-themes
Benedikt Stebner 6 years ago
committed by GitHub
parent
commit
d103c68993
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      samples/Directory.Build.props

1
samples/Directory.Build.props

@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<IsPackable>false</IsPackable>
<AvaloniaPreviewerNetCoreToolPath>$(MSBuildThisFileDirectory)..\src\tools\Avalonia.Designer.HostApp\bin\Debug\netcoreapp2.0\Avalonia.Designer.HostApp.dll</AvaloniaPreviewerNetCoreToolPath>
</PropertyGroup>
<Import Project="..\build\SharedVersion.props" />
</Project>

Loading…
Cancel
Save