diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-09 14:20:28 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-09 14:20:28 -0600 |
| commit | f080e4944749268529e3686c9e26704e4b942929 (patch) | |
| tree | 8bc6534cfe53318be8743329e33df680d466fb2c /src/TestData/TestBA | |
| parent | 83f5dfce5ad75ca6e4ab72c81656acc0242dc2c9 (diff) | |
| download | wix-f080e4944749268529e3686c9e26704e4b942929.tar.gz wix-f080e4944749268529e3686c9e26704e4b942929.tar.bz2 wix-f080e4944749268529e3686c9e26704e4b942929.zip | |
Update to latest.
Diffstat (limited to 'src/TestData/TestBA')
| -rw-r--r-- | src/TestData/TestBA/TestBAWixlib/TestBA.wxs | 7 | ||||
| -rw-r--r-- | src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/TestData/TestBA/TestBAWixlib/TestBA.wxs b/src/TestData/TestBA/TestBAWixlib/TestBA.wxs index dff94992..56ddd1aa 100644 --- a/src/TestData/TestBA/TestBAWixlib/TestBA.wxs +++ b/src/TestData/TestBA/TestBAWixlib/TestBA.wxs | |||
| @@ -1,12 +1,13 @@ | |||
| 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" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> |
| 3 | <Fragment> | 3 | <Fragment> |
| 4 | <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost"> | 4 | <BootstrapperApplication> |
| 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 | <bal:WixManagedBootstrapperApplicationHost /> |
| 10 | </BootstrapperApplication> | ||
| 10 | 11 | ||
| 11 | <PackageGroup Id="TestBA"> | 12 | <PackageGroup Id="TestBA"> |
| 12 | <PackageGroupRef Id="NetFx48WebAsPrereq" /> | 13 | <PackageGroupRef Id="NetFx48WebAsPrereq" /> |
diff --git a/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj b/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj index 8c28b82c..65aab644 100644 --- a/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj +++ b/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj | |||
| @@ -12,6 +12,6 @@ | |||
| 12 | <ProjectReference Include="..\..\..\Utilities\TestBA\TestBA.csproj" /> | 12 | <ProjectReference Include="..\..\..\Utilities\TestBA\TestBA.csproj" /> |
| 13 | </ItemGroup> | 13 | </ItemGroup> |
| 14 | <ItemGroup> | 14 | <ItemGroup> |
| 15 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.70" /> | 15 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.72" /> |
| 16 | </ItemGroup> | 16 | </ItemGroup> |
| 17 | </Project> \ No newline at end of file | 17 | </Project> \ No newline at end of file |
