-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
I believe the paths for these depdendencies:
| <Content Include="..\..\Dependencies\SharpFont\Dependencies\freetype2\2.5.5\msvc10\x86\freetype6.dll"> |
should be
<ItemGroup>
<Content Include="..\..\Dependencies\freetype2\2.5.5\msvc10\x86\freetype6.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\Dependencies\harfbuzz\libglib-2.0-0.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\Dependencies\harfbuzz\libharfbuzz-0.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\Dependencies\harfbuzz\libiconv-2.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\Dependencies\harfbuzz\libintl-8.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>Metadata
Metadata
Assignees
Labels
No labels