blob: 751d364d30810f397b159c0bd16da931ac231a33 (
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="AspNetCoreRuntime3112Redist_x86" />
</PackageGroup>
</Fragment>
<Fragment>
<PackageGroup Id="DesktopNetCoreRuntime31Redist_x86">
<PackageGroupRef Id="DesktopNetCoreRuntime3112Redist_x86" />
</PackageGroup>
</Fragment>
<Fragment>
<PackageGroup Id="DotNetCoreRuntime31Redist_x86">
<PackageGroupRef Id="DotNetCoreRuntime3112Redist_x86" />
</PackageGroup>
</Fragment>
</Wix>
|