From 07bc467d031cbaa47331a7fec52b6bc02ab38f95 Mon Sep 17 00:00:00 2001
From: Arnavion <arnavion@gmail.com>
Date: Thu, 25 Apr 2013 21:03:03 -0700
Subject: win32: Moved PlatformToolset configuration to individual project
 files. It should be set before setting other properties or importing other
 props.

This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed.
---
 src/version/version.vcxproj | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'src/version/version.vcxproj')

diff --git a/src/version/version.vcxproj b/src/version/version.vcxproj
index 505bae55..ca429b08 100644
--- a/src/version/version.vcxproj
+++ b/src/version/version.vcxproj
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup Label="Configuration">
+    <PlatformToolset>v110</PlatformToolset>
+  </PropertyGroup>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Release|Win32">
       <Configuration>Release</Configuration>
-- 
cgit 1.4.1