Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit c26d396

Browse files
committed
* Build 641 release
1 parent ce3bdc0 commit c26d396

File tree

103 files changed

+705
-180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+705
-180
lines changed

Installer Project Files/Krypton Toolkit Suite for .NET 4.7/Krypton Toolkit Suite 4.70 .aip

Lines changed: 504 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010

1111
=======
1212

13+
## Help Wanted! If anyone has experience with the Nuget or any other packaging specifications, then please do not hesitate to come forward, as past implementations have not come to fruition.
14+
15+
=======
16+
17+
## 2018-09-17 Release of Build 641
18+
* Build 641 (build date Monday 17th September, 2018) is now available through the **releases** tab
19+
20+
=======
21+
1322
## 2018-09-16 `KryptonPalette` changes (build 641)
1423
* The `Import()` and `Export()` methods will now use the native `KryptonMessageBox` instead of a system one
1524
* Removed the phantom `KryptonPalette` component

Source/Krypton Components/ComponentFactory.Krypton.Docking/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
using System.Runtime.InteropServices;
1717
using System.Security;
1818

19-
[assembly: AssemblyVersion("4.70.588.0")]
20-
[assembly: AssemblyFileVersion("4.70.588.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.588.0")]
19+
[assembly: AssemblyVersion("4.70.589.0")]
20+
[assembly: AssemblyFileVersion("4.70.589.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.589.0")]
2222
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
2323
[assembly: AssemblyProduct("Krypton Docking")]
2424
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Docking.dll")]

Source/Krypton Components/ComponentFactory.Krypton.Navigator/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
using System.Runtime.InteropServices;
1717
using System.Security;
1818

19-
[assembly: AssemblyVersion("4.70.587.0")]
20-
[assembly: AssemblyFileVersion("4.70.587.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.587.0")]
19+
[assembly: AssemblyVersion("4.70.588.0")]
20+
[assembly: AssemblyFileVersion("4.70.588.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.588.0")]
2222
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
2323
[assembly: AssemblyProduct("Krypton Navigator")]
2424
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Navigator.dll")]

Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
using System.Runtime.InteropServices;
1717
using System.Security;
1818

19-
[assembly: AssemblyVersion("4.70.588.0")]
20-
[assembly: AssemblyFileVersion("4.70.588.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.588.0")]
19+
[assembly: AssemblyVersion("4.70.589.0")]
20+
[assembly: AssemblyFileVersion("4.70.589.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.589.0")]
2222
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
2323
[assembly: AssemblyProduct("Krypton Ribbon")]
2424
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Ribbon.dll")]

Source/Krypton Components/ComponentFactory.Krypton.Workspace/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
using System.Runtime.InteropServices;
1717
using System.Security;
1818

19-
[assembly: AssemblyVersion("4.70.589.0")]
20-
[assembly: AssemblyFileVersion("4.70.589.0")]
21-
[assembly: AssemblyInformationalVersion("4.70.589.0")]
19+
[assembly: AssemblyVersion("4.70.590.0")]
20+
[assembly: AssemblyFileVersion("4.70.590.0")]
21+
[assembly: AssemblyInformationalVersion("4.70.590.0")]
2222
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
2323
[assembly: AssemblyProduct("Krypton Workspace")]
2424
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Workspace.dll")]

Source/Krypton Docking Examples/Docking Customized/Docking Customized 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Docking">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Navigator">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Krypton Ribbon">
64-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
64+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Krypton Toolkit">
67-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
67+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Krypton Workspace">
70-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
70+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/Docking Flags/Docking Flags 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
</PropertyGroup>
5454
<ItemGroup>
5555
<Reference Include="Krypton Docking">
56-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
56+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Krypton Navigator">
59-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
59+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Krypton Ribbon">
62-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
62+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6363
</Reference>
6464
<Reference Include="Krypton Toolkit">
65-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
65+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6666
</Reference>
6767
<Reference Include="Krypton Workspace">
68-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
68+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
6969
</Reference>
7070
<Reference Include="System" />
7171
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/Docking Persistence/Docking Persistence 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Docking">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Navigator">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Krypton Ribbon">
64-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
64+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Krypton Toolkit">
67-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
67+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Krypton Workspace">
70-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
70+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/External Drag To Docking/External Drag To Docking 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
</PropertyGroup>
5454
<ItemGroup>
5555
<Reference Include="Krypton Docking">
56-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
56+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Krypton Navigator">
59-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
59+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Krypton Ribbon">
62-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
62+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6363
</Reference>
6464
<Reference Include="Krypton Toolkit">
65-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
65+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6666
</Reference>
6767
<Reference Include="Krypton Workspace">
68-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
68+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
6969
</Reference>
7070
<Reference Include="System" />
7171
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/Multi Control Docking/Multi Control Docking 2018.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,19 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Docking">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Navigator">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
62+
</Reference>
63+
<Reference Include="Krypton Ribbon">
64+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6265
</Reference>
6366
<Reference Include="Krypton Toolkit">
64-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
67+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
68+
</Reference>
69+
<Reference Include="Krypton Workspace">
70+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
6571
</Reference>
6672
<Reference Include="System" />
6773
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/Navigator + FloatingWindows/Navigator + FloatingWindows 2018.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,19 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Docking">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Navigator">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
62+
</Reference>
63+
<Reference Include="Krypton Ribbon">
64+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6265
</Reference>
6366
<Reference Include="Krypton Toolkit">
64-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
67+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
68+
</Reference>
69+
<Reference Include="Krypton Workspace">
70+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
6571
</Reference>
6672
<Reference Include="System" />
6773
<Reference Include="System.Drawing" />

Source/Krypton Docking Examples/Standard Docking/Standard Docking 2018.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Docking">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Docking.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Navigator">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Krypton Ribbon">
64-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
64+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Ribbon.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Krypton Toolkit">
67-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
67+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Krypton Workspace">
70-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
70+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />

Source/Krypton Explorer/Krypton Explorer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
</PropertyGroup>
6565
<ItemGroup>
6666
<Reference Include="Krypton Navigator">
67-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
67+
<HintPath>..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Krypton Toolkit">
70-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
70+
<HintPath>..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />

Source/Krypton Navigator Examples/Basic Events/Basic Events 2018.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Navigator">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Toolkit">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System" />
6464
<Reference Include="System.Drawing" />

Source/Krypton Navigator Examples/Expanding Pages/Expanding Pages 2018.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Navigator">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Toolkit">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System" />
6464
<Reference Include="System.Drawing" />

Source/Krypton Navigator Examples/Navigator Context Menus/Navigator Context Menus 2018.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Navigator">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Toolkit">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System" />
6464
<Reference Include="System.Drawing" />

Source/Krypton Navigator Examples/Navigator Modes/Navigator Modes 2018.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Navigator">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Toolkit">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System" />
6464
<Reference Include="System.Drawing" />

Source/Krypton Navigator Examples/Navigator Palettes/Navigator Palettes 2018.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Navigator">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Toolkit">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System" />
6464
<Reference Include="System.Drawing" />

Source/Krypton Navigator Examples/Navigator Playground/Navigator Playground 2018.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Navigator">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Toolkit">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System" />
6464
<Reference Include="System.Drawing" />

Source/Krypton Navigator Examples/Navigator ToolTips/Navigator ToolTips 2018.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Navigator">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Toolkit">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System" />
6464
<Reference Include="System.Drawing" />

Source/Krypton Navigator Examples/OneNote Tabs/OneNote Tabs 2018.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Navigator">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Toolkit">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System" />
6464
<Reference Include="System.Drawing" />

Source/Krypton Navigator Examples/Orientation + Alignment/Orientation + Alignment 2018.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Navigator">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Toolkit">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System" />
6464
<Reference Include="System.Drawing" />

Source/Krypton Navigator Examples/Outlook Mockup/Outlook Mockup 2018.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Krypton Navigator">
58-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Navigator.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Krypton Toolkit">
61-
<HintPath>A:\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\4.70\Krypton Toolkit.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System" />
6464
<Reference Include="System.Data" />

0 commit comments

Comments
 (0)