mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-07 02:00:21 +08:00
Add note about Windows SDK HintPath
This commit is contained in:
@@ -77,6 +77,8 @@
|
||||
<ItemGroup>
|
||||
<Reference Include="System.Management" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<!-- If your Windows SDK path is inconsistent with the following `HintPath`, please use a soft link, such as following command. -->
|
||||
<!-- Requires admin permissions: mklink /D "C:\Program Files (x86)\Windows Kits\10\" "C:\Windows Kits\10\" -->
|
||||
<Reference Include="windows">
|
||||
<HintPath>$(SystemRoot)\..\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.26100.0\Facade\windows.winmd</HintPath>
|
||||
</Reference>
|
||||
|
||||
Reference in New Issue
Block a user