From f821fe7f09ad0262b63c41f637aa77e02fa9ebfa Mon Sep 17 00:00:00 2001 From: Alin Serdean Date: Tue, 22 Sep 2015 19:53:30 +0000 Subject: Add x64 bit configuration to windows installer This patch defines the x64 in the configuration of the visual studio solution: ovs-windows-installer.sln Signed-off-by: Alin Gabriel Serdean Signed-off-by: Gurucharan Shetty --- .../ovs-windows-installer.wixproj | 41 +++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) (limited to 'windows/ovs-windows-installer') diff --git a/windows/ovs-windows-installer/ovs-windows-installer.wixproj b/windows/ovs-windows-installer/ovs-windows-installer.wixproj index af22f4274..30b5d553c 100644 --- a/windows/ovs-windows-installer/ovs-windows-installer.wixproj +++ b/windows/ovs-windows-installer/ovs-windows-installer.wixproj @@ -24,6 +24,45 @@ False 1076; + + Debug + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + BinariesPath=Binaries;SymbolsPath=Symbols; + False + False + 1076; + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + Debug + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + BinariesPath=Binaries;SymbolsPath=Symbols; + False + False + 1076; + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + Debug + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + BinariesPath=Binaries;SymbolsPath=Symbols; + False + False + 1076; + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + @@ -76,4 +115,4 @@ --> - \ No newline at end of file + -- cgit v1.2.1