diff options
Diffstat (limited to 'src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs')
| -rw-r--r-- | src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs b/src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs index c07c12b9..d131402d 100644 --- a/src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs +++ b/src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | namespace WixToolset.BuildTasks | 3 | namespace WixToolset.BuildTasks |
| 4 | { | 4 | { |
| 5 | using Microsoft.Build.Framework; | 5 | using Microsoft.Build.Framework; |
| 6 | using WixToolset.BaseBuildTasks; | ||
| 6 | 7 | ||
| 7 | /// <summary> | 8 | /// <summary> |
| 8 | /// An MSBuild task to run WiX to reattach a (signed) bundle engine to its bundle. | 9 | /// An MSBuild task to run WiX to reattach a (signed) bundle engine to its bundle. |
