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" />
|