Browse Source

Enable the previewer in Avalonia samples.

pull/3972/head
Steven Kirk 6 years ago
parent
commit
e3f6a9f5ab
  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