Skip to content

Commit 75a6b85

Browse files
authored
Merge pull request swiftlang#16 from compnerd/icu-schema-guid
Windows: correct ICU wixproj
2 parents 66672a7 + 46b4119 commit 75a6b85

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

platforms/Windows/icu.wixproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
55
</PropertyGroup>
66

7-
<PropertyGroup>
8-
</PropertyGroup>
9-
107
<PropertyGroup>
118
<OutputName>icu</OutputName>
129
<OutputType>Package</OutputType>
13-
<ProjectGuid></ProjectGuid>
10+
<ProjectGuid>07dd2e66-b7f5-40a7-bed1-b3dd2a187c00</ProjectGuid>
1411
<SchemaVersion>2.0</SchemaVersion>
1512
<ProductVersion Condition=" '$(ProductVersion)' == '' ">0.0.0</ProductVersion>
1613
<ProductVersion>0.0.0</ProductVersion>

0 commit comments

Comments
 (0)