diff options
Diffstat (limited to 'src/ext/Util/wixlib/UtilBootstrapperExtension_Platform.wxi')
-rw-r--r-- | src/ext/Util/wixlib/UtilBootstrapperExtension_Platform.wxi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ext/Util/wixlib/UtilBootstrapperExtension_Platform.wxi b/src/ext/Util/wixlib/UtilBootstrapperExtension_Platform.wxi new file mode 100644 index 00000000..cbaf3f56 --- /dev/null +++ b/src/ext/Util/wixlib/UtilBootstrapperExtension_Platform.wxi | |||
@@ -0,0 +1,10 @@ | |||
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 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
5 | <?include ..\..\caDecor.wxi ?> | ||
6 | |||
7 | <Fragment> | ||
8 | <BootstrapperExtension Id="$(var.Prefix)UtilBootstrapperExtension$(var.Suffix)" SourceFile="!(bindpath.utilbe.$(var.platform))utilbe.dll" Name="$(var.Prefix)UtilBootstrapperExtension$(var.Suffix)\utilbe.dll" /> | ||
9 | </Fragment> | ||
10 | </Include> | ||