diff options
Diffstat (limited to 'src/ext/Bal/wixext')
19 files changed, 49 insertions, 49 deletions
diff --git a/src/ext/Bal/wixext/BalBurnBackendExtension.cs b/src/ext/Bal/wixext/BalBurnBackendExtension.cs index 84e4323e..82195549 100644 --- a/src/ext/Bal/wixext/BalBurnBackendExtension.cs +++ b/src/ext/Bal/wixext/BalBurnBackendExtension.cs | |||
@@ -1,13 +1,13 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using System.Linq; | 7 | using System.Linq; |
8 | using System.Text; | 8 | using System.Text; |
9 | using System.Xml; | 9 | using System.Xml; |
10 | using WixToolset.Bal.Symbols; | 10 | using WixToolset.BootstrapperApplications.Symbols; |
11 | using WixToolset.Data; | 11 | using WixToolset.Data; |
12 | using WixToolset.Data.Burn; | 12 | using WixToolset.Data.Burn; |
13 | using WixToolset.Data.Symbols; | 13 | using WixToolset.Data.Symbols; |
diff --git a/src/ext/Bal/wixext/BalCompiler.cs b/src/ext/Bal/wixext/BalCompiler.cs index 829da0e6..35c86233 100644 --- a/src/ext/Bal/wixext/BalCompiler.cs +++ b/src/ext/Bal/wixext/BalCompiler.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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using System.Xml.Linq; | 7 | using System.Xml.Linq; |
8 | using WixToolset.Bal.Symbols; | 8 | using WixToolset.BootstrapperApplications.Symbols; |
9 | using WixToolset.Data; | 9 | using WixToolset.Data; |
10 | using WixToolset.Data.Burn; | 10 | using WixToolset.Data.Burn; |
11 | using WixToolset.Data.Symbols; | 11 | using WixToolset.Data.Symbols; |
diff --git a/src/ext/Bal/wixext/BalErrors.cs b/src/ext/Bal/wixext/BalErrors.cs index 10986f0e..4c719091 100644 --- a/src/ext/Bal/wixext/BalErrors.cs +++ b/src/ext/Bal/wixext/BalErrors.cs | |||
@@ -1,6 +1,6 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Resources; | 6 | using System.Resources; |
diff --git a/src/ext/Bal/wixext/BalExtensionData.cs b/src/ext/Bal/wixext/BalExtensionData.cs index 9dc99705..a005d695 100644 --- a/src/ext/Bal/wixext/BalExtensionData.cs +++ b/src/ext/Bal/wixext/BalExtensionData.cs | |||
@@ -1,6 +1,6 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Extensibility; | 6 | using WixToolset.Extensibility; |
@@ -18,7 +18,7 @@ namespace WixToolset.Bal | |||
18 | 18 | ||
19 | public override Intermediate GetLibrary(ISymbolDefinitionCreator symbolDefinitions) | 19 | public override Intermediate GetLibrary(ISymbolDefinitionCreator symbolDefinitions) |
20 | { | 20 | { |
21 | return Intermediate.Load(typeof(BalExtensionData).Assembly, "WixToolset.Bal.bal.wixlib", symbolDefinitions); | 21 | return Intermediate.Load(typeof(BalExtensionData).Assembly, "WixToolset.BootstrapperApplications.bas.wixlib", symbolDefinitions); |
22 | } | 22 | } |
23 | } | 23 | } |
24 | } | 24 | } |
diff --git a/src/ext/Bal/wixext/BalExtensionFactory.cs b/src/ext/Bal/wixext/BalExtensionFactory.cs index 0bfb6c5f..88b59a4c 100644 --- a/src/ext/Bal/wixext/BalExtensionFactory.cs +++ b/src/ext/Bal/wixext/BalExtensionFactory.cs | |||
@@ -1,6 +1,6 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
diff --git a/src/ext/Bal/wixext/BalWarnings.cs b/src/ext/Bal/wixext/BalWarnings.cs index 73a19d07..8c5d892f 100644 --- a/src/ext/Bal/wixext/BalWarnings.cs +++ b/src/ext/Bal/wixext/BalWarnings.cs | |||
@@ -1,6 +1,6 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Resources; | 6 | using System.Resources; |
diff --git a/src/ext/Bal/wixext/Symbols/BalSymbolDefinitions.cs b/src/ext/Bal/wixext/Symbols/BalSymbolDefinitions.cs index 5e9fb936..8179e38b 100644 --- a/src/ext/Bal/wixext/Symbols/BalSymbolDefinitions.cs +++ b/src/ext/Bal/wixext/Symbols/BalSymbolDefinitions.cs | |||
@@ -1,6 +1,6 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using WixToolset.Data; | 6 | using WixToolset.Data; |
diff --git a/src/ext/Bal/wixext/Symbols/WixBalBAFactoryAssemblySymbol.cs b/src/ext/Bal/wixext/Symbols/WixBalBAFactoryAssemblySymbol.cs index 3ce535a3..c418843b 100644 --- a/src/ext/Bal/wixext/Symbols/WixBalBAFactoryAssemblySymbol.cs +++ b/src/ext/Bal/wixext/Symbols/WixBalBAFactoryAssemblySymbol.cs | |||
@@ -1,10 +1,10 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using WixToolset.Data; | 6 | using WixToolset.Data; |
7 | using WixToolset.Bal.Symbols; | 7 | using WixToolset.BootstrapperApplications.Symbols; |
8 | 8 | ||
9 | public static partial class BalSymbolDefinitions | 9 | public static partial class BalSymbolDefinitions |
10 | { | 10 | { |
@@ -20,7 +20,7 @@ namespace WixToolset.Bal | |||
20 | } | 20 | } |
21 | } | 21 | } |
22 | 22 | ||
23 | namespace WixToolset.Bal.Symbols | 23 | namespace WixToolset.BootstrapperApplications.Symbols |
24 | { | 24 | { |
25 | using System; | 25 | using System; |
26 | using WixToolset.Data; | 26 | using WixToolset.Data; |
diff --git a/src/ext/Bal/wixext/Symbols/WixBalBAFunctionsSymbol.cs b/src/ext/Bal/wixext/Symbols/WixBalBAFunctionsSymbol.cs index 83dd20b0..0cd80de1 100644 --- a/src/ext/Bal/wixext/Symbols/WixBalBAFunctionsSymbol.cs +++ b/src/ext/Bal/wixext/Symbols/WixBalBAFunctionsSymbol.cs | |||
@@ -1,9 +1,9 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Bal.Symbols; | 6 | using WixToolset.BootstrapperApplications.Symbols; |
7 | 7 | ||
8 | public static partial class BalSymbolDefinitions | 8 | public static partial class BalSymbolDefinitions |
9 | { | 9 | { |
@@ -18,7 +18,7 @@ namespace WixToolset.Bal | |||
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||
21 | namespace WixToolset.Bal.Symbols | 21 | namespace WixToolset.BootstrapperApplications.Symbols |
22 | { | 22 | { |
23 | using WixToolset.Data; | 23 | using WixToolset.Data; |
24 | 24 | ||
@@ -52,4 +52,4 @@ namespace WixToolset.Bal.Symbols | |||
52 | set => this.Set((int)WixBalBAFunctionsSymbolFields.FilePath, value); | 52 | set => this.Set((int)WixBalBAFunctionsSymbolFields.FilePath, value); |
53 | } | 53 | } |
54 | } | 54 | } |
55 | } \ No newline at end of file | 55 | } |
diff --git a/src/ext/Bal/wixext/Symbols/WixBalBootstrapperApplicationSymbol.cs b/src/ext/Bal/wixext/Symbols/WixBalBootstrapperApplicationSymbol.cs index 47e930c2..4f6dfd91 100644 --- a/src/ext/Bal/wixext/Symbols/WixBalBootstrapperApplicationSymbol.cs +++ b/src/ext/Bal/wixext/Symbols/WixBalBootstrapperApplicationSymbol.cs | |||
@@ -1,9 +1,9 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Bal.Symbols; | 6 | using WixToolset.BootstrapperApplications.Symbols; |
7 | 7 | ||
8 | public static partial class BalSymbolDefinitions | 8 | public static partial class BalSymbolDefinitions |
9 | { | 9 | { |
@@ -17,7 +17,7 @@ namespace WixToolset.Bal | |||
17 | } | 17 | } |
18 | } | 18 | } |
19 | 19 | ||
20 | namespace WixToolset.Bal.Symbols | 20 | namespace WixToolset.BootstrapperApplications.Symbols |
21 | { | 21 | { |
22 | using System; | 22 | using System; |
23 | using WixToolset.Data; | 23 | using WixToolset.Data; |
diff --git a/src/ext/Bal/wixext/Symbols/WixBalConditionSymbol.cs b/src/ext/Bal/wixext/Symbols/WixBalConditionSymbol.cs index c2527fbc..40976c5a 100644 --- a/src/ext/Bal/wixext/Symbols/WixBalConditionSymbol.cs +++ b/src/ext/Bal/wixext/Symbols/WixBalConditionSymbol.cs | |||
@@ -1,9 +1,9 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Bal.Symbols; | 6 | using WixToolset.BootstrapperApplications.Symbols; |
7 | 7 | ||
8 | public static partial class BalSymbolDefinitions | 8 | public static partial class BalSymbolDefinitions |
9 | { | 9 | { |
@@ -18,7 +18,7 @@ namespace WixToolset.Bal | |||
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||
21 | namespace WixToolset.Bal.Symbols | 21 | namespace WixToolset.BootstrapperApplications.Symbols |
22 | { | 22 | { |
23 | using WixToolset.Data; | 23 | using WixToolset.Data; |
24 | 24 | ||
@@ -52,4 +52,4 @@ namespace WixToolset.Bal.Symbols | |||
52 | set => this.Set((int)WixBalConditionSymbolFields.Message, value); | 52 | set => this.Set((int)WixBalConditionSymbolFields.Message, value); |
53 | } | 53 | } |
54 | } | 54 | } |
55 | } \ No newline at end of file | 55 | } |
diff --git a/src/ext/Bal/wixext/Symbols/WixBalPackageInfoSymbol.cs b/src/ext/Bal/wixext/Symbols/WixBalPackageInfoSymbol.cs index 08d4ce4e..e2636d33 100644 --- a/src/ext/Bal/wixext/Symbols/WixBalPackageInfoSymbol.cs +++ b/src/ext/Bal/wixext/Symbols/WixBalPackageInfoSymbol.cs | |||
@@ -1,9 +1,9 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Bal.Symbols; | 6 | using WixToolset.BootstrapperApplications.Symbols; |
7 | 7 | ||
8 | public static partial class BalSymbolDefinitions | 8 | public static partial class BalSymbolDefinitions |
9 | { | 9 | { |
@@ -19,7 +19,7 @@ namespace WixToolset.Bal | |||
19 | } | 19 | } |
20 | } | 20 | } |
21 | 21 | ||
22 | namespace WixToolset.Bal.Symbols | 22 | namespace WixToolset.BootstrapperApplications.Symbols |
23 | { | 23 | { |
24 | using WixToolset.Data; | 24 | using WixToolset.Data; |
25 | 25 | ||
diff --git a/src/ext/Bal/wixext/Symbols/WixPrereqInformationSymbol.cs b/src/ext/Bal/wixext/Symbols/WixPrereqInformationSymbol.cs index 4b5e301e..9ab492e6 100644 --- a/src/ext/Bal/wixext/Symbols/WixPrereqInformationSymbol.cs +++ b/src/ext/Bal/wixext/Symbols/WixPrereqInformationSymbol.cs | |||
@@ -1,9 +1,9 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Bal.Symbols; | 6 | using WixToolset.BootstrapperApplications.Symbols; |
7 | 7 | ||
8 | public static partial class BalSymbolDefinitions | 8 | public static partial class BalSymbolDefinitions |
9 | { | 9 | { |
@@ -19,7 +19,7 @@ namespace WixToolset.Bal | |||
19 | } | 19 | } |
20 | } | 20 | } |
21 | 21 | ||
22 | namespace WixToolset.Bal.Symbols | 22 | namespace WixToolset.BootstrapperApplications.Symbols |
23 | { | 23 | { |
24 | using WixToolset.Data; | 24 | using WixToolset.Data; |
25 | 25 | ||
diff --git a/src/ext/Bal/wixext/Symbols/WixPrereqOptionsSymbol.cs b/src/ext/Bal/wixext/Symbols/WixPrereqOptionsSymbol.cs index a351d7da..9fc2a8fc 100644 --- a/src/ext/Bal/wixext/Symbols/WixPrereqOptionsSymbol.cs +++ b/src/ext/Bal/wixext/Symbols/WixPrereqOptionsSymbol.cs | |||
@@ -1,9 +1,9 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Bal.Symbols; | 6 | using WixToolset.BootstrapperApplications.Symbols; |
7 | 7 | ||
8 | public static partial class BalSymbolDefinitions | 8 | public static partial class BalSymbolDefinitions |
9 | { | 9 | { |
@@ -19,7 +19,7 @@ namespace WixToolset.Bal | |||
19 | } | 19 | } |
20 | } | 20 | } |
21 | 21 | ||
22 | namespace WixToolset.Bal.Symbols | 22 | namespace WixToolset.BootstrapperApplications.Symbols |
23 | { | 23 | { |
24 | using WixToolset.Data; | 24 | using WixToolset.Data; |
25 | 25 | ||
diff --git a/src/ext/Bal/wixext/Symbols/WixStdbaCommandLineSymbol.cs b/src/ext/Bal/wixext/Symbols/WixStdbaCommandLineSymbol.cs index 3b3823f3..17f0afaa 100644 --- a/src/ext/Bal/wixext/Symbols/WixStdbaCommandLineSymbol.cs +++ b/src/ext/Bal/wixext/Symbols/WixStdbaCommandLineSymbol.cs | |||
@@ -1,9 +1,9 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Bal.Symbols; | 6 | using WixToolset.BootstrapperApplications.Symbols; |
7 | 7 | ||
8 | public static partial class BalSymbolDefinitions | 8 | public static partial class BalSymbolDefinitions |
9 | { | 9 | { |
@@ -17,7 +17,7 @@ namespace WixToolset.Bal | |||
17 | } | 17 | } |
18 | } | 18 | } |
19 | 19 | ||
20 | namespace WixToolset.Bal.Symbols | 20 | namespace WixToolset.BootstrapperApplications.Symbols |
21 | { | 21 | { |
22 | using System; | 22 | using System; |
23 | using WixToolset.Data; | 23 | using WixToolset.Data; |
diff --git a/src/ext/Bal/wixext/Symbols/WixStdbaOptionsSymbol.cs b/src/ext/Bal/wixext/Symbols/WixStdbaOptionsSymbol.cs index cb2694da..43f634ea 100644 --- a/src/ext/Bal/wixext/Symbols/WixStdbaOptionsSymbol.cs +++ b/src/ext/Bal/wixext/Symbols/WixStdbaOptionsSymbol.cs | |||
@@ -1,9 +1,9 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Bal.Symbols; | 6 | using WixToolset.BootstrapperApplications.Symbols; |
7 | 7 | ||
8 | public static partial class BalSymbolDefinitions | 8 | public static partial class BalSymbolDefinitions |
9 | { | 9 | { |
@@ -21,7 +21,7 @@ namespace WixToolset.Bal | |||
21 | } | 21 | } |
22 | } | 22 | } |
23 | 23 | ||
24 | namespace WixToolset.Bal.Symbols | 24 | namespace WixToolset.BootstrapperApplications.Symbols |
25 | { | 25 | { |
26 | using WixToolset.Data; | 26 | using WixToolset.Data; |
27 | 27 | ||
@@ -76,4 +76,4 @@ namespace WixToolset.Bal.Symbols | |||
76 | set => this.Set((int)WixStdbaOptionsSymbolFields.SupportCacheOnly, value); | 76 | set => this.Set((int)WixStdbaOptionsSymbolFields.SupportCacheOnly, value); |
77 | } | 77 | } |
78 | } | 78 | } |
79 | } \ No newline at end of file | 79 | } |
diff --git a/src/ext/Bal/wixext/Symbols/WixStdbaOverridableVariableSymbol.cs b/src/ext/Bal/wixext/Symbols/WixStdbaOverridableVariableSymbol.cs index 1d84d1aa..2b5f2a9c 100644 --- a/src/ext/Bal/wixext/Symbols/WixStdbaOverridableVariableSymbol.cs +++ b/src/ext/Bal/wixext/Symbols/WixStdbaOverridableVariableSymbol.cs | |||
@@ -1,9 +1,9 @@ | |||
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.Bal | 3 | namespace WixToolset.BootstrapperApplications |
4 | { | 4 | { |
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Bal.Symbols; | 6 | using WixToolset.BootstrapperApplications.Symbols; |
7 | 7 | ||
8 | public static partial class BalSymbolDefinitions | 8 | public static partial class BalSymbolDefinitions |
9 | { | 9 | { |
@@ -17,7 +17,7 @@ namespace WixToolset.Bal | |||
17 | } | 17 | } |
18 | } | 18 | } |
19 | 19 | ||
20 | namespace WixToolset.Bal.Symbols | 20 | namespace WixToolset.BootstrapperApplications.Symbols |
21 | { | 21 | { |
22 | using WixToolset.Data; | 22 | using WixToolset.Data; |
23 | 23 | ||
@@ -44,4 +44,4 @@ namespace WixToolset.Bal.Symbols | |||
44 | set => this.Set((int)WixStdbaOverridableVariableSymbolFields.Name, value); | 44 | set => this.Set((int)WixStdbaOverridableVariableSymbolFields.Name, value); |
45 | } | 45 | } |
46 | } | 46 | } |
47 | } \ No newline at end of file | 47 | } |
diff --git a/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj b/src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.csproj index 5591abde..3dd8d306 100644 --- a/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj +++ b/src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.csproj | |||
@@ -4,19 +4,19 @@ | |||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
7 | <RootNamespace>WixToolset.Bal</RootNamespace> | 7 | <RootNamespace>WixToolset.BootstrapperApplications</RootNamespace> |
8 | <Description>WiX Toolset Bundle extension</Description> | 8 | <Description>WiX Toolset BootstrapperApplications extension</Description> |
9 | <Title>WiX Toolset Bundle extension</Title> | 9 | <Title>WiX Toolset BootstrapperApplications extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
12 | 12 | ||
13 | <Import Project="..\..\WixExt.props" /> | 13 | <Import Project="..\..\WixExt.props" /> |
14 | 14 | ||
15 | <ItemGroup> | 15 | <ItemGroup> |
16 | <EmbeddedResource Include="$(OutputPath)..\bal.wixlib" /> | 16 | <EmbeddedResource Include="$(OutputPath)..\bas.wixlib" /> |
17 | </ItemGroup> | 17 | </ItemGroup> |
18 | 18 | ||
19 | <ItemGroup Condition=" '$(NCrunch)'=='' "> | 19 | <ItemGroup Condition=" '$(NCrunch)'=='' "> |
20 | <ProjectReference Include="..\wixlib\bal.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" /> | 20 | <ProjectReference Include="..\wixlib\bas.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" /> |
21 | </ItemGroup> | 21 | </ItemGroup> |
22 | </Project> | 22 | </Project> |
diff --git a/src/ext/Bal/wixext/WixToolset.Bal.wixext.targets b/src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.targets index bf6df083..bf6df083 100644 --- a/src/ext/Bal/wixext/WixToolset.Bal.wixext.targets +++ b/src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.targets | |||