summaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixlib/Dnc.wxs
blob: 242bb30e5a215d2470d75c85b1bfe13de7a248c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- 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">
    <!--
     Dnc.wxs - .NET Core BA resources.
    -->
    <Fragment>
        <PayloadGroup Id="DncPreqStandardPayloads">
            <Payload Name="mbapreq.thm" SourceFile="!(wix.DncPreqbaThemeXml=SourceDir\dncpreq.thm)" />
            <Payload Name="mbapreq.png" SourceFile="!(wix.DncPreqbaLogo=SourceDir\mbapreq.png)" />
            <Payload Name="mbapreq.wxl" SourceFile="!(wix.DncPreqbaThemeWxl=SourceDir\dncpreq.wxl)" />
        </PayloadGroup>
    </Fragment>
</Wix>