diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-09-30 11:05:51 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-09-30 13:14:35 +1000 |
| commit | cc17da12830c5707949bfb4a9cd916b3e05eb5bc (patch) | |
| tree | 0aa23312fe9230a236cb9934258b315760bf0c35 /src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |
| parent | d1ef3d5de29cdedce930f70e34b0e2b764f07269 (diff) | |
| download | wix-cc17da12830c5707949bfb4a9cd916b3e05eb5bc.tar.gz wix-cc17da12830c5707949bfb4a9cd916b3e05eb5bc.tar.bz2 wix-cc17da12830c5707949bfb4a9cd916b3e05eb5bc.zip | |
Add failing test for nesting a ProgId under an advertised Class.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj index a8284a95..a6337dce 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||
| @@ -101,6 +101,7 @@ | |||
| 101 | <Content Include="TestData\Wixipl\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | 101 | <Content Include="TestData\Wixipl\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 102 | <Content Include="TestData\Wixipl\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | 102 | <Content Include="TestData\Wixipl\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 103 | <Content Include="TestData\ProgId\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> | 103 | <Content Include="TestData\ProgId\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> |
| 104 | <Content Include="TestData\ProgId\NestedUnderClass.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 104 | <Content Include="TestData\ProgId\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | 105 | <Content Include="TestData\ProgId\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> |
| 105 | <Content Include="TestData\ProgId\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | 106 | <Content Include="TestData\ProgId\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 106 | <Content Include="TestData\ProgId\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | 107 | <Content Include="TestData\ProgId\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> |
