Skip to content

Commit

Permalink
Few more.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Mar 21, 2024
1 parent e4a8ed4 commit c731744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/IKVM.Core.MSBuild/targets/IncludeProjectReference.targets
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<Properties>%(_IncludeProjectReference.SetConfiguration);%(_IncludeProjectReference.SetPlatform);%(_IncludeProjectReference.SetTargetFramework)</Properties>
</_IncludeProjectReferencesToTarget>
</ItemGroup>
<MSBuild Projects="@(_IncludeProjectReferencesToTarget)" Targets="Build" BuildInParallel="$(BuildInParallel)" RemoveProperties="$(_GlobalPropertiesToRemoveFromProjectReferences);RuntimeIdentifier;DesignTimeBuild" />
<MSBuild Projects="@(_IncludeProjectReferencesToTarget)" Targets="BuiltProjectOutputGroup" BuildInParallel="$(BuildInParallel)" RemoveProperties="$(_GlobalPropertiesToRemoveFromProjectReferences);RuntimeIdentifier;DesignTimeBuild" RebaseOutputs="true">
<MSBuild Projects="@(_IncludeProjectReferencesToTarget)" Targets="Build" BuildInParallel="$(BuildInParallel)" RemoveProperties="$(_GlobalPropertiesToRemoveFromProjectReferences);RuntimeIdentifier;DesignTimeBuild;BuildProjectReferences" />
<MSBuild Projects="@(_IncludeProjectReferencesToTarget)" Targets="BuiltProjectOutputGroup" BuildInParallel="$(BuildInParallel)" RemoveProperties="$(_GlobalPropertiesToRemoveFromProjectReferences);RuntimeIdentifier;DesignTimeBuild;BuildProjectReferences" RebaseOutputs="true">
<Output TaskParameter="TargetOutputs" ItemName="_ResolvedIncludeProjectReferenceItems" />
</MSBuild>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/IKVM.Core.MSBuild/targets/PackageProjectReference.targets
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<Properties>%(_PackageProjectReference.SetConfiguration);%(_PackageProjectReference.SetPlatform)</Properties>
</_PackageProjectReferencesToTarget>
</ItemGroup>
<MSBuild Projects="@(_PackageProjectReferencesToTarget)" Targets="Build" BuildInParallel="$(BuildInParallel)" RemoveProperties="$(_GlobalPropertiesToRemoveFromProjectReferences);TargetFramework;RuntimeIdentifier;DesignTimeBuild" />
<MSBuild Projects="@(_PackageProjectReferencesToTarget)" Targets="_CleanPackageFiles;Pack;GetPackageOutputPath" BuildInParallel="$(BuildInParallel)" RemoveProperties="$(_GlobalPropertiesToRemoveFromProjectReferences);TargetFramework;RuntimeIdentifier;DesignTimeBuild" RebaseOutputs="true">
<MSBuild Projects="@(_PackageProjectReferencesToTarget)" Targets="Build" BuildInParallel="$(BuildInParallel)" RemoveProperties="$(_GlobalPropertiesToRemoveFromProjectReferences);TargetFramework;RuntimeIdentifier;DesignTimeBuild;BuildProjectReferences" />
<MSBuild Projects="@(_PackageProjectReferencesToTarget)" Targets="_CleanPackageFiles;Pack;GetPackageOutputPath" BuildInParallel="$(BuildInParallel)" RemoveProperties="$(_GlobalPropertiesToRemoveFromProjectReferences);TargetFramework;RuntimeIdentifier;DesignTimeBuild;BuildProjectReferences" RebaseOutputs="true">
<Output TaskParameter="TargetOutputs" ItemName="_ResolvedPackageOutputPath" />
</MSBuild>
<ItemGroup>
Expand Down

0 comments on commit c731744

Please sign in to comment.