diff options
Diffstat (limited to 'src/ext/Bal/wixlib/Dnc.wxs')
-rw-r--r-- | src/ext/Bal/wixlib/Dnc.wxs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ext/Bal/wixlib/Dnc.wxs b/src/ext/Bal/wixlib/Dnc.wxs deleted file mode 100644 index 242bb30e..00000000 --- a/src/ext/Bal/wixlib/Dnc.wxs +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
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 | |||
3 | |||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
5 | <!-- | ||
6 | Dnc.wxs - .NET Core BA resources. | ||
7 | --> | ||
8 | <Fragment> | ||
9 | <PayloadGroup Id="DncPreqStandardPayloads"> | ||
10 | <Payload Name="mbapreq.thm" SourceFile="!(wix.DncPreqbaThemeXml=SourceDir\dncpreq.thm)" /> | ||
11 | <Payload Name="mbapreq.png" SourceFile="!(wix.DncPreqbaLogo=SourceDir\mbapreq.png)" /> | ||
12 | <Payload Name="mbapreq.wxl" SourceFile="!(wix.DncPreqbaThemeWxl=SourceDir\dncpreq.wxl)" /> | ||
13 | </PayloadGroup> | ||
14 | </Fragment> | ||
15 | </Wix> | ||