Skip to content

Commit af1d1fe

Browse files
authored
Merge pull request swiftlang#10 from compnerd/platform-spelling
Windows: tweak the custom action platform
2 parents f753e18 + 613c5f0 commit af1d1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/Windows/CustomActions/SwiftInstaller/SwiftInstaller.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<ProjectConfiguration Include="Debug|x86">
4+
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
66
<Platform>x86</Platform>
77
</ProjectConfiguration>
88

9-
<ProjectConfiguration Include="Release|x86">
9+
<ProjectConfiguration Include="Release|Win32">
1010
<Configuration>Release</Configuration>
1111
<Platform>x86</Platform>
1212
</ProjectConfiguration>

0 commit comments

Comments
 (0)