diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-12-09 15:59:21 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-12-09 16:04:24 -0500 |
| commit | e2f9e3cdc8e37693121fbc0ce61bdd325cbec626 (patch) | |
| tree | d4aeb23d3b1720758d6e11b4de4a59bb5366cc7d /src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |
| parent | 0e1f5a4fcf29f979a1b6e6b67bfd2a2b0e6f4a3c (diff) | |
| download | wix-e2f9e3cdc8e37693121fbc0ce61bdd325cbec626.tar.gz wix-e2f9e3cdc8e37693121fbc0ce61bdd325cbec626.tar.bz2 wix-e2f9e3cdc8e37693121fbc0ce61bdd325cbec626.zip | |
Add test to verify primary feature select in component categories.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj index 6c494169..ff04e65f 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||
| @@ -210,6 +210,9 @@ | |||
| 210 | <Content Include="TestData\DecompileNullComponent\example.cab" CopyToOutputDirectory="PreserveNewest" /> | 210 | <Content Include="TestData\DecompileNullComponent\example.cab" CopyToOutputDirectory="PreserveNewest" /> |
| 211 | <Content Include="TestData\DecompileNullComponent\example.msi" CopyToOutputDirectory="PreserveNewest" /> | 211 | <Content Include="TestData\DecompileNullComponent\example.msi" CopyToOutputDirectory="PreserveNewest" /> |
| 212 | <Content Include="TestData\DecompileNullComponent\Expected.wxs" CopyToOutputDirectory="PreserveNewest" /> | 212 | <Content Include="TestData\DecompileNullComponent\Expected.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 213 | <Content Include="TestData\PublishComponent\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> | ||
| 214 | <Content Include="TestData\PublishComponent\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | ||
| 215 | <Content Include="TestData\PublishComponent\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 213 | </ItemGroup> | 216 | </ItemGroup> |
| 214 | 217 | ||
| 215 | <ItemGroup> | 218 | <ItemGroup> |
