File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 12801280 <ItemGroup >
12811281 <_CustomLinkFlags Include =" $(_LinkerArgsSplitBySemiColon.Split(';'))" />
12821282 </ItemGroup >
1283+
1284+ <ItemGroup >
1285+ <IlcSatelliteAssembly Include =" @(ResourceCopyLocalItems)" Condition =" '%(ResourceCopyLocalItems.Culture)' != '' And '%(ResourceCopyLocalItems.Culture)' != 'neutral'" />
1286+ <IlcSatelliteAssembly Include =" @(IntermediateSatelliteAssembliesWithTargetPath)" Condition =" '%(IntermediateSatelliteAssembliesWithTargetPath.Culture)' != '' And '%(IntermediateSatelliteAssembliesWithTargetPath.Culture)' != 'neutral'" />
1287+ <!-- Culture is not set on ReferenceSatellitePaths items, so use DestinationSubDirectory instead -->
1288+ <IlcSatelliteAssembly Include =" @(ReferenceSatellitePaths)" Condition =" '%(ReferenceSatellitePaths.DestinationSubDirectory)' != ''" />
1289+ </ItemGroup >
12831290 </Target >
12841291
12851292 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments