Skip to content

Commit 0a86b2a

Browse files
author
Andrin Meier
committed
replace Presentation PresentationFramework.Aero2 with PresentationFramework.Aero (fixes #1046)
1 parent 6c063af commit 0a86b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
</Reference>
240240
<Reference Include="PresentationCore" />
241241
<Reference Include="PresentationFramework" />
242-
<Reference Include="PresentationFramework.Aero2" />
242+
<Reference Include="PresentationFramework.Aero" />
243243
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
244244
<EmbedInteropTypes>True</EmbedInteropTypes>
245245
</Reference>

RetailCoder.VBE/UI/ToDoItems/ToDoExplorerControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:resx="clr-namespace:Rubberduck.UI"
77
xmlns:toDoItems="clr-namespace:Rubberduck.UI.ToDoItems"
88
xmlns:controls="clr-namespace:Rubberduck.Controls"
9-
xmlns:themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero2" x:Class="Rubberduck.UI.ToDoItems.ToDoExplorerControl"
9+
xmlns:themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero" x:Class="Rubberduck.UI.ToDoItems.ToDoExplorerControl"
1010
mc:Ignorable="d"
1111
d:DesignHeight="300" d:DesignWidth="300" d:DataContext="{d:DesignInstance {x:Type toDoItems:ToDoExplorerViewModel}, IsDesignTimeCreatable=False}">
1212
<UserControl.Resources>

0 commit comments

Comments
 (0)