diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:02:34 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:02:34 -0700 |
| commit | 52005c7e6917f9866dd0b0de6993def16a72ed4b (patch) | |
| tree | 59e32ad17a3ca5915c4cddbeaa83b58a73f0c3a5 /src/WixToolset.Core/Link/ConnectToModule.cs | |
| parent | 79473d778b6cc4c8eec93b92e3b244aed904dac1 (diff) | |
| download | wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.gz wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.bz2 wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.zip | |
Major reduction in public surface area of WixToolset.Core
Diffstat (limited to 'src/WixToolset.Core/Link/ConnectToModule.cs')
| -rw-r--r-- | src/WixToolset.Core/Link/ConnectToModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Link/ConnectToModule.cs b/src/WixToolset.Core/Link/ConnectToModule.cs index d6a8338e..4380e12c 100644 --- a/src/WixToolset.Core/Link/ConnectToModule.cs +++ b/src/WixToolset.Core/Link/ConnectToModule.cs | |||
| @@ -1,11 +1,11 @@ | |||
| 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.Link | 3 | namespace WixToolset.Core.Link |
| 4 | { | 4 | { |
| 5 | /// <summary> | 5 | /// <summary> |
| 6 | /// Object that connects things to modules. | 6 | /// Object that connects things to modules. |
| 7 | /// </summary> | 7 | /// </summary> |
| 8 | public sealed class ConnectToModule | 8 | internal class ConnectToModule |
| 9 | { | 9 | { |
| 10 | private string childId; | 10 | private string childId; |
| 11 | private string module; | 11 | private string module; |
