Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c6c7908

Browse files
joperezrweshaggard
authored andcommitted
Changing binplace configurations so the default only contains TargetGroup and OSGroup
1 parent e6b5ea9 commit c6c7908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup Condition="'@(BinPlaceConfiguration)' == ''">
2828
<!-- binplace to directories for the target vertical -->
29-
<BinPlaceConfiguration Include="$(BuildConfiguration)">
29+
<BinPlaceConfiguration Include="$(_bc_TargetGroup)-$(_bc_OSGroup)">
3030
<RefPath>$(BuildConfigurationRefPath)</RefPath>
3131
<RuntimePath>$(RuntimePath)</RuntimePath>
3232
</BinPlaceConfiguration>

0 commit comments

Comments
 (0)