Skip to content

Commit 74a44b3

Browse files
committed
Windows: remove pre-build task on toolchain package
The `DisplayBuildConfiguration` pre-build task is not particularly useful with a single build configuration, remove the vestigial reference.
1 parent d3ee9e2 commit 74a44b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

platforms/Windows/toolchain.wixproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
3-
DefaultTargets="Build"
4-
InitialTargets="DisplayBuildConfiguration">
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
53
<PropertyGroup>
64
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
75
</PropertyGroup>

0 commit comments

Comments
 (0)