| 1 | #pragma once |
| 2 | // 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. |
| 3 | |
| 4 | |
| 5 | namespace Microsoft |
| 6 | { |
| 7 | namespace Tools |
| 8 | { |
| 9 | namespace WindowsInstallerXml |
| 10 | { |
| 11 | namespace Test |
| 12 | { |
| 13 | namespace Bootstrapper |
| 14 | { |
| 15 | |
| 16 | |
| 17 | void LoadBundleXmlHelper(LPCWSTR wzDocument, IXMLDOMElement** ppixeBundle); |
| 18 | |
| 19 | |
| 20 | } |
| 21 | } |
| 22 | } |
| 23 | } |
| 24 | } |