diff options
Diffstat (limited to 'src/test/burn/TestData/PatchTests')
| -rw-r--r-- | src/test/burn/TestData/PatchTests/PatchA2/PatchA2.wixproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestData/PatchTests/PatchA2/PatchA2.wixproj b/src/test/burn/TestData/PatchTests/PatchA2/PatchA2.wixproj index da9acb5e..3deb2263 100644 --- a/src/test/burn/TestData/PatchTests/PatchA2/PatchA2.wixproj +++ b/src/test/burn/TestData/PatchTests/PatchA2/PatchA2.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> |
| @@ -9,4 +9,4 @@ | |||
| 9 | <ProjectReference Include="..\PackageAv1\PackageAv1.wixproj" /> | 9 | <ProjectReference Include="..\PackageAv1\PackageAv1.wixproj" /> |
| 10 | <ProjectReference Include="..\PackageAv1_0_1\PackageAv1_0_1.wixproj" /> | 10 | <ProjectReference Include="..\PackageAv1_0_1\PackageAv1_0_1.wixproj" /> |
| 11 | </ItemGroup> | 11 | </ItemGroup> |
| 12 | </Project> \ No newline at end of file | 12 | </Project> |
