diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-11-14 23:08:24 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-11-14 23:08:24 -0800 |
| commit | 404f34f00ecce034a8a06fe4757789c6ce62f3f6 (patch) | |
| tree | 7132435cfa13f0f9b0e872a57ab19d52a12bb103 /src/WixToolset.Extensibility/CompilerConstants.cs | |
| parent | 3f6e936c5e9d7a9df7e3e0ed1bc17001c53db5b3 (diff) | |
| download | wix-404f34f00ecce034a8a06fe4757789c6ce62f3f6.tar.gz wix-404f34f00ecce034a8a06fe4757789c6ce62f3f6.tar.bz2 wix-404f34f00ecce034a8a06fe4757789c6ce62f3f6.zip | |
Remove ICompilerCore, introduce IParseHelper and other small fixes
Diffstat (limited to 'src/WixToolset.Extensibility/CompilerConstants.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/CompilerConstants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/CompilerConstants.cs b/src/WixToolset.Extensibility/CompilerConstants.cs index 6d4ca742..9f666b43 100644 --- a/src/WixToolset.Extensibility/CompilerConstants.cs +++ b/src/WixToolset.Extensibility/CompilerConstants.cs | |||
| @@ -1,6 +1,6 @@ | |||
| 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 | 3 | namespace WixToolset.Extensibility |
| 4 | { | 4 | { |
| 5 | using System; | 5 | using System; |
| 6 | 6 | ||
