aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/WixToolsetServiceProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/WixToolsetServiceProvider.cs')
-rw-r--r--src/WixToolset.Core/WixToolsetServiceProvider.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/WixToolsetServiceProvider.cs b/src/WixToolset.Core/WixToolsetServiceProvider.cs
index 0337f771..7216ae2a 100644
--- a/src/WixToolset.Core/WixToolsetServiceProvider.cs
+++ b/src/WixToolset.Core/WixToolsetServiceProvider.cs
@@ -1,4 +1,4 @@
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.Core 3namespace WixToolset.Core
4{ 4{
@@ -29,7 +29,7 @@ namespace WixToolset.Core
29 // Transients. 29 // Transients.
30 this.AddService<ICommandLineArguments>((provider, singletons) => new CommandLineArguments(provider)); 30 this.AddService<ICommandLineArguments>((provider, singletons) => new CommandLineArguments(provider));
31 this.AddService<ICommandLineContext>((provider, singletons) => new CommandLineContext(provider)); 31 this.AddService<ICommandLineContext>((provider, singletons) => new CommandLineContext(provider));
32 this.AddService<ICommandLineParser>((provider, singletons) => new CommandLineParser(provider)); 32 this.AddService<ICommandLine>((provider, singletons) => new CommandLine.CommandLine(provider));
33 this.AddService<IPreprocessContext>((provider, singletons) => new PreprocessContext(provider)); 33 this.AddService<IPreprocessContext>((provider, singletons) => new PreprocessContext(provider));
34 this.AddService<ICompileContext>((provider, singletons) => new CompileContext(provider)); 34 this.AddService<ICompileContext>((provider, singletons) => new CompileContext(provider));
35 this.AddService<ILibraryContext>((provider, singletons) => new LibraryContext(provider)); 35 this.AddService<ILibraryContext>((provider, singletons) => new LibraryContext(provider));