Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit e157ca5

Browse files
committed
Add Windows XP support for win32 binaries
1 parent 602b382 commit e157ca5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

visual-studio/blackbox_decode/blackbox_decode.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
1717
<ConfigurationType>Application</ConfigurationType>
1818
<UseDebugLibraries>false</UseDebugLibraries>
19-
<PlatformToolset>v120</PlatformToolset>
19+
<PlatformToolset>v120_xp</PlatformToolset>
2020
<WholeProgramOptimization>true</WholeProgramOptimization>
2121
<CharacterSet>Unicode</CharacterSet>
2222
</PropertyGroup>

visual-studio/blackbox_render/blackbox_render.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
1616
<ConfigurationType>Application</ConfigurationType>
1717
<UseDebugLibraries>false</UseDebugLibraries>
18-
<PlatformToolset>v120</PlatformToolset>
18+
<PlatformToolset>v120_xp</PlatformToolset>
1919
<WholeProgramOptimization>true</WholeProgramOptimization>
2020
<CharacterSet>Unicode</CharacterSet>
2121
</PropertyGroup>

visual-studio/encoder_testbed/encoder_testbed.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
1616
<ConfigurationType>Application</ConfigurationType>
1717
<UseDebugLibraries>false</UseDebugLibraries>
18-
<PlatformToolset>v120</PlatformToolset>
18+
<PlatformToolset>v120_xp</PlatformToolset>
1919
<WholeProgramOptimization>true</WholeProgramOptimization>
2020
<CharacterSet>Unicode</CharacterSet>
2121
</PropertyGroup>

0 commit comments

Comments
 (0)