aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj')
-rw-r--r--src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj b/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj
index 84a38e56..19c86839 100644
--- a/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj
+++ b/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj
@@ -12,9 +12,14 @@
12 </PropertyGroup> 12 </PropertyGroup>
13 13
14 <ItemGroup> 14 <ItemGroup>
15 <Content Include="TestData\MBA\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" />
15 <Content Include="TestData\WixStdBa\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" /> 16 <Content Include="TestData\WixStdBa\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" />
16 </ItemGroup> 17 </ItemGroup>
17 18
19 <Target Name="CopyExtensions" AfterTargets="Build">
20 <Copy DestinationFolder="$(OutputPath)" SourceFiles="@(WixExtension)" />
21 </Target>
22
18 <ItemGroup> 23 <ItemGroup>
19 <ProjectReference Include="..\..\wixext\WixToolset.Bal.wixext.csproj" /> 24 <ProjectReference Include="..\..\wixext\WixToolset.Bal.wixext.csproj" />
20 </ItemGroup> 25 </ItemGroup>
@@ -25,6 +30,7 @@
25 <PackageReference Include="WixToolset.Core.Burn" Version="4.0.*" /> 30 <PackageReference Include="WixToolset.Core.Burn" Version="4.0.*" />
26 <PackageReference Include="WixToolset.Core.WindowsInstaller" Version="4.0.*" /> 31 <PackageReference Include="WixToolset.Core.WindowsInstaller" Version="4.0.*" />
27 <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" /> 32 <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" />
33 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.*" />
28 </ItemGroup> 34 </ItemGroup>
29 35
30 <ItemGroup> 36 <ItemGroup>