aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixext/Symbols/WixBalBAFactoryAssemblySymbol.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/wixext/Symbols/WixBalBAFactoryAssemblySymbol.cs')
-rw-r--r--src/ext/Bal/wixext/Symbols/WixBalBAFactoryAssemblySymbol.cs6
1 files changed, 3 insertions, 3 deletions
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;