File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1280
1280
<ItemGroup >
1281
1281
<_CustomLinkFlags Include =" $(_LinkerArgsSplitBySemiColon.Split(';'))" />
1282
1282
</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 >
1283
1290
</Target >
1284
1291
1285
1292
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments