diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-07 13:20:06 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-07 20:36:35 +1000 |
| commit | 79cd3cc53ab71329270c9e171d88cf475d3f7e23 (patch) | |
| tree | ad8cd9f74c4c6ae67e7e0f88241f6f845491c6e8 /src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj | |
| parent | 3c6ef1b305b97c2db4169e8a900fdd3178cf9d83 (diff) | |
| download | wix-79cd3cc53ab71329270c9e171d88cf475d3f7e23.tar.gz wix-79cd3cc53ab71329270c9e171d88cf475d3f7e23.tar.bz2 wix-79cd3cc53ab71329270c9e171d88cf475d3f7e23.zip | |
Add tests for the rest of the UI modes.
Diffstat (limited to 'src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj')
| -rw-r--r-- | src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj b/src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj index b5f58ea8..83f7bcb3 100644 --- a/src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj +++ b/src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj | |||
| @@ -12,10 +12,12 @@ | |||
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
| 13 | 13 | ||
| 14 | <ItemGroup> | 14 | <ItemGroup> |
| 15 | <Content Include="TestData\WixUI_Minimal\example.txt" CopyToOutputDirectory="PreserveNewest" /> | 15 | <Content Include="TestData\data\example.txt" CopyToOutputDirectory="PreserveNewest" /> |
| 16 | <Content Include="TestData\WixUI_Minimal\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | 16 | <Content Include="TestData\WixUI_Advanced\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 17 | <Content Include="TestData\WixUI_FeatureTree\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 18 | <Content Include="TestData\WixUI_InstallDir\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 17 | <Content Include="TestData\WixUI_Minimal\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | 19 | <Content Include="TestData\WixUI_Minimal\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 18 | <Content Include="TestData\WixUI_Minimal\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | 20 | <Content Include="TestData\WixUI_Mondo\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 19 | </ItemGroup> | 21 | </ItemGroup> |
| 20 | 22 | ||
| 21 | <ItemGroup> | 23 | <ItemGroup> |
