Changeset 184137 in webkit


Ignore:
Timestamp:
May 11, 2015 5:58:07 PM (9 years ago)
Author:
Brent Fulgham
Message:

[Win] Move Windows build target to Windows 7 (or newer)
https://bugs.webkit.org/show_bug.cgi?id=144890
<rdar://problem/20707307>

Reviewed by Anders Carlsson.

Update linked SDK and minimal Windows level to be compatible with
Windows 7 or newer.

Source/JavaScriptCore:

Source/ThirdParty:

  • gtest/msvc/gtest-md.vcxproj:

Source/ThirdParty/ANGLE:

  • ANGLE.vcxproj/libEGL.vcxproj:
  • ANGLE.vcxproj/libGLESv2.vcxproj:
  • ANGLE.vcxproj/preprocessor.vcxproj:
  • ANGLE.vcxproj/translator_common.vcxproj:
  • ANGLE.vcxproj/translator_glsl.vcxproj:
  • ANGLE.vcxproj/translator_hlsl.vcxproj:

Source/WebCore:

  • WebCore.vcxproj/WebCore.vcxproj:
  • WebCore.vcxproj/WebCoreGenerated.vcxproj:
  • WebCore.vcxproj/WebCoreTestSupport.vcxproj:
  • WebCorePrefix.h:
  • config.h:
  • testing/js/WebCoreTestSupportPrefix.h:

Source/WebInspectorUI:

  • WebInspectorUI.vcxproj/WebInspectorUI.vcxproj:

Source/WebKit:

  • WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
  • WebKit.vcxproj/WebKit/WebKit.vcxproj:
  • WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:

Source/WebKit/win:

  • WebKitPrefix.h:

Source/WTF:

  • WTF.vcxproj/WTF.vcxproj:
  • WTF.vcxproj/WTFGenerated.vcxproj:
  • config.h:

Tools:

  • DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTree.vcxproj:
  • DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj:
  • DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiff.vcxproj:
  • DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncher.vcxproj:
  • DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj:
  • DumpRenderTree/config.h:
  • TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj:
  • WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj:
  • WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj:
  • WinLauncher/stdafx.h:
Location:
trunk
Files:
54 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r184128 r184137  
     12015-05-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Move Windows build target to Windows 7 (or newer)
     4        https://bugs.webkit.org/show_bug.cgi?id=144890
     5        <rdar://problem/20707307>
     6
     7        Reviewed by Anders Carlsson.
     8
     9        Update linked SDK and minimal Windows level to be compatible with
     10        Windows 7 or newer.
     11
     12        * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
     13        * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters:
     14        * JavaScriptCore.vcxproj/JavaScriptCoreGenerated.vcxproj:
     15        * JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.vcxproj:
     16        * JavaScriptCore.vcxproj/LLInt/LLIntDesiredOffsets/LLIntDesiredOffsets.vcxproj:
     17        * JavaScriptCore.vcxproj/LLInt/LLIntOffsetsExtractor/LLIntOffsetsExtractor.vcxproj:
     18        * JavaScriptCore.vcxproj/jsc/jsc.vcxproj:
     19        * JavaScriptCore.vcxproj/jsc/jscLauncher.vcxproj:
     20        * JavaScriptCore.vcxproj/libllvmForJSC/libllvmForJSC.vcxproj:
     21        * JavaScriptCore.vcxproj/testRegExp/testRegExp.vcxproj:
     22        * JavaScriptCore.vcxproj/testRegExp/testRegExpLauncher.vcxproj:
     23        * JavaScriptCore.vcxproj/testapi/testapi.vcxproj:
     24        * JavaScriptCore.vcxproj/testapi/testapiLauncher.vcxproj:
     25        * config.h:
     26
    1272015-05-08  Filip Pizlo  <fpizlo@apple.com>
    228
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj

    r184120 r184137  
    6262    <CharacterSet>Unicode</CharacterSet>
    6363    <ConfigurationType>DynamicLibrary</ConfigurationType>
    64     <PlatformToolset>v120_xp</PlatformToolset>
     64    <PlatformToolset>v120</PlatformToolset>
    6565  </PropertyGroup>
    6666  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    8686    <CharacterSet>Unicode</CharacterSet>
    8787    <ConfigurationType>DynamicLibrary</ConfigurationType>
    88     <PlatformToolset>v120_xp</PlatformToolset>
     88    <PlatformToolset>v120</PlatformToolset>
    8989  </PropertyGroup>
    9090  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     
    9898    <UseDebugLibraries>false</UseDebugLibraries>
    9999    <CharacterSet>Unicode</CharacterSet>
    100     <PlatformToolset>v120_xp</PlatformToolset>
     100    <PlatformToolset>v120</PlatformToolset>
    101101  </PropertyGroup>
    102102  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    122122    <UseDebugLibraries>false</UseDebugLibraries>
    123123    <CharacterSet>Unicode</CharacterSet>
    124     <PlatformToolset>v120_xp</PlatformToolset>
     124    <PlatformToolset>v120</PlatformToolset>
    125125  </PropertyGroup>
    126126  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters

    r184120 r184137  
    517517      <Filter>runtime</Filter>
    518518    </ClCompile>
    519     <ClCompile Include="..\runtime\Arguments.cpp">
    520       <Filter>runtime</Filter>
    521     </ClCompile>
    522519    <ClCompile Include="..\runtime\ArrayConstructor.cpp">
    523520      <Filter>runtime</Filter>
     
    10691066      <Filter>dfg</Filter>
    10701067    </ClCompile>
    1071     <ClCompile Include="..\dfg\DFGArgumentsSimplificationPhase.cpp">
    1072       <Filter>dfg</Filter>
    1073     </ClCompile>
    10741068    <ClCompile Include="..\dfg\DFGArrayMode.cpp">
    10751069      <Filter>dfg</Filter>
     
    12521246      <Filter>dfg</Filter>
    12531247    </ClCompile>
    1254     <ClCompile Include="..\dfg\DFGPhantomCanonicalizationPhase.cpp">
    1255       <Filter>dfg</Filter>
    1256     </ClCompile>
    12571248    <ClCompile Include="..\dfg\DFGPhase.cpp">
    12581249      <Filter>dfg</Filter>
     
    13941385    </ClCompile>
    13951386    <ClCompile Include="..\dfg\DFGAvailability.cpp">
    1396       <Filter>dfg</Filter>
    1397     </ClCompile>
    1398     <ClCompile Include="..\dfg\DFGResurrectionForValidationPhase.cpp">
    13991387      <Filter>dfg</Filter>
    14001388    </ClCompile>
     
    16871675      <Filter>dfg</Filter>
    16881676    </ClCompile>
    1689     <ClCompile Include="..\dfg\DFGPhantomRemovalPhase.cpp">
    1690       <Filter>dfg</Filter>
    1691     </ClCompile>
    16921677    <ClCompile Include="..\dfg\DFGPureValue.cpp">
    16931678      <Filter>dfg</Filter>
     
    17121697    </ClCompile>
    17131698    <ClCompile Include="..\bytecode\ToThisStatus.cpp">
    1714       <Filter>bytecode</Filter>
    1715     </ClCompile>
    1716     <ClCompile Include="..\bytecode\VariableWatchpointSet.cpp">
    17171699      <Filter>bytecode</Filter>
    17181700    </ClCompile>
     
    17861768      <Filter>jit</Filter>
    17871769    </ClCompile>
     1770    <ClCompile Include="..\bytecode\VariableWriteFireDetail.cpp" />
     1771    <ClCompile Include="..\dfg\DFGArgumentsEliminationPhase.cpp" />
     1772    <ClCompile Include="..\dfg\DFGArgumentsUtilities.cpp" />
     1773    <ClCompile Include="..\dfg\DFGCleanUpPhase.cpp" />
     1774    <ClCompile Include="..\dfg\DFGEpoch.cpp" />
     1775    <ClCompile Include="..\dfg\DFGMovHintRemovalPhase.cpp" />
     1776    <ClCompile Include="..\dfg\DFGPhantomInsertionPhase.cpp" />
     1777    <ClCompile Include="..\dfg\DFGVarargsForwardingPhase.cpp" />
     1778    <ClCompile Include="..\jit\ExecutableAllocationFuzz.cpp" />
     1779    <ClCompile Include="..\runtime\ClonedArguments.cpp" />
     1780    <ClCompile Include="..\runtime\ConstantMode.cpp" />
     1781    <ClCompile Include="..\runtime\DirectArguments.cpp" />
     1782    <ClCompile Include="..\runtime\DirectArgumentsOffset.cpp" />
     1783    <ClCompile Include="..\runtime\InferredValue.cpp" />
     1784    <ClCompile Include="..\runtime\ScopeOffset.cpp" />
     1785    <ClCompile Include="..\runtime\ScopedArguments.cpp" />
     1786    <ClCompile Include="..\runtime\ScopedArgumentsTable.cpp" />
     1787    <ClCompile Include="..\runtime\TypeofType.cpp" />
     1788    <ClCompile Include="..\runtime\VarOffset.cpp" />
    17881789  </ItemGroup>
    17891790  <ItemGroup>
     
    25262527      <Filter>runtime</Filter>
    25272528    </ClInclude>
    2528     <ClInclude Include="..\runtime\Arguments.h">
    2529       <Filter>runtime</Filter>
    2530     </ClInclude>
    25312529    <ClInclude Include="..\runtime\ArrayConstructor.h">
    25322530      <Filter>runtime</Filter>
     
    33913389      <Filter>dfg</Filter>
    33923390    </ClInclude>
    3393     <ClInclude Include="..\dfg\DFGArgumentsSimplificationPhase.h">
    3394       <Filter>dfg</Filter>
    3395     </ClInclude>
    33963391    <ClInclude Include="..\dfg\DFGArrayifySlowPathGenerator.h">
    33973392      <Filter>dfg</Filter>
     
    36223617      <Filter>dfg</Filter>
    36233618    </ClInclude>
    3624     <ClInclude Include="..\dfg\DFGPhantomCanonicalizationPhase.h">
    3625       <Filter>dfg</Filter>
    3626     </ClInclude>
    36273619    <ClInclude Include="..\dfg\DFGPhase.h">
    36283620      <Filter>dfg</Filter>
     
    37003692      <Filter>dfg</Filter>
    37013693    </ClInclude>
    3702     <ClInclude Include="..\dfg\DFGValueRecoveryOverride.h">
    3703       <Filter>dfg</Filter>
    3704     </ClInclude>
    37053694    <ClInclude Include="..\dfg\DFGValueSource.h">
    37063695      <Filter>dfg</Filter>
     
    38233812      <Filter>jit</Filter>
    38243813    </ClInclude>
    3825     <ClInclude Include="..\dfg\DFGResurrectionForValidationPhase.h">
    3826       <Filter>dfg</Filter>
    3827     </ClInclude>
    38283814    <ClInclude Include="..\dfg\DFGAvailability.h">
    38293815      <Filter>dfg</Filter>
     
    38373823    <ClInclude Include="..\runtime\StackAlignment.h">
    38383824      <Filter>runtime</Filter>
    3839     </ClInclude>
    3840     <ClInclude Include="..\bytecode\VariableWatchpointSet.h">
    3841       <Filter>bytecode</Filter>
    38423825    </ClInclude>
    38433826    <ClInclude Include="..\bindings\ScriptFunctionCall.h">
     
    41704153    </ClInclude>
    41714154    <ClInclude Include="..\dfg\DFGMayExit.h">
    4172       <Filter>dfg</Filter>
    4173     </ClInclude>
    4174     <ClInclude Include="..\dfg\DFGPhantomRemovalPhase.h">
    41754155      <Filter>dfg</Filter>
    41764156    </ClInclude>
     
    42724252    <ClInclude Include="..\runtime\JSFunctionNameScope.h" />
    42734253    <ClInclude Include="..\runtime\MathCommon.h" />
     4254    <ClInclude Include="..\bytecode\BytecodeKills.h" />
     4255    <ClInclude Include="..\bytecode\VariableWriteFireDetail.h" />
     4256    <ClInclude Include="..\dfg\DFGArgumentsEliminationPhase.h" />
     4257    <ClInclude Include="..\dfg\DFGArgumentsUtilities.h" />
     4258    <ClInclude Include="..\dfg\DFGCallCreateDirectArgumentsSlowPathGenerator.h" />
     4259    <ClInclude Include="..\dfg\DFGCleanUpPhase.h" />
     4260    <ClInclude Include="..\dfg\DFGEpoch.h" />
     4261    <ClInclude Include="..\dfg\DFGForAllKills.h" />
     4262    <ClInclude Include="..\dfg\DFGMovHintRemovalPhase.h" />
     4263    <ClInclude Include="..\dfg\DFGPhantomInsertionPhase.h" />
     4264    <ClInclude Include="..\dfg\DFGVarargsForwardingPhase.h" />
     4265    <ClInclude Include="..\jit\ExecutableAllocationFuzz.h" />
     4266    <ClInclude Include="..\runtime\ArgumentsMode.h" />
     4267    <ClInclude Include="..\runtime\ClonedArguments.h" />
     4268    <ClInclude Include="..\runtime\DirectArguments.h" />
     4269    <ClInclude Include="..\runtime\DirectArgumentsOffset.h" />
     4270    <ClInclude Include="..\runtime\GenericArguments.h" />
     4271    <ClInclude Include="..\runtime\GenericArgumentsInlines.h" />
     4272    <ClInclude Include="..\runtime\GenericOffset.h" />
     4273    <ClInclude Include="..\runtime\InferredValue.h" />
     4274    <ClInclude Include="..\runtime\ScopeOffset.h" />
     4275    <ClInclude Include="..\runtime\ScopedArguments.h" />
     4276    <ClInclude Include="..\runtime\ScopedArgumentsTable.h" />
     4277    <ClInclude Include="..\runtime\TypeofType.h" />
     4278    <ClInclude Include="..\runtime\VarOffset.h" />
    42744279  </ItemGroup>
    42754280  <ItemGroup>
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCoreGenerated.vcxproj

    r170937 r184137  
    6565    <ConfigurationType>Makefile</ConfigurationType>
    6666    <UseDebugLibraries>true</UseDebugLibraries>
    67     <PlatformToolset>v120_xp</PlatformToolset>
     67    <PlatformToolset>v120</PlatformToolset>
    6868  </PropertyGroup>
    6969  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    8585    <ConfigurationType>Makefile</ConfigurationType>
    8686    <UseDebugLibraries>true</UseDebugLibraries>
    87     <PlatformToolset>v120_xp</PlatformToolset>
     87    <PlatformToolset>v120</PlatformToolset>
    8888  </PropertyGroup>
    8989  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
    9090    <ConfigurationType>Makefile</ConfigurationType>
    9191    <UseDebugLibraries>true</UseDebugLibraries>
    92     <PlatformToolset>v120_xp</PlatformToolset>
     92    <PlatformToolset>v120</PlatformToolset>
    9393  </PropertyGroup>
    9494  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    9595    <ConfigurationType>Makefile</ConfigurationType>
    9696    <UseDebugLibraries>false</UseDebugLibraries>
    97     <PlatformToolset>v120_xp</PlatformToolset>
     97    <PlatformToolset>v120</PlatformToolset>
    9898  </PropertyGroup>
    9999  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    115115    <ConfigurationType>Makefile</ConfigurationType>
    116116    <UseDebugLibraries>false</UseDebugLibraries>
    117     <PlatformToolset>v120_xp</PlatformToolset>
     117    <PlatformToolset>v120</PlatformToolset>
    118118  </PropertyGroup>
    119119  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.vcxproj

    r170937 r184137  
    5959  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    6060    <ConfigurationType>Makefile</ConfigurationType>
    61     <PlatformToolset>v120_xp</PlatformToolset>
     61    <PlatformToolset>v120</PlatformToolset>
    6262  </PropertyGroup>
    6363  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    7575  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
    7676    <ConfigurationType>Makefile</ConfigurationType>
    77     <PlatformToolset>v120_xp</PlatformToolset>
     77    <PlatformToolset>v120</PlatformToolset>
    7878  </PropertyGroup>
    7979  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    8383  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    8484    <ConfigurationType>Makefile</ConfigurationType>
    85     <PlatformToolset>v120_xp</PlatformToolset>
     85    <PlatformToolset>v120</PlatformToolset>
    8686  </PropertyGroup>
    8787  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    9999  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    100100    <ConfigurationType>Makefile</ConfigurationType>
    101     <PlatformToolset>v120_xp</PlatformToolset>
     101    <PlatformToolset>v120</PlatformToolset>
    102102  </PropertyGroup>
    103103  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/LLInt/LLIntDesiredOffsets/LLIntDesiredOffsets.vcxproj

    r170937 r184137  
    5959  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    6060    <ConfigurationType>Makefile</ConfigurationType>
    61     <PlatformToolset>v120_xp</PlatformToolset>
     61    <PlatformToolset>v120</PlatformToolset>
    6262  </PropertyGroup>
    6363  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    7575  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
    7676    <ConfigurationType>Makefile</ConfigurationType>
    77     <PlatformToolset>v120_xp</PlatformToolset>
     77    <PlatformToolset>v120</PlatformToolset>
    7878  </PropertyGroup>
    7979  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    8383  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    8484    <ConfigurationType>Makefile</ConfigurationType>
    85     <PlatformToolset>v120_xp</PlatformToolset>
     85    <PlatformToolset>v120</PlatformToolset>
    8686  </PropertyGroup>
    8787  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    9999  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    100100    <ConfigurationType>Makefile</ConfigurationType>
    101     <PlatformToolset>v120_xp</PlatformToolset>
     101    <PlatformToolset>v120</PlatformToolset>
    102102  </PropertyGroup>
    103103  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/LLInt/LLIntOffsetsExtractor/LLIntOffsetsExtractor.vcxproj

    r160655 r184137  
    6262    <ConfigurationType>Application</ConfigurationType>
    6363    <CharacterSet>Unicode</CharacterSet>
    64     <PlatformToolset>v120_xp</PlatformToolset>
     64    <PlatformToolset>v120</PlatformToolset>
    6565  </PropertyGroup>
    6666  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    8282    <ConfigurationType>Application</ConfigurationType>
    8383    <CharacterSet>Unicode</CharacterSet>
    84     <PlatformToolset>v120_xp</PlatformToolset>
     84    <PlatformToolset>v120</PlatformToolset>
    8585  </PropertyGroup>
    8686  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    102102    <ConfigurationType>Application</ConfigurationType>
    103103    <CharacterSet>Unicode</CharacterSet>
    104     <PlatformToolset>v120_xp</PlatformToolset>
     104    <PlatformToolset>v120</PlatformToolset>
    105105  </PropertyGroup>
    106106  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     
    112112    <ConfigurationType>Application</ConfigurationType>
    113113    <CharacterSet>Unicode</CharacterSet>
    114     <PlatformToolset>v120_xp</PlatformToolset>
     114    <PlatformToolset>v120</PlatformToolset>
    115115  </PropertyGroup>
    116116  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/jsc/jsc.vcxproj

    r173018 r184137  
    6161    <UseDebugLibraries>true</UseDebugLibraries>
    6262    <CharacterSet>Unicode</CharacterSet>
     63    <PlatformToolset>v120</PlatformToolset>
     64  </PropertyGroup>
     65  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     66    <ConfigurationType>DynamicLibrary</ConfigurationType>
     67    <UseDebugLibraries>true</UseDebugLibraries>
     68    <CharacterSet>Unicode</CharacterSet>
     69    <PlatformToolset>v120</PlatformToolset>
     70  </PropertyGroup>
     71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
     72    <ConfigurationType>DynamicLibrary</ConfigurationType>
     73    <UseDebugLibraries>true</UseDebugLibraries>
     74    <CharacterSet>Unicode</CharacterSet>
    6375    <PlatformToolset>v120_xp</PlatformToolset>
    6476  </PropertyGroup>
    65   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    66     <ConfigurationType>DynamicLibrary</ConfigurationType>
    67     <UseDebugLibraries>true</UseDebugLibraries>
    68     <CharacterSet>Unicode</CharacterSet>
    69     <PlatformToolset>v120</PlatformToolset>
    70   </PropertyGroup>
    71   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
     77  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    7278    <ConfigurationType>DynamicLibrary</ConfigurationType>
    7379    <UseDebugLibraries>true</UseDebugLibraries>
     
    7581    <PlatformToolset>v120_xp</PlatformToolset>
    7682  </PropertyGroup>
    77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    78     <ConfigurationType>DynamicLibrary</ConfigurationType>
    79     <UseDebugLibraries>true</UseDebugLibraries>
     83  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     84    <ConfigurationType>DynamicLibrary</ConfigurationType>
     85    <UseDebugLibraries>true</UseDebugLibraries>
     86    <CharacterSet>Unicode</CharacterSet>
     87    <PlatformToolset>v120</PlatformToolset>
     88  </PropertyGroup>
     89  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     90    <ConfigurationType>DynamicLibrary</ConfigurationType>
     91    <UseDebugLibraries>true</UseDebugLibraries>
     92    <CharacterSet>Unicode</CharacterSet>
     93    <PlatformToolset>v120</PlatformToolset>
     94  </PropertyGroup>
     95  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     96    <ConfigurationType>DynamicLibrary</ConfigurationType>
     97    <UseDebugLibraries>false</UseDebugLibraries>
     98    <CharacterSet>Unicode</CharacterSet>
     99    <PlatformToolset>v120</PlatformToolset>
     100  </PropertyGroup>
     101  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     102    <ConfigurationType>DynamicLibrary</ConfigurationType>
     103    <UseDebugLibraries>false</UseDebugLibraries>
     104    <CharacterSet>Unicode</CharacterSet>
     105    <PlatformToolset>v120</PlatformToolset>
     106  </PropertyGroup>
     107  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     108    <ConfigurationType>DynamicLibrary</ConfigurationType>
     109    <UseDebugLibraries>false</UseDebugLibraries>
    80110    <CharacterSet>Unicode</CharacterSet>
    81111    <PlatformToolset>v120_xp</PlatformToolset>
    82112  </PropertyGroup>
    83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    84     <ConfigurationType>DynamicLibrary</ConfigurationType>
    85     <UseDebugLibraries>true</UseDebugLibraries>
     113  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
     114    <ConfigurationType>DynamicLibrary</ConfigurationType>
     115    <UseDebugLibraries>false</UseDebugLibraries>
    86116    <CharacterSet>Unicode</CharacterSet>
    87117    <PlatformToolset>v120_xp</PlatformToolset>
    88118  </PropertyGroup>
    89   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
    90     <ConfigurationType>DynamicLibrary</ConfigurationType>
    91     <UseDebugLibraries>true</UseDebugLibraries>
    92     <CharacterSet>Unicode</CharacterSet>
    93     <PlatformToolset>v120</PlatformToolset>
    94   </PropertyGroup>
    95   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    96     <ConfigurationType>DynamicLibrary</ConfigurationType>
    97     <UseDebugLibraries>false</UseDebugLibraries>
    98     <CharacterSet>Unicode</CharacterSet>
    99     <PlatformToolset>v120_xp</PlatformToolset>
    100   </PropertyGroup>
    101   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    102     <ConfigurationType>DynamicLibrary</ConfigurationType>
    103     <UseDebugLibraries>false</UseDebugLibraries>
    104     <CharacterSet>Unicode</CharacterSet>
    105     <PlatformToolset>v120</PlatformToolset>
    106   </PropertyGroup>
    107   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
    108     <ConfigurationType>DynamicLibrary</ConfigurationType>
    109     <UseDebugLibraries>false</UseDebugLibraries>
    110     <CharacterSet>Unicode</CharacterSet>
    111     <PlatformToolset>v120_xp</PlatformToolset>
    112   </PropertyGroup>
    113   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
    114     <ConfigurationType>DynamicLibrary</ConfigurationType>
    115     <UseDebugLibraries>false</UseDebugLibraries>
    116     <CharacterSet>Unicode</CharacterSet>
    117     <PlatformToolset>v120_xp</PlatformToolset>
    118   </PropertyGroup>
    119119  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
    120120    <ConfigurationType>DynamicLibrary</ConfigurationType>
    121121    <UseDebugLibraries>false</UseDebugLibraries>
    122122    <CharacterSet>Unicode</CharacterSet>
    123     <PlatformToolset>v120_xp</PlatformToolset>
     123    <PlatformToolset>v120</PlatformToolset>
    124124  </PropertyGroup>
    125125  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/jsc/jscLauncher.vcxproj

    r176021 r184137  
    6161    <ConfigurationType>Application</ConfigurationType>
    6262    <CharacterSet>Unicode</CharacterSet>
    63     <PlatformToolset>v120_xp</PlatformToolset>
     63    <PlatformToolset>v120</PlatformToolset>
    6464  </PropertyGroup>
    6565  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    8181    <ConfigurationType>Application</ConfigurationType>
    8282    <CharacterSet>Unicode</CharacterSet>
    83     <PlatformToolset>v120_xp</PlatformToolset>
     83    <PlatformToolset>v120</PlatformToolset>
    8484  </PropertyGroup>
    8585  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    9191    <ConfigurationType>Application</ConfigurationType>
    9292    <CharacterSet>Unicode</CharacterSet>
    93     <PlatformToolset>v120_xp</PlatformToolset>
     93    <PlatformToolset>v120</PlatformToolset>
    9494  </PropertyGroup>
    9595  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    111111    <ConfigurationType>Application</ConfigurationType>
    112112    <CharacterSet>Unicode</CharacterSet>
    113     <PlatformToolset>v120_xp</PlatformToolset>
     113    <PlatformToolset>v120</PlatformToolset>
    114114  </PropertyGroup>
    115115  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/libllvmForJSC/libllvmForJSC.vcxproj

    r170171 r184137  
    6262    <CharacterSet>Unicode</CharacterSet>
    6363    <WholeProgramOptimization>true</WholeProgramOptimization>
    64     <PlatformToolset>v120_xp</PlatformToolset>
     64    <PlatformToolset>v120</PlatformToolset>
    6565  </PropertyGroup>
    6666  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    6767    <ConfigurationType>DynamicLibrary</ConfigurationType>
    6868    <CharacterSet>Unicode</CharacterSet>
    69     <PlatformToolset>v120_xp</PlatformToolset>
     69    <PlatformToolset>v120</PlatformToolset>
    7070  </PropertyGroup>
    7171  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    7878    <ConfigurationType>DynamicLibrary</ConfigurationType>
    7979    <CharacterSet>Unicode</CharacterSet>
    80     <PlatformToolset>v120_xp</PlatformToolset>
     80    <PlatformToolset>v120</PlatformToolset>
    8181  </PropertyGroup>
    8282  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
     
    9090  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
    9191    <ConfigurationType>DynamicLibrary</ConfigurationType>
    92     <PlatformToolset>v120_xp</PlatformToolset>
     92    <PlatformToolset>v120</PlatformToolset>
    9393  </PropertyGroup>
    9494  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExp.vcxproj

    r173018 r184137  
    6262    <UseDebugLibraries>true</UseDebugLibraries>
    6363    <CharacterSet>Unicode</CharacterSet>
     64    <PlatformToolset>v120</PlatformToolset>
     65  </PropertyGroup>
     66  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     67    <ConfigurationType>DynamicLibrary</ConfigurationType>
     68    <UseDebugLibraries>true</UseDebugLibraries>
     69    <CharacterSet>Unicode</CharacterSet>
     70    <PlatformToolset>v120</PlatformToolset>
     71  </PropertyGroup>
     72  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
     73    <ConfigurationType>DynamicLibrary</ConfigurationType>
     74    <UseDebugLibraries>true</UseDebugLibraries>
     75    <CharacterSet>Unicode</CharacterSet>
    6476    <PlatformToolset>v120_xp</PlatformToolset>
    6577  </PropertyGroup>
    66   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    67     <ConfigurationType>DynamicLibrary</ConfigurationType>
    68     <UseDebugLibraries>true</UseDebugLibraries>
    69     <CharacterSet>Unicode</CharacterSet>
    70     <PlatformToolset>v120</PlatformToolset>
    71   </PropertyGroup>
    72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
     78  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    7379    <ConfigurationType>DynamicLibrary</ConfigurationType>
    7480    <UseDebugLibraries>true</UseDebugLibraries>
     
    7682    <PlatformToolset>v120_xp</PlatformToolset>
    7783  </PropertyGroup>
    78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    79     <ConfigurationType>DynamicLibrary</ConfigurationType>
    80     <UseDebugLibraries>true</UseDebugLibraries>
     84  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     85    <ConfigurationType>DynamicLibrary</ConfigurationType>
     86    <UseDebugLibraries>true</UseDebugLibraries>
     87    <CharacterSet>Unicode</CharacterSet>
     88    <PlatformToolset>v120</PlatformToolset>
     89  </PropertyGroup>
     90  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     91    <ConfigurationType>DynamicLibrary</ConfigurationType>
     92    <UseDebugLibraries>true</UseDebugLibraries>
     93    <CharacterSet>Unicode</CharacterSet>
     94    <PlatformToolset>v120</PlatformToolset>
     95  </PropertyGroup>
     96  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     97    <ConfigurationType>DynamicLibrary</ConfigurationType>
     98    <UseDebugLibraries>false</UseDebugLibraries>
     99    <CharacterSet>Unicode</CharacterSet>
     100    <PlatformToolset>v120</PlatformToolset>
     101  </PropertyGroup>
     102  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     103    <ConfigurationType>DynamicLibrary</ConfigurationType>
     104    <UseDebugLibraries>false</UseDebugLibraries>
     105    <CharacterSet>Unicode</CharacterSet>
     106    <PlatformToolset>v120</PlatformToolset>
     107  </PropertyGroup>
     108  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     109    <ConfigurationType>DynamicLibrary</ConfigurationType>
     110    <UseDebugLibraries>false</UseDebugLibraries>
    81111    <CharacterSet>Unicode</CharacterSet>
    82112    <PlatformToolset>v120_xp</PlatformToolset>
    83113  </PropertyGroup>
    84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    85     <ConfigurationType>DynamicLibrary</ConfigurationType>
    86     <UseDebugLibraries>true</UseDebugLibraries>
     114  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
     115    <ConfigurationType>DynamicLibrary</ConfigurationType>
     116    <UseDebugLibraries>false</UseDebugLibraries>
    87117    <CharacterSet>Unicode</CharacterSet>
    88118    <PlatformToolset>v120_xp</PlatformToolset>
    89119  </PropertyGroup>
    90   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
    91     <ConfigurationType>DynamicLibrary</ConfigurationType>
    92     <UseDebugLibraries>true</UseDebugLibraries>
    93     <CharacterSet>Unicode</CharacterSet>
    94     <PlatformToolset>v120</PlatformToolset>
    95   </PropertyGroup>
    96   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    97     <ConfigurationType>DynamicLibrary</ConfigurationType>
    98     <UseDebugLibraries>false</UseDebugLibraries>
    99     <CharacterSet>Unicode</CharacterSet>
    100     <PlatformToolset>v120_xp</PlatformToolset>
    101   </PropertyGroup>
    102   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    103     <ConfigurationType>DynamicLibrary</ConfigurationType>
    104     <UseDebugLibraries>false</UseDebugLibraries>
    105     <CharacterSet>Unicode</CharacterSet>
    106     <PlatformToolset>v120</PlatformToolset>
    107   </PropertyGroup>
    108   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
    109     <ConfigurationType>DynamicLibrary</ConfigurationType>
    110     <UseDebugLibraries>false</UseDebugLibraries>
    111     <CharacterSet>Unicode</CharacterSet>
    112     <PlatformToolset>v120_xp</PlatformToolset>
    113   </PropertyGroup>
    114   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
    115     <ConfigurationType>DynamicLibrary</ConfigurationType>
    116     <UseDebugLibraries>false</UseDebugLibraries>
    117     <CharacterSet>Unicode</CharacterSet>
    118     <PlatformToolset>v120_xp</PlatformToolset>
    119   </PropertyGroup>
    120120  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
    121121    <ConfigurationType>DynamicLibrary</ConfigurationType>
    122122    <UseDebugLibraries>false</UseDebugLibraries>
    123123    <CharacterSet>Unicode</CharacterSet>
    124     <PlatformToolset>v120_xp</PlatformToolset>
     124    <PlatformToolset>v120</PlatformToolset>
    125125  </PropertyGroup>
    126126  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExpLauncher.vcxproj

    r173327 r184137  
    6161    <ConfigurationType>Application</ConfigurationType>
    6262    <CharacterSet>Unicode</CharacterSet>
    63     <PlatformToolset>v120_xp</PlatformToolset>
     63    <PlatformToolset>v120</PlatformToolset>
    6464  </PropertyGroup>
    6565  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    8181    <ConfigurationType>Application</ConfigurationType>
    8282    <CharacterSet>Unicode</CharacterSet>
    83     <PlatformToolset>v120_xp</PlatformToolset>
     83    <PlatformToolset>v120</PlatformToolset>
    8484  </PropertyGroup>
    8585  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    9191    <ConfigurationType>Application</ConfigurationType>
    9292    <CharacterSet>Unicode</CharacterSet>
    93     <PlatformToolset>v120_xp</PlatformToolset>
     93    <PlatformToolset>v120</PlatformToolset>
    9494  </PropertyGroup>
    9595  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    111111    <ConfigurationType>Application</ConfigurationType>
    112112    <CharacterSet>Unicode</CharacterSet>
    113     <PlatformToolset>v120_xp</PlatformToolset>
     113    <PlatformToolset>v120</PlatformToolset>
    114114  </PropertyGroup>
    115115  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapi.vcxproj

    r181806 r184137  
    6161    <UseDebugLibraries>true</UseDebugLibraries>
    6262    <CharacterSet>Unicode</CharacterSet>
     63    <PlatformToolset>v120</PlatformToolset>
     64  </PropertyGroup>
     65  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     66    <ConfigurationType>DynamicLibrary</ConfigurationType>
     67    <UseDebugLibraries>true</UseDebugLibraries>
     68    <CharacterSet>Unicode</CharacterSet>
     69    <PlatformToolset>v120</PlatformToolset>
     70  </PropertyGroup>
     71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
     72    <ConfigurationType>DynamicLibrary</ConfigurationType>
     73    <UseDebugLibraries>true</UseDebugLibraries>
     74    <CharacterSet>Unicode</CharacterSet>
    6375    <PlatformToolset>v120_xp</PlatformToolset>
    6476  </PropertyGroup>
    65   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    66     <ConfigurationType>DynamicLibrary</ConfigurationType>
    67     <UseDebugLibraries>true</UseDebugLibraries>
    68     <CharacterSet>Unicode</CharacterSet>
    69     <PlatformToolset>v120</PlatformToolset>
    70   </PropertyGroup>
    71   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
     77  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    7278    <ConfigurationType>DynamicLibrary</ConfigurationType>
    7379    <UseDebugLibraries>true</UseDebugLibraries>
     
    7581    <PlatformToolset>v120_xp</PlatformToolset>
    7682  </PropertyGroup>
    77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    78     <ConfigurationType>DynamicLibrary</ConfigurationType>
    79     <UseDebugLibraries>true</UseDebugLibraries>
     83  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     84    <ConfigurationType>DynamicLibrary</ConfigurationType>
     85    <UseDebugLibraries>true</UseDebugLibraries>
     86    <CharacterSet>Unicode</CharacterSet>
     87    <PlatformToolset>v120</PlatformToolset>
     88  </PropertyGroup>
     89  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     90    <ConfigurationType>DynamicLibrary</ConfigurationType>
     91    <UseDebugLibraries>true</UseDebugLibraries>
     92    <CharacterSet>Unicode</CharacterSet>
     93    <PlatformToolset>v120</PlatformToolset>
     94  </PropertyGroup>
     95  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     96    <ConfigurationType>DynamicLibrary</ConfigurationType>
     97    <UseDebugLibraries>false</UseDebugLibraries>
     98    <CharacterSet>Unicode</CharacterSet>
     99    <PlatformToolset>v120</PlatformToolset>
     100  </PropertyGroup>
     101  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     102    <ConfigurationType>DynamicLibrary</ConfigurationType>
     103    <UseDebugLibraries>false</UseDebugLibraries>
     104    <CharacterSet>Unicode</CharacterSet>
     105    <PlatformToolset>v120</PlatformToolset>
     106  </PropertyGroup>
     107  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     108    <ConfigurationType>DynamicLibrary</ConfigurationType>
     109    <UseDebugLibraries>false</UseDebugLibraries>
    80110    <CharacterSet>Unicode</CharacterSet>
    81111    <PlatformToolset>v120_xp</PlatformToolset>
    82112  </PropertyGroup>
    83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    84     <ConfigurationType>DynamicLibrary</ConfigurationType>
    85     <UseDebugLibraries>true</UseDebugLibraries>
     113  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
     114    <ConfigurationType>DynamicLibrary</ConfigurationType>
     115    <UseDebugLibraries>false</UseDebugLibraries>
    86116    <CharacterSet>Unicode</CharacterSet>
    87117    <PlatformToolset>v120_xp</PlatformToolset>
    88118  </PropertyGroup>
    89   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
    90     <ConfigurationType>DynamicLibrary</ConfigurationType>
    91     <UseDebugLibraries>true</UseDebugLibraries>
    92     <CharacterSet>Unicode</CharacterSet>
    93     <PlatformToolset>v120</PlatformToolset>
    94   </PropertyGroup>
    95   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    96     <ConfigurationType>DynamicLibrary</ConfigurationType>
    97     <UseDebugLibraries>false</UseDebugLibraries>
    98     <CharacterSet>Unicode</CharacterSet>
    99     <PlatformToolset>v120_xp</PlatformToolset>
    100   </PropertyGroup>
    101   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    102     <ConfigurationType>DynamicLibrary</ConfigurationType>
    103     <UseDebugLibraries>false</UseDebugLibraries>
    104     <CharacterSet>Unicode</CharacterSet>
    105     <PlatformToolset>v120</PlatformToolset>
    106   </PropertyGroup>
    107   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
    108     <ConfigurationType>DynamicLibrary</ConfigurationType>
    109     <UseDebugLibraries>false</UseDebugLibraries>
    110     <CharacterSet>Unicode</CharacterSet>
    111     <PlatformToolset>v120_xp</PlatformToolset>
    112   </PropertyGroup>
    113   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
    114     <ConfigurationType>DynamicLibrary</ConfigurationType>
    115     <UseDebugLibraries>false</UseDebugLibraries>
    116     <CharacterSet>Unicode</CharacterSet>
    117     <PlatformToolset>v120_xp</PlatformToolset>
    118   </PropertyGroup>
    119119  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
    120120    <ConfigurationType>DynamicLibrary</ConfigurationType>
    121121    <UseDebugLibraries>false</UseDebugLibraries>
    122122    <CharacterSet>Unicode</CharacterSet>
    123     <PlatformToolset>v120_xp</PlatformToolset>
     123    <PlatformToolset>v120</PlatformToolset>
    124124  </PropertyGroup>
    125125  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiLauncher.vcxproj

    r176021 r184137  
    6161    <ConfigurationType>Application</ConfigurationType>
    6262    <CharacterSet>Unicode</CharacterSet>
    63     <PlatformToolset>v120_xp</PlatformToolset>
     63    <PlatformToolset>v120</PlatformToolset>
    6464  </PropertyGroup>
    6565  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    8181    <ConfigurationType>Application</ConfigurationType>
    8282    <CharacterSet>Unicode</CharacterSet>
    83     <PlatformToolset>v120_xp</PlatformToolset>
     83    <PlatformToolset>v120</PlatformToolset>
    8484  </PropertyGroup>
    8585  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    9191    <ConfigurationType>Application</ConfigurationType>
    9292    <CharacterSet>Unicode</CharacterSet>
    93     <PlatformToolset>v120_xp</PlatformToolset>
     93    <PlatformToolset>v120</PlatformToolset>
    9494  </PropertyGroup>
    9595  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    111111    <ConfigurationType>Application</ConfigurationType>
    112112    <CharacterSet>Unicode</CharacterSet>
    113     <PlatformToolset>v120_xp</PlatformToolset>
     113    <PlatformToolset>v120</PlatformToolset>
    114114  </PropertyGroup>
    115115  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Source/JavaScriptCore/config.h

    r182890 r184137  
    3333
    3434#ifndef _WIN32_WINNT
    35 #define _WIN32_WINNT 0x0502
     35#define _WIN32_WINNT 0x601
    3636#endif
    3737
    3838#ifndef WINVER
    39 #define WINVER 0x0502
     39#define WINVER 0x0601
    4040#endif
    4141
  • trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGL.vcxproj

    r174467 r184137  
    6161    <CharacterSet>Unicode</CharacterSet>
    6262    <WholeProgramOptimization>true</WholeProgramOptimization>
    63     <PlatformToolset>v120_xp</PlatformToolset>
     63    <PlatformToolset>v120</PlatformToolset>
    6464  </PropertyGroup>
    6565  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    6666    <ConfigurationType>DynamicLibrary</ConfigurationType>
    6767    <CharacterSet>Unicode</CharacterSet>
    68     <PlatformToolset>v120_xp</PlatformToolset>
     68    <PlatformToolset>v120</PlatformToolset>
    6969  </PropertyGroup>
    7070  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    7171    <ConfigurationType>DynamicLibrary</ConfigurationType>
    7272    <CharacterSet>Unicode</CharacterSet>
    73     <PlatformToolset>v120_xp</PlatformToolset>
     73    <PlatformToolset>v120</PlatformToolset>
    7474  </PropertyGroup>
    7575  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  • trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2.vcxproj

    r172296 r184137  
    6060    <ConfigurationType>DynamicLibrary</ConfigurationType>
    6161    <WholeProgramOptimization>true</WholeProgramOptimization>
     62    <PlatformToolset>v120</PlatformToolset>
     63  </PropertyGroup>
     64  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     65    <ConfigurationType>DynamicLibrary</ConfigurationType>
     66    <PlatformToolset>v120</PlatformToolset>
     67  </PropertyGroup>
     68  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     69    <ConfigurationType>DynamicLibrary</ConfigurationType>
     70    <PlatformToolset>v120</PlatformToolset>
     71  </PropertyGroup>
     72  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     73    <ConfigurationType>DynamicLibrary</ConfigurationType>
     74    <WholeProgramOptimization>true</WholeProgramOptimization>
     75    <PlatformToolset>v120</PlatformToolset>
     76  </PropertyGroup>
     77  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     78    <ConfigurationType>DynamicLibrary</ConfigurationType>
     79    <PlatformToolset>v120</PlatformToolset>
     80  </PropertyGroup>
     81  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     82    <ConfigurationType>DynamicLibrary</ConfigurationType>
     83    <PlatformToolset>v120</PlatformToolset>
     84  </PropertyGroup>
     85  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
     86    <ConfigurationType>DynamicLibrary</ConfigurationType>
    6287    <PlatformToolset>v120_xp</PlatformToolset>
    6388  </PropertyGroup>
    64   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     89  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
    6590    <ConfigurationType>DynamicLibrary</ConfigurationType>
    6691    <PlatformToolset>v120_xp</PlatformToolset>
    6792  </PropertyGroup>
    68   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    69     <ConfigurationType>DynamicLibrary</ConfigurationType>
    70     <PlatformToolset>v120_xp</PlatformToolset>
    71   </PropertyGroup>
    72   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    73     <ConfigurationType>DynamicLibrary</ConfigurationType>
    74     <WholeProgramOptimization>true</WholeProgramOptimization>
    75     <PlatformToolset>v120</PlatformToolset>
    76   </PropertyGroup>
    77   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    78     <ConfigurationType>DynamicLibrary</ConfigurationType>
    79     <PlatformToolset>v120</PlatformToolset>
    80   </PropertyGroup>
    81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
    82     <ConfigurationType>DynamicLibrary</ConfigurationType>
    83     <PlatformToolset>v120</PlatformToolset>
    84   </PropertyGroup>
    85   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
    86     <ConfigurationType>DynamicLibrary</ConfigurationType>
    87     <PlatformToolset>v120_xp</PlatformToolset>
    88   </PropertyGroup>
    89   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
    90     <ConfigurationType>DynamicLibrary</ConfigurationType>
    91     <PlatformToolset>v120_xp</PlatformToolset>
    92   </PropertyGroup>
    9393  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
    9494    <ConfigurationType>DynamicLibrary</ConfigurationType>
    95     <PlatformToolset>v120_xp</PlatformToolset>
     95    <PlatformToolset>v120</PlatformToolset>
    9696  </PropertyGroup>
    9797  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
  • trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/preprocessor.vcxproj

    r172296 r184137  
    5959  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    6060    <ConfigurationType>StaticLibrary</ConfigurationType>
     61    <PlatformToolset>v120</PlatformToolset>
     62  </PropertyGroup>
     63  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     64    <ConfigurationType>StaticLibrary</ConfigurationType>
     65    <PlatformToolset>v120</PlatformToolset>
     66  </PropertyGroup>
     67  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     68    <ConfigurationType>StaticLibrary</ConfigurationType>
     69    <PlatformToolset>v120</PlatformToolset>
     70  </PropertyGroup>
     71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     72    <ConfigurationType>StaticLibrary</ConfigurationType>
     73    <PlatformToolset>v120</PlatformToolset>
     74  </PropertyGroup>
     75  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     76    <ConfigurationType>StaticLibrary</ConfigurationType>
     77    <PlatformToolset>v120</PlatformToolset>
     78  </PropertyGroup>
     79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     80    <ConfigurationType>StaticLibrary</ConfigurationType>
     81    <PlatformToolset>v120</PlatformToolset>
     82  </PropertyGroup>
     83  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
     84    <ConfigurationType>StaticLibrary</ConfigurationType>
    6185    <PlatformToolset>v120_xp</PlatformToolset>
    6286  </PropertyGroup>
    63   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     87  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
     88    <ConfigurationType>StaticLibrary</ConfigurationType>
     89    <PlatformToolset>v120</PlatformToolset>
     90  </PropertyGroup>
     91  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">
    6492    <ConfigurationType>StaticLibrary</ConfigurationType>
    6593    <PlatformToolset>v120_xp</PlatformToolset>
    6694  </PropertyGroup>
    67   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     95  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|x64'">
     96    <ConfigurationType>StaticLibrary</ConfigurationType>
     97    <PlatformToolset>v120</PlatformToolset>
     98  </PropertyGroup>
     99  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
    68100    <ConfigurationType>StaticLibrary</ConfigurationType>
    69101    <PlatformToolset>v120_xp</PlatformToolset>
    70102  </PropertyGroup>
    71   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    72     <ConfigurationType>StaticLibrary</ConfigurationType>
    73     <PlatformToolset>v120</PlatformToolset>
    74   </PropertyGroup>
    75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    76     <ConfigurationType>StaticLibrary</ConfigurationType>
    77     <PlatformToolset>v120</PlatformToolset>
    78   </PropertyGroup>
    79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
    80     <ConfigurationType>StaticLibrary</ConfigurationType>
    81     <PlatformToolset>v120</PlatformToolset>
    82   </PropertyGroup>
    83   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
    84     <ConfigurationType>StaticLibrary</ConfigurationType>
    85     <PlatformToolset>v120_xp</PlatformToolset>
    86   </PropertyGroup>
    87   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
    88     <ConfigurationType>StaticLibrary</ConfigurationType>
    89     <PlatformToolset>v120</PlatformToolset>
    90   </PropertyGroup>
    91   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">
    92     <ConfigurationType>StaticLibrary</ConfigurationType>
    93     <PlatformToolset>v120_xp</PlatformToolset>
    94   </PropertyGroup>
    95   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|x64'">
    96     <ConfigurationType>StaticLibrary</ConfigurationType>
    97     <PlatformToolset>v120</PlatformToolset>
    98   </PropertyGroup>
    99   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
    100     <ConfigurationType>StaticLibrary</ConfigurationType>
    101     <PlatformToolset>v120_xp</PlatformToolset>
    102   </PropertyGroup>
    103103  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
    104104    <ConfigurationType>StaticLibrary</ConfigurationType>
    105     <PlatformToolset>v120_xp</PlatformToolset>
     105    <PlatformToolset>v120</PlatformToolset>
    106106  </PropertyGroup>
    107107  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  • trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_common.vcxproj

    r172296 r184137  
    5959  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    6060    <ConfigurationType>StaticLibrary</ConfigurationType>
     61    <PlatformToolset>v120</PlatformToolset>
     62  </PropertyGroup>
     63  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     64    <ConfigurationType>StaticLibrary</ConfigurationType>
     65    <PlatformToolset>v120</PlatformToolset>
     66  </PropertyGroup>
     67  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     68    <ConfigurationType>StaticLibrary</ConfigurationType>
     69    <PlatformToolset>v120</PlatformToolset>
     70  </PropertyGroup>
     71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     72    <ConfigurationType>StaticLibrary</ConfigurationType>
     73    <PlatformToolset>v120</PlatformToolset>
     74  </PropertyGroup>
     75  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     76    <ConfigurationType>StaticLibrary</ConfigurationType>
     77    <PlatformToolset>v120</PlatformToolset>
     78  </PropertyGroup>
     79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     80    <ConfigurationType>StaticLibrary</ConfigurationType>
     81    <PlatformToolset>v120</PlatformToolset>
     82  </PropertyGroup>
     83  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
     84    <ConfigurationType>StaticLibrary</ConfigurationType>
    6185    <PlatformToolset>v120_xp</PlatformToolset>
    6286  </PropertyGroup>
    63   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     87  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
     88    <ConfigurationType>StaticLibrary</ConfigurationType>
     89    <PlatformToolset>v120</PlatformToolset>
     90  </PropertyGroup>
     91  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">
    6492    <ConfigurationType>StaticLibrary</ConfigurationType>
    6593    <PlatformToolset>v120_xp</PlatformToolset>
    6694  </PropertyGroup>
    67   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     95  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|x64'">
     96    <ConfigurationType>StaticLibrary</ConfigurationType>
     97    <PlatformToolset>v120</PlatformToolset>
     98  </PropertyGroup>
     99  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
    68100    <ConfigurationType>StaticLibrary</ConfigurationType>
    69101    <PlatformToolset>v120_xp</PlatformToolset>
    70102  </PropertyGroup>
    71   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    72     <ConfigurationType>StaticLibrary</ConfigurationType>
    73     <PlatformToolset>v120</PlatformToolset>
    74   </PropertyGroup>
    75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    76     <ConfigurationType>StaticLibrary</ConfigurationType>
    77     <PlatformToolset>v120</PlatformToolset>
    78   </PropertyGroup>
    79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
    80     <ConfigurationType>StaticLibrary</ConfigurationType>
    81     <PlatformToolset>v120</PlatformToolset>
    82   </PropertyGroup>
    83   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
    84     <ConfigurationType>StaticLibrary</ConfigurationType>
    85     <PlatformToolset>v120_xp</PlatformToolset>
    86   </PropertyGroup>
    87   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
    88     <ConfigurationType>StaticLibrary</ConfigurationType>
    89     <PlatformToolset>v120</PlatformToolset>
    90   </PropertyGroup>
    91   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">
    92     <ConfigurationType>StaticLibrary</ConfigurationType>
    93     <PlatformToolset>v120_xp</PlatformToolset>
    94   </PropertyGroup>
    95   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|x64'">
    96     <ConfigurationType>StaticLibrary</ConfigurationType>
    97     <PlatformToolset>v120</PlatformToolset>
    98   </PropertyGroup>
    99   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
    100     <ConfigurationType>StaticLibrary</ConfigurationType>
    101     <PlatformToolset>v120_xp</PlatformToolset>
    102   </PropertyGroup>
    103103  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
    104104    <ConfigurationType>StaticLibrary</ConfigurationType>
    105     <PlatformToolset>v120_xp</PlatformToolset>
     105    <PlatformToolset>v120</PlatformToolset>
    106106  </PropertyGroup>
    107107  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  • trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_glsl.vcxproj

    r172296 r184137  
    5959  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    6060    <ConfigurationType>StaticLibrary</ConfigurationType>
    61     <PlatformToolset>v120_xp</PlatformToolset>
     61    <PlatformToolset>v120</PlatformToolset>
    6262  </PropertyGroup>
    6363  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    6464    <ConfigurationType>StaticLibrary</ConfigurationType>
    65     <PlatformToolset>v120_xp</PlatformToolset>
     65    <PlatformToolset>v120</PlatformToolset>
    6666  </PropertyGroup>
    6767  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    6868    <ConfigurationType>StaticLibrary</ConfigurationType>
    69     <PlatformToolset>v120_xp</PlatformToolset>
     69    <PlatformToolset>v120</PlatformToolset>
    7070  </PropertyGroup>
    7171  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    103103  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
    104104    <ConfigurationType>StaticLibrary</ConfigurationType>
    105     <PlatformToolset>v120_xp</PlatformToolset>
     105    <PlatformToolset>v120</PlatformToolset>
    106106  </PropertyGroup>
    107107  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  • trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/translator_hlsl.vcxproj

    r172296 r184137  
    5959  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    6060    <ConfigurationType>StaticLibrary</ConfigurationType>
    61     <PlatformToolset>v120_xp</PlatformToolset>
     61    <PlatformToolset>v120</PlatformToolset>
    6262  </PropertyGroup>
    6363  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    6464    <ConfigurationType>StaticLibrary</ConfigurationType>
    65     <PlatformToolset>v120_xp</PlatformToolset>
     65    <PlatformToolset>v120</PlatformToolset>
    6666  </PropertyGroup>
    6767  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    6868    <ConfigurationType>StaticLibrary</ConfigurationType>
    69     <PlatformToolset>v120_xp</PlatformToolset>
     69    <PlatformToolset>v120</PlatformToolset>
    7070  </PropertyGroup>
    7171  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    103103  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
    104104    <ConfigurationType>StaticLibrary</ConfigurationType>
    105     <PlatformToolset>v120_xp</PlatformToolset>
     105    <PlatformToolset>v120</PlatformToolset>
    106106  </PropertyGroup>
    107107  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r183929 r184137  
     12015-05-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Move Windows build target to Windows 7 (or newer)
     4        https://bugs.webkit.org/show_bug.cgi?id=144890
     5        <rdar://problem/20707307>
     6
     7        Reviewed by Anders Carlsson.
     8
     9        Update linked SDK and minimal Windows level to be compatible with
     10        Windows 7 or newer.
     11
     12        * ANGLE.vcxproj/libEGL.vcxproj:
     13        * ANGLE.vcxproj/libGLESv2.vcxproj:
     14        * ANGLE.vcxproj/preprocessor.vcxproj:
     15        * ANGLE.vcxproj/translator_common.vcxproj:
     16        * ANGLE.vcxproj/translator_glsl.vcxproj:
     17        * ANGLE.vcxproj/translator_hlsl.vcxproj:
     18
    1192015-05-07  Dan Bernstein  <mitz@apple.com>
    220
  • trunk/Source/ThirdParty/ChangeLog

    r183929 r184137  
     12015-05-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Move Windows build target to Windows 7 (or newer)
     4        https://bugs.webkit.org/show_bug.cgi?id=144890
     5        <rdar://problem/20707307>
     6
     7        Reviewed by Anders Carlsson.
     8
     9        Update linked SDK and minimal Windows level to be compatible with
     10        Windows 7 or newer.
     11
     12        * gtest/msvc/gtest-md.vcxproj:
     13
    1142015-05-07  Dan Bernstein  <mitz@apple.com>
    215
  • trunk/Source/ThirdParty/gtest/msvc/gtest-md.vcxproj

    r173727 r184137  
    6060    <ConfigurationType>StaticLibrary</ConfigurationType>
    6161    <CharacterSet>MultiByte</CharacterSet>
     62    <PlatformToolset>v120</PlatformToolset>
     63  </PropertyGroup>
     64  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     65    <ConfigurationType>StaticLibrary</ConfigurationType>
     66    <CharacterSet>MultiByte</CharacterSet>
     67    <PlatformToolset>v120</PlatformToolset>
     68  </PropertyGroup>
     69  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     70    <ConfigurationType>StaticLibrary</ConfigurationType>
     71    <CharacterSet>MultiByte</CharacterSet>
    6272    <PlatformToolset>v120_xp</PlatformToolset>
    6373  </PropertyGroup>
    64   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    65     <ConfigurationType>StaticLibrary</ConfigurationType>
    66     <CharacterSet>MultiByte</CharacterSet>
    67     <PlatformToolset>v120</PlatformToolset>
    68   </PropertyGroup>
    69   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
    7075    <ConfigurationType>StaticLibrary</ConfigurationType>
    7176    <CharacterSet>MultiByte</CharacterSet>
    7277    <PlatformToolset>v120_xp</PlatformToolset>
    7378  </PropertyGroup>
    74   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
     79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
     80    <ConfigurationType>StaticLibrary</ConfigurationType>
     81    <CharacterSet>MultiByte</CharacterSet>
     82    <PlatformToolset>v120</PlatformToolset>
     83  </PropertyGroup>
     84  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     85    <ConfigurationType>StaticLibrary</ConfigurationType>
     86    <CharacterSet>MultiByte</CharacterSet>
     87    <PlatformToolset>v120</PlatformToolset>
     88  </PropertyGroup>
     89  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     90    <ConfigurationType>StaticLibrary</ConfigurationType>
     91    <CharacterSet>MultiByte</CharacterSet>
     92    <PlatformToolset>v120</PlatformToolset>
     93  </PropertyGroup>
     94  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     95    <ConfigurationType>StaticLibrary</ConfigurationType>
     96    <CharacterSet>MultiByte</CharacterSet>
     97    <PlatformToolset>v120</PlatformToolset>
     98  </PropertyGroup>
     99  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
    75100    <ConfigurationType>StaticLibrary</ConfigurationType>
    76101    <CharacterSet>MultiByte</CharacterSet>
    77102    <PlatformToolset>v120_xp</PlatformToolset>
    78103  </PropertyGroup>
    79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
     104  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    80105    <ConfigurationType>StaticLibrary</ConfigurationType>
    81106    <CharacterSet>MultiByte</CharacterSet>
    82107    <PlatformToolset>v120_xp</PlatformToolset>
    83108  </PropertyGroup>
    84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
    85     <ConfigurationType>StaticLibrary</ConfigurationType>
    86     <CharacterSet>MultiByte</CharacterSet>
    87     <PlatformToolset>v120</PlatformToolset>
    88   </PropertyGroup>
    89   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    90     <ConfigurationType>StaticLibrary</ConfigurationType>
    91     <CharacterSet>MultiByte</CharacterSet>
    92     <PlatformToolset>v120_xp</PlatformToolset>
    93   </PropertyGroup>
    94   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    95     <ConfigurationType>StaticLibrary</ConfigurationType>
    96     <CharacterSet>MultiByte</CharacterSet>
    97     <PlatformToolset>v120</PlatformToolset>
    98   </PropertyGroup>
    99   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
    100     <ConfigurationType>StaticLibrary</ConfigurationType>
    101     <CharacterSet>MultiByte</CharacterSet>
    102     <PlatformToolset>v120_xp</PlatformToolset>
    103   </PropertyGroup>
    104   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    105     <ConfigurationType>StaticLibrary</ConfigurationType>
    106     <CharacterSet>MultiByte</CharacterSet>
    107     <PlatformToolset>v120_xp</PlatformToolset>
    108   </PropertyGroup>
    109109  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    110110    <ConfigurationType>StaticLibrary</ConfigurationType>
    111111    <CharacterSet>MultiByte</CharacterSet>
    112     <PlatformToolset>v120_xp</PlatformToolset>
     112    <PlatformToolset>v120</PlatformToolset>
    113113  </PropertyGroup>
    114114  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Source/WTF/ChangeLog

    r184072 r184137  
     12015-05-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Move Windows build target to Windows 7 (or newer)
     4        https://bugs.webkit.org/show_bug.cgi?id=144890
     5        <rdar://problem/20707307>
     6
     7        Reviewed by Anders Carlsson.
     8
     9        Update linked SDK and minimal Windows level to be compatible with
     10        Windows 7 or newer.
     11
     12        * WTF.vcxproj/WTF.vcxproj:
     13        * WTF.vcxproj/WTFGenerated.vcxproj:
     14        * config.h:
     15
    1162015-05-11  Carlos Garcia Campos  <cgarcia@igalia.com>
    217
  • trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj

    r183570 r184137  
    329329    <UseDebugLibraries>true</UseDebugLibraries>
    330330    <CharacterSet>Unicode</CharacterSet>
     331    <PlatformToolset>v120</PlatformToolset>
     332  </PropertyGroup>
     333  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     334    <ConfigurationType>DynamicLibrary</ConfigurationType>
     335    <UseDebugLibraries>true</UseDebugLibraries>
     336    <CharacterSet>Unicode</CharacterSet>
     337    <PlatformToolset>v120</PlatformToolset>
     338  </PropertyGroup>
     339  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
     340    <ConfigurationType>DynamicLibrary</ConfigurationType>
     341    <UseDebugLibraries>true</UseDebugLibraries>
     342    <CharacterSet>Unicode</CharacterSet>
    331343    <PlatformToolset>v120_xp</PlatformToolset>
    332344  </PropertyGroup>
    333   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     345  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    334346    <ConfigurationType>DynamicLibrary</ConfigurationType>
    335347    <UseDebugLibraries>true</UseDebugLibraries>
    336348    <CharacterSet>Unicode</CharacterSet>
     349    <PlatformToolset>v120_xp</PlatformToolset>
     350  </PropertyGroup>
     351  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     352    <ConfigurationType>DynamicLibrary</ConfigurationType>
     353    <UseDebugLibraries>true</UseDebugLibraries>
     354    <CharacterSet>Unicode</CharacterSet>
    337355    <PlatformToolset>v120</PlatformToolset>
    338356  </PropertyGroup>
    339   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
     357  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
    340358    <ConfigurationType>DynamicLibrary</ConfigurationType>
    341359    <UseDebugLibraries>true</UseDebugLibraries>
    342360    <CharacterSet>Unicode</CharacterSet>
     361    <PlatformToolset>v120</PlatformToolset>
     362  </PropertyGroup>
     363  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     364    <ConfigurationType>DynamicLibrary</ConfigurationType>
     365    <UseDebugLibraries>false</UseDebugLibraries>
     366    <CharacterSet>Unicode</CharacterSet>
     367    <PlatformToolset>v120</PlatformToolset>
     368  </PropertyGroup>
     369  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     370    <ConfigurationType>DynamicLibrary</ConfigurationType>
     371    <UseDebugLibraries>false</UseDebugLibraries>
     372    <CharacterSet>Unicode</CharacterSet>
     373    <PlatformToolset>v120</PlatformToolset>
     374  </PropertyGroup>
     375  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     376    <ConfigurationType>DynamicLibrary</ConfigurationType>
     377    <UseDebugLibraries>false</UseDebugLibraries>
     378    <CharacterSet>Unicode</CharacterSet>
    343379    <PlatformToolset>v120_xp</PlatformToolset>
    344380  </PropertyGroup>
    345   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    346     <ConfigurationType>DynamicLibrary</ConfigurationType>
    347     <UseDebugLibraries>true</UseDebugLibraries>
     381  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
     382    <ConfigurationType>DynamicLibrary</ConfigurationType>
     383    <UseDebugLibraries>false</UseDebugLibraries>
    348384    <CharacterSet>Unicode</CharacterSet>
    349385    <PlatformToolset>v120_xp</PlatformToolset>
    350386  </PropertyGroup>
    351   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    352     <ConfigurationType>DynamicLibrary</ConfigurationType>
    353     <UseDebugLibraries>true</UseDebugLibraries>
    354     <CharacterSet>Unicode</CharacterSet>
    355     <PlatformToolset>v120_xp</PlatformToolset>
    356   </PropertyGroup>
    357   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
    358     <ConfigurationType>DynamicLibrary</ConfigurationType>
    359     <UseDebugLibraries>true</UseDebugLibraries>
     387  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
     388    <ConfigurationType>DynamicLibrary</ConfigurationType>
     389    <UseDebugLibraries>false</UseDebugLibraries>
    360390    <CharacterSet>Unicode</CharacterSet>
    361391    <PlatformToolset>v120</PlatformToolset>
    362   </PropertyGroup>
    363   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    364     <ConfigurationType>DynamicLibrary</ConfigurationType>
    365     <UseDebugLibraries>false</UseDebugLibraries>
    366     <CharacterSet>Unicode</CharacterSet>
    367     <PlatformToolset>v120_xp</PlatformToolset>
    368   </PropertyGroup>
    369   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    370     <ConfigurationType>DynamicLibrary</ConfigurationType>
    371     <UseDebugLibraries>false</UseDebugLibraries>
    372     <CharacterSet>Unicode</CharacterSet>
    373     <PlatformToolset>v120</PlatformToolset>
    374   </PropertyGroup>
    375   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
    376     <ConfigurationType>DynamicLibrary</ConfigurationType>
    377     <UseDebugLibraries>false</UseDebugLibraries>
    378     <CharacterSet>Unicode</CharacterSet>
    379     <PlatformToolset>v120_xp</PlatformToolset>
    380   </PropertyGroup>
    381   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
    382     <ConfigurationType>DynamicLibrary</ConfigurationType>
    383     <UseDebugLibraries>false</UseDebugLibraries>
    384     <CharacterSet>Unicode</CharacterSet>
    385     <PlatformToolset>v120_xp</PlatformToolset>
    386   </PropertyGroup>
    387   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
    388     <ConfigurationType>DynamicLibrary</ConfigurationType>
    389     <UseDebugLibraries>false</UseDebugLibraries>
    390     <CharacterSet>Unicode</CharacterSet>
    391     <PlatformToolset>v120_xp</PlatformToolset>
    392392  </PropertyGroup>
    393393  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Source/WTF/WTF.vcxproj/WTFGenerated.vcxproj

    r170937 r184137  
    6565    <ConfigurationType>Makefile</ConfigurationType>
    6666    <UseDebugLibraries>true</UseDebugLibraries>
    67     <PlatformToolset>v120_xp</PlatformToolset>
     67    <PlatformToolset>v120</PlatformToolset>
    6868  </PropertyGroup>
    6969  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    8585    <ConfigurationType>Makefile</ConfigurationType>
    8686    <UseDebugLibraries>true</UseDebugLibraries>
    87     <PlatformToolset>v120_xp</PlatformToolset>
     87    <PlatformToolset>v120</PlatformToolset>
    8888  </PropertyGroup>
    8989  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     
    9595    <ConfigurationType>Makefile</ConfigurationType>
    9696    <UseDebugLibraries>false</UseDebugLibraries>
    97     <PlatformToolset>v120_xp</PlatformToolset>
     97    <PlatformToolset>v120</PlatformToolset>
    9898  </PropertyGroup>
    9999  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    115115    <ConfigurationType>Makefile</ConfigurationType>
    116116    <UseDebugLibraries>false</UseDebugLibraries>
    117     <PlatformToolset>v120_xp</PlatformToolset>
     117    <PlatformToolset>v120</PlatformToolset>
    118118  </PropertyGroup>
    119119  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Source/WTF/config.h

    r182890 r184137  
    3030
    3131#ifndef _WIN32_WINNT
    32 #if defined(_M_X64) || defined(__x86_64__)
    33 #define _WIN32_WINNT 0x600
    34 #else
    35 #define _WIN32_WINNT 0x0502
    36 #endif
     32#define _WIN32_WINNT 0x601
    3733#endif
    3834
    3935#ifndef WINVER
    40 #if defined(_M_X64) || defined(__x86_64__)
    41 #define WINVER 0x0600
    42 #else
    43 #define WINVER 0x0502
    44 #endif
     36#define WINVER 0x0601
    4537#endif
    4638
  • trunk/Source/WebCore/ChangeLog

    r184135 r184137  
     12015-05-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Move Windows build target to Windows 7 (or newer)
     4        https://bugs.webkit.org/show_bug.cgi?id=144890
     5        <rdar://problem/20707307>
     6
     7        Reviewed by Anders Carlsson.
     8
     9        Update linked SDK and minimal Windows level to be compatible with
     10        Windows 7 or newer.
     11
     12        * WebCore.vcxproj/WebCore.vcxproj:
     13        * WebCore.vcxproj/WebCoreGenerated.vcxproj:
     14        * WebCore.vcxproj/WebCoreTestSupport.vcxproj:
     15        * WebCorePrefix.h:
     16        * config.h:
     17        * testing/js/WebCoreTestSupportPrefix.h:
     18
    1192015-05-11  Joanmarie Diggs  <jdiggs@igalia.com>
    220
  • trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj

    r183892 r184137  
    1 <?xml version="1.0" encoding="utf-8"?>
     1<?xml version="1.0" encoding="utf-8"?>
    22<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <ItemGroup Label="ProjectConfigurations">
     
    6060    <ConfigurationType>StaticLibrary</ConfigurationType>
    6161    <CharacterSet>Unicode</CharacterSet>
    62     <PlatformToolset>v120_xp</PlatformToolset>
     62    <PlatformToolset>v120</PlatformToolset>
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    8080    <ConfigurationType>StaticLibrary</ConfigurationType>
    8181    <CharacterSet>Unicode</CharacterSet>
    82     <PlatformToolset>v120_xp</PlatformToolset>
     82    <PlatformToolset>v120</PlatformToolset>
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    9090    <ConfigurationType>StaticLibrary</ConfigurationType>
    9191    <CharacterSet>Unicode</CharacterSet>
    92     <PlatformToolset>v120_xp</PlatformToolset>
     92    <PlatformToolset>v120</PlatformToolset>
    9393  </PropertyGroup>
    9494  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    110110    <ConfigurationType>StaticLibrary</ConfigurationType>
    111111    <CharacterSet>Unicode</CharacterSet>
    112     <PlatformToolset>v120_xp</PlatformToolset>
     112    <PlatformToolset>v120</PlatformToolset>
    113113  </PropertyGroup>
    114114  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.vcxproj

    r170937 r184137  
    6868    <ConfigurationType>Makefile</ConfigurationType>
    6969    <UseDebugLibraries>true</UseDebugLibraries>
    70     <PlatformToolset>v120_xp</PlatformToolset>
     70    <PlatformToolset>v120</PlatformToolset>
    7171    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    7272  </PropertyGroup>
     
    9292    <ConfigurationType>Makefile</ConfigurationType>
    9393    <UseDebugLibraries>true</UseDebugLibraries>
    94     <PlatformToolset>v120_xp</PlatformToolset>
     94    <PlatformToolset>v120</PlatformToolset>
    9595    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    9696  </PropertyGroup>
     
    104104    <ConfigurationType>Makefile</ConfigurationType>
    105105    <UseDebugLibraries>false</UseDebugLibraries>
    106     <PlatformToolset>v120_xp</PlatformToolset>
     106    <PlatformToolset>v120</PlatformToolset>
    107107  </PropertyGroup>
    108108  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    124124    <ConfigurationType>Makefile</ConfigurationType>
    125125    <UseDebugLibraries>false</UseDebugLibraries>
    126     <PlatformToolset>v120_xp</PlatformToolset>
     126    <PlatformToolset>v120</PlatformToolset>
    127127  </PropertyGroup>
    128128  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Source/WebCore/WebCore.vcxproj/WebCoreTestSupport.vcxproj

    r180996 r184137  
    6060    <ConfigurationType>StaticLibrary</ConfigurationType>
    6161    <CharacterSet>Unicode</CharacterSet>
     62    <PlatformToolset>v120</PlatformToolset>
     63  </PropertyGroup>
     64  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     65    <ConfigurationType>StaticLibrary</ConfigurationType>
     66    <CharacterSet>Unicode</CharacterSet>
     67    <PlatformToolset>v120</PlatformToolset>
     68  </PropertyGroup>
     69  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     70    <ConfigurationType>StaticLibrary</ConfigurationType>
     71    <CharacterSet>Unicode</CharacterSet>
    6272    <PlatformToolset>v120_xp</PlatformToolset>
    6373  </PropertyGroup>
    64   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    65     <ConfigurationType>StaticLibrary</ConfigurationType>
    66     <CharacterSet>Unicode</CharacterSet>
    67     <PlatformToolset>v120</PlatformToolset>
    68   </PropertyGroup>
    69   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
    7075    <ConfigurationType>StaticLibrary</ConfigurationType>
    7176    <CharacterSet>Unicode</CharacterSet>
    7277    <PlatformToolset>v120_xp</PlatformToolset>
    7378  </PropertyGroup>
    74   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
     79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
     80    <ConfigurationType>StaticLibrary</ConfigurationType>
     81    <CharacterSet>Unicode</CharacterSet>
     82    <PlatformToolset>v120</PlatformToolset>
     83  </PropertyGroup>
     84  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     85    <ConfigurationType>StaticLibrary</ConfigurationType>
     86    <CharacterSet>Unicode</CharacterSet>
     87    <PlatformToolset>v120</PlatformToolset>
     88  </PropertyGroup>
     89  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     90    <ConfigurationType>StaticLibrary</ConfigurationType>
     91    <CharacterSet>Unicode</CharacterSet>
     92    <PlatformToolset>v120</PlatformToolset>
     93  </PropertyGroup>
     94  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     95    <ConfigurationType>StaticLibrary</ConfigurationType>
     96    <CharacterSet>Unicode</CharacterSet>
     97    <PlatformToolset>v120</PlatformToolset>
     98  </PropertyGroup>
     99  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
    75100    <ConfigurationType>StaticLibrary</ConfigurationType>
    76101    <CharacterSet>Unicode</CharacterSet>
    77102    <PlatformToolset>v120_xp</PlatformToolset>
    78103  </PropertyGroup>
    79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
     104  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    80105    <ConfigurationType>StaticLibrary</ConfigurationType>
    81106    <CharacterSet>Unicode</CharacterSet>
    82107    <PlatformToolset>v120_xp</PlatformToolset>
    83108  </PropertyGroup>
    84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
    85     <ConfigurationType>StaticLibrary</ConfigurationType>
    86     <CharacterSet>Unicode</CharacterSet>
    87     <PlatformToolset>v120</PlatformToolset>
    88   </PropertyGroup>
    89   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    90     <ConfigurationType>StaticLibrary</ConfigurationType>
    91     <CharacterSet>Unicode</CharacterSet>
    92     <PlatformToolset>v120_xp</PlatformToolset>
    93   </PropertyGroup>
    94   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    95     <ConfigurationType>StaticLibrary</ConfigurationType>
    96     <CharacterSet>Unicode</CharacterSet>
    97     <PlatformToolset>v120</PlatformToolset>
    98   </PropertyGroup>
    99   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
    100     <ConfigurationType>StaticLibrary</ConfigurationType>
    101     <CharacterSet>Unicode</CharacterSet>
    102     <PlatformToolset>v120_xp</PlatformToolset>
    103   </PropertyGroup>
    104   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    105     <ConfigurationType>StaticLibrary</ConfigurationType>
    106     <CharacterSet>Unicode</CharacterSet>
    107     <PlatformToolset>v120_xp</PlatformToolset>
    108   </PropertyGroup>
    109109  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    110110    <ConfigurationType>StaticLibrary</ConfigurationType>
    111111    <CharacterSet>Unicode</CharacterSet>
    112     <PlatformToolset>v120_xp</PlatformToolset>
     112    <PlatformToolset>v120</PlatformToolset>
    113113  </PropertyGroup>
    114114  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Source/WebCore/WebCorePrefix.h

    r180865 r184137  
    4141
    4242#ifndef _WIN32_WINNT
    43 #define _WIN32_WINNT 0x0502
     43#define _WIN32_WINNT 0x601
    4444#endif
    4545
    4646#ifndef WINVER
    47 #define WINVER 0x0502
     47#define WINVER 0x0601
    4848#endif
    4949
  • trunk/Source/WebCore/config.h

    r183697 r184137  
    4646
    4747#ifndef _WIN32_WINNT
    48 #define _WIN32_WINNT 0x0502
     48#define _WIN32_WINNT 0x601
    4949#endif
    5050
    5151#ifndef WINVER
    52 #define WINVER 0x0502
     52#define WINVER 0x0601
    5353#endif
    5454
  • trunk/Source/WebCore/testing/js/WebCoreTestSupportPrefix.h

    r180653 r184137  
    4141
    4242#ifndef _WIN32_WINNT
    43 #define _WIN32_WINNT 0x0502
     43#define _WIN32_WINNT 0x601
    4444#endif
    4545
    4646#ifndef WINVER
    47 #define WINVER 0x0502
     47#define WINVER 0x0601
    4848#endif
    4949
  • trunk/Source/WebInspectorUI/ChangeLog

    r184130 r184137  
     12015-05-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Move Windows build target to Windows 7 (or newer)
     4        https://bugs.webkit.org/show_bug.cgi?id=144890
     5        <rdar://problem/20707307>
     6
     7        Reviewed by Anders Carlsson.
     8
     9        Update linked SDK and minimal Windows level to be compatible with
     10        Windows 7 or newer.
     11
     12        * WebInspectorUI.vcxproj/WebInspectorUI.vcxproj:
     13
    1142015-05-11  Timothy Hatcher  <timothy@apple.com>
    215
  • trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj

    r183721 r184137  
    6060    <UseDebugLibraries>true</UseDebugLibraries>
    6161    <CharacterSet>Unicode</CharacterSet>
    62     <PlatformToolset>v120_xp</PlatformToolset>
     62    <PlatformToolset>v120</PlatformToolset>
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     
    6666    <UseDebugLibraries>true</UseDebugLibraries>
    6767    <CharacterSet>Unicode</CharacterSet>
    68     <PlatformToolset>v120_xp</PlatformToolset>
     68    <PlatformToolset>v120</PlatformToolset>
    6969  </PropertyGroup>
    7070  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     
    7373    <WholeProgramOptimization>true</WholeProgramOptimization>
    7474    <CharacterSet>Unicode</CharacterSet>
    75     <PlatformToolset>v120_xp</PlatformToolset>
     75    <PlatformToolset>v120</PlatformToolset>
    7676  </PropertyGroup>
    7777  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
     
    8080    <WholeProgramOptimization>true</WholeProgramOptimization>
    8181    <CharacterSet>Unicode</CharacterSet>
    82     <PlatformToolset>v120_xp</PlatformToolset>
     82    <PlatformToolset>v120</PlatformToolset>
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
  • trunk/Source/WebKit/ChangeLog

    r183954 r184137  
     12015-05-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Move Windows build target to Windows 7 (or newer)
     4        https://bugs.webkit.org/show_bug.cgi?id=144890
     5        <rdar://problem/20707307>
     6
     7        Reviewed by Anders Carlsson.
     8
     9        Update linked SDK and minimal Windows level to be compatible with
     10        Windows 7 or newer.
     11
     12        * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
     13        * WebKit.vcxproj/WebKit/WebKit.vcxproj:
     14        * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
     15
    1162015-05-07  Beth Dakin  <bdakin@apple.com>
    217
  • trunk/Source/WebKit/WebKit.vcxproj/Interfaces/Interfaces.vcxproj

    r177512 r184137  
    6060    <ConfigurationType>StaticLibrary</ConfigurationType>
    6161    <CharacterSet>Unicode</CharacterSet>
    62     <PlatformToolset>v120_xp</PlatformToolset>
     62    <PlatformToolset>v120</PlatformToolset>
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    8484    <ConfigurationType>StaticLibrary</ConfigurationType>
    8585    <CharacterSet>Unicode</CharacterSet>
    86     <PlatformToolset>v120_xp</PlatformToolset>
     86    <PlatformToolset>v120</PlatformToolset>
    8787  </PropertyGroup>
    8888  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     
    9696    <UseDebugLibraries>false</UseDebugLibraries>
    9797    <CharacterSet>Unicode</CharacterSet>
    98     <PlatformToolset>v120_xp</PlatformToolset>
     98    <PlatformToolset>v120</PlatformToolset>
    9999  </PropertyGroup>
    100100  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    120120    <UseDebugLibraries>false</UseDebugLibraries>
    121121    <CharacterSet>Unicode</CharacterSet>
    122     <PlatformToolset>v120_xp</PlatformToolset>
     122    <PlatformToolset>v120</PlatformToolset>
    123123  </PropertyGroup>
    124124  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    126126    <UseDebugLibraries>false</UseDebugLibraries>
    127127    <CharacterSet>Unicode</CharacterSet>
    128     <PlatformToolset>v120_xp</PlatformToolset>
     128    <PlatformToolset>v120</PlatformToolset>
    129129  </PropertyGroup>
    130130  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  • trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj

    r180705 r184137  
    6161    <ConfigurationType>DynamicLibrary</ConfigurationType>
    6262    <CharacterSet>Unicode</CharacterSet>
     63    <PlatformToolset>v120</PlatformToolset>
     64  </PropertyGroup>
     65  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     66    <ConfigurationType>DynamicLibrary</ConfigurationType>
     67    <CharacterSet>Unicode</CharacterSet>
     68    <PlatformToolset>v120</PlatformToolset>
     69  </PropertyGroup>
     70  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     71    <ConfigurationType>DynamicLibrary</ConfigurationType>
     72    <CharacterSet>Unicode</CharacterSet>
    6373    <PlatformToolset>v120_xp</PlatformToolset>
    6474  </PropertyGroup>
    65   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    66     <ConfigurationType>DynamicLibrary</ConfigurationType>
    67     <CharacterSet>Unicode</CharacterSet>
    68     <PlatformToolset>v120</PlatformToolset>
    69   </PropertyGroup>
    70   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     75  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
    7176    <ConfigurationType>DynamicLibrary</ConfigurationType>
    7277    <CharacterSet>Unicode</CharacterSet>
    7378    <PlatformToolset>v120_xp</PlatformToolset>
    7479  </PropertyGroup>
    75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
     80  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
     81    <ConfigurationType>DynamicLibrary</ConfigurationType>
     82    <CharacterSet>Unicode</CharacterSet>
     83    <PlatformToolset>v120</PlatformToolset>
     84  </PropertyGroup>
     85  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     86    <ConfigurationType>DynamicLibrary</ConfigurationType>
     87    <CharacterSet>Unicode</CharacterSet>
     88    <PlatformToolset>v120</PlatformToolset>
     89  </PropertyGroup>
     90  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     91    <ConfigurationType>DynamicLibrary</ConfigurationType>
     92    <CharacterSet>Unicode</CharacterSet>
     93    <PlatformToolset>v120</PlatformToolset>
     94  </PropertyGroup>
     95  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     96    <ConfigurationType>DynamicLibrary</ConfigurationType>
     97    <CharacterSet>Unicode</CharacterSet>
     98    <PlatformToolset>v120</PlatformToolset>
     99  </PropertyGroup>
     100  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
    76101    <ConfigurationType>DynamicLibrary</ConfigurationType>
    77102    <CharacterSet>Unicode</CharacterSet>
    78103    <PlatformToolset>v120_xp</PlatformToolset>
    79104  </PropertyGroup>
    80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
     105  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    81106    <ConfigurationType>DynamicLibrary</ConfigurationType>
    82107    <CharacterSet>Unicode</CharacterSet>
    83108    <PlatformToolset>v120_xp</PlatformToolset>
    84109  </PropertyGroup>
    85   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
    86     <ConfigurationType>DynamicLibrary</ConfigurationType>
    87     <CharacterSet>Unicode</CharacterSet>
    88     <PlatformToolset>v120</PlatformToolset>
    89   </PropertyGroup>
    90   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    91     <ConfigurationType>DynamicLibrary</ConfigurationType>
    92     <CharacterSet>Unicode</CharacterSet>
    93     <PlatformToolset>v120_xp</PlatformToolset>
    94   </PropertyGroup>
    95   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    96     <ConfigurationType>DynamicLibrary</ConfigurationType>
    97     <CharacterSet>Unicode</CharacterSet>
    98     <PlatformToolset>v120</PlatformToolset>
    99   </PropertyGroup>
    100   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
    101     <ConfigurationType>DynamicLibrary</ConfigurationType>
    102     <CharacterSet>Unicode</CharacterSet>
    103     <PlatformToolset>v120_xp</PlatformToolset>
    104   </PropertyGroup>
    105   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    106     <ConfigurationType>DynamicLibrary</ConfigurationType>
    107     <CharacterSet>Unicode</CharacterSet>
    108     <PlatformToolset>v120_xp</PlatformToolset>
    109   </PropertyGroup>
    110110  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    111111    <ConfigurationType>DynamicLibrary</ConfigurationType>
    112112    <CharacterSet>Unicode</CharacterSet>
    113     <PlatformToolset>v120_xp</PlatformToolset>
     113    <PlatformToolset>v120</PlatformToolset>
    114114  </PropertyGroup>
    115115  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Source/WebKit/WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj

    r162621 r184137  
    6060    <UseDebugLibraries>true</UseDebugLibraries>
    6161    <CharacterSet>Unicode</CharacterSet>
    62     <PlatformToolset>v120_xp</PlatformToolset>
     62    <PlatformToolset>v120</PlatformToolset>
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    7272    <UseDebugLibraries>true</UseDebugLibraries>
    7373    <CharacterSet>Unicode</CharacterSet>
    74     <PlatformToolset>v120_xp</PlatformToolset>
     74    <PlatformToolset>v120</PlatformToolset>
    7575  </PropertyGroup>
    7676  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     
    8484    <UseDebugLibraries>false</UseDebugLibraries>
    8585    <CharacterSet>Unicode</CharacterSet>
    86     <PlatformToolset>v120_xp</PlatformToolset>
     86    <PlatformToolset>v120</PlatformToolset>
    8787  </PropertyGroup>
    8888  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    108108    <UseDebugLibraries>false</UseDebugLibraries>
    109109    <CharacterSet>Unicode</CharacterSet>
    110     <PlatformToolset>v120_xp</PlatformToolset>
     110    <PlatformToolset>v120</PlatformToolset>
    111111  </PropertyGroup>
    112112  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Source/WebKit/win/ChangeLog

    r183810 r184137  
     12015-05-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Move Windows build target to Windows 7 (or newer)
     4        https://bugs.webkit.org/show_bug.cgi?id=144890
     5        <rdar://problem/20707307>
     6
     7        Reviewed by Anders Carlsson.
     8
     9        Update linked SDK and minimal Windows level to be compatible with
     10        Windows 7 or newer.
     11
     12        * WebKitPrefix.h:
     13
    1142015-05-05  Csaba Osztrogonác  <ossy@webkit.org>
    215
  • trunk/Source/WebKit/win/WebKitPrefix.h

    r180653 r184137  
    2828
    2929#ifndef _WIN32_WINNT
    30 #define _WIN32_WINNT 0x0502
     30#define _WIN32_WINNT 0x601
    3131#endif
    3232
    3333#ifndef WINVER
    34 #define WINVER 0x0502
     34#define WINVER 0x0601
    3535#endif
    3636
  • trunk/Tools/ChangeLog

    r184133 r184137  
     12015-05-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Move Windows build target to Windows 7 (or newer)
     4        https://bugs.webkit.org/show_bug.cgi?id=144890
     5        <rdar://problem/20707307>
     6
     7        Reviewed by Anders Carlsson.
     8
     9        Update linked SDK and minimal Windows level to be compatible with
     10        Windows 7 or newer.
     11
     12        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTree.vcxproj:
     13        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj:
     14        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiff.vcxproj:
     15        * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncher.vcxproj:
     16        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj:
     17        * DumpRenderTree/config.h:
     18        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj:
     19        * WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj:
     20        * WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj:
     21        * WinLauncher/stdafx.h:
     22
    1232015-05-11  Commit Queue  <commit-queue@webkit.org>
    224
  • trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTree.vcxproj

    r180653 r184137  
    6060    <ConfigurationType>DynamicLibrary</ConfigurationType>
    6161    <CharacterSet>Unicode</CharacterSet>
     62    <PlatformToolset>v120</PlatformToolset>
     63  </PropertyGroup>
     64  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     65    <ConfigurationType>DynamicLibrary</ConfigurationType>
     66    <CharacterSet>Unicode</CharacterSet>
     67    <PlatformToolset>v120</PlatformToolset>
     68  </PropertyGroup>
     69  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     70    <ConfigurationType>DynamicLibrary</ConfigurationType>
     71    <CharacterSet>Unicode</CharacterSet>
    6272    <PlatformToolset>v120_xp</PlatformToolset>
    6373  </PropertyGroup>
    64   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    65     <ConfigurationType>DynamicLibrary</ConfigurationType>
    66     <CharacterSet>Unicode</CharacterSet>
    67     <PlatformToolset>v120</PlatformToolset>
    68   </PropertyGroup>
    69   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
    7075    <ConfigurationType>DynamicLibrary</ConfigurationType>
    7176    <CharacterSet>Unicode</CharacterSet>
    7277    <PlatformToolset>v120_xp</PlatformToolset>
    7378  </PropertyGroup>
    74   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
     79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
     80    <ConfigurationType>DynamicLibrary</ConfigurationType>
     81    <CharacterSet>Unicode</CharacterSet>
     82    <PlatformToolset>v120</PlatformToolset>
     83  </PropertyGroup>
     84  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     85    <ConfigurationType>DynamicLibrary</ConfigurationType>
     86    <CharacterSet>Unicode</CharacterSet>
     87    <PlatformToolset>v120</PlatformToolset>
     88  </PropertyGroup>
     89  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     90    <ConfigurationType>DynamicLibrary</ConfigurationType>
     91    <CharacterSet>Unicode</CharacterSet>
     92    <PlatformToolset>v120</PlatformToolset>
     93  </PropertyGroup>
     94  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     95    <ConfigurationType>DynamicLibrary</ConfigurationType>
     96    <CharacterSet>Unicode</CharacterSet>
     97    <PlatformToolset>v120</PlatformToolset>
     98  </PropertyGroup>
     99  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
    75100    <ConfigurationType>DynamicLibrary</ConfigurationType>
    76101    <CharacterSet>Unicode</CharacterSet>
    77102    <PlatformToolset>v120_xp</PlatformToolset>
    78103  </PropertyGroup>
    79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
     104  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    80105    <ConfigurationType>DynamicLibrary</ConfigurationType>
    81106    <CharacterSet>Unicode</CharacterSet>
    82107    <PlatformToolset>v120_xp</PlatformToolset>
    83108  </PropertyGroup>
    84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
    85     <ConfigurationType>DynamicLibrary</ConfigurationType>
    86     <CharacterSet>Unicode</CharacterSet>
    87     <PlatformToolset>v120</PlatformToolset>
    88   </PropertyGroup>
    89   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    90     <ConfigurationType>DynamicLibrary</ConfigurationType>
    91     <CharacterSet>Unicode</CharacterSet>
    92     <PlatformToolset>v120_xp</PlatformToolset>
    93   </PropertyGroup>
    94   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    95     <ConfigurationType>DynamicLibrary</ConfigurationType>
    96     <CharacterSet>Unicode</CharacterSet>
    97     <PlatformToolset>v120</PlatformToolset>
    98   </PropertyGroup>
    99   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
    100     <ConfigurationType>DynamicLibrary</ConfigurationType>
    101     <CharacterSet>Unicode</CharacterSet>
    102     <PlatformToolset>v120_xp</PlatformToolset>
    103   </PropertyGroup>
    104   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    105     <ConfigurationType>DynamicLibrary</ConfigurationType>
    106     <CharacterSet>Unicode</CharacterSet>
    107     <PlatformToolset>v120_xp</PlatformToolset>
    108   </PropertyGroup>
    109109  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    110110    <ConfigurationType>DynamicLibrary</ConfigurationType>
    111111    <CharacterSet>Unicode</CharacterSet>
    112     <PlatformToolset>v120_xp</PlatformToolset>
     112    <PlatformToolset>v120</PlatformToolset>
    113113  </PropertyGroup>
    114114  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj

    r165393 r184137  
    6060    <ConfigurationType>Application</ConfigurationType>
    6161    <CharacterSet>Unicode</CharacterSet>
    62     <PlatformToolset>v120_xp</PlatformToolset>
     62    <PlatformToolset>v120</PlatformToolset>
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    8080    <ConfigurationType>Application</ConfigurationType>
    8181    <CharacterSet>Unicode</CharacterSet>
    82     <PlatformToolset>v120_xp</PlatformToolset>
     82    <PlatformToolset>v120</PlatformToolset>
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    9090    <ConfigurationType>Application</ConfigurationType>
    9191    <CharacterSet>Unicode</CharacterSet>
    92     <PlatformToolset>v120_xp</PlatformToolset>
     92    <PlatformToolset>v120</PlatformToolset>
    9393  </PropertyGroup>
    9494  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    110110    <ConfigurationType>Application</ConfigurationType>
    111111    <CharacterSet>Unicode</CharacterSet>
    112     <PlatformToolset>v120_xp</PlatformToolset>
     112    <PlatformToolset>v120</PlatformToolset>
    113113  </PropertyGroup>
    114114  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiff.vcxproj

    r160655 r184137  
    5959    <ConfigurationType>DynamicLibrary</ConfigurationType>
    6060    <CharacterSet>Unicode</CharacterSet>
    61     <PlatformToolset>v120_xp</PlatformToolset>
     61    <PlatformToolset>v120</PlatformToolset>
    6262  </PropertyGroup>
    6363  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    7979    <ConfigurationType>DynamicLibrary</ConfigurationType>
    8080    <CharacterSet>Unicode</CharacterSet>
    81     <PlatformToolset>v120_xp</PlatformToolset>
     81    <PlatformToolset>v120</PlatformToolset>
    8282  </PropertyGroup>
    8383  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    8989    <ConfigurationType>DynamicLibrary</ConfigurationType>
    9090    <CharacterSet>Unicode</CharacterSet>
    91     <PlatformToolset>v120_xp</PlatformToolset>
     91    <PlatformToolset>v120</PlatformToolset>
    9292  </PropertyGroup>
    9393  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    109109    <ConfigurationType>DynamicLibrary</ConfigurationType>
    110110    <CharacterSet>Unicode</CharacterSet>
    111     <PlatformToolset>v120_xp</PlatformToolset>
     111    <PlatformToolset>v120</PlatformToolset>
    112112  </PropertyGroup>
    113113  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncher.vcxproj

    r160655 r184137  
    6060    <ConfigurationType>Application</ConfigurationType>
    6161    <CharacterSet>Unicode</CharacterSet>
    62     <PlatformToolset>v120_xp</PlatformToolset>
     62    <PlatformToolset>v120</PlatformToolset>
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    8080    <ConfigurationType>Application</ConfigurationType>
    8181    <CharacterSet>Unicode</CharacterSet>
    82     <PlatformToolset>v120_xp</PlatformToolset>
     82    <PlatformToolset>v120</PlatformToolset>
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    9090    <ConfigurationType>Application</ConfigurationType>
    9191    <CharacterSet>Unicode</CharacterSet>
    92     <PlatformToolset>v120_xp</PlatformToolset>
     92    <PlatformToolset>v120</PlatformToolset>
    9393  </PropertyGroup>
    9494  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    110110    <ConfigurationType>Application</ConfigurationType>
    111111    <CharacterSet>Unicode</CharacterSet>
    112     <PlatformToolset>v120_xp</PlatformToolset>
     112    <PlatformToolset>v120</PlatformToolset>
    113113  </PropertyGroup>
    114114  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj

    r160655 r184137  
    112112    <ConfigurationType>DynamicLibrary</ConfigurationType>
    113113    <CharacterSet>Unicode</CharacterSet>
    114     <PlatformToolset>v120_xp</PlatformToolset>
     114    <PlatformToolset>v120</PlatformToolset>
    115115  </PropertyGroup>
    116116  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    132132    <ConfigurationType>DynamicLibrary</ConfigurationType>
    133133    <CharacterSet>Unicode</CharacterSet>
    134     <PlatformToolset>v120_xp</PlatformToolset>
     134    <PlatformToolset>v120</PlatformToolset>
    135135  </PropertyGroup>
    136136  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    142142    <ConfigurationType>DynamicLibrary</ConfigurationType>
    143143    <CharacterSet>Unicode</CharacterSet>
    144     <PlatformToolset>v120_xp</PlatformToolset>
     144    <PlatformToolset>v120</PlatformToolset>
    145145  </PropertyGroup>
    146146  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    162162    <ConfigurationType>DynamicLibrary</ConfigurationType>
    163163    <CharacterSet>Unicode</CharacterSet>
    164     <PlatformToolset>v120_xp</PlatformToolset>
     164    <PlatformToolset>v120</PlatformToolset>
    165165  </PropertyGroup>
    166166  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Tools/DumpRenderTree/config.h

    r183697 r184137  
    4949
    5050#undef _WIN32_WINNT
    51 #define _WIN32_WINNT 0x0502
     51#define _WIN32_WINNT 0x601
    5252
    5353#undef WINVER
    54 #define WINVER 0x0502
     54#define WINVER 0x0601
    5555
    5656#undef _WINSOCKAPI_
  • trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj

    r182871 r184137  
    6161    <UseDebugLibraries>true</UseDebugLibraries>
    6262    <CharacterSet>Unicode</CharacterSet>
     63    <PlatformToolset>v120</PlatformToolset>
     64  </PropertyGroup>
     65  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     66    <ConfigurationType>Application</ConfigurationType>
     67    <UseDebugLibraries>true</UseDebugLibraries>
     68    <CharacterSet>Unicode</CharacterSet>
     69    <PlatformToolset>v120</PlatformToolset>
     70  </PropertyGroup>
     71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
     72    <ConfigurationType>Application</ConfigurationType>
     73    <UseDebugLibraries>true</UseDebugLibraries>
     74    <CharacterSet>Unicode</CharacterSet>
    6375    <PlatformToolset>v120_xp</PlatformToolset>
    6476  </PropertyGroup>
    65   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    66     <ConfigurationType>Application</ConfigurationType>
    67     <UseDebugLibraries>true</UseDebugLibraries>
    68     <CharacterSet>Unicode</CharacterSet>
    69     <PlatformToolset>v120</PlatformToolset>
    70   </PropertyGroup>
    71   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
     77  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    7278    <ConfigurationType>Application</ConfigurationType>
    7379    <UseDebugLibraries>true</UseDebugLibraries>
     
    7581    <PlatformToolset>v120_xp</PlatformToolset>
    7682  </PropertyGroup>
    77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
    78     <ConfigurationType>Application</ConfigurationType>
    79     <UseDebugLibraries>true</UseDebugLibraries>
     83  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
     84    <ConfigurationType>Application</ConfigurationType>
     85    <UseDebugLibraries>true</UseDebugLibraries>
     86    <CharacterSet>Unicode</CharacterSet>
     87    <PlatformToolset>v120</PlatformToolset>
     88  </PropertyGroup>
     89  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     90    <ConfigurationType>Application</ConfigurationType>
     91    <UseDebugLibraries>true</UseDebugLibraries>
     92    <CharacterSet>Unicode</CharacterSet>
     93    <PlatformToolset>v120</PlatformToolset>
     94  </PropertyGroup>
     95  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     96    <ConfigurationType>Application</ConfigurationType>
     97    <UseDebugLibraries>false</UseDebugLibraries>
     98    <CharacterSet>Unicode</CharacterSet>
     99    <PlatformToolset>v120</PlatformToolset>
     100  </PropertyGroup>
     101  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     102    <ConfigurationType>Application</ConfigurationType>
     103    <UseDebugLibraries>false</UseDebugLibraries>
     104    <CharacterSet>Unicode</CharacterSet>
     105    <PlatformToolset>v120</PlatformToolset>
     106  </PropertyGroup>
     107  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
     108    <ConfigurationType>Application</ConfigurationType>
     109    <UseDebugLibraries>false</UseDebugLibraries>
    80110    <CharacterSet>Unicode</CharacterSet>
    81111    <PlatformToolset>v120_xp</PlatformToolset>
    82112  </PropertyGroup>
    83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
    84     <ConfigurationType>Application</ConfigurationType>
    85     <UseDebugLibraries>true</UseDebugLibraries>
     113  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
     114    <ConfigurationType>Application</ConfigurationType>
     115    <UseDebugLibraries>false</UseDebugLibraries>
    86116    <CharacterSet>Unicode</CharacterSet>
    87117    <PlatformToolset>v120_xp</PlatformToolset>
    88118  </PropertyGroup>
    89   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
    90     <ConfigurationType>Application</ConfigurationType>
    91     <UseDebugLibraries>true</UseDebugLibraries>
    92     <CharacterSet>Unicode</CharacterSet>
    93     <PlatformToolset>v120</PlatformToolset>
    94   </PropertyGroup>
    95   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    96     <ConfigurationType>Application</ConfigurationType>
    97     <UseDebugLibraries>false</UseDebugLibraries>
    98     <CharacterSet>Unicode</CharacterSet>
    99     <PlatformToolset>v120_xp</PlatformToolset>
    100   </PropertyGroup>
    101   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    102     <ConfigurationType>Application</ConfigurationType>
    103     <UseDebugLibraries>false</UseDebugLibraries>
    104     <CharacterSet>Unicode</CharacterSet>
    105     <PlatformToolset>v120</PlatformToolset>
    106   </PropertyGroup>
    107   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
    108     <ConfigurationType>Application</ConfigurationType>
    109     <UseDebugLibraries>false</UseDebugLibraries>
    110     <CharacterSet>Unicode</CharacterSet>
    111     <PlatformToolset>v120_xp</PlatformToolset>
    112   </PropertyGroup>
    113   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
    114     <ConfigurationType>Application</ConfigurationType>
    115     <UseDebugLibraries>false</UseDebugLibraries>
    116     <CharacterSet>Unicode</CharacterSet>
    117     <PlatformToolset>v120_xp</PlatformToolset>
    118   </PropertyGroup>
    119119  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
    120120    <ConfigurationType>Application</ConfigurationType>
    121121    <UseDebugLibraries>false</UseDebugLibraries>
    122122    <CharacterSet>Unicode</CharacterSet>
    123     <PlatformToolset>v120_xp</PlatformToolset>
     123    <PlatformToolset>v120</PlatformToolset>
    124124  </PropertyGroup>
    125125  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
  • trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj

    r160655 r184137  
    6060    <ConfigurationType>Application</ConfigurationType>
    6161    <CharacterSet>Unicode</CharacterSet>
    62     <PlatformToolset>v120_xp</PlatformToolset>
     62    <PlatformToolset>v120</PlatformToolset>
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    8080    <ConfigurationType>Application</ConfigurationType>
    8181    <CharacterSet>Unicode</CharacterSet>
    82     <PlatformToolset>v120_xp</PlatformToolset>
     82    <PlatformToolset>v120</PlatformToolset>
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    9090    <ConfigurationType>Application</ConfigurationType>
    9191    <CharacterSet>Unicode</CharacterSet>
    92     <PlatformToolset>v120_xp</PlatformToolset>
     92    <PlatformToolset>v120</PlatformToolset>
    9393  </PropertyGroup>
    9494  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    110110    <ConfigurationType>Application</ConfigurationType>
    111111    <CharacterSet>Unicode</CharacterSet>
    112     <PlatformToolset>v120_xp</PlatformToolset>
     112    <PlatformToolset>v120</PlatformToolset>
    113113  </PropertyGroup>
    114114  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj

    r174664 r184137  
    6060    <ConfigurationType>DynamicLibrary</ConfigurationType>
    6161    <CharacterSet>Unicode</CharacterSet>
    62     <PlatformToolset>v120_xp</PlatformToolset>
     62    <PlatformToolset>v120</PlatformToolset>
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     
    8080    <ConfigurationType>DynamicLibrary</ConfigurationType>
    8181    <CharacterSet>Unicode</CharacterSet>
    82     <PlatformToolset>v120_xp</PlatformToolset>
     82    <PlatformToolset>v120</PlatformToolset>
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
     
    9090    <ConfigurationType>DynamicLibrary</ConfigurationType>
    9191    <CharacterSet>Unicode</CharacterSet>
    92     <PlatformToolset>v120_xp</PlatformToolset>
     92    <PlatformToolset>v120</PlatformToolset>
    9393  </PropertyGroup>
    9494  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     
    110110    <ConfigurationType>DynamicLibrary</ConfigurationType>
    111111    <CharacterSet>Unicode</CharacterSet>
    112     <PlatformToolset>v120_xp</PlatformToolset>
     112    <PlatformToolset>v120</PlatformToolset>
    113113  </PropertyGroup>
    114114  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
  • trunk/Tools/WinLauncher/stdafx.h

    r174664 r184137  
    3333// Modify the following defines if you have to target a platform prior to the ones specified below.
    3434// Refer to MSDN for the latest info on corresponding values for different platforms.
    35 #ifndef WINVER // Allow use of features specific to Windows XP SP2 or later.
    36 #define WINVER 0x0502 // Change this to the appropriate value to target other versions of Windows.
     35#ifndef WINVER // Allow use of features specific to Windows 7 or later.
     36#define WINVER 0x0601 // Change this to the appropriate value to target other versions of Windows.
    3737#endif
    3838
    39 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP SP2 or later.
    40 #define _WIN32_WINNT 0x0502 // Change this to the appropriate value to target other versions of Windows.
     39#ifndef _WIN32_WINNT // Allow use of features specific to Windows 7 or later.
     40#define _WIN32_WINNT 0x601 // Change this to the appropriate value to target other versions of Windows.
    4141#endif                       
    4242
    43 #ifndef _WIN32_WINDOWS        // Allow use of features specific to Windows 98 or later.
    44 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
     43#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 7 or later.
     44#define _WIN32_WINDOWS 0x601 // Change this to the appropriate value to target Windows 7 or later.
    4545#endif
    4646
Note: See TracChangeset for help on using the changeset viewer.