Skip to content

Commit

Permalink
Adding PresentationUI to RefAssembly list in build-props. (#1563)
Browse files Browse the repository at this point in the history
* Helps with addressing #1423 - adding back PresentationUI ref-assembly.

- Adding PUI to RefAssembly list in props.
- Add PUI to RefApiCompatNeededProjects
  • Loading branch information
vatsan-madhavan committed Aug 7, 2019
1 parent e3c394f commit 9526ba1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions eng/WpfArcadeSdk/tools/ApiCompat.props
Expand Up @@ -60,6 +60,7 @@
System.Xaml;
WindowsBase;
WindowsFormsIntegration;
PresentationUI;
</RefApiCompatNeededProjects>

<!-- TODO:
Expand Down
9 changes: 7 additions & 2 deletions eng/WpfArcadeSdk/tools/ShippingProjects.props
Expand Up @@ -95,12 +95,17 @@
System.Windows.Controls.Ribbon-ref;
System.Windows.Presentation-ref;
WindowsFormsIntegration-ref;
PresentationUI-ref;
</InternalHandCraftedReferenceProjects>

<HandCraftedReferenceProjects>
$(ExternalHandCraftedReferenceProjects);
$(InternalHandCraftedReferenceProjects)
</HandCraftedReferenceProjects>

<HelperProjects>
$(CycleBreakerProjects);
$(ExternalHandCraftedReferenceProjects);
$(InternalHandCraftedReferenceProjects);
$(HandCraftedReferenceProjects);
</HelperProjects>

<!--
Expand Down

0 comments on commit 9526ba1

Please sign in to comment.