diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools/Dtf/Inventory/Features.cs (renamed from src/samples/Dtf/Inventory/Features.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/samples/Dtf/Inventory/Features.cs b/src/tools/Dtf/Inventory/Features.cs index c114da86..9d2747ba 100644 --- a/src/samples/Dtf/Inventory/Features.cs +++ b/src/tools/Dtf/Inventory/Features.cs | |||
@@ -9,7 +9,7 @@ using System.Globalization; | |||
9 | using System.Windows.Forms; | 9 | using System.Windows.Forms; |
10 | using WixToolset.Dtf.WindowsInstaller; | 10 | using WixToolset.Dtf.WindowsInstaller; |
11 | 11 | ||
12 | namespace WixToolset.Dtf.Samples.Inventory | 12 | namespace WixToolset.Dtf.Tools.Inventory |
13 | { | 13 | { |
14 | /// <summary> | 14 | /// <summary> |
15 | /// Provides inventory data about features of products installed on the system. | 15 | /// Provides inventory data about features of products installed on the system. |