aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual/BundleA/BundleA.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/Manual/BundleA/BundleA.wixproj')
-rw-r--r--src/test/burn/TestData/Manual/BundleA/BundleA.wixproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestData/Manual/BundleA/BundleA.wixproj b/src/test/burn/TestData/Manual/BundleA/BundleA.wixproj
index 225664b9..3d539908 100644
--- a/src/test/burn/TestData/Manual/BundleA/BundleA.wixproj
+++ b/src/test/burn/TestData/Manual/BundleA/BundleA.wixproj
@@ -14,9 +14,9 @@
14 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 14 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
15 </ItemGroup> 15 </ItemGroup>
16 <ItemGroup> 16 <ItemGroup>
17 <PackageReference Include="WixToolset.Bal.wixext" /> 17 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
18 </ItemGroup> 18 </ItemGroup>
19 <Target Name="CopyManualInstructions" AfterTargets="AfterBuild"> 19 <Target Name="CopyManualInstructions" AfterTargets="AfterBuild">
20 <Copy SourceFiles="ManualTests.txt" DestinationFiles="$(OutputPath)ManualTests.txt" /> 20 <Copy SourceFiles="ManualTests.txt" DestinationFiles="$(OutputPath)ManualTests.txt" />
21 </Target> 21 </Target>
22</Project> \ No newline at end of file 22</Project>