Robmaister / SharpFont

Cross-platform FreeType bindings for .NET - Need maintainer
Other
294 stars 107 forks source link

Dependency paths incorrect in SharpFont.HarfBuzz.Example.csproj #138

Open marpe opened 3 years ago

marpe commented 3 years ago

I believe the paths for these depdendencies:

https://github.com/Robmaister/SharpFont/blob/26454a8b5b53733ff7a10de2322469b64cb75ee8/Source/SharpFont.HarfBuzz.Example/SharpFont.HarfBuzz.Example.csproj#L48

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>