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/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 >
28+ <!-- Allow concurrent PDB writes when solution and ProjectReference builds overlap -->
29+ <AdditionalOptions >/FS %(AdditionalOptions)</AdditionalOptions >
30+ </ClCompile >
31+ </ItemDefinitionGroup >
2132 <ItemDefinitionGroup >
2233 <Link >
2334 <ModuleDefinitionFile >$(HCBuildRoot)\$(ProjectName)\$(ProjectName).def</ModuleDefinitionFile >
You can’t perform that action at this time.
0 commit comments