The tests project is a library, so we have to manually tell it to copy the native libSkiaSharp files

This commit is contained in:
Matthew Leibowitz 2016-09-13 00:15:40 +02:00
Родитель 956ca5f0fd
Коммит 3ae3f2a033
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,7 @@
<AssemblyName>SkiaSharp.Desktop.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ShouldIncludeNativeSkiaSharp>True</ShouldIncludeNativeSkiaSharp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>