Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Move to using new filtering system for runtime.depproj (#15953)
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr authored and weshaggard committed Feb 8, 2017
1 parent c96871e commit 68ab952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tools-Override/depProj.targets
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ See the LICENSE file in the project root for more information.

<PropertyGroup>
<!-- don't use TargetingPackReference, we do our own filtering -->
<SkipFilterTargetingPackResolvedNugetPackages Condition="'$(SkipFilterTargetingPackResolvedNugetPackages)'==''">true</SkipFilterTargetingPackResolvedNugetPackages>
<SkipFilterTargetingPackResolvedNugetPackages>true</SkipFilterTargetingPackResolvedNugetPackages>
</PropertyGroup>

<!-- Support filtering to a subset of packages or files -->
Expand Down
7 changes: 3 additions & 4 deletions external/runtime/runtime.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
<PropertyGroup Condition="'$(TargetGroup)' == 'uapaot'">
<ProjectJsonTemplate>$(MSBuildThisFileDirectory)NETNative/project.json.template</ProjectJsonTemplate>
<NuGetDeploySourceItem>Reference</NuGetDeploySourceItem>
<SkipFilterTargetingPackResolvedNugetPackages>false</SkipFilterTargetingPackResolvedNugetPackages>
</PropertyGroup>
<ItemGroup Condition="'$(TargetGroup)'=='uapaot'">
<TargetingPackReference Include="System.Private.CoreLib" />
<TargetingPackReference Include="System.Private.Interop" />
<TargetingPackReference Include="System.Private.Threading" />
<FileToExclude Include="System.Private.CoreLib.Augments" />
<FileToExclude Include="System.Private.CoreLib.DynamicDelegate" />
<FileToExclude Include="System.Private.CoreLib.WinRTInterop" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>

0 comments on commit 68ab952

Please sign in to comment.