summaryrefslogtreecommitdiff
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, 4 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Manual/BundleA/BundleA.wixproj b/src/test/burn/TestData/Manual/BundleA/BundleA.wixproj
index 907b85c9..225664b9 100644
--- a/src/test/burn/TestData/Manual/BundleA/BundleA.wixproj
+++ b/src/test/burn/TestData/Manual/BundleA/BundleA.wixproj
@@ -11,8 +11,12 @@
11 <ItemGroup> 11 <ItemGroup>
12 <ProjectReference Include="..\BafThmUtilTesting\BafThmUtilTesting.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> 12 <ProjectReference Include="..\BafThmUtilTesting\BafThmUtilTesting.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" />
13 <ProjectReference Include="..\PackageA\PackageA.wixproj" /> 13 <ProjectReference Include="..\PackageA\PackageA.wixproj" />
14 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
14 </ItemGroup> 15 </ItemGroup>
15 <ItemGroup> 16 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" /> 17 <PackageReference Include="WixToolset.Bal.wixext" />
17 </ItemGroup> 18 </ItemGroup>
19 <Target Name="CopyManualInstructions" AfterTargets="AfterBuild">
20 <Copy SourceFiles="ManualTests.txt" DestinationFiles="$(OutputPath)ManualTests.txt" />
21 </Target>
18</Project> \ No newline at end of file 22</Project> \ No newline at end of file