aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/HeatCore.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/HeatCore.cs')
-rw-r--r--src/WixToolset.Core/HeatCore.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/HeatCore.cs b/src/WixToolset.Core/HeatCore.cs
index 01233c40..2384a1ed 100644
--- a/src/WixToolset.Core/HeatCore.cs
+++ b/src/WixToolset.Core/HeatCore.cs
@@ -1,9 +1,9 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset.Tools 3namespace WixToolset.Core
4{ 4{
5 using WixToolset.Core.Extensibility;
5 using WixToolset.Data; 6 using WixToolset.Data;
6 using WixToolset.Extensibility;
7 7
8 /// <summary> 8 /// <summary>
9 /// The WiX Toolset Harvester application core. 9 /// The WiX Toolset Harvester application core.