Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 7, 2018
1 parent a2ffe9d commit f2a63b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1532,10 +1532,6 @@ because xbuild doesn't support framework reference assemblies.
DependsOnTargets="SetWearAppTargetToPackageForAndroid;Build;_CopyPackage" />

<Target Name="_ResolveAssemblies">
<Message Text="------------ ReferenceCopyLocalPaths ---------------" />
<Message Text="%(ReferenceCopyLocalPaths.Identity) = %(ReferenceCopyLocalPaths.ResolvedFrom)" />
<Message Text="------------ ReferencePath ---------------" />
<Message Text="%(ReferencePath.Identity) = %(ReferencePath.ResolvedFrom)" />
<!--- Remove the ImplicitlyExpandDesignTimeFacades assemblies. We have already build the app there are not required for packaging -->
<ItemGroup>
<FilteredAssemblies Include="$(OutDir)$(TargetFileName)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
<Output TaskParameter="DependsOnNETStandard" PropertyName="_XADependsOnNETStandard" />
</GetDependsOnNETStandard>

<Message Text="------------ DesignTimeFacadeDirectories ---------------" />
<Message Text="%(DesignTimeFacadeDirectories.Identity)" />
<Message Text="------------ _DesignTimeFacadeAssemblies ---------------" />
<Message Text="%(_DesignTimeFacadeAssemblies.Identity)" />

<ItemGroup Condition="'$(_HasReferenceToSystemRuntime)' == 'true' or ('$(_XANETStandardInbox)' == 'true' and '$(_XADependsOnNETStandard)' == 'true')">
<_DesignTimeFacadeAssemblies Include="%(DesignTimeFacadeDirectories.Identity)*.dll"/>
<ReferencePath Remove="@(_DesignTimeFacadeAssemblies)"/>
Expand Down

0 comments on commit f2a63b0

Please sign in to comment.