summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/SlipstreamTests/PatchAB
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-09-04 23:40:46 -0700
committerBob Arnson <github@bobs.org>2023-09-05 09:18:40 -0400
commitf18d7e628361cd3f2ff14dd3326cbeea68df004f (patch)
treeaf5e4f2495257659308c85f5905ad69c30a3e6f0 /src/test/burn/TestData/SlipstreamTests/PatchAB
parente29b4aacf89ce060509b20a5f81df200f7d2fbc1 (diff)
downloadwix-f18d7e628361cd3f2ff14dd3326cbeea68df004f.tar.gz
wix-f18d7e628361cd3f2ff14dd3326cbeea68df004f.tar.bz2
wix-f18d7e628361cd3f2ff14dd3326cbeea68df004f.zip
Correctly process build -outputType switch
Also add a few additional output types to built-in backends. Fixes 7708
Diffstat (limited to 'src/test/burn/TestData/SlipstreamTests/PatchAB')
-rw-r--r--src/test/burn/TestData/SlipstreamTests/PatchAB/PatchAB.wixproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestData/SlipstreamTests/PatchAB/PatchAB.wixproj b/src/test/burn/TestData/SlipstreamTests/PatchAB/PatchAB.wixproj
index 81fa9e12..5f9ee5f6 100644
--- a/src/test/burn/TestData/SlipstreamTests/PatchAB/PatchAB.wixproj
+++ b/src/test/burn/TestData/SlipstreamTests/PatchAB/PatchAB.wixproj
@@ -1,7 +1,7 @@
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<Project Sdk="WixToolset.Sdk"> 2<Project Sdk="WixToolset.Sdk">
3 <PropertyGroup> 3 <PropertyGroup>
4 <OutputType>PatchCreation</OutputType> 4 <OutputType>Patch</OutputType>
5 <TargetExt>.msp</TargetExt> 5 <TargetExt>.msp</TargetExt>
6 <SuppressSpecificWarnings>1079</SuppressSpecificWarnings> 6 <SuppressSpecificWarnings>1079</SuppressSpecificWarnings>
7 </PropertyGroup> 7 </PropertyGroup>
@@ -11,4 +11,4 @@
11 <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" /> 11 <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" />
12 <ProjectReference Include="..\PackageBv1_0_1\PackageBv1_0_1.wixproj" /> 12 <ProjectReference Include="..\PackageBv1_0_1\PackageBv1_0_1.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14</Project> \ No newline at end of file 14</Project>