Skip to content

Commit 41fb8c2

Browse files
committed
update project to v140_xp
1 parent bb2a369 commit 41fb8c2

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

src/bridge/x64dbg_bridge.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@
3737
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3838
<ConfigurationType>DynamicLibrary</ConfigurationType>
3939
<UseDebugLibraries>false</UseDebugLibraries>
40-
<PlatformToolset>v120_xp</PlatformToolset>
40+
<PlatformToolset>v140_xp</PlatformToolset>
4141
</PropertyGroup>
4242
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
4343
<ConfigurationType>DynamicLibrary</ConfigurationType>
4444
<UseDebugLibraries>false</UseDebugLibraries>
45-
<PlatformToolset>v120_xp</PlatformToolset>
45+
<PlatformToolset>v140_xp</PlatformToolset>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>DynamicLibrary</ConfigurationType>
4949
<UseDebugLibraries>false</UseDebugLibraries>
50-
<PlatformToolset>v120_xp</PlatformToolset>
50+
<PlatformToolset>v140_xp</PlatformToolset>
5151
</PropertyGroup>
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5353
<ConfigurationType>DynamicLibrary</ConfigurationType>
5454
<UseDebugLibraries>false</UseDebugLibraries>
55-
<PlatformToolset>v120_xp</PlatformToolset>
55+
<PlatformToolset>v140_xp</PlatformToolset>
5656
</PropertyGroup>
5757
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5858
<ImportGroup Label="ExtensionSettings">

src/dbg/x64dbg_dbg.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,22 +302,22 @@
302302
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
303303
<ConfigurationType>DynamicLibrary</ConfigurationType>
304304
<UseDebugLibraries>false</UseDebugLibraries>
305-
<PlatformToolset>v120_xp</PlatformToolset>
305+
<PlatformToolset>v140_xp</PlatformToolset>
306306
</PropertyGroup>
307307
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
308308
<ConfigurationType>DynamicLibrary</ConfigurationType>
309309
<UseDebugLibraries>false</UseDebugLibraries>
310-
<PlatformToolset>v120_xp</PlatformToolset>
310+
<PlatformToolset>v140_xp</PlatformToolset>
311311
</PropertyGroup>
312312
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
313313
<ConfigurationType>DynamicLibrary</ConfigurationType>
314314
<UseDebugLibraries>false</UseDebugLibraries>
315-
<PlatformToolset>v120_xp</PlatformToolset>
315+
<PlatformToolset>v140_xp</PlatformToolset>
316316
</PropertyGroup>
317317
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
318318
<ConfigurationType>DynamicLibrary</ConfigurationType>
319319
<UseDebugLibraries>false</UseDebugLibraries>
320-
<PlatformToolset>v120_xp</PlatformToolset>
320+
<PlatformToolset>v140_xp</PlatformToolset>
321321
</PropertyGroup>
322322
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
323323
<ImportGroup Label="ExtensionSettings">

src/exe/x64dbg_exe.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,22 @@
6262
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
6363
<ConfigurationType>Application</ConfigurationType>
6464
<UseDebugLibraries>false</UseDebugLibraries>
65-
<PlatformToolset>v120_xp</PlatformToolset>
65+
<PlatformToolset>v140_xp</PlatformToolset>
6666
</PropertyGroup>
6767
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
6868
<ConfigurationType>Application</ConfigurationType>
6969
<UseDebugLibraries>false</UseDebugLibraries>
70-
<PlatformToolset>v120_xp</PlatformToolset>
70+
<PlatformToolset>v140_xp</PlatformToolset>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
7373
<ConfigurationType>Application</ConfigurationType>
7474
<UseDebugLibraries>false</UseDebugLibraries>
75-
<PlatformToolset>v120_xp</PlatformToolset>
75+
<PlatformToolset>v140_xp</PlatformToolset>
7676
</PropertyGroup>
7777
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
7878
<ConfigurationType>Application</ConfigurationType>
7979
<UseDebugLibraries>false</UseDebugLibraries>
80-
<PlatformToolset>v120_xp</PlatformToolset>
80+
<PlatformToolset>v140_xp</PlatformToolset>
8181
</PropertyGroup>
8282
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8383
<ImportGroup Label="ExtensionSettings">

src/launcher/x64dbg_launcher.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3535
<ConfigurationType>Application</ConfigurationType>
3636
<UseDebugLibraries>false</UseDebugLibraries>
37-
<PlatformToolset>v120_xp</PlatformToolset>
37+
<PlatformToolset>v140_xp</PlatformToolset>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
4040
<ConfigurationType>Application</ConfigurationType>
4141
<UseDebugLibraries>false</UseDebugLibraries>
42-
<PlatformToolset>v120_xp</PlatformToolset>
42+
<PlatformToolset>v140_xp</PlatformToolset>
4343
</PropertyGroup>
4444
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4545
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)