Skip to content

Commit

Permalink
Update NewZipApp to support RibbonWinForms as NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
fforay committed Jan 18, 2022
1 parent 3010316 commit 4c31229
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
17 changes: 8 additions & 9 deletions FabTools/NewZipApp/MainWindow.prg
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,14 @@ CLASS MainWindow INHERIT System.Windows.Forms.Form
SELF:ribbonFabZip:OrbImage := ((System.Drawing.Image)(resources:GetObject("ribbonFabZip.OrbImage")))
//
//
//
SELF:ribbonFabZip:QuickAcessToolbar:AltKey := NULL
SELF:ribbonFabZip:QuickAcessToolbar:Image := NULL
SELF:ribbonFabZip:QuickAcessToolbar:Items:Add(SELF:ribbonButtonHelp)
SELF:ribbonFabZip:QuickAcessToolbar:Tag := NULL
SELF:ribbonFabZip:QuickAcessToolbar:Text := NULL
SELF:ribbonFabZip:QuickAcessToolbar:ToolTip := NULL
SELF:ribbonFabZip:QuickAcessToolbar:ToolTipImage := NULL
SELF:ribbonFabZip:QuickAcessToolbar:ToolTipTitle := NULL
SELF:ribbonFabZip:QuickAccessToolbar:AltKey := NULL
SELF:ribbonFabZip:QuickAccessToolbar:Image := NULL
SELF:ribbonFabZip:QuickAccessToolbar:Items:Add(SELF:ribbonButtonHelp)
SELF:ribbonFabZip:QuickAccessToolbar:Tag := NULL
SELF:ribbonFabZip:QuickAccessToolbar:Text := NULL
SELF:ribbonFabZip:QuickAccessToolbar:ToolTip := NULL
SELF:ribbonFabZip:QuickAccessToolbar:ToolTipImage := NULL
SELF:ribbonFabZip:QuickAccessToolbar:ToolTipTitle := NULL
SELF:ribbonFabZip:Size := System.Drawing.Size{704, 138}
SELF:ribbonFabZip:TabIndex := 0
SELF:ribbonFabZip:Tabs:Add(SELF:ribbonTab_FabZip)
Expand Down
7 changes: 4 additions & 3 deletions FabTools/NewZipApp/NewZipApp.xsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RootNamespace>NewZipApp</RootNamespace>
<AssemblyName>NewZipApp</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<XSharpProjectversion>2.8.0.11</XSharpProjectversion>
<XSharpProjectversion>2.10.0.1</XSharpProjectversion>
<StartupObject />
<ApplicationIcon />
<VulcanCompatibleResources>False</VulcanCompatibleResources>
Expand Down Expand Up @@ -75,11 +75,12 @@
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Forms.Ribbon, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="System.Windows.Forms.Ribbon, Version=2.0.0.0, Culture=neutral, PublicKeyToken=928736e248aa81f9">
<Name>System.Windows.Forms.Ribbon</Name>
<AssemblyName>System.Windows.Forms.Ribbon.dll</AssemblyName>
<HintPath>System.Windows.Forms.Ribbon.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
<HintPath>..\packages\RibbonWinForms.5.0.1.1\lib\net46\System.Windows.Forms.Ribbon.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="XSharp.Core, Version=2.1.0.0, Culture=neutral, PublicKeyToken=ed555a0467764586">
Expand Down
1 change: 1 addition & 0 deletions FabTools/NewZipApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotNetZip" version="1.13.6" targetFramework="net46" />
<package id="RibbonWinForms" version="5.0.1.1" targetFramework="net46" />
</packages>

0 comments on commit 4c31229

Please sign in to comment.