aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj')
-rw-r--r--src/test/burn/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj b/src/test/burn/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj
index 93a1dae6..1ca64c0b 100644
--- a/src/test/burn/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj
+++ b/src/test/burn/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj
@@ -9,10 +9,10 @@
9 <Feeds Include="*.xml" /> 9 <Feeds Include="*.xml" />
10 </ItemGroup> 10 </ItemGroup>
11 <ItemGroup> 11 <ItemGroup>
12 <PackageReference Include="WixToolset.Bal.wixext" /> 12 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
13 <PackageReference Include="WixToolset.NetFx.wixext" /> 13 <PackageReference Include="WixToolset.NetFx.wixext" />
14 </ItemGroup> 14 </ItemGroup>
15 <Target Name="CopyFeeds" AfterTargets="AfterBuild"> 15 <Target Name="CopyFeeds" AfterTargets="AfterBuild">
16 <Copy SourceFiles="@(Feeds)" DestinationFolder="$(OutputPath)" /> 16 <Copy SourceFiles="@(Feeds)" DestinationFolder="$(OutputPath)" />
17 </Target> 17 </Target>
18</Project> \ No newline at end of file 18</Project>