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:
authorJohn Langford <jl@hunch.net>2012-07-23 21:42:11 +0400
committerJohn Langford <jl@hunch.net>2012-07-23 21:42:11 +0400
commit12b8ad2d955b1ffe4fd5e2aa63e69ba9272fd49c (patch)
tree44060844f1d8cf451823fbdedcecf00513e45802 /vowpalwabbit/vw.sln
parent0f28f055fa7af4a3659d3a5b0d1081194a73ce8b (diff)
vc++ stuff
Diffstat (limited to 'vowpalwabbit/vw.sln')
-rw-r--r--vowpalwabbit/vw.sln20
1 files changed, 20 insertions, 0 deletions
diff --git a/vowpalwabbit/vw.sln b/vowpalwabbit/vw.sln
new file mode 100644
index 00000000..57cfbe90
--- /dev/null
+++ b/vowpalwabbit/vw.sln
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vw", "vw.vcxproj", "{1055A78F-1E3A-4E6C-BBF5-0B63299C4ADF}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ 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}.Release|Win32.ActiveCfg = Release|Win32
+ {1055A78F-1E3A-4E6C-BBF5-0B63299C4ADF}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal