diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-22 14:34:24 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-22 14:39:10 +1000 |
| commit | e4f1a4310f09e3777d035f35f4b4ca69d69f5083 (patch) | |
| tree | 844df1d2d8f7815ca3fca3752a704877ad62869f /src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs | |
| parent | 75ec7925bb5276c21c1b948f2162c8afcd47e699 (diff) | |
| download | wix-e4f1a4310f09e3777d035f35f4b4ca69d69f5083.tar.gz wix-e4f1a4310f09e3777d035f35f4b4ca69d69f5083.tar.bz2 wix-e4f1a4310f09e3777d035f35f4b4ca69d69f5083.zip | |
Update dependencies.
Diffstat (limited to 'src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs')
| -rw-r--r-- | src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs b/src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs index 40cff30f..647c2040 100644 --- a/src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs +++ b/src/test/examples/FullFramework2MBA/FullFramework2BAFactory.cs | |||
| @@ -1,5 +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 | [assembly: WixToolset.Mba.Core.BootstrapperApplicationFactory(typeof(Example.FullFramework2MBA.FullFramework2BAFactory))] | ||
| 3 | namespace Example.FullFramework2MBA | 4 | namespace Example.FullFramework2MBA |
| 4 | { | 5 | { |
| 5 | using WixToolset.Mba.Core; | 6 | using WixToolset.Mba.Core; |
