Skip to content

Commit

Permalink
installer-windows: Resolve WIX solution build type
Browse files Browse the repository at this point in the history
Until now the x64 build of the installer solution was pointing to the
x86 build of the WIX project.

This patch changes for them to match.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Acked-by: Alin Balutoiu <abalutoiu@cloudbasesolutions.com>
  • Loading branch information
aserdean committed Nov 14, 2017
1 parent 00d90b4 commit fe10c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/ovs-windows-installer.sln
Expand Up @@ -10,8 +10,8 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.ActiveCfg = Release|x86
{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.Build.0 = Release|x86
{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.ActiveCfg = Release|x64
{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.Build.0 = Release|x64
{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x86.ActiveCfg = Release|x86
{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x86.Build.0 = Release|x86
EndGlobalSection
Expand Down

0 comments on commit fe10c28

Please sign in to comment.