Skip to content

Commit b202985

Browse files
authored
Merge pull request #1 from WinMerge/master
Update from source
2 parents 4d2daad + 29bd9b0 commit b202985

21 files changed

+129
-129
lines changed

Plugins/src_VCPP/DisplayBinaryFiles/DisplayBinaryFiles.vcxproj renamed to Plugins/src_VCPP/DisplayBinaryFiles/DisplayBinaryFiles.vs2017.vcxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -60,79 +60,79 @@
6060
<ConfigurationType>DynamicLibrary</ConfigurationType>
6161
<UseOfMfc>false</UseOfMfc>
6262
<UseOfAtl>Static</UseOfAtl>
63-
<PlatformToolset>v120_xp</PlatformToolset>
63+
<PlatformToolset>v141_xp</PlatformToolset>
6464
</PropertyGroup>
6565
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinSize|Win32'" Label="Configuration">
6666
<ConfigurationType>DynamicLibrary</ConfigurationType>
6767
<UseOfMfc>false</UseOfMfc>
6868
<UseOfAtl>Static</UseOfAtl>
6969
<CharacterSet>Unicode</CharacterSet>
70-
<PlatformToolset>v120_xp</PlatformToolset>
70+
<PlatformToolset>v141_xp</PlatformToolset>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label="Configuration">
7373
<ConfigurationType>DynamicLibrary</ConfigurationType>
7474
<UseOfMfc>false</UseOfMfc>
7575
<UseOfAtl>Static</UseOfAtl>
7676
<CharacterSet>Unicode</CharacterSet>
77-
<PlatformToolset>v120_xp</PlatformToolset>
77+
<PlatformToolset>v141_xp</PlatformToolset>
7878
</PropertyGroup>
7979
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinDependency|Win32'" Label="Configuration">
8080
<ConfigurationType>DynamicLibrary</ConfigurationType>
8181
<UseOfMfc>false</UseOfMfc>
8282
<UseOfAtl>Static</UseOfAtl>
8383
<CharacterSet>Unicode</CharacterSet>
84-
<PlatformToolset>v120_xp</PlatformToolset>
84+
<PlatformToolset>v141_xp</PlatformToolset>
8585
</PropertyGroup>
8686
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinDependency|Win32'" Label="Configuration">
8787
<ConfigurationType>DynamicLibrary</ConfigurationType>
8888
<UseOfMfc>false</UseOfMfc>
8989
<UseOfAtl>Static</UseOfAtl>
90-
<PlatformToolset>v120_xp</PlatformToolset>
90+
<PlatformToolset>v141_xp</PlatformToolset>
9191
</PropertyGroup>
9292
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinSize|Win32'" Label="Configuration">
9393
<ConfigurationType>DynamicLibrary</ConfigurationType>
9494
<UseOfMfc>false</UseOfMfc>
9595
<UseOfAtl>Static</UseOfAtl>
96-
<PlatformToolset>v120_xp</PlatformToolset>
96+
<PlatformToolset>v141_xp</PlatformToolset>
9797
</PropertyGroup>
9898
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
9999
<ConfigurationType>DynamicLibrary</ConfigurationType>
100100
<UseOfMfc>false</UseOfMfc>
101101
<UseOfAtl>Static</UseOfAtl>
102-
<PlatformToolset>v120_xp</PlatformToolset>
102+
<PlatformToolset>v141_xp</PlatformToolset>
103103
</PropertyGroup>
104104
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinSize|x64'" Label="Configuration">
105105
<ConfigurationType>DynamicLibrary</ConfigurationType>
106106
<UseOfMfc>false</UseOfMfc>
107107
<CharacterSet>Unicode</CharacterSet>
108108
<UseOfAtl>Static</UseOfAtl>
109-
<PlatformToolset>v120_xp</PlatformToolset>
109+
<PlatformToolset>v141_xp</PlatformToolset>
110110
</PropertyGroup>
111111
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|x64'" Label="Configuration">
112112
<ConfigurationType>DynamicLibrary</ConfigurationType>
113113
<UseOfMfc>false</UseOfMfc>
114114
<CharacterSet>Unicode</CharacterSet>
115115
<UseOfAtl>Static</UseOfAtl>
116-
<PlatformToolset>v120_xp</PlatformToolset>
116+
<PlatformToolset>v141_xp</PlatformToolset>
117117
</PropertyGroup>
118118
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinDependency|x64'" Label="Configuration">
119119
<ConfigurationType>DynamicLibrary</ConfigurationType>
120120
<UseOfMfc>false</UseOfMfc>
121121
<CharacterSet>Unicode</CharacterSet>
122122
<UseOfAtl>Static</UseOfAtl>
123-
<PlatformToolset>v120_xp</PlatformToolset>
123+
<PlatformToolset>v141_xp</PlatformToolset>
124124
</PropertyGroup>
125125
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinDependency|x64'" Label="Configuration">
126126
<ConfigurationType>DynamicLibrary</ConfigurationType>
127127
<UseOfMfc>false</UseOfMfc>
128128
<UseOfAtl>Static</UseOfAtl>
129-
<PlatformToolset>v120_xp</PlatformToolset>
129+
<PlatformToolset>v141_xp</PlatformToolset>
130130
</PropertyGroup>
131131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinSize|x64'" Label="Configuration">
132132
<ConfigurationType>DynamicLibrary</ConfigurationType>
133133
<UseOfMfc>false</UseOfMfc>
134134
<UseOfAtl>Static</UseOfAtl>
135-
<PlatformToolset>v120_xp</PlatformToolset>
135+
<PlatformToolset>v141_xp</PlatformToolset>
136136
</PropertyGroup>
137137
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
138138
<ImportGroup Label="ExtensionSettings">

Plugins/src_VCPP/EditBinaryFiles/EditBinaryFiles.vcxproj renamed to Plugins/src_VCPP/EditBinaryFiles/EditBinaryFiles.vs2017.vcxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -59,79 +59,79 @@
5959
<ConfigurationType>DynamicLibrary</ConfigurationType>
6060
<UseOfMfc>false</UseOfMfc>
6161
<UseOfAtl>Static</UseOfAtl>
62-
<PlatformToolset>v120_xp</PlatformToolset>
62+
<PlatformToolset>v141_xp</PlatformToolset>
6363
</PropertyGroup>
6464
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinDependency|Win32'" Label="Configuration">
6565
<ConfigurationType>DynamicLibrary</ConfigurationType>
6666
<UseOfMfc>false</UseOfMfc>
6767
<UseOfAtl>Static</UseOfAtl>
68-
<PlatformToolset>v120_xp</PlatformToolset>
68+
<PlatformToolset>v141_xp</PlatformToolset>
6969
</PropertyGroup>
7070
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinDependency|Win32'" Label="Configuration">
7171
<ConfigurationType>DynamicLibrary</ConfigurationType>
7272
<UseOfMfc>false</UseOfMfc>
7373
<UseOfAtl>Static</UseOfAtl>
7474
<CharacterSet>Unicode</CharacterSet>
75-
<PlatformToolset>v120_xp</PlatformToolset>
75+
<PlatformToolset>v141_xp</PlatformToolset>
7676
</PropertyGroup>
7777
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinSize|Win32'" Label="Configuration">
7878
<ConfigurationType>DynamicLibrary</ConfigurationType>
7979
<UseOfMfc>false</UseOfMfc>
8080
<UseOfAtl>Static</UseOfAtl>
81-
<PlatformToolset>v120_xp</PlatformToolset>
81+
<PlatformToolset>v141_xp</PlatformToolset>
8282
</PropertyGroup>
8383
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label="Configuration">
8484
<ConfigurationType>DynamicLibrary</ConfigurationType>
8585
<UseOfMfc>false</UseOfMfc>
8686
<UseOfAtl>Static</UseOfAtl>
8787
<CharacterSet>Unicode</CharacterSet>
88-
<PlatformToolset>v120_xp</PlatformToolset>
88+
<PlatformToolset>v141_xp</PlatformToolset>
8989
</PropertyGroup>
9090
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinSize|Win32'" Label="Configuration">
9191
<ConfigurationType>DynamicLibrary</ConfigurationType>
9292
<UseOfMfc>false</UseOfMfc>
9393
<UseOfAtl>Static</UseOfAtl>
9494
<CharacterSet>Unicode</CharacterSet>
95-
<PlatformToolset>v120_xp</PlatformToolset>
95+
<PlatformToolset>v141_xp</PlatformToolset>
9696
</PropertyGroup>
9797
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
9898
<ConfigurationType>DynamicLibrary</ConfigurationType>
9999
<UseOfMfc>false</UseOfMfc>
100100
<UseOfAtl>Static</UseOfAtl>
101-
<PlatformToolset>v120_xp</PlatformToolset>
101+
<PlatformToolset>v141_xp</PlatformToolset>
102102
</PropertyGroup>
103103
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinDependency|x64'" Label="Configuration">
104104
<ConfigurationType>DynamicLibrary</ConfigurationType>
105105
<UseOfMfc>false</UseOfMfc>
106106
<UseOfAtl>Static</UseOfAtl>
107-
<PlatformToolset>v120_xp</PlatformToolset>
107+
<PlatformToolset>v141_xp</PlatformToolset>
108108
</PropertyGroup>
109109
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinDependency|x64'" Label="Configuration">
110110
<ConfigurationType>DynamicLibrary</ConfigurationType>
111111
<UseOfMfc>false</UseOfMfc>
112112
<CharacterSet>Unicode</CharacterSet>
113113
<UseOfAtl>Static</UseOfAtl>
114-
<PlatformToolset>v120_xp</PlatformToolset>
114+
<PlatformToolset>v141_xp</PlatformToolset>
115115
</PropertyGroup>
116116
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinSize|x64'" Label="Configuration">
117117
<ConfigurationType>DynamicLibrary</ConfigurationType>
118118
<UseOfMfc>false</UseOfMfc>
119119
<UseOfAtl>Static</UseOfAtl>
120-
<PlatformToolset>v120_xp</PlatformToolset>
120+
<PlatformToolset>v141_xp</PlatformToolset>
121121
</PropertyGroup>
122122
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|x64'" Label="Configuration">
123123
<ConfigurationType>DynamicLibrary</ConfigurationType>
124124
<UseOfMfc>false</UseOfMfc>
125125
<CharacterSet>Unicode</CharacterSet>
126126
<UseOfAtl>Static</UseOfAtl>
127-
<PlatformToolset>v120_xp</PlatformToolset>
127+
<PlatformToolset>v141_xp</PlatformToolset>
128128
</PropertyGroup>
129129
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinSize|x64'" Label="Configuration">
130130
<ConfigurationType>DynamicLibrary</ConfigurationType>
131131
<UseOfMfc>false</UseOfMfc>
132132
<CharacterSet>Unicode</CharacterSet>
133133
<UseOfAtl>Static</UseOfAtl>
134-
<PlatformToolset>v120_xp</PlatformToolset>
134+
<PlatformToolset>v141_xp</PlatformToolset>
135135
</PropertyGroup>
136136
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
137137
<ImportGroup Label="ExtensionSettings">

Plugins/src_VCPP/HideFirstLetter/HideFirstLetter.vcxproj renamed to Plugins/src_VCPP/HideFirstLetter/HideFirstLetter.vs2017.vcxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -60,79 +60,79 @@
6060
<ConfigurationType>DynamicLibrary</ConfigurationType>
6161
<UseOfMfc>false</UseOfMfc>
6262
<UseOfAtl>Static</UseOfAtl>
63-
<PlatformToolset>v120_xp</PlatformToolset>
63+
<PlatformToolset>v141_xp</PlatformToolset>
6464
</PropertyGroup>
6565
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label="Configuration">
6666
<ConfigurationType>DynamicLibrary</ConfigurationType>
6767
<UseOfMfc>false</UseOfMfc>
6868
<UseOfAtl>Static</UseOfAtl>
6969
<CharacterSet>Unicode</CharacterSet>
70-
<PlatformToolset>v120_xp</PlatformToolset>
70+
<PlatformToolset>v141_xp</PlatformToolset>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinDependency|Win32'" Label="Configuration">
7373
<ConfigurationType>DynamicLibrary</ConfigurationType>
7474
<UseOfMfc>false</UseOfMfc>
7575
<UseOfAtl>Static</UseOfAtl>
7676
<CharacterSet>Unicode</CharacterSet>
77-
<PlatformToolset>v120_xp</PlatformToolset>
77+
<PlatformToolset>v141_xp</PlatformToolset>
7878
</PropertyGroup>
7979
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinSize|Win32'" Label="Configuration">
8080
<ConfigurationType>DynamicLibrary</ConfigurationType>
8181
<UseOfMfc>false</UseOfMfc>
8282
<UseOfAtl>Static</UseOfAtl>
83-
<PlatformToolset>v120_xp</PlatformToolset>
83+
<PlatformToolset>v141_xp</PlatformToolset>
8484
</PropertyGroup>
8585
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinDependency|Win32'" Label="Configuration">
8686
<ConfigurationType>DynamicLibrary</ConfigurationType>
8787
<UseOfMfc>false</UseOfMfc>
8888
<UseOfAtl>Static</UseOfAtl>
89-
<PlatformToolset>v120_xp</PlatformToolset>
89+
<PlatformToolset>v141_xp</PlatformToolset>
9090
</PropertyGroup>
9191
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinSize|Win32'" Label="Configuration">
9292
<ConfigurationType>DynamicLibrary</ConfigurationType>
9393
<UseOfMfc>false</UseOfMfc>
9494
<UseOfAtl>Static</UseOfAtl>
9595
<CharacterSet>Unicode</CharacterSet>
96-
<PlatformToolset>v120_xp</PlatformToolset>
96+
<PlatformToolset>v141_xp</PlatformToolset>
9797
</PropertyGroup>
9898
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
9999
<ConfigurationType>DynamicLibrary</ConfigurationType>
100100
<UseOfMfc>false</UseOfMfc>
101101
<UseOfAtl>Static</UseOfAtl>
102-
<PlatformToolset>v120_xp</PlatformToolset>
102+
<PlatformToolset>v141_xp</PlatformToolset>
103103
</PropertyGroup>
104104
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|x64'" Label="Configuration">
105105
<ConfigurationType>DynamicLibrary</ConfigurationType>
106106
<UseOfMfc>false</UseOfMfc>
107107
<CharacterSet>Unicode</CharacterSet>
108108
<UseOfAtl>Static</UseOfAtl>
109-
<PlatformToolset>v120_xp</PlatformToolset>
109+
<PlatformToolset>v141_xp</PlatformToolset>
110110
</PropertyGroup>
111111
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinDependency|x64'" Label="Configuration">
112112
<ConfigurationType>DynamicLibrary</ConfigurationType>
113113
<UseOfMfc>false</UseOfMfc>
114114
<CharacterSet>Unicode</CharacterSet>
115115
<UseOfAtl>Static</UseOfAtl>
116-
<PlatformToolset>v120_xp</PlatformToolset>
116+
<PlatformToolset>v141_xp</PlatformToolset>
117117
</PropertyGroup>
118118
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinSize|x64'" Label="Configuration">
119119
<ConfigurationType>DynamicLibrary</ConfigurationType>
120120
<UseOfMfc>false</UseOfMfc>
121121
<UseOfAtl>Static</UseOfAtl>
122-
<PlatformToolset>v120_xp</PlatformToolset>
122+
<PlatformToolset>v141_xp</PlatformToolset>
123123
</PropertyGroup>
124124
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinDependency|x64'" Label="Configuration">
125125
<ConfigurationType>DynamicLibrary</ConfigurationType>
126126
<UseOfMfc>false</UseOfMfc>
127127
<UseOfAtl>Static</UseOfAtl>
128-
<PlatformToolset>v120_xp</PlatformToolset>
128+
<PlatformToolset>v141_xp</PlatformToolset>
129129
</PropertyGroup>
130130
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinSize|x64'" Label="Configuration">
131131
<ConfigurationType>DynamicLibrary</ConfigurationType>
132132
<UseOfMfc>false</UseOfMfc>
133133
<CharacterSet>Unicode</CharacterSet>
134134
<UseOfAtl>Static</UseOfAtl>
135-
<PlatformToolset>v120_xp</PlatformToolset>
135+
<PlatformToolset>v141_xp</PlatformToolset>
136136
</PropertyGroup>
137137
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
138138
<ImportGroup Label="ExtensionSettings">

Plugins/src_VCPP/IgnoreColumns/IgnoreColumns.vcxproj renamed to Plugins/src_VCPP/IgnoreColumns/IgnoreColumns.vs2017.vcxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -61,78 +61,78 @@
6161
<UseOfMfc>false</UseOfMfc>
6262
<UseOfAtl>Static</UseOfAtl>
6363
<CharacterSet>Unicode</CharacterSet>
64-
<PlatformToolset>v120_xp</PlatformToolset>
64+
<PlatformToolset>v141_xp</PlatformToolset>
6565
</PropertyGroup>
6666
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
6767
<ConfigurationType>DynamicLibrary</ConfigurationType>
6868
<UseOfMfc>false</UseOfMfc>
6969
<UseOfAtl>Static</UseOfAtl>
70-
<PlatformToolset>v120_xp</PlatformToolset>
70+
<PlatformToolset>v141_xp</PlatformToolset>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinSize|Win32'" Label="Configuration">
7373
<ConfigurationType>DynamicLibrary</ConfigurationType>
7474
<UseOfMfc>false</UseOfMfc>
7575
<UseOfAtl>Static</UseOfAtl>
7676
<CharacterSet>Unicode</CharacterSet>
77-
<PlatformToolset>v120_xp</PlatformToolset>
77+
<PlatformToolset>v141_xp</PlatformToolset>
7878
</PropertyGroup>
7979
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinSize|Win32'" Label="Configuration">
8080
<ConfigurationType>DynamicLibrary</ConfigurationType>
8181
<UseOfMfc>false</UseOfMfc>
8282
<UseOfAtl>Static</UseOfAtl>
83-
<PlatformToolset>v120_xp</PlatformToolset>
83+
<PlatformToolset>v141_xp</PlatformToolset>
8484
</PropertyGroup>
8585
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinDependency|Win32'" Label="Configuration">
8686
<ConfigurationType>DynamicLibrary</ConfigurationType>
8787
<UseOfMfc>false</UseOfMfc>
8888
<UseOfAtl>Static</UseOfAtl>
89-
<PlatformToolset>v120_xp</PlatformToolset>
89+
<PlatformToolset>v141_xp</PlatformToolset>
9090
</PropertyGroup>
9191
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinDependency|Win32'" Label="Configuration">
9292
<ConfigurationType>DynamicLibrary</ConfigurationType>
9393
<UseOfMfc>false</UseOfMfc>
9494
<UseOfAtl>Static</UseOfAtl>
9595
<CharacterSet>Unicode</CharacterSet>
96-
<PlatformToolset>v120_xp</PlatformToolset>
96+
<PlatformToolset>v141_xp</PlatformToolset>
9797
</PropertyGroup>
9898
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|x64'" Label="Configuration">
9999
<ConfigurationType>DynamicLibrary</ConfigurationType>
100100
<UseOfMfc>false</UseOfMfc>
101101
<CharacterSet>Unicode</CharacterSet>
102102
<UseOfAtl>Static</UseOfAtl>
103-
<PlatformToolset>v120_xp</PlatformToolset>
103+
<PlatformToolset>v141_xp</PlatformToolset>
104104
</PropertyGroup>
105105
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
106106
<ConfigurationType>DynamicLibrary</ConfigurationType>
107107
<UseOfMfc>false</UseOfMfc>
108108
<UseOfAtl>Static</UseOfAtl>
109-
<PlatformToolset>v120_xp</PlatformToolset>
109+
<PlatformToolset>v141_xp</PlatformToolset>
110110
</PropertyGroup>
111111
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinSize|x64'" Label="Configuration">
112112
<ConfigurationType>DynamicLibrary</ConfigurationType>
113113
<UseOfMfc>false</UseOfMfc>
114114
<CharacterSet>Unicode</CharacterSet>
115115
<UseOfAtl>Static</UseOfAtl>
116-
<PlatformToolset>v120_xp</PlatformToolset>
116+
<PlatformToolset>v141_xp</PlatformToolset>
117117
</PropertyGroup>
118118
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinSize|x64'" Label="Configuration">
119119
<ConfigurationType>DynamicLibrary</ConfigurationType>
120120
<UseOfMfc>false</UseOfMfc>
121121
<UseOfAtl>Static</UseOfAtl>
122-
<PlatformToolset>v120_xp</PlatformToolset>
122+
<PlatformToolset>v141_xp</PlatformToolset>
123123
</PropertyGroup>
124124
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MinDependency|x64'" Label="Configuration">
125125
<ConfigurationType>DynamicLibrary</ConfigurationType>
126126
<UseOfMfc>false</UseOfMfc>
127127
<UseOfAtl>Static</UseOfAtl>
128-
<PlatformToolset>v120_xp</PlatformToolset>
128+
<PlatformToolset>v141_xp</PlatformToolset>
129129
</PropertyGroup>
130130
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release MinDependency|x64'" Label="Configuration">
131131
<ConfigurationType>DynamicLibrary</ConfigurationType>
132132
<UseOfMfc>false</UseOfMfc>
133133
<CharacterSet>Unicode</CharacterSet>
134134
<UseOfAtl>Static</UseOfAtl>
135-
<PlatformToolset>v120_xp</PlatformToolset>
135+
<PlatformToolset>v141_xp</PlatformToolset>
136136
</PropertyGroup>
137137
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
138138
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)