diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-16 21:53:44 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-16 22:01:33 +1000 |
| commit | abfe02f2e31480f2cfb72b3daa641d7e723448d9 (patch) | |
| tree | 5d485ce1a3475a838386cc014a7a0707a52245aa /src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj | |
| parent | bb7b3dc1bc20629e04014b3f049cc30625a1a06c (diff) | |
| download | wix-abfe02f2e31480f2cfb72b3daa641d7e723448d9.tar.gz wix-abfe02f2e31480f2cfb72b3daa641d7e723448d9.tar.bz2 wix-abfe02f2e31480f2cfb72b3daa641d7e723448d9.zip | |
WIXFEAT:6164 Implement DisplayInternalUICondition.
Diffstat (limited to 'src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj')
| -rw-r--r-- | src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj b/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj index f970c2c8..f09a19a2 100644 --- a/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj +++ b/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj | |||
| @@ -14,6 +14,8 @@ | |||
| 14 | <ItemGroup> | 14 | <ItemGroup> |
| 15 | <Content Include="TestData\MBA\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" /> | 15 | <Content Include="TestData\MBA\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 16 | <Content Include="TestData\WixStdBa\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" /> | 16 | <Content Include="TestData\WixStdBa\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 17 | <Content Include="TestData\WixStdBa\Data\test.msi" CopyToOutputDirectory="PreserveNewest" /> | ||
| 18 | <Content Include="TestData\WixStdBa\DisplayInternalUIConditionBundle.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 17 | </ItemGroup> | 19 | </ItemGroup> |
| 18 | 20 | ||
| 19 | <Target Name="CopyExtensions" AfterTargets="Build"> | 21 | <Target Name="CopyExtensions" AfterTargets="Build"> |
