diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-03-01 11:05:02 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2019-03-01 11:08:36 -0800 |
| commit | e9fea339e473e6dcc32e34e995429b41cabb6c22 (patch) | |
| tree | cad7210c4adcfa8f11b460eaadb1178c52d28e32 /src/WixToolset.Extensibility/CompilerConstants.cs | |
| parent | 543ce1ac2e203ac0dc8fa3227bb2c40c12e6e17e (diff) | |
| download | wix-e9fea339e473e6dcc32e34e995429b41cabb6c22.tar.gz wix-e9fea339e473e6dcc32e34e995429b41cabb6c22.tar.bz2 wix-e9fea339e473e6dcc32e34e995429b41cabb6c22.zip | |
Expose only abstracts and enums from WixToolset.Extensibility
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 9f666b43..f26456fb 100644 --- a/src/WixToolset.Extensibility/CompilerConstants.cs +++ b/src/WixToolset.Extensibility/CompilerConstants.cs | |||
| @@ -7,7 +7,7 @@ namespace WixToolset.Extensibility | |||
| 7 | /// <summary> | 7 | /// <summary> |
| 8 | /// Constants used by compiler. | 8 | /// Constants used by compiler. |
| 9 | /// </summary> | 9 | /// </summary> |
| 10 | public class CompilerConstants | 10 | public static class CompilerConstants |
| 11 | { | 11 | { |
| 12 | public const int IntegerNotSet = int.MinValue; | 12 | public const int IntegerNotSet = int.MinValue; |
| 13 | public const int IllegalInteger = int.MinValue + 1; | 13 | public const int IllegalInteger = int.MinValue + 1; |
