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

Commit c5482db

Browse files
committed
* Build 700
1 parent ded6f73 commit c5482db

File tree

199 files changed

+2369
-931
lines changed

Some content is hidden

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

199 files changed

+2369
-931
lines changed

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

Lines changed: 574 additions & 573 deletions
Large diffs are not rendered by default.
Binary file not shown.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616

1717
=======
1818

19+
## 2018-09-28 Version **`4`** now becomes version **`5`**
20+
* Major version number changed from `4` to `5` after experimenting successfuly with NuGet packages
21+
- Known bug if installing via NuGet, ToolBox images will not be displayed properly
22+
- A backup copy of the `4.70` version has been uploaded to the **Version-4.70** branch
23+
* A new NuGet package can be obtained [here](https://www.nuget.org/packages/KryptonToolkitSuite5470/5.470.700) or by typing `KryptonToolkitSuite5470` in the package manager
24+
* Build 700 (build date Friday 28th September, 2018) is now available through the **releases** tab
25+
* Repository name change to reflect version changes
26+
1927
## 2018-09-25 Build 643
2028
* Build 643 (build date Tuesday 25th September, 2018) is now available through the **releases** tab, or as a NuGet package (note, this may not work)
2129

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
5454
<Prefer32Bit>false</Prefer32Bit>
5555
</PropertyGroup>
5656
<ItemGroup>
57-
<Reference Include="Krypton Docking">
58-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Docking.dll</HintPath>
57+
<Reference Include="Krypton Docking, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
58+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Docking.dll</HintPath>
5959
</Reference>
60-
<Reference Include="Krypton Navigator">
61-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Navigator.dll</HintPath>
60+
<Reference Include="Krypton Navigator, Version=5.470.590.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
61+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Navigator.dll</HintPath>
6262
</Reference>
63-
<Reference Include="Krypton Ribbon">
64-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Ribbon.dll</HintPath>
63+
<Reference Include="Krypton Ribbon, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
64+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Ribbon.dll</HintPath>
6565
</Reference>
66-
<Reference Include="Krypton Toolkit">
67-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Toolkit.dll</HintPath>
66+
<Reference Include="Krypton Toolkit, Version=5.470.700.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
67+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Toolkit.dll</HintPath>
6868
</Reference>
69-
<Reference Include="Krypton Workspace">
70-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Workspace.dll</HintPath>
69+
<Reference Include="Krypton Workspace, Version=5.470.592.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
70+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />
@@ -123,6 +123,7 @@
123123
<DesignTime>True</DesignTime>
124124
</Compile>
125125
<None Include="app.config" />
126+
<None Include="packages.config" />
126127
<None Include="Properties\Settings.settings">
127128
<Generator>SettingsSingleFileGenerator</Generator>
128129
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="KryptonToolkitSuite5470" version="5.470.700" targetFramework="net47" />
4+
</packages>

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
5252
<Prefer32Bit>false</Prefer32Bit>
5353
</PropertyGroup>
5454
<ItemGroup>
55-
<Reference Include="Krypton Docking">
56-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Docking.dll</HintPath>
55+
<Reference Include="Krypton Docking, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
56+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Docking.dll</HintPath>
5757
</Reference>
58-
<Reference Include="Krypton Navigator">
59-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Navigator.dll</HintPath>
58+
<Reference Include="Krypton Navigator, Version=5.470.590.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
59+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Navigator.dll</HintPath>
6060
</Reference>
61-
<Reference Include="Krypton Ribbon">
62-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Ribbon.dll</HintPath>
61+
<Reference Include="Krypton Ribbon, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
62+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Ribbon.dll</HintPath>
6363
</Reference>
64-
<Reference Include="Krypton Toolkit">
65-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Toolkit.dll</HintPath>
64+
<Reference Include="Krypton Toolkit, Version=5.470.700.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
65+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Toolkit.dll</HintPath>
6666
</Reference>
67-
<Reference Include="Krypton Workspace">
68-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Workspace.dll</HintPath>
67+
<Reference Include="Krypton Workspace, Version=5.470.592.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
68+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Workspace.dll</HintPath>
6969
</Reference>
7070
<Reference Include="System" />
7171
<Reference Include="System.Drawing" />
@@ -112,6 +112,7 @@
112112
<DesignTime>True</DesignTime>
113113
</Compile>
114114
<None Include="app.config" />
115+
<None Include="packages.config" />
115116
<None Include="Properties\Settings.settings">
116117
<Generator>SettingsSingleFileGenerator</Generator>
117118
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="KryptonToolkitSuite5470" version="5.470.700" targetFramework="net47" />
4+
</packages>

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
5454
<Prefer32Bit>false</Prefer32Bit>
5555
</PropertyGroup>
5656
<ItemGroup>
57-
<Reference Include="Krypton Docking">
58-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Docking.dll</HintPath>
57+
<Reference Include="Krypton Docking, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
58+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Docking.dll</HintPath>
5959
</Reference>
60-
<Reference Include="Krypton Navigator">
61-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Navigator.dll</HintPath>
60+
<Reference Include="Krypton Navigator, Version=5.470.590.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
61+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Navigator.dll</HintPath>
6262
</Reference>
63-
<Reference Include="Krypton Ribbon">
64-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Ribbon.dll</HintPath>
63+
<Reference Include="Krypton Ribbon, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
64+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Ribbon.dll</HintPath>
6565
</Reference>
66-
<Reference Include="Krypton Toolkit">
67-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Toolkit.dll</HintPath>
66+
<Reference Include="Krypton Toolkit, Version=5.470.700.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
67+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Toolkit.dll</HintPath>
6868
</Reference>
69-
<Reference Include="Krypton Workspace">
70-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Workspace.dll</HintPath>
69+
<Reference Include="Krypton Workspace, Version=5.470.592.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
70+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />
@@ -124,6 +124,7 @@
124124
<DesignTime>True</DesignTime>
125125
</Compile>
126126
<None Include="app.config" />
127+
<None Include="packages.config" />
127128
<None Include="Properties\Settings.settings">
128129
<Generator>SettingsSingleFileGenerator</Generator>
129130
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="KryptonToolkitSuite5470" version="5.470.700" targetFramework="net47" />
4+
</packages>

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
5252
<Prefer32Bit>false</Prefer32Bit>
5353
</PropertyGroup>
5454
<ItemGroup>
55-
<Reference Include="Krypton Docking">
56-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Docking.dll</HintPath>
55+
<Reference Include="Krypton Docking, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
56+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Docking.dll</HintPath>
5757
</Reference>
58-
<Reference Include="Krypton Navigator">
59-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Navigator.dll</HintPath>
58+
<Reference Include="Krypton Navigator, Version=5.470.590.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
59+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Navigator.dll</HintPath>
6060
</Reference>
61-
<Reference Include="Krypton Ribbon">
62-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Ribbon.dll</HintPath>
61+
<Reference Include="Krypton Ribbon, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
62+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Ribbon.dll</HintPath>
6363
</Reference>
64-
<Reference Include="Krypton Toolkit">
65-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Toolkit.dll</HintPath>
64+
<Reference Include="Krypton Toolkit, Version=5.470.700.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
65+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Toolkit.dll</HintPath>
6666
</Reference>
67-
<Reference Include="Krypton Workspace">
68-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Workspace.dll</HintPath>
67+
<Reference Include="Krypton Workspace, Version=5.470.592.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
68+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Workspace.dll</HintPath>
6969
</Reference>
7070
<Reference Include="System" />
7171
<Reference Include="System.Drawing" />
@@ -130,6 +130,7 @@
130130
<DesignTime>True</DesignTime>
131131
</Compile>
132132
<None Include="app.config" />
133+
<None Include="packages.config" />
133134
<None Include="Properties\Settings.settings">
134135
<Generator>SettingsSingleFileGenerator</Generator>
135136
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="KryptonToolkitSuite5470" version="5.470.700" targetFramework="net47" />
4+
</packages>

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
5454
<Prefer32Bit>false</Prefer32Bit>
5555
</PropertyGroup>
5656
<ItemGroup>
57-
<Reference Include="Krypton Docking">
58-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Docking.dll</HintPath>
57+
<Reference Include="Krypton Docking, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
58+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Docking.dll</HintPath>
5959
</Reference>
60-
<Reference Include="Krypton Navigator">
61-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Navigator.dll</HintPath>
60+
<Reference Include="Krypton Navigator, Version=5.470.590.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
61+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Navigator.dll</HintPath>
6262
</Reference>
63-
<Reference Include="Krypton Ribbon">
64-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Ribbon.dll</HintPath>
63+
<Reference Include="Krypton Ribbon, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
64+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Ribbon.dll</HintPath>
6565
</Reference>
66-
<Reference Include="Krypton Toolkit">
67-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Toolkit.dll</HintPath>
66+
<Reference Include="Krypton Toolkit, Version=5.470.700.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
67+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Toolkit.dll</HintPath>
6868
</Reference>
69-
<Reference Include="Krypton Workspace">
70-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Workspace.dll</HintPath>
69+
<Reference Include="Krypton Workspace, Version=5.470.592.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
70+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />
@@ -105,6 +105,7 @@
105105
<DesignTime>True</DesignTime>
106106
</Compile>
107107
<None Include="app.config" />
108+
<None Include="packages.config" />
108109
<None Include="Properties\Settings.settings">
109110
<Generator>SettingsSingleFileGenerator</Generator>
110111
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="KryptonToolkitSuite5470" version="5.470.700" targetFramework="net47" />
4+
</packages>

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
5454
<Prefer32Bit>false</Prefer32Bit>
5555
</PropertyGroup>
5656
<ItemGroup>
57-
<Reference Include="Krypton Docking">
58-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Docking.dll</HintPath>
57+
<Reference Include="Krypton Docking, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
58+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Docking.dll</HintPath>
5959
</Reference>
60-
<Reference Include="Krypton Navigator">
61-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Navigator.dll</HintPath>
60+
<Reference Include="Krypton Navigator, Version=5.470.590.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
61+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Navigator.dll</HintPath>
6262
</Reference>
63-
<Reference Include="Krypton Ribbon">
64-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Ribbon.dll</HintPath>
63+
<Reference Include="Krypton Ribbon, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
64+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Ribbon.dll</HintPath>
6565
</Reference>
66-
<Reference Include="Krypton Toolkit">
67-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Toolkit.dll</HintPath>
66+
<Reference Include="Krypton Toolkit, Version=5.470.700.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
67+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Toolkit.dll</HintPath>
6868
</Reference>
69-
<Reference Include="Krypton Workspace">
70-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Workspace.dll</HintPath>
69+
<Reference Include="Krypton Workspace, Version=5.470.592.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
70+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />
@@ -105,6 +105,7 @@
105105
<DesignTime>True</DesignTime>
106106
</Compile>
107107
<None Include="app.config" />
108+
<None Include="packages.config" />
108109
<None Include="Properties\Settings.settings">
109110
<Generator>SettingsSingleFileGenerator</Generator>
110111
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="KryptonToolkitSuite5470" version="5.470.700" targetFramework="net47" />
4+
</packages>

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
5454
<Prefer32Bit>false</Prefer32Bit>
5555
</PropertyGroup>
5656
<ItemGroup>
57-
<Reference Include="Krypton Docking">
58-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Docking.dll</HintPath>
57+
<Reference Include="Krypton Docking, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
58+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Docking.dll</HintPath>
5959
</Reference>
60-
<Reference Include="Krypton Navigator">
61-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Navigator.dll</HintPath>
60+
<Reference Include="Krypton Navigator, Version=5.470.590.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
61+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Navigator.dll</HintPath>
6262
</Reference>
63-
<Reference Include="Krypton Ribbon">
64-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Ribbon.dll</HintPath>
63+
<Reference Include="Krypton Ribbon, Version=5.470.591.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
64+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Ribbon.dll</HintPath>
6565
</Reference>
66-
<Reference Include="Krypton Toolkit">
67-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Toolkit.dll</HintPath>
66+
<Reference Include="Krypton Toolkit, Version=5.470.700.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
67+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Toolkit.dll</HintPath>
6868
</Reference>
69-
<Reference Include="Krypton Workspace">
70-
<HintPath>..\..\..\..\..\..\Developer DLLs\Krypton DLLs\Versions\5.470\Krypton Workspace.dll</HintPath>
69+
<Reference Include="Krypton Workspace, Version=5.470.592.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
70+
<HintPath>..\packages\KryptonToolkitSuite5470.5.470.700\lib\net47\Krypton Workspace.dll</HintPath>
7171
</Reference>
7272
<Reference Include="System" />
7373
<Reference Include="System.Drawing" />
@@ -123,6 +123,7 @@
123123
<DesignTime>True</DesignTime>
124124
</Compile>
125125
<None Include="app.config" />
126+
<None Include="packages.config" />
126127
<None Include="Properties\Settings.settings">
127128
<Generator>SettingsSingleFileGenerator</Generator>
128129
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="KryptonToolkitSuite5470" version="5.470.700" targetFramework="net47" />
4+
</packages>

0 commit comments

Comments
 (0)