Skip to content

Commit b0ce62e

Browse files
authored
Merge pull request #2655 from Flow-Launcher/remove_sharpvectors
Remove unused SharpVectors library
2 parents ca5ce61 + c6fb6c8 commit b0ce62e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
9696
<PackageReference Include="NHotkey.Wpf" Version="2.1.1" />
9797
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
98-
<PackageReference Include="SharpVectors" Version="1.8.2" />
9998
<PackageReference Include="VirtualizingWrapPanel" Version="1.5.8" />
10099
</ItemGroup>
101100

Flow.Launcher/MainWindow.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
77
xmlns:flowlauncher="clr-namespace:Flow.Launcher"
88
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
9-
xmlns:svgc="http://sharpvectors.codeplex.com/svgc/"
10-
xmlns:sys="clr-namespace:System;assembly=mscorlib"
119
xmlns:ui="http://schemas.modernwpf.com/2019"
1210
xmlns:vm="clr-namespace:Flow.Launcher.ViewModel"
1311
Name="FlowMainWindow"

0 commit comments

Comments
 (0)