Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Quirk <chrisq@microsoft.com>2012-08-16 06:04:10 +0400
committerChris Quirk <chrisq@microsoft.com>2012-08-16 06:04:10 +0400
commit58e7ce2f6538e650140d3c4d1ca21cf83393fde7 (patch)
tree95b5c68bf011c87918bd61a7e8b05c79d478bf2e /vowpalwabbit/vw.sln
parentd6c373d5a2e40f31faddf2f8f95ca46c6c0e6e0e (diff)
Add support for 64 bit builds
Diffstat (limited to 'vowpalwabbit/vw.sln')
-rw-r--r--vowpalwabbit/vw.sln6
1 files changed, 6 insertions, 0 deletions
diff --git a/vowpalwabbit/vw.sln b/vowpalwabbit/vw.sln
index 57cfbe90..5c852cb7 100644
--- a/vowpalwabbit/vw.sln
+++ b/vowpalwabbit/vw.sln
@@ -6,13 +6,19 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1055A78F-1E3A-4E6C-BBF5-0B63299C4ADF}.Debug|Win32.ActiveCfg = Debug|Win32
{1055A78F-1E3A-4E6C-BBF5-0B63299C4ADF}.Debug|Win32.Build.0 = Debug|Win32
+ {1055A78F-1E3A-4E6C-BBF5-0B63299C4ADF}.Debug|x64.ActiveCfg = Debug|x64
+ {1055A78F-1E3A-4E6C-BBF5-0B63299C4ADF}.Debug|x64.Build.0 = Debug|x64
{1055A78F-1E3A-4E6C-BBF5-0B63299C4ADF}.Release|Win32.ActiveCfg = Release|Win32
{1055A78F-1E3A-4E6C-BBF5-0B63299C4ADF}.Release|Win32.Build.0 = Release|Win32
+ {1055A78F-1E3A-4E6C-BBF5-0B63299C4ADF}.Release|x64.ActiveCfg = Release|x64
+ {1055A78F-1E3A-4E6C-BBF5-0B63299C4ADF}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE