diff options
author | Bob Arnson <bob@joyofsetup.com> | 2017-12-04 18:33:11 -0500 |
---|---|---|
committer | Bob Arnson <bob@joyofsetup.com> | 2017-12-04 18:33:11 -0500 |
commit | e53afb01c6e01bb9e6521fa77d31e575abc73f9c (patch) | |
tree | c26b5b22e1cfee21cb29e904f231b95dcf0dd45c /src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |
parent | 95f2f4425b900374c7d7b583ae810b096121b3c4 (diff) | |
download | wix-e53afb01c6e01bb9e6521fa77d31e575abc73f9c.tar.gz wix-e53afb01c6e01bb9e6521fa77d31e575abc73f9c.tar.bz2 wix-e53afb01c6e01bb9e6521fa77d31e575abc73f9c.zip |
Add CanBuildSingleFileCompressed test (failing variety).
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 ede5967f..ed0d5f5e 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||
@@ -23,6 +23,10 @@ | |||
23 | <Content Include="TestData\SingleFile\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | 23 | <Content Include="TestData\SingleFile\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> |
24 | <Content Include="TestData\SingleFile\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | 24 | <Content Include="TestData\SingleFile\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> |
25 | <Content Include="TestData\SingleFile\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | 25 | <Content Include="TestData\SingleFile\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> |
26 | <Content Include="TestData\SingleFileCompressed\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> | ||
27 | <Content Include="TestData\SingleFileCompressed\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | ||
28 | <Content Include="TestData\SingleFileCompressed\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
29 | <Content Include="TestData\SingleFileCompressed\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
26 | </ItemGroup> | 30 | </ItemGroup> |
27 | 31 | ||
28 | <ItemGroup> | 32 | <ItemGroup> |