aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/Manual/BundleB/BundleB.wixproj')
-rw-r--r--src/test/burn/TestData/Manual/BundleB/BundleB.wixproj32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj b/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj
new file mode 100644
index 00000000..35c92246
--- /dev/null
+++ b/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj
@@ -0,0 +1,32 @@
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<Project Sdk="WixToolset.Sdk">
3 <PropertyGroup>
4 <OutputType>Bundle</OutputType>
5 <BA>hyperlinkLicense</BA>
6 <UpgradeCode>{5DE2F206-3C37-4265-81F7-095284E16B08}</UpgradeCode>
7 <HarvestDirectoryAdditionalOptions>-generate payloadgroup</HarvestDirectoryAdditionalOptions>
8 </PropertyGroup>
9 <ItemGroup>
10 <HarvestDirectory Include="BAPayloads">
11 <ComponentGroupName>BAPayloads</ComponentGroupName>
12 <DirectoryRefId>BAPayloads</DirectoryRefId>
13 <Transforms>ba.xslt</Transforms>
14 </HarvestDirectory>
15 <HarvestDirectory Include="PackagePayloads">
16 <ComponentGroupName>PackagePayloads</ComponentGroupName>
17 <DirectoryRefId>PackagePayloads</DirectoryRefId>
18 <Transforms>package.xslt</Transforms>
19 </HarvestDirectory>
20 </ItemGroup>
21 <ItemGroup>
22 <ProjectReference Include="..\PackageA\PackageA.wixproj" />
23 </ItemGroup>
24 <ItemGroup>
25 <PackageReference Include="WixToolset.Bal.wixext" />
26 </ItemGroup>
27 <!-- We do this dynamically to avoid committing so many files to source control. -->
28 <Target Name="CreateThousandsOfFiles" AfterTargets="BeforeBuild">
29 <Exec Command='"$(BaseOutputPath)$(Configuration)\netcoreapp3.1\win-x86\testexe.exe" /gf "BAPayloads|10000' WorkingDirectory="$(MSBuildProjectDirectory)" />
30 <Exec Command='"$(BaseOutputPath)$(Configuration)\netcoreapp3.1\win-x86\testexe.exe" /gf "PackagePayloads|10000' WorkingDirectory="$(MSBuildProjectDirectory)" />
31 </Target>
32</Project> \ No newline at end of file