Skip to content

Commit

Permalink
preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cocotteseb committed Jul 22, 2016
1 parent a692184 commit 2da9d7b
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2 deletions.
Binary file not shown.
9 changes: 9 additions & 0 deletions Source/DLLs/IMPERATIVE to read.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Hello

Please note, as stated in the documentation page (http://www.jdhsoftware.com/products/krypton-outlookgrid/documentation/),
that the (slightly modified) Krypton Components Suite (https://github.com/Cocotteseb/Krypton) is *NEEDED/REQUIRED/Put all synonyms* to run Krypton OutlookGrid.

Please follow the steps described in the documentation to be hassle-free (especially for the *design time* support, really !).
For quick time demo purposes, a Krypton Toolkit is included (debug version only).

Thanks for reading! Have fun !
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ComponentFactory.Krypton.Toolkit">
<HintPath>..\DLLs\ComponentFactory.Krypton.Toolkit\Debug\ComponentFactory.Krypton.Toolkit.dll</HintPath>
<HintPath>..\DLLs\ComponentFactory.Krypton.Toolkit\ComponentFactory.Krypton.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
9 changes: 9 additions & 0 deletions Source/KryptonOutlookGrid/IMPERATIVE to read.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Hello

Please note, as stated in the documentation page (http://www.jdhsoftware.com/products/krypton-outlookgrid/documentation/),
that the (slightly modified) Krypton Components Suite (https://github.com/Cocotteseb/Krypton) is *NEEDED/REQUIRED/Put all synonyms* to run Krypton OutlookGrid.

Please follow the steps described in the documentation to be hassle-free (especially for the *design time* support, really !).
For quick time demo purposes, a Krypton Toolkit is included (debug version only).

Thanks for reading! Have fun !
7 changes: 7 additions & 0 deletions Source/KryptonOutlookGrid/KryptonOutlookGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="ComponentFactory.Krypton.Toolkit">
<HintPath>..\DLLs\ComponentFactory.Krypton.Toolkit\ComponentFactory.Krypton.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down Expand Up @@ -212,6 +215,10 @@
<None Include="Resources\CollapseIcon2010.png" />
<None Include="Resources\CollapseIcon.png" />
</ItemGroup>
<ItemGroup>
<None Include="IMPERATIVE to read.txt" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion Source/KryptonOutlookGrid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
// associées à un assembly.
[assembly: AssemblyTitle("Krypton OutlookGrid")]
[assembly: AssemblyDescription("KryptonDataGridView with multi sorting and grouping abilities")]
[assembly: AssemblyDescription("KryptonDataGridView with multi sorting and multi grouping abilities")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("JDH Software")]
[assembly: AssemblyProduct("KryptonOutlookGrid")]
Expand Down

0 comments on commit 2da9d7b

Please sign in to comment.