diff options
author | Bob Arnson <bob@joyofsetup.com> | 2017-12-11 19:16:46 -0500 |
---|---|---|
committer | Bob Arnson <bob@joyofsetup.com> | 2017-12-11 19:16:46 -0500 |
commit | b71c36c6fdc44268de75540474c639b64e53f1b7 (patch) | |
tree | 68f3ac5d3bc36faaa2e7d9ff20ab448083c0ca0d /src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |
parent | 6008384f4ff8be1fec86861014fc392a6ddd4632 (diff) | |
download | wix-b71c36c6fdc44268de75540474c639b64e53f1b7.tar.gz wix-b71c36c6fdc44268de75540474c639b64e53f1b7.tar.bz2 wix-b71c36c6fdc44268de75540474c639b64e53f1b7.zip |
Add failing ManualUpgrade test for issue resolving RemoveExistingProducts.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj index d33589a2..e4c2713c 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||
@@ -31,6 +31,10 @@ | |||
31 | <Content Include="TestData\MultiFileCompressed\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | 31 | <Content Include="TestData\MultiFileCompressed\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> |
32 | <Content Include="TestData\MultiFileCompressed\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | 32 | <Content Include="TestData\MultiFileCompressed\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> |
33 | <Content Include="TestData\MultiFileCompressed\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | 33 | <Content Include="TestData\MultiFileCompressed\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> |
34 | <Content Include="TestData\ManualUpgrade\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> | ||
35 | <Content Include="TestData\ManualUpgrade\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | ||
36 | <Content Include="TestData\ManualUpgrade\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
37 | <Content Include="TestData\ManualUpgrade\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
34 | </ItemGroup> | 38 | </ItemGroup> |
35 | 39 | ||
36 | <ItemGroup> | 40 | <ItemGroup> |