Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-09-18
Bug-Debian: https://bugs.debian.org/1114247
Description: Provide path to HexBox

--- a/src/TESTOpenMCDF/StructuredStorageExplorer.csproj
+++ b/src/TESTOpenMCDF/StructuredStorageExplorer.csproj
@@ -32,7 +32,10 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="Be.Windows.Forms.HexBox" />
+    <Reference Include="Be.Windows.Forms.HexBox">
+      <HintPath>/usr/lib/cli/Be.Windows.Forms.HexBox/Be.Windows.Forms.HexBox.dll</HintPath>
+      <Private>False</Private>
+    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />
     <Reference Include="System.Deployment" />
