diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Differ.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Differ.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Differ.cs b/src/WixToolset.Core.WindowsInstaller/Differ.cs index 32172ffd..0e1a7315 100644 --- a/src/WixToolset.Core.WindowsInstaller/Differ.cs +++ b/src/WixToolset.Core.WindowsInstaller/Differ.cs | |||
| @@ -1,5 +1,7 @@ | |||
| 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 | #if DELETE | ||
| 4 | |||
| 3 | namespace WixToolset.Core.WindowsInstaller | 5 | namespace WixToolset.Core.WindowsInstaller |
| 4 | { | 6 | { |
| 5 | using System; | 7 | using System; |
| @@ -604,3 +606,5 @@ namespace WixToolset.Core.WindowsInstaller | |||
| 604 | } | 606 | } |
| 605 | } | 607 | } |
| 606 | } | 608 | } |
| 609 | |||
| 610 | #endif | ||
