Skip to content

Commit 50dc662

Browse files
authored
Update HintPath
1 parent 5a54950 commit 50dc662

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CFixer/CFixer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
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>$(ProgramFiles(x86))\Windows Kits\8.1\References\CommonConfiguration\Neutral\Annotated\Windows.winmd</HintPath>
5656
</Reference>
5757
</ItemGroup>
5858
<ItemGroup>
@@ -210,4 +210,4 @@
210210
</ItemGroup>
211211
<ItemGroup />
212212
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
213-
</Project>
213+
</Project>

0 commit comments

Comments
 (0)