Skip to content

Commit 782b164

Browse files
author
duraimurugan.vedagiri
committed
WPF-50907
How to load items in WPF HierarchyNavigator (Breadcrumb) control in on-demand?
1 parent 7cbd945 commit 782b164

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

HierarchyNavigator/HierarchyNavigator/HierarchyNavigator.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,15 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Syncfusion.Licensing, Version=18.1460.0.27, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL" />
38-
<Reference Include="Syncfusion.Shared.Wpf, Version=18.1460.0.27, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" />
39-
<Reference Include="syncfusion.tools.wpf, Version=18.1460.0.27, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" />
37+
<Reference Include="Syncfusion.Licensing, Version=17.4460.0.55, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Syncfusion.Licensing.17.4.0.55\lib\net46\Syncfusion.Licensing.dll</HintPath>
39+
</Reference>
40+
<Reference Include="Syncfusion.Shared.WPF, Version=17.4460.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Syncfusion.Shared.WPF.17.4.0.55\lib\net46\Syncfusion.Shared.WPF.dll</HintPath>
42+
</Reference>
43+
<Reference Include="Syncfusion.Tools.WPF, Version=17.4460.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
44+
<HintPath>..\packages\Syncfusion.Tools.WPF.17.4.0.55\lib\net46\Syncfusion.Tools.WPF.dll</HintPath>
45+
</Reference>
4046
<Reference Include="System" />
4147
<Reference Include="System.Data" />
4248
<Reference Include="System.Drawing" />
@@ -96,6 +102,7 @@
96102
<Generator>ResXFileCodeGenerator</Generator>
97103
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
98104
</EmbeddedResource>
105+
<None Include="packages.config" />
99106
<None Include="Properties\Settings.settings">
100107
<Generator>SettingsSingleFileGenerator</Generator>
101108
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

0 commit comments

Comments
 (0)