diff options
Diffstat (limited to 'pthreads')
-rw-r--r-- | pthreads/pthread-win32.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pthreads/pthread-win32.vcxproj b/pthreads/pthread-win32.vcxproj index fc0a34e..be159d1 100644 --- a/pthreads/pthread-win32.vcxproj +++ b/pthreads/pthread-win32.vcxproj @@ -20,12 +20,12 @@ <ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>NotSet</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>NotSet</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
|