aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/PatchTests
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-08-26 17:47:46 -0700
committerRob Mensching <rob@firegiant.com>2022-08-26 22:09:49 -0700
commit3e0e54aff605da9c5ec6c02f7e83d5e816c857a2 (patch)
treee09e2d4e16620e4587af8e7a35f23a3c1db803a7 /src/test/burn/TestData/PatchTests
parent7b59be82400f3c4d6e4f294940118e85b77f5a92 (diff)
downloadwix-3e0e54aff605da9c5ec6c02f7e83d5e816c857a2.tar.gz
wix-3e0e54aff605da9c5ec6c02f7e83d5e816c857a2.tar.bz2
wix-3e0e54aff605da9c5ec6c02f7e83d5e816c857a2.zip
Update old test code to latest SWID tag spec
Fixes 6675
Diffstat (limited to 'src/test/burn/TestData/PatchTests')
-rw-r--r--src/test/burn/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj3
-rw-r--r--src/test/burn/TestData/PatchTests/PatchA/PatchA.wixproj3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/test/burn/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj b/src/test/burn/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj
index 9b91b3f4..5eeaff59 100644
--- a/src/test/burn/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj
+++ b/src/test/burn/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj
@@ -5,6 +5,9 @@
5 <IncludeSoftwareTag>true</IncludeSoftwareTag> 5 <IncludeSoftwareTag>true</IncludeSoftwareTag>
6 <UpgradeCode>{AA083618-6280-44B8-9899-57BCC57906A5}</UpgradeCode> 6 <UpgradeCode>{AA083618-6280-44B8-9899-57BCC57906A5}</UpgradeCode>
7 </PropertyGroup> 7 </PropertyGroup>
8 <PropertyGroup>
9 <Version>1.0.1.0</Version>
10 </PropertyGroup>
8 <ItemGroup> 11 <ItemGroup>
9 <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> 12 <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" />
10 </ItemGroup> 13 </ItemGroup>
diff --git a/src/test/burn/TestData/PatchTests/PatchA/PatchA.wixproj b/src/test/burn/TestData/PatchTests/PatchA/PatchA.wixproj
index da9acb5e..6163691a 100644
--- a/src/test/burn/TestData/PatchTests/PatchA/PatchA.wixproj
+++ b/src/test/burn/TestData/PatchTests/PatchA/PatchA.wixproj
@@ -1,8 +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>
6 <SuppressSpecificWarnings>1079</SuppressSpecificWarnings> 5 <SuppressSpecificWarnings>1079</SuppressSpecificWarnings>
7 </PropertyGroup> 6 </PropertyGroup>
8 <ItemGroup> 7 <ItemGroup>