aboutsummaryrefslogtreecommitdiff
path: root/src/WixTestTools/BundleVerifier.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WixTestTools/BundleVerifier.cs (renamed from src/WixToolsetTest.BurnE2E/BundleVerifier.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolsetTest.BurnE2E/BundleVerifier.cs b/src/WixTestTools/BundleVerifier.cs
index 98ec96a0..96c86fdf 100644
--- a/src/WixToolsetTest.BurnE2E/BundleVerifier.cs
+++ b/src/WixTestTools/BundleVerifier.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 WixToolsetTest.BurnE2E 3namespace WixTestTools
4{ 4{
5 using System; 5 using System;
6 using System.IO; 6 using System.IO;