Changeset 596 for trunk


Ignore:
Timestamp:
Mar 25, 2016, 5:47:24 AM (8 years ago)
Author:
roman
Message:

Upgraded to VS2013 - the problem is still present

Location:
trunk/Utilities/Miscellaneous/PolyTextOut
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Miscellaneous/PolyTextOut/PolyTextOut.sln

    r406 r596  
    11
    22Microsoft Visual Studio Solution File, Format Version 12.00
    3 # Visual Studio 2012
     3# Visual Studio 2013
    44Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PolyTextOut", "PolyTextOut.vcxproj", "{B4C0786E-286E-4E58-8D67-E75E0C0B36E0}"
    55EndProject
  • trunk/Utilities/Miscellaneous/PolyTextOut/PolyTextOut.vcxproj

    r406 r596  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <ItemGroup Label="ProjectConfigurations">
    44    <ProjectConfiguration Include="Debug|Win32">
     
    2828    <ConfigurationType>Application</ConfigurationType>
    2929    <UseDebugLibraries>true</UseDebugLibraries>
    30     <PlatformToolset>v110</PlatformToolset>
     30    <PlatformToolset>v120</PlatformToolset>
    3131    <CharacterSet>Unicode</CharacterSet>
    3232  </PropertyGroup>
     
    3434    <ConfigurationType>Application</ConfigurationType>
    3535    <UseDebugLibraries>true</UseDebugLibraries>
    36     <PlatformToolset>v110</PlatformToolset>
     36    <PlatformToolset>v120</PlatformToolset>
    3737    <CharacterSet>Unicode</CharacterSet>
    3838  </PropertyGroup>
     
    4040    <ConfigurationType>Application</ConfigurationType>
    4141    <UseDebugLibraries>false</UseDebugLibraries>
    42     <PlatformToolset>v110</PlatformToolset>
     42    <PlatformToolset>v120</PlatformToolset>
    4343    <WholeProgramOptimization>true</WholeProgramOptimization>
    4444    <CharacterSet>Unicode</CharacterSet>
     
    4747    <ConfigurationType>Application</ConfigurationType>
    4848    <UseDebugLibraries>false</UseDebugLibraries>
    49     <PlatformToolset>v110</PlatformToolset>
     49    <PlatformToolset>v120</PlatformToolset>
    5050    <WholeProgramOptimization>true</WholeProgramOptimization>
    5151    <CharacterSet>Unicode</CharacterSet>
Note: See TracChangeset for help on using the changeset viewer.