Skip to content

Commit 5191dfe

Browse files
committed
Replace hard-coded reference with env variable
1 parent 73c879b commit 5191dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessLauncher/ProcessLauncher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<Reference Include="System.Net.Http" />
4949
<Reference Include="System.Xml" />
5050
<Reference Include="Windows">
51-
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.18362.0\Windows.winmd</HintPath>
51+
<HintPath>$(MSBuildProgramFiles32)\Windows Kits\10\UnionMetadata\10.0.18362.0\Windows.winmd</HintPath>
5252
</Reference>
5353
</ItemGroup>
5454
<ItemGroup>

0 commit comments

Comments
 (0)