Skip to content

Commit

Permalink
Merge pull request #65 from telerik/sdkUpdates
Browse files Browse the repository at this point in the history
New version of Telerik SDK examples.
  • Loading branch information
martinivanoff authored Feb 12, 2025
2 parents 69a21f3 + 51be630 commit 9776c78
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
</ItemGroup>

<ItemGroup>
<Reference Include="Telerik.Licensing">
<HintPath>$(TELERIKWPFDIR)\Binaries\NetCore\Telerik.Licensing.Runtime.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Controls">
<HintPath>$(TELERIKWPFDIR)\Binaries\NetCore\Telerik.Windows.Controls.dll</HintPath>
</Reference>
Expand Down
3 changes: 3 additions & 0 deletions Docking/ShellPrism8/ShellPrism8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Reference Include="Telerik.Licensing">
<HintPath>$(TELERIKWPFDIR)\Binaries\NetCore\Telerik.Licensing.Runtime.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Controls">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(TELERIKWPFDIR)\Binaries\NetCore\Telerik.Windows.Controls.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
</ItemGroup>

<ItemGroup>
<Reference Include="Telerik.Licensing">
<HintPath>$(TELERIKWPFDIR)\Binaries\NetCore\Telerik.Licensing.Runtime.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Controls">
<HintPath>$(TELERIKWPFDIR)\Binaries\NetCore\Telerik.Windows.Controls.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
</ItemGroup>

<ItemGroup>
<Reference Include="Telerik.Licensing">
<HintPath>$(TELERIKWPFDIR)\Binaries\NetCore\Telerik.Licensing.Runtime.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Controls">
<HintPath>$(TELERIKWPFDIR)\Binaries\NetCore\Telerik.Windows.Controls.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Reference Include="Telerik.Licensing">
<HintPath>$(TELERIKWPFDIR)\Binaries\NetCore\Telerik.Licensing.Runtime.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Controls">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(TELERIKWPFDIR)\Binaries\NetCore\Telerik.Windows.Controls.dll</HintPath>
Expand Down

0 comments on commit 9776c78

Please sign in to comment.