Skip to content

Commit f7aae7b

Browse files
committed
GDK build fix
1 parent 8a9dd58 commit f7aae7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Build/libHttpClient.GDK/libHttpClient.GDK.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
<None Include="libHttpClient.GDK.def" />
1919
</ItemGroup>
2020
<Import Project="$([MSBuild]::GetPathOfFileAbove(libHttpClient.GDK.props))" />
21-
<!-- Separate IntDir when building without suffix to avoid PDB conflicts with the default suffixed build -->
21+
<!-- Separate IntDir/OutDir when building without suffix to avoid conflicts with the default suffixed build -->
2222
<PropertyGroup Condition="'$(LibHttpClientIncludeSuffix)' == 'false'">
2323
<IntDir>$(HCIntRoot)\$(Platform)\$(Configuration)\$(MSBuildProjectName).nosuffix\</IntDir>
24+
<OutDir>$(HCOutRoot)\$(Platform)\$(Configuration)\$(MSBuildProjectName).nosuffix\</OutDir>
2425
</PropertyGroup>
2526
<ItemDefinitionGroup>
2627
<ClCompile>

0 commit comments

Comments
 (0)