mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
installer-windows: Resolve WIX solution build type
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>
This commit is contained in:
parent
00d90b49cc
commit
fe10c284d3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user