mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-13 02:00:25 +08:00
Fix NuGet package path issue for FreeTypeSharp
This commit is contained in:
@@ -53,17 +53,17 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.0\runtimes\win-x64\native\freetype.dll">
|
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.1\runtimes\win-x64\native\freetype.dll">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<DestinationFolder>$(OutDir)win-x64\</DestinationFolder>
|
<DestinationFolder>$(OutDir)win-x64\</DestinationFolder>
|
||||||
<Link>runtimes\win-x64\freetype.dll</Link>
|
<Link>runtimes\win-x64\freetype.dll</Link>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.0\runtimes\win-x86\native\freetype.dll">
|
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.1\runtimes\win-x86\native\freetype.dll">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<DestinationFolder>$(OutDir)win-x86\</DestinationFolder>
|
<DestinationFolder>$(OutDir)win-x86\</DestinationFolder>
|
||||||
<Link>runtimes\win-x86\freetype.dll</Link>
|
<Link>runtimes\win-x86\freetype.dll</Link>
|
||||||
</Content>
|
</Content>
|
||||||
<!--<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.0\runtimes\win-arm64\native\freetype.dll">
|
<!--<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.1\runtimes\win-arm64\native\freetype.dll">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<DestinationFolder>$(OutDir)win-arm64\</DestinationFolder>
|
<DestinationFolder>$(OutDir)win-arm64\</DestinationFolder>
|
||||||
<Link>runtimes\win-arm64\freetype.dll</Link>
|
<Link>runtimes\win-arm64\freetype.dll</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user