diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/TestData/LayoutTests/BundleA/BundleA.wixproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/burn/TestData/LayoutTests/BundleA/BundleA.wixproj b/src/test/burn/TestData/LayoutTests/BundleA/BundleA.wixproj index 3b1e871c..5796178b 100644 --- a/src/test/burn/TestData/LayoutTests/BundleA/BundleA.wixproj +++ b/src/test/burn/TestData/LayoutTests/BundleA/BundleA.wixproj | |||
@@ -12,12 +12,4 @@ | |||
12 | <PackageReference Include="WixToolset.Bal.wixext" /> | 12 | <PackageReference Include="WixToolset.Bal.wixext" /> |
13 | <PackageReference Include="WixToolset.NetFx.wixext" /> | 13 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
14 | </ItemGroup> | 14 | </ItemGroup> |
15 | <!-- Workaround wix.targets brokenness --> | ||
16 | <Target Name="CopyUncompressedFiles" AfterTargets="AfterBuild"> | ||
17 | <ItemGroup> | ||
18 | <UncompressedFiles Include="$(IntermediateOutputPath)\BundleA.wxs" /> | ||
19 | <UncompressedFiles Include="$(IntermediateOutputPath)\packages.cab" /> | ||
20 | </ItemGroup> | ||
21 | <Copy SourceFiles="@(UncompressedFiles)" DestinationFolder="$(OutputPath)" /> | ||
22 | </Target> | ||
23 | </Project> \ No newline at end of file | 15 | </Project> \ No newline at end of file |