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:
authorU-NORTHAMERICA\jcl <jcl@JCL.northamerica.corp.microsoft.com>2014-03-04 05:43:05 +0400
committerU-NORTHAMERICA\jcl <jcl@JCL.northamerica.corp.microsoft.com>2014-03-04 05:43:05 +0400
commitb14292e0df6de3f8027e509eb278cd120db7fd77 (patch)
treedd1a4081d7326c1faacd50d0b15fb5e73959920c /cluster
parent7ad8c4a18b03dbf7c84c865445ced48f6a379d2a (diff)
fix windows build issues
Diffstat (limited to 'cluster')
-rwxr-xr-xcluster/cluster.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/cluster.vcxproj b/cluster/cluster.vcxproj
index 154b5e6e..8aa04f79 100755
--- a/cluster/cluster.vcxproj
+++ b/cluster/cluster.vcxproj
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="11.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
@@ -150,4 +150,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>