Skip to content

Commit da1ad6b

Browse files
committed
brought back Windows XP SP3 compatibility (tested: ok)
1 parent 55a41f4 commit da1ad6b

File tree

14 files changed

+38
-57
lines changed

14 files changed

+38
-57
lines changed

CobaltFusion/CobaltFusion.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<ProjectGuid>{218AB179-4C19-4264-BD55-DF89A9F321CA}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>CobaltFusion</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>StaticLibrary</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
3131
<CharacterSet>Unicode</CharacterSet>
32-
<PlatformToolset>v141</PlatformToolset>
32+
<PlatformToolset>v141_xp</PlatformToolset>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3535
<ConfigurationType>StaticLibrary</ConfigurationType>
@@ -42,7 +42,7 @@
4242
<UseDebugLibraries>false</UseDebugLibraries>
4343
<WholeProgramOptimization>true</WholeProgramOptimization>
4444
<CharacterSet>Unicode</CharacterSet>
45-
<PlatformToolset>v141</PlatformToolset>
45+
<PlatformToolset>v141_xp</PlatformToolset>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>StaticLibrary</ConfigurationType>

CobaltFusionTest/CobaltFusionTest.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<ProjectGuid>{30E249B7-F460-4FD3-9C45-58C55AEF7EF6}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>CobaltFusionTest</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
3131
<CharacterSet>Unicode</CharacterSet>
32-
<PlatformToolset>v141</PlatformToolset>
32+
<PlatformToolset>v141_xp</PlatformToolset>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3535
<ConfigurationType>Application</ConfigurationType>
@@ -42,7 +42,7 @@
4242
<UseDebugLibraries>false</UseDebugLibraries>
4343
<WholeProgramOptimization>true</WholeProgramOptimization>
4444
<CharacterSet>Unicode</CharacterSet>
45-
<PlatformToolset>v141</PlatformToolset>
45+
<PlatformToolset>v141_xp</PlatformToolset>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>Application</ConfigurationType>

DbgMsgSrc/DbgMsgSrc.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<ProjectGuid>{722E0592-E026-4D51-87EC-6ACA85B385F4}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>DbgMsgSrc</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
3131
<CharacterSet>Unicode</CharacterSet>
32-
<PlatformToolset>v141</PlatformToolset>
32+
<PlatformToolset>v141_xp</PlatformToolset>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3535
<ConfigurationType>Application</ConfigurationType>
@@ -42,7 +42,7 @@
4242
<UseDebugLibraries>false</UseDebugLibraries>
4343
<WholeProgramOptimization>true</WholeProgramOptimization>
4444
<CharacterSet>Unicode</CharacterSet>
45-
<PlatformToolset>v141</PlatformToolset>
45+
<PlatformToolset>v141_xp</PlatformToolset>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>Application</ConfigurationType>

DebugView++.sln

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OutputForwarderVSIX", "Outp
6161
EndProject
6262
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GDIGraphicsPOC", "GDIGraphicsPOC\GDIGraphicsPOC.vcxproj", "{77DB6FEA-B721-4C03-A151-763ECF4A80DB}"
6363
EndProject
64-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "docopt", "Libraries\docopt\docopt.vcxproj", "{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}"
65-
EndProject
6664
Global
6765
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6866
Debug|Any CPU = Debug|Any CPU
@@ -142,6 +140,7 @@ Global
142140
{6E52889E-06C1-45DC-AF99-ACCCAFB863FF}.Release|Mixed Platforms.ActiveCfg = Release|x86
143141
{6E52889E-06C1-45DC-AF99-ACCCAFB863FF}.Release|Mixed Platforms.Build.0 = Release|x86
144142
{6E52889E-06C1-45DC-AF99-ACCCAFB863FF}.Release|Win32.ActiveCfg = Release|x86
143+
{6E52889E-06C1-45DC-AF99-ACCCAFB863FF}.Release|Win32.Build.0 = Release|x86
145144
{6E52889E-06C1-45DC-AF99-ACCCAFB863FF}.Release|x64.ActiveCfg = Release|x64
146145
{6E52889E-06C1-45DC-AF99-ACCCAFB863FF}.Release|x64.Build.0 = Release|x64
147146
{6E52889E-06C1-45DC-AF99-ACCCAFB863FF}.Release|x86.ActiveCfg = Release|x86
@@ -312,24 +311,6 @@ Global
312311
{77DB6FEA-B721-4C03-A151-763ECF4A80DB}.Release|x64.Build.0 = Release|x64
313312
{77DB6FEA-B721-4C03-A151-763ECF4A80DB}.Release|x86.ActiveCfg = Release|Win32
314313
{77DB6FEA-B721-4C03-A151-763ECF4A80DB}.Release|x86.Build.0 = Release|Win32
315-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Debug|Any CPU.ActiveCfg = Debug|Win32
316-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
317-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Debug|Mixed Platforms.Build.0 = Debug|Win32
318-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Debug|Win32.ActiveCfg = Debug|Win32
319-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Debug|Win32.Build.0 = Debug|Win32
320-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Debug|x64.ActiveCfg = Debug|x64
321-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Debug|x64.Build.0 = Debug|x64
322-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Debug|x86.ActiveCfg = Debug|Win32
323-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Debug|x86.Build.0 = Debug|Win32
324-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Release|Any CPU.ActiveCfg = Release|Win32
325-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Release|Mixed Platforms.ActiveCfg = Release|Win32
326-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Release|Mixed Platforms.Build.0 = Release|Win32
327-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Release|Win32.ActiveCfg = Release|Win32
328-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Release|Win32.Build.0 = Release|Win32
329-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Release|x64.ActiveCfg = Release|x64
330-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Release|x64.Build.0 = Release|x64
331-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Release|x86.ActiveCfg = Release|Win32
332-
{F6AE9A0C-A9EA-422E-9D61-5A635D30C06D}.Release|x86.Build.0 = Release|Win32
333314
EndGlobalSection
334315
GlobalSection(SolutionProperties) = preSolution
335316
HideSolutionNode = FALSE

DebugView++/DebugView++.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<PropertyGroup Label="Globals">
2222
<ProjectGuid>{E37BA0C9-8A2F-4F2E-BBF8-839F3429D3A7}</ProjectGuid>
2323
<Keyword>AtlProj</Keyword>
24-
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
24+
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2525
</PropertyGroup>
2626
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>true</UseDebugLibraries>
3030
<UseOfAtl>Static</UseOfAtl>
3131
<CharacterSet>Unicode</CharacterSet>
32-
<PlatformToolset>v141</PlatformToolset>
32+
<PlatformToolset>v141_xp</PlatformToolset>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3535
<ConfigurationType>Application</ConfigurationType>
@@ -43,7 +43,7 @@
4343
<UseDebugLibraries>false</UseDebugLibraries>
4444
<UseOfAtl>Static</UseOfAtl>
4545
<CharacterSet>Unicode</CharacterSet>
46-
<PlatformToolset>v141</PlatformToolset>
46+
<PlatformToolset>v141_xp</PlatformToolset>
4747
</PropertyGroup>
4848
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4949
<ConfigurationType>Application</ConfigurationType>

DebugView++/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define VERSION 1,7,0,98
2-
#define VERSION_STR "1.7.0.98"
1+
#define VERSION 1,7,0,99
2+
#define VERSION_STR "1.7.0.99"

DebugView++/version.wxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<?define ProductVersion.Major="1" ?>
44
<?define ProductVersion.Minor="7" ?>
55
<?define ProductVersion.Revision="0" ?>
6-
<?define ProductVersion.Build="98" ?>
7-
<?define ProductVersion="1.7.0.98" ?>
6+
<?define ProductVersion.Build="99" ?>
7+
<?define ProductVersion="1.7.0.99" ?>
88
</Include>

DebugView++Lib/DebugView++Lib.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>DebugViewPPLib</RootNamespace>
2525
<ProjectName>DebugView++Lib</ProjectName>
26-
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
26+
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3030
<ConfigurationType>StaticLibrary</ConfigurationType>
3131
<UseDebugLibraries>true</UseDebugLibraries>
3232
<CharacterSet>Unicode</CharacterSet>
33-
<PlatformToolset>v141</PlatformToolset>
33+
<PlatformToolset>v141_xp</PlatformToolset>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3636
<ConfigurationType>StaticLibrary</ConfigurationType>
@@ -43,7 +43,7 @@
4343
<UseDebugLibraries>false</UseDebugLibraries>
4444
<WholeProgramOptimization>true</WholeProgramOptimization>
4545
<CharacterSet>Unicode</CharacterSet>
46-
<PlatformToolset>v141</PlatformToolset>
46+
<PlatformToolset>v141_xp</PlatformToolset>
4747
</PropertyGroup>
4848
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4949
<ConfigurationType>StaticLibrary</ConfigurationType>

DebugView++Test/DebugView++Test.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>DebugViewPPTest</RootNamespace>
2525
<ProjectName>DebugView++Test</ProjectName>
26-
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
26+
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3030
<ConfigurationType>Application</ConfigurationType>
3131
<UseDebugLibraries>true</UseDebugLibraries>
3232
<CharacterSet>Unicode</CharacterSet>
33-
<PlatformToolset>v141</PlatformToolset>
33+
<PlatformToolset>v141_xp</PlatformToolset>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3636
<ConfigurationType>Application</ConfigurationType>
@@ -43,7 +43,7 @@
4343
<UseDebugLibraries>false</UseDebugLibraries>
4444
<WholeProgramOptimization>true</WholeProgramOptimization>
4545
<CharacterSet>Unicode</CharacterSet>
46-
<PlatformToolset>v141</PlatformToolset>
46+
<PlatformToolset>v141_xp</PlatformToolset>
4747
</PropertyGroup>
4848
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4949
<ConfigurationType>Application</ConfigurationType>

DebugViewConsole/DebugViewConsole.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>DebugViewConsole</RootNamespace>
2525
<ProjectName>DebugViewConsole</ProjectName>
26-
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
26+
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3030
<ConfigurationType>Application</ConfigurationType>
3131
<UseDebugLibraries>true</UseDebugLibraries>
3232
<CharacterSet>Unicode</CharacterSet>
3333
<UseOfAtl>Static</UseOfAtl>
34-
<PlatformToolset>v141</PlatformToolset>
34+
<PlatformToolset>v141_xp</PlatformToolset>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3737
<ConfigurationType>Application</ConfigurationType>
@@ -46,7 +46,7 @@
4646
<WholeProgramOptimization>true</WholeProgramOptimization>
4747
<CharacterSet>Unicode</CharacterSet>
4848
<UseOfAtl>Static</UseOfAtl>
49-
<PlatformToolset>v141</PlatformToolset>
49+
<PlatformToolset>v141_xp</PlatformToolset>
5050
</PropertyGroup>
5151
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5252
<ConfigurationType>Application</ConfigurationType>

0 commit comments

Comments
 (0)