mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-16 01:08:03 +08:00
Add note about Windows SDK HintPath
This commit is contained in:
@@ -77,6 +77,8 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System.Management" />
|
<Reference Include="System.Management" />
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<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">
|
<Reference Include="windows">
|
||||||
<HintPath>$(SystemRoot)\..\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.26100.0\Facade\windows.winmd</HintPath>
|
<HintPath>$(SystemRoot)\..\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.26100.0\Facade\windows.winmd</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
|||||||
Reference in New Issue
Block a user