diff options
Diffstat (limited to '')
| -rw-r--r-- | src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs | 3 | ||||
| -rw-r--r-- | src/test/burn/TestData/WixStdBaTests/BundleA/test.ico | bin | 0 -> 766 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs b/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs index 34071cad..78bda768 100644 --- a/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs +++ b/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs | |||
| @@ -1,7 +1,8 @@ | |||
| 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. --> | 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 | 2 | ||
| 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> |
| 4 | <Bundle Name="~$(var.TestGroupName) - $(var.BundleName)" Version="$(var.TestVersion)" UpgradeCode="$(var.UpgradeCode)" Compressed="yes" bal:CommandLineVariables="caseSensitive"> | 4 | <Bundle Name="~$(var.TestGroupName) - $(var.BundleName)" Version="$(var.TestVersion)" UpgradeCode="$(var.UpgradeCode)" |
| 5 | IconSourceFile="test.ico" Compressed="yes" bal:CommandLineVariables="caseSensitive"> | ||
| 5 | <Log Prefix="~$(var.TestGroupName)_$(var.BundleName)" /> | 6 | <Log Prefix="~$(var.TestGroupName)_$(var.BundleName)" /> |
| 6 | 7 | ||
| 7 | <?ifndef UpdateFeed ?> | 8 | <?ifndef UpdateFeed ?> |
diff --git a/src/test/burn/TestData/WixStdBaTests/BundleA/test.ico b/src/test/burn/TestData/WixStdBaTests/BundleA/test.ico new file mode 100644 index 00000000..906ce324 --- /dev/null +++ b/src/test/burn/TestData/WixStdBaTests/BundleA/test.ico | |||
| Binary files differ | |||
