Skip to content

Commit 1689f10

Browse files
committed
change the target name explicitly to api-ms-win-core-path-l1-1-0
1 parent 113a2d7 commit 1689f10

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Source.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY api-ms-win-core-path-hack
1+
LIBRARY api-ms-win-core-path-l1-1-0
22
EXPORTS
33
PathCchCanonicalizeEx @8
44
PathCchRemoveFileSpec @16

api-ms-win-core-path-HACK.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,13 @@
8383
<LinkIncremental>false</LinkIncremental>
8484
<OutDir>$(SolutionDir)build\$(Platform)\$(Configuration)\</OutDir>
8585
<IntDir>$(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName).obj\</IntDir>
86+
<TargetName>api-ms-win-core-path-l1-1-0</TargetName>
8687
</PropertyGroup>
8788
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
8889
<LinkIncremental>false</LinkIncremental>
8990
<OutDir>$(SolutionDir)build\$(Platform)\$(Configuration)\</OutDir>
9091
<IntDir>$(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName).obj\</IntDir>
92+
<TargetName>api-ms-win-core-path-l1-1-0</TargetName>
9193
</PropertyGroup>
9294
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
9395
<ClCompile>

0 commit comments

Comments
 (0)