Skip to content

Commit 52741bf

Browse files
authored
Merge pull request swiftlang#6 from compnerd/display
Windows: remove pre-build task on toolchain package
2 parents d3ee9e2 + 74a44b3 commit 52741bf

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)