diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-26 17:14:40 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-26 17:14:40 -0800 |
commit | 7d1e5deed7304612eccfa9cb57b0decf083a868c (patch) | |
tree | 8b0bee8e4ad15eb724718b3b57d170d780bfc5a2 /src/WixToolset.Core/Compiler.cs | |
parent | c620681374ad7fbf38ebeb53255bdf140fa90c28 (diff) | |
download | wix-7d1e5deed7304612eccfa9cb57b0decf083a868c.tar.gz wix-7d1e5deed7304612eccfa9cb57b0decf083a868c.tar.bz2 wix-7d1e5deed7304612eccfa9cb57b0decf083a868c.zip |
Remove lingering uses of .resx from WixToolset.Core
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
-rw-r--r-- | src/WixToolset.Core/Compiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index 2a38cc61..576e60d0 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs | |||
@@ -10757,7 +10757,7 @@ namespace WixToolset.Core | |||
10757 | msiVersion = 500; | 10757 | msiVersion = 500; |
10758 | break; | 10758 | break; |
10759 | default: | 10759 | default: |
10760 | throw new ArgumentException(WixStrings.EXP_UnknownPlatformEnum, this.CurrentPlatform.ToString()); | 10760 | throw new ArgumentException("Unknown platform enumeration '{0}' encountered.", this.CurrentPlatform.ToString()); |
10761 | } | 10761 | } |
10762 | 10762 | ||
10763 | foreach (var attrib in node.Attributes()) | 10763 | foreach (var attrib in node.Attributes()) |