aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixext/Symbols
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-03-06 14:48:10 -0800
committerRob Mensching <rob@firegiant.com>2024-03-07 10:55:57 -0800
commit3d2d46f62fc01e2653d0251ad9703090574e7c41 (patch)
treeffdf7dce6c646f38b5e3ad8325c2ce78ca891a1a /src/ext/Bal/wixext/Symbols
parenta8504dc4eb1c2d09965b0858699ac737336ef3c1 (diff)
downloadwix-3d2d46f62fc01e2653d0251ad9703090574e7c41.tar.gz
wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.tar.bz2
wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.zip
Better .nupkg names
Diffstat (limited to 'src/ext/Bal/wixext/Symbols')
-rw-r--r--src/ext/Bal/wixext/Symbols/BalSymbolDefinitions.cs2
-rw-r--r--src/ext/Bal/wixext/Symbols/WixBalBAFactoryAssemblySymbol.cs6
-rw-r--r--src/ext/Bal/wixext/Symbols/WixBalBAFunctionsSymbol.cs8
-rw-r--r--src/ext/Bal/wixext/Symbols/WixBalBootstrapperApplicationSymbol.cs6
-rw-r--r--src/ext/Bal/wixext/Symbols/WixBalConditionSymbol.cs8
-rw-r--r--src/ext/Bal/wixext/Symbols/WixBalPackageInfoSymbol.cs6
-rw-r--r--src/ext/Bal/wixext/Symbols/WixPrereqInformationSymbol.cs6
-rw-r--r--src/ext/Bal/wixext/Symbols/WixPrereqOptionsSymbol.cs6
-rw-r--r--src/ext/Bal/wixext/Symbols/WixStdbaCommandLineSymbol.cs6
-rw-r--r--src/ext/Bal/wixext/Symbols/WixStdbaOptionsSymbol.cs8
-rw-r--r--src/ext/Bal/wixext/Symbols/WixStdbaOverridableVariableSymbol.cs8
11 files changed, 35 insertions, 35 deletions
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
3namespace WixToolset.Bal 3namespace 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
3namespace WixToolset.Bal 3namespace 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
23namespace WixToolset.Bal.Symbols 23namespace 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
3namespace WixToolset.Bal 3namespace 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
21namespace WixToolset.Bal.Symbols 21namespace 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
3namespace WixToolset.Bal 3namespace 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
20namespace WixToolset.Bal.Symbols 20namespace 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
3namespace WixToolset.Bal 3namespace 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
21namespace WixToolset.Bal.Symbols 21namespace 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
3namespace WixToolset.Bal 3namespace 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
22namespace WixToolset.Bal.Symbols 22namespace 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
3namespace WixToolset.Bal 3namespace 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
22namespace WixToolset.Bal.Symbols 22namespace 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
3namespace WixToolset.Bal 3namespace 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
22namespace WixToolset.Bal.Symbols 22namespace 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
3namespace WixToolset.Bal 3namespace 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
20namespace WixToolset.Bal.Symbols 20namespace 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
3namespace WixToolset.Bal 3namespace 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
24namespace WixToolset.Bal.Symbols 24namespace 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
3namespace WixToolset.Bal 3namespace 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
20namespace WixToolset.Bal.Symbols 20namespace 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}