aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-07-12 22:40:30 -0400
committerBob Arnson <bob@firegiant.com>2020-07-12 22:44:02 -0400
commita34b060e7b1375be7c8c557a985b484155ff2702 (patch)
tree4fa2e115e49467c12b14ce9cdb49b103c3e4515f /src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj
parent3bbca19f75e748242f0966dce7461c0508c208ba (diff)
downloadwix-a34b060e7b1375be7c8c557a985b484155ff2702.tar.gz
wix-a34b060e7b1375be7c8c557a985b484155ff2702.tar.bz2
wix-a34b060e7b1375be7c8c557a985b484155ff2702.zip
Add elements to reference platform-specific extension custom actions.
Diffstat (limited to 'src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj')
-rw-r--r--src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj b/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj
index fcac4644..f2d5c486 100644
--- a/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj
+++ b/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj
@@ -39,6 +39,10 @@
39 <Content Include="TestData\EventManifest\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> 39 <Content Include="TestData\EventManifest\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" />
40 <Content Include="TestData\EventManifest\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> 40 <Content Include="TestData\EventManifest\Package.wxs" CopyToOutputDirectory="PreserveNewest" />
41 <Content Include="TestData\EventManifest\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> 41 <Content Include="TestData\EventManifest\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" />
42 <Content Include="TestData\Queries\example.txt" CopyToOutputDirectory="PreserveNewest" />
43 <Content Include="TestData\Queries\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" />
44 <Content Include="TestData\Queries\Package.wxs" CopyToOutputDirectory="PreserveNewest" />
45 <Content Include="TestData\Queries\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" />
42 </ItemGroup> 46 </ItemGroup>
43 47
44 <ItemGroup> 48 <ItemGroup>