diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-05-20 09:30:32 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-05-20 10:17:21 -0700 |
| commit | 7331d04fc505a091d99bfa48695cabab0d2db80c (patch) | |
| tree | b967b627a025d97827c37a4d81441b07cdd30c9c /src/test | |
| parent | b8977d6f88e7b68e000bac226a2814f236770570 (diff) | |
| download | wix-7331d04fc505a091d99bfa48695cabab0d2db80c.tar.gz wix-7331d04fc505a091d99bfa48695cabab0d2db80c.tar.bz2 wix-7331d04fc505a091d99bfa48695cabab0d2db80c.zip | |
Start WiX Toolset v8
Diffstat (limited to 'src/test')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj b/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj index 00fb5a41..957ebcb2 100644 --- a/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj +++ b/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <TargetFramework>net472</TargetFramework> | 5 | <TargetFramework>net472</TargetFramework> |
| 6 | 6 | ||
| 7 | <!-- Add some random EULA Ids for testing purposes. --> | 7 | <!-- Add some random EULA Ids for testing purposes. --> |
| 8 | <AcceptEula>foo;wix7;bar</AcceptEula> | 8 | <AcceptEula>foo;wix8;bar</AcceptEula> |
| 9 | </PropertyGroup> | 9 | </PropertyGroup> |
| 10 | 10 | ||
| 11 | <ItemGroup> | 11 | <ItemGroup> |
diff --git a/src/test/wix/TestData/Directory.Build.props b/src/test/wix/TestData/Directory.Build.props index 1a791cf9..a7b78346 100644 --- a/src/test/wix/TestData/Directory.Build.props +++ b/src/test/wix/TestData/Directory.Build.props | |||
| @@ -8,6 +8,6 @@ | |||
| 8 | --> | 8 | --> |
| 9 | 9 | ||
| 10 | <PropertyGroup> | 10 | <PropertyGroup> |
| 11 | <AcceptEula>wix7</AcceptEula> | 11 | <AcceptEula>wix8</AcceptEula> |
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
| 13 | </Project> | 13 | </Project> |
diff --git a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/WixprojPackageVcxprojWindowsApp.wixproj b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/WixprojPackageVcxprojWindowsApp.wixproj index 1e137761..2723d180 100644 --- a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/WixprojPackageVcxprojWindowsApp.wixproj +++ b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/WixprojPackageVcxprojWindowsApp.wixproj | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | <SignOutput>true</SignOutput> | 6 | <SignOutput>true</SignOutput> |
| 7 | 7 | ||
| 8 | <!-- Add some random EULA Ids for testing purposes. --> | 8 | <!-- Add some random EULA Ids for testing purposes. --> |
| 9 | <AcceptEula>abc;xyz;123;wix7</AcceptEula> | 9 | <AcceptEula>abc;xyz;123;wix8</AcceptEula> |
| 10 | </PropertyGroup> | 10 | </PropertyGroup> |
| 11 | 11 | ||
| 12 | <ItemGroup> | 12 | <ItemGroup> |
