aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-15 22:02:33 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-15 22:04:12 +1000
commit04f279ab8659c9e4c6c6c796548da01eca1e7615 (patch)
treee361e49b8c85a774e1ef4e30f0f0c1a7e8b7d367 /src
parent259c6b7420c5e95258f563eca14859a182ffe76a (diff)
downloadwix-04f279ab8659c9e4c6c6c796548da01eca1e7615.tar.gz
wix-04f279ab8659c9e4c6c6c796548da01eca1e7615.tar.bz2
wix-04f279ab8659c9e4c6c6c796548da01eca1e7615.zip
Set Visible to false for the contents of WixToolset.Burn.
Diffstat (limited to 'src')
-rw-r--r--src/stub/WixToolset.Burn.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stub/WixToolset.Burn.props b/src/stub/WixToolset.Burn.props
index b83d0b1c..38cd333e 100644
--- a/src/stub/WixToolset.Burn.props
+++ b/src/stub/WixToolset.Burn.props
@@ -6,6 +6,7 @@
6 <BurnExes Include="$(MSBuildThisFileDirectory)..\tools\**\burn.exe" /> 6 <BurnExes Include="$(MSBuildThisFileDirectory)..\tools\**\burn.exe" />
7 <None Include="@(BurnExes)"> 7 <None Include="@(BurnExes)">
8 <Link>%(RecursiveDir)%(FileName)%(Extension)</Link> 8 <Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
9 <Visible>False</Visible>
9 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 10 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
10 </None> 11 </None>
11 </ItemGroup> 12 </ItemGroup>