diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-01 23:02:05 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-01 23:02:05 -0600 |
| commit | 5d0434843c6f307a46fa95139c1e754221cc13af (patch) | |
| tree | 559f1714b14c08fa09449b62770c9107fae968c3 /src/Utilities/TestBA/TestBA.BootstrapperCore.config | |
| parent | 86456524fe4640053616f6fc18311159e6fafea5 (diff) | |
| download | wix-5d0434843c6f307a46fa95139c1e754221cc13af.tar.gz wix-5d0434843c6f307a46fa95139c1e754221cc13af.tar.bz2 wix-5d0434843c6f307a46fa95139c1e754221cc13af.zip | |
Add MSI transaction tests.
Diffstat (limited to 'src/Utilities/TestBA/TestBA.BootstrapperCore.config')
| -rw-r--r-- | src/Utilities/TestBA/TestBA.BootstrapperCore.config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Utilities/TestBA/TestBA.BootstrapperCore.config b/src/Utilities/TestBA/TestBA.BootstrapperCore.config new file mode 100644 index 00000000..55876a00 --- /dev/null +++ b/src/Utilities/TestBA/TestBA.BootstrapperCore.config | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8" ?> | ||
| 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 | <configuration> | ||
| 6 | <configSections> | ||
| 7 | <sectionGroup name="wix.bootstrapper" type="WixToolset.Mba.Host.BootstrapperSectionGroup, WixToolset.Mba.Host"> | ||
| 8 | <section name="host" type="WixToolset.Mba.Host.HostSection, WixToolset.Mba.Host" /> | ||
| 9 | </sectionGroup> | ||
| 10 | </configSections> | ||
| 11 | <startup> | ||
| 12 | <supportedRuntime version="v4.0" /> | ||
| 13 | <supportedRuntime version="v2.0.50727" /> | ||
| 14 | </startup> | ||
| 15 | <wix.bootstrapper> | ||
| 16 | <host assemblyName="TestBA" /> | ||
| 17 | </wix.bootstrapper> | ||
| 18 | </configuration> | ||
