Skip to content

Commit 75fcdc5

Browse files
committed
Update to VS2019
1 parent 91c0a07 commit 75fcdc5

31 files changed

+136
-98
lines changed

3rdparty/distorm/distorm.vcxproj

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,42 +19,45 @@
1919
</ProjectConfiguration>
2020
</ItemGroup>
2121
<PropertyGroup Label="Globals">
22-
<VCProjectVersion>15.0</VCProjectVersion>
22+
<VCProjectVersion>16.0</VCProjectVersion>
2323
<ProjectGuid>{920bbb4d-c715-4cd4-9129-ff2cf941495d}</ProjectGuid>
2424
<Keyword>Win32Proj</Keyword>
2525
<RootNamespace>distorm</RootNamespace>
26-
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
26+
<WindowsTargetPlatformVersion>10.0</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>
32-
<PlatformToolset>v141</PlatformToolset>
32+
<PlatformToolset>v142</PlatformToolset>
3333
<CharacterSet>Unicode</CharacterSet>
3434
<SpectreMitigation>false</SpectreMitigation>
35+
<VcpkgEnabled>false</VcpkgEnabled>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3738
<ConfigurationType>StaticLibrary</ConfigurationType>
3839
<UseDebugLibraries>true</UseDebugLibraries>
39-
<PlatformToolset>v141</PlatformToolset>
40+
<PlatformToolset>v142</PlatformToolset>
4041
<CharacterSet>Unicode</CharacterSet>
4142
<SpectreMitigation>false</SpectreMitigation>
43+
<VcpkgEnabled>false</VcpkgEnabled>
4244
</PropertyGroup>
4345
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4446
<ConfigurationType>StaticLibrary</ConfigurationType>
4547
<UseDebugLibraries>false</UseDebugLibraries>
46-
<PlatformToolset>v141</PlatformToolset>
48+
<PlatformToolset>v142</PlatformToolset>
4749
<WholeProgramOptimization>true</WholeProgramOptimization>
4850
<CharacterSet>Unicode</CharacterSet>
4951
<SpectreMitigation>false</SpectreMitigation>
52+
<VcpkgEnabled>false</VcpkgEnabled>
5053
</PropertyGroup>
5154
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5255
<ConfigurationType>StaticLibrary</ConfigurationType>
5356
<UseDebugLibraries>false</UseDebugLibraries>
54-
<PlatformToolset>v141</PlatformToolset>
57+
<PlatformToolset>v142</PlatformToolset>
5558
<WholeProgramOptimization>true</WholeProgramOptimization>
56-
<CharacterSet>Unicode</CharacterSet>
5759
<SpectreMitigation>false</SpectreMitigation>
60+
<VcpkgEnabled>false</VcpkgEnabled>
5861
</PropertyGroup>
5962
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6063
<ImportGroup Label="ExtensionSettings">

3rdparty/distorm/distorm.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="Source Files">

HookLibrary/HookLibrary.vcxproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,42 +19,46 @@
1919
</ProjectConfiguration>
2020
</ItemGroup>
2121
<PropertyGroup Label="Globals">
22-
<VCProjectVersion>15.0</VCProjectVersion>
22+
<VCProjectVersion>16.0</VCProjectVersion>
2323
<ProjectGuid>{C36C2313-72A8-4583-B7D8-28E193D5287F}</ProjectGuid>
2424
<Keyword>Win32Proj</Keyword>
2525
<RootNamespace>HookLibrary</RootNamespace>
26-
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
26+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3030
<ConfigurationType>DynamicLibrary</ConfigurationType>
3131
<UseDebugLibraries>true</UseDebugLibraries>
32-
<PlatformToolset>v141</PlatformToolset>
32+
<PlatformToolset>v142</PlatformToolset>
3333
<CharacterSet>Unicode</CharacterSet>
3434
<SpectreMitigation>false</SpectreMitigation>
35+
<VcpkgEnabled>false</VcpkgEnabled>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3738
<ConfigurationType>DynamicLibrary</ConfigurationType>
3839
<UseDebugLibraries>true</UseDebugLibraries>
39-
<PlatformToolset>v141</PlatformToolset>
40+
<PlatformToolset>v142</PlatformToolset>
4041
<CharacterSet>Unicode</CharacterSet>
4142
<SpectreMitigation>false</SpectreMitigation>
43+
<VcpkgEnabled>false</VcpkgEnabled>
4244
</PropertyGroup>
4345
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4446
<ConfigurationType>DynamicLibrary</ConfigurationType>
4547
<UseDebugLibraries>false</UseDebugLibraries>
46-
<PlatformToolset>v141</PlatformToolset>
48+
<PlatformToolset>v142</PlatformToolset>
4749
<WholeProgramOptimization>true</WholeProgramOptimization>
4850
<CharacterSet>Unicode</CharacterSet>
4951
<SpectreMitigation>false</SpectreMitigation>
52+
<VcpkgEnabled>false</VcpkgEnabled>
5053
</PropertyGroup>
5154
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5255
<ConfigurationType>DynamicLibrary</ConfigurationType>
5356
<UseDebugLibraries>false</UseDebugLibraries>
54-
<PlatformToolset>v141</PlatformToolset>
57+
<PlatformToolset>v142</PlatformToolset>
5558
<WholeProgramOptimization>true</WholeProgramOptimization>
5659
<CharacterSet>Unicode</CharacterSet>
5760
<SpectreMitigation>false</SpectreMitigation>
61+
<VcpkgEnabled>false</VcpkgEnabled>
5862
</PropertyGroup>
5963
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6064
<ImportGroup Label="ExtensionSettings">
@@ -141,7 +145,6 @@
141145
<SubSystem>Windows</SubSystem>
142146
<ModuleDefinitionFile>Export.def</ModuleDefinitionFile>
143147
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
144-
<IgnoreSpecificDefaultLibraries>libcmt.lib</IgnoreSpecificDefaultLibraries>
145148
</Link>
146149
</ItemDefinitionGroup>
147150
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -157,7 +160,6 @@
157160
<SubSystem>Windows</SubSystem>
158161
<ModuleDefinitionFile>Export.def</ModuleDefinitionFile>
159162
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
160-
<IgnoreSpecificDefaultLibraries>libcmt.lib</IgnoreSpecificDefaultLibraries>
161163
</Link>
162164
</ItemDefinitionGroup>
163165
<ItemGroup>

HookLibrary/HookLibrary.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="Source Files">

HookLibrary/hook.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ImportGroup Label="PropertySheets" />
44
<ItemDefinitionGroup>
55
<ClCompile>

InjectorCLI/InjectorCLI.vcxproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,42 +19,46 @@
1919
</ProjectConfiguration>
2020
</ItemGroup>
2121
<PropertyGroup Label="Globals">
22-
<VCProjectVersion>15.0</VCProjectVersion>
22+
<VCProjectVersion>16.0</VCProjectVersion>
2323
<ProjectGuid>{92C90AAD-036E-474D-902C-CFD1E7422899}</ProjectGuid>
2424
<Keyword>Win32Proj</Keyword>
2525
<RootNamespace>InjectorCLI</RootNamespace>
26-
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
26+
<WindowsTargetPlatformVersion>10.0</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>
32-
<PlatformToolset>v141</PlatformToolset>
32+
<PlatformToolset>v142</PlatformToolset>
3333
<CharacterSet>Unicode</CharacterSet>
3434
<SpectreMitigation>false</SpectreMitigation>
35+
<VcpkgEnabled>false</VcpkgEnabled>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3738
<ConfigurationType>Application</ConfigurationType>
3839
<UseDebugLibraries>true</UseDebugLibraries>
39-
<PlatformToolset>v141</PlatformToolset>
40+
<PlatformToolset>v142</PlatformToolset>
4041
<CharacterSet>Unicode</CharacterSet>
4142
<SpectreMitigation>false</SpectreMitigation>
43+
<VcpkgEnabled>false</VcpkgEnabled>
4244
</PropertyGroup>
4345
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4446
<ConfigurationType>Application</ConfigurationType>
4547
<UseDebugLibraries>false</UseDebugLibraries>
46-
<PlatformToolset>v141</PlatformToolset>
48+
<PlatformToolset>v142</PlatformToolset>
4749
<WholeProgramOptimization>true</WholeProgramOptimization>
4850
<CharacterSet>Unicode</CharacterSet>
4951
<SpectreMitigation>false</SpectreMitigation>
52+
<VcpkgEnabled>false</VcpkgEnabled>
5053
</PropertyGroup>
5154
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5255
<ConfigurationType>Application</ConfigurationType>
5356
<UseDebugLibraries>false</UseDebugLibraries>
54-
<PlatformToolset>v141</PlatformToolset>
57+
<PlatformToolset>v142</PlatformToolset>
5558
<WholeProgramOptimization>true</WholeProgramOptimization>
5659
<CharacterSet>Unicode</CharacterSet>
5760
<SpectreMitigation>false</SpectreMitigation>
61+
<VcpkgEnabled>false</VcpkgEnabled>
5862
</PropertyGroup>
5963
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6064
<ImportGroup Label="ExtensionSettings">

InjectorCLI/InjectorCLI.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="Source Files">

SCMRevGen/SCMRevGen.vcxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
@@ -19,17 +19,18 @@
1919
</ProjectConfiguration>
2020
</ItemGroup>
2121
<PropertyGroup Label="Globals">
22-
<VCProjectVersion>15.0</VCProjectVersion>
22+
<VCProjectVersion>16.0</VCProjectVersion>
2323
<ProjectGuid>{4CEF9C8E-91C8-4148-94B1-AF2A3B597762}</ProjectGuid>
2424
<Keyword>Win32Proj</Keyword>
25-
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Label="Configuration">
2929
<ConfigurationType>Utility</ConfigurationType>
3030
<UseDebugLibraries>false</UseDebugLibraries>
31-
<PlatformToolset>v141</PlatformToolset>
31+
<PlatformToolset>v142</PlatformToolset>
3232
<SpectreMitigation>false</SpectreMitigation>
33+
<VcpkgEnabled>false</VcpkgEnabled>
3334
</PropertyGroup>
3435
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3536
<ImportGroup Label="ExtensionSettings">

Scylla/Scylla.vcxproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,42 +42,46 @@
4242
<ClInclude Include="Win32kSyscalls.h" />
4343
</ItemGroup>
4444
<PropertyGroup Label="Globals">
45-
<VCProjectVersion>15.0</VCProjectVersion>
45+
<VCProjectVersion>16.0</VCProjectVersion>
4646
<ProjectGuid>{E468DA07-48EA-40EB-A845-FA69C39D3396}</ProjectGuid>
4747
<Keyword>Win32Proj</Keyword>
4848
<RootNamespace>Scylla</RootNamespace>
49-
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
49+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
5050
</PropertyGroup>
5151
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
5353
<ConfigurationType>StaticLibrary</ConfigurationType>
5454
<UseDebugLibraries>true</UseDebugLibraries>
55-
<PlatformToolset>v141</PlatformToolset>
55+
<PlatformToolset>v142</PlatformToolset>
5656
<CharacterSet>Unicode</CharacterSet>
5757
<SpectreMitigation>false</SpectreMitigation>
58+
<VcpkgEnabled>false</VcpkgEnabled>
5859
</PropertyGroup>
5960
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
6061
<ConfigurationType>StaticLibrary</ConfigurationType>
6162
<UseDebugLibraries>true</UseDebugLibraries>
62-
<PlatformToolset>v141</PlatformToolset>
63+
<PlatformToolset>v142</PlatformToolset>
6364
<CharacterSet>Unicode</CharacterSet>
6465
<SpectreMitigation>false</SpectreMitigation>
66+
<VcpkgEnabled>false</VcpkgEnabled>
6567
</PropertyGroup>
6668
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
6769
<ConfigurationType>StaticLibrary</ConfigurationType>
6870
<UseDebugLibraries>false</UseDebugLibraries>
69-
<PlatformToolset>v141</PlatformToolset>
71+
<PlatformToolset>v142</PlatformToolset>
7072
<WholeProgramOptimization>true</WholeProgramOptimization>
7173
<CharacterSet>Unicode</CharacterSet>
7274
<SpectreMitigation>false</SpectreMitigation>
75+
<VcpkgEnabled>false</VcpkgEnabled>
7376
</PropertyGroup>
7477
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
7578
<ConfigurationType>StaticLibrary</ConfigurationType>
7679
<UseDebugLibraries>false</UseDebugLibraries>
77-
<PlatformToolset>v141</PlatformToolset>
80+
<PlatformToolset>v142</PlatformToolset>
7881
<WholeProgramOptimization>true</WholeProgramOptimization>
7982
<CharacterSet>Unicode</CharacterSet>
8083
<SpectreMitigation>false</SpectreMitigation>
84+
<VcpkgEnabled>false</VcpkgEnabled>
8185
</PropertyGroup>
8286
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8387
<ImportGroup Label="ExtensionSettings">
@@ -164,6 +168,4 @@
164168
</Lib>
165169
</ItemDefinitionGroup>
166170
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
167-
<ImportGroup Label="ExtensionTargets">
168-
</ImportGroup>
169171
</Project>

Scylla/Scylla.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="Source Files">

0 commit comments

Comments
 (0)