diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Core.Burn/RowIndexedList.cs (renamed from src/WixToolset.Data.WindowsInstaller/RowIndexedList.cs) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Data.WindowsInstaller/RowIndexedList.cs b/src/WixToolset.Core.Burn/RowIndexedList.cs index 27c43a81..3a4dad38 100644 --- a/src/WixToolset.Data.WindowsInstaller/RowIndexedList.cs +++ b/src/WixToolset.Core.Burn/RowIndexedList.cs | |||
@@ -1,9 +1,10 @@ | |||
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 | ||
3 | namespace WixToolset.Data | 3 | namespace WixToolset.Core.Burn |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using WixToolset.Data.WindowsInstaller; | ||
7 | 8 | ||
8 | /// <summary> | 9 | /// <summary> |
9 | /// A list of rows indexed by their primary key. Unlike a <see cref="RowDictionary"/> | 10 | /// A list of rows indexed by their primary key. Unlike a <see cref="RowDictionary"/> |