diff options
| author | Bob Arnson <bob@firegiant.com> | 2019-03-20 21:18:37 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2019-03-20 21:23:17 -0400 |
| commit | 42727c42248d1cb12ef8d9bc6f8ce7dda3f404c9 (patch) | |
| tree | 7ec67b87e9ae3961cb750a0aafe86b98112249a8 /src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |
| parent | 191027c6fb6bf50d2d4825a7b3b9cd7bcfaea0cd (diff) | |
| download | wix-42727c42248d1cb12ef8d9bc6f8ce7dda3f404c9.tar.gz wix-42727c42248d1cb12ef8d9bc6f8ce7dda3f404c9.tar.bz2 wix-42727c42248d1cb12ef8d9bc6f8ce7dda3f404c9.zip | |
Bug: Wixipl references to extension libraries
Add test demonstrating that a persisted .wixipl file has broken
references to bits in an extension's library. Same project built
via wix.exe in one pass works as expected.
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 2b202350..874ee70b 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||
| @@ -81,6 +81,10 @@ | |||
| 81 | <Content Include="TestData\OverridableActions\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | 81 | <Content Include="TestData\OverridableActions\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> |
| 82 | <Content Include="TestData\OverridableActions\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | 82 | <Content Include="TestData\OverridableActions\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 83 | <Content Include="TestData\OverridableActions\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | 83 | <Content Include="TestData\OverridableActions\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 84 | <Content Include="TestData\Wixipl\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> | ||
| 85 | <Content Include="TestData\Wixipl\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | ||
| 86 | <Content Include="TestData\Wixipl\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 87 | <Content Include="TestData\Wixipl\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 84 | </ItemGroup> | 88 | </ItemGroup> |
| 85 | 89 | ||
| 86 | <ItemGroup> | 90 | <ItemGroup> |
