Skip to content

Commit e8c5e83

Browse files
committed
Include the WPF toolkit as a dll instead of a nuget package
We only nee the color picker so we don't need ALLLLL the other stuff that comes with the package.
1 parent 03f6d52 commit e8c5e83

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

EnhancePoE/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
StartupUri="View/MainWindow.xaml">
55
<Application.Resources>
6-
<FontFamily x:Key="PasswordFont">pack://application:,,,/Fonts/#password</FontFamily>
6+
<FontFamily x:Key="PasswordFont">pack://application:,,,/Assets/#password</FontFamily>
77
</Application.Resources>
88
</Application>

EnhancePoE/EnhancePoE.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
<RootNamespace>EnhancePoE</RootNamespace>
1111
<ApplicationIcon>Assets\coin.ico</ApplicationIcon>
1212
</PropertyGroup>
13-
13+
1414
<ItemGroup>
15-
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.2.0" />
15+
<Reference Include="WpfToolkit">
16+
<HintPath>WpfToolkit\Xceed.Wpf.Toolkit.dll</HintPath>
17+
</Reference>
1618
</ItemGroup>
1719

1820
<ItemGroup>
1.14 MB
Binary file not shown.

0 commit comments

Comments
 (0)