File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
22+ <PropertyGroup Condition =" '$(LibHttpClientIncludeSuffix)' == 'false'" >
23+ <IntDir >$(HCIntRoot)\$(Platform)\$(Configuration)\$(MSBuildProjectName).nosuffix\</IntDir >
24+ </PropertyGroup >
25+ <ItemDefinitionGroup >
26+ <ClCompile >
27+ <!-- Allow concurrent PDB writes when solution and ProjectReference builds overlap -->
28+ <AdditionalOptions >/FS %(AdditionalOptions)</AdditionalOptions >
29+ </ClCompile >
30+ </ItemDefinitionGroup >
2131 <ItemDefinitionGroup >
2232 <Link >
2333 <ModuleDefinitionFile >$(HCBuildRoot)\$(ProjectName)\$(ProjectName).def</ModuleDefinitionFile >
You can’t perform that action at this time.
0 commit comments