diff options
Diffstat (limited to 'src/WixToolset.Core/BindContext.cs')
-rw-r--r-- | src/WixToolset.Core/BindContext.cs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/WixToolset.Core/BindContext.cs b/src/WixToolset.Core/BindContext.cs index 6b0a09a2..09454824 100644 --- a/src/WixToolset.Core/BindContext.cs +++ b/src/WixToolset.Core/BindContext.cs | |||
@@ -26,8 +26,6 @@ namespace WixToolset.Core | |||
26 | 26 | ||
27 | public string CabCachePath { get; set; } | 27 | public string CabCachePath { get; set; } |
28 | 28 | ||
29 | public int Codepage { get; set; } | ||
30 | |||
31 | public CompressionLevel? DefaultCompressionLevel { get; set; } | 29 | public CompressionLevel? DefaultCompressionLevel { get; set; } |
32 | 30 | ||
33 | public IEnumerable<IDelayedField> DelayedFields { get; set; } | 31 | public IEnumerable<IDelayedField> DelayedFields { get; set; } |
@@ -50,6 +48,12 @@ namespace WixToolset.Core | |||
50 | 48 | ||
51 | public string PdbPath { get; set; } | 49 | public string PdbPath { get; set; } |
52 | 50 | ||
51 | public int? ResolvedCodepage { get; set; } | ||
52 | |||
53 | public int? ResolvedSummaryInformationCodepage { get; set; } | ||
54 | |||
55 | public int? ResolvedLcid { get; set; } | ||
56 | |||
53 | public IEnumerable<string> SuppressIces { get; set; } | 57 | public IEnumerable<string> SuppressIces { get; set; } |
54 | 58 | ||
55 | public bool SuppressValidation { get; set; } | 59 | public bool SuppressValidation { get; set; } |