aboutsummaryrefslogtreecommitdiff
path: root/src/tools/burn/runbundle/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tools/burn/runbundle/Program.cs (renamed from src/samples/burn/runbundle/Program.cs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/samples/burn/runbundle/Program.cs b/src/tools/burn/runbundle/Program.cs
index 8edca5dc..fd36c2ca 100644
--- a/src/samples/burn/runbundle/Program.cs
+++ b/src/tools/burn/runbundle/Program.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 Wix.Samples 3namespace WixToolset.Tools
4{ 4{
5 using System; 5 using System;
6 using System.Linq; 6 using System.Linq;
7 using Wix.Samples; 7 using WixToolset.Tools;
8 8
9 /// <summary> 9 /// <summary>
10 /// Example executable that installs then immediately uninstalls a bundle showing progress. 10 /// Example executable that installs then immediately uninstalls a bundle showing progress.