File: hexbox.patch

package info (click to toggle)
openmcdf 1.5.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,932 kB
  • sloc: cs: 7,079; xml: 1,255; makefile: 56; sh: 1
file content (19 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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" />