summaryrefslogtreecommitdiff
path: root/ide/VisualC2013/doublebuffer.vcxproj
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-01-22 11:52:25 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-01-22 11:52:25 +0000
commit112609d3617b8899b3fb8bebefaa2f31eb58e0f2 (patch)
treed34ab0c0766b400d3a5092c8b28c7127067dbbac /ide/VisualC2013/doublebuffer.vcxproj
parentdae6f682e8445cd18765664c20010d062760286f (diff)
Commiting a working VC2013 solution. Note to self: do not use a network drive to compile FLTK. VisualC can;t handle network drives unless they are mapped to a drive letter (did I tell you about the time when I used MS-DOS 2.1?)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11027 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC2013/doublebuffer.vcxproj')
-rw-r--r--ide/VisualC2013/doublebuffer.vcxproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/ide/VisualC2013/doublebuffer.vcxproj b/ide/VisualC2013/doublebuffer.vcxproj
index 268d126e3..612773a64 100644
--- a/ide/VisualC2013/doublebuffer.vcxproj
+++ b/ide/VisualC2013/doublebuffer.vcxproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug Cairo|Win32">
<Configuration>Debug Cairo</Configuration>
@@ -25,18 +25,22 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Cairo|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
+ <PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Cairo|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
+ <PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
+ <PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
+ <PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">