diff options
Diffstat (limited to 'src/TestData/TestBA/TestBAWixlib/TestBA.wxs')
-rw-r--r-- | src/TestData/TestBA/TestBAWixlib/TestBA.wxs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/TestData/TestBA/TestBAWixlib/TestBA.wxs b/src/TestData/TestBA/TestBAWixlib/TestBA.wxs index c16da2e5..dff94992 100644 --- a/src/TestData/TestBA/TestBAWixlib/TestBA.wxs +++ b/src/TestData/TestBA/TestBAWixlib/TestBA.wxs | |||
@@ -1,9 +1,9 @@ | |||
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 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
3 | <Fragment> | 3 | <Fragment> |
4 | <BootstrapperApplicationRef Id='ManagedBootstrapperApplicationHost'> | 4 | <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost"> |
5 | <Payload Name='WixToolset.Mba.Host.config' SourceFile='!(bindpath.x86)\TestBA.BootstrapperCore.config' /> | 5 | <Payload Name="WixToolset.Mba.Host.config" SourceFile="!(bindpath.x86)\TestBA.BootstrapperCore.config" /> |
6 | <Payload SourceFile='!(bindpath.x86)\TestBA.dll' /> | 6 | <Payload SourceFile="!(bindpath.x86)\TestBA.dll" /> |
7 | <Payload SourceFile="!(bindpath.x86)\mbanative.dll" /> | 7 | <Payload SourceFile="!(bindpath.x86)\mbanative.dll" /> |
8 | <Payload SourceFile="!(bindpath.x86)\WixToolset.Mba.Core.dll" /> | 8 | <Payload SourceFile="!(bindpath.x86)\WixToolset.Mba.Core.dll" /> |
9 | </BootstrapperApplicationRef> | 9 | </BootstrapperApplicationRef> |