We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9dd58 commit f7aae7bCopy full SHA for f7aae7b
1 file changed
Build/libHttpClient.GDK/libHttpClient.GDK.vcxproj
@@ -18,9 +18,10 @@
18
<None Include="libHttpClient.GDK.def" />
19
</ItemGroup>
20
<Import Project="$([MSBuild]::GetPathOfFileAbove(libHttpClient.GDK.props))" />
21
- <!-- Separate IntDir when building without suffix to avoid PDB conflicts with the default suffixed build -->
+ <!-- Separate IntDir/OutDir when building without suffix to avoid conflicts with the default suffixed build -->
22
<PropertyGroup Condition="'$(LibHttpClientIncludeSuffix)' == 'false'">
23
<IntDir>$(HCIntRoot)\$(Platform)\$(Configuration)\$(MSBuildProjectName).nosuffix\</IntDir>
24
+ <OutDir>$(HCOutRoot)\$(Platform)\$(Configuration)\$(MSBuildProjectName).nosuffix\</OutDir>
25
</PropertyGroup>
26
<ItemDefinitionGroup>
27
<ClCompile>
0 commit comments