aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/NetCore3.1_x86.wxs
blob: fd4470c0af0ca091ab0b9d87683939f869b8ca4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->

<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
     xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">

    <Fragment>
        <PackageGroup Id="AspNetCoreRuntime31Redist_x86">
            <PackageGroupRef Id="AspNetCoreRuntime318Redist_x86" />
        </PackageGroup>
    </Fragment>

    <Fragment>
        <PackageGroup Id="DesktopNetCoreRuntime31Redist_x86">
            <PackageGroupRef Id="DesktopNetCoreRuntime318Redist_x86" />
        </PackageGroup>
    </Fragment>

    <Fragment>
        <PackageGroup Id="DotNetCoreRuntime31Redist_x86">
            <PackageGroupRef Id="DotNetCoreRuntime318Redist_x86" />
        </PackageGroup>
    </Fragment>
</Wix>