diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-01 23:44:34 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-02 02:21:22 -0800 |
| commit | 166186a5831bd515939544a8f662938d5ae755e3 (patch) | |
| tree | 35b3c4b3d0ef0bb7ea128197ffa22955a1d49590 /src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs | |
| parent | 85e611c40c3c8bf3ff3b06b52d53d046bc8ff392 (diff) | |
| download | wix-166186a5831bd515939544a8f662938d5ae755e3.tar.gz wix-166186a5831bd515939544a8f662938d5ae755e3.tar.bz2 wix-166186a5831bd515939544a8f662938d5ae755e3.zip | |
Support the new names for AccessModifiers
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs index d5bdc797..f8819a0e 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs | |||
| @@ -335,7 +335,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 335 | var lookup = String.Concat(facade.ComponentRef, "/", name); | 335 | var lookup = String.Concat(facade.ComponentRef, "/", name); |
| 336 | if (!assemblyNameSymbols.TryGetValue(lookup, out var assemblyNameSymbol)) | 336 | if (!assemblyNameSymbols.TryGetValue(lookup, out var assemblyNameSymbol)) |
| 337 | { | 337 | { |
| 338 | assemblyNameSymbol = this.Section.AddSymbol(new MsiAssemblyNameSymbol(facade.SourceLineNumber, new Identifier(AccessModifier.Private, facade.ComponentRef, name)) | 338 | assemblyNameSymbol = this.Section.AddSymbol(new MsiAssemblyNameSymbol(facade.SourceLineNumber, new Identifier(AccessModifier.Section, facade.ComponentRef, name)) |
| 339 | { | 339 | { |
| 340 | ComponentRef = facade.ComponentRef, | 340 | ComponentRef = facade.ComponentRef, |
| 341 | Name = name, | 341 | Name = name, |
