Skip to content

Commit f273890

Browse files
committed
Update HintPath
1 parent 5a54950 commit f273890

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CFixer/CFixer.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,16 @@
4444
<Reference Include="System.Core" />
4545
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\..\..\..\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
47+
<HintPath>$(SystemRoot)\Microsoft.NET\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
4848
</Reference>
4949
<Reference Include="Microsoft.CSharp" />
5050
<Reference Include="System.Data" />
5151
<Reference Include="System.Drawing" />
5252
<Reference Include="System.Windows.Forms" />
5353
<Reference Include="System.Xml" />
5454
<Reference Include="Windows">
55-
<HintPath>..\..\..\..\..\Program Files (x86)\Windows Kits\8.1\References\CommonConfiguration\Neutral\Annotated\Windows.winmd</HintPath>
55+
<HintPath>$(MSBuildProgramFiles32)\Windows Kits\8.1\References\CommonConfiguration\Neutral\Annotated\Windows.winmd</HintPath>
56+
<HintPath>$(MSBuildProgramFiles32)\Windows Kits\10\App Certification Kit\winmds\windows81\Windows.winmd</HintPath>
5657
</Reference>
5758
</ItemGroup>
5859
<ItemGroup>

0 commit comments

Comments
 (0)