Skip to content

Commit 41e3934

Browse files
committed
removed unused References
1 parent faf59ee commit 41e3934

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

QuickNoteWidget/InfoWindow.xaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@
4848
<TextBlock Text="DevExpress.Mvvm"
4949
Margin="25,110,0,0" />
5050
<TextBlock Text="Icons from Icons8"
51-
Margin="25,131,0,0" />
52-
<TextBlock Text="ICSharp.AvalonEdit"
5351
Margin="25,152,0,0" />
54-
<TextBlock Text="Microsoft.WindowsAPICCodePack"
55-
Margin="25,173,0,0" />
52+
<TextBlock Text="ICSharp.AvalonEdit"
53+
Margin="25,131,0,0" />
5654
<Button VerticalAlignment="Top"
5755
Content="Close"
5856
Style="{DynamicResource MahApps.Styles.Button.MetroSquare.Accent}"

QuickNoteWidget/QuickNoteWidget.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@
5858
<Reference Include="MahApps.Metro, Version=2.0.0.0, Culture=neutral, PublicKeyToken=51482d6f650b2b3f, processorArchitecture=MSIL">
5959
<HintPath>..\packages\MahApps.Metro.2.4.9\lib\net452\MahApps.Metro.dll</HintPath>
6060
</Reference>
61-
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
62-
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
63-
<Private>True</Private>
64-
</Reference>
65-
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
66-
<HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
67-
<Private>True</Private>
68-
</Reference>
6961
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
7062
<HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.39\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
7163
</Reference>

0 commit comments

Comments
 (0)