Skip to content

Commit 0df39c7

Browse files
committed
Upgrade to VS2017
1 parent c7c09b2 commit 0df39c7

File tree

54 files changed

+307
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+307
-255
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
samples/out/
55
tests/bin/
66

7+
.vs
78

89
*.exe
910
Debug/
File renamed without changes.
File renamed without changes.

pe_lib/pe_lib.vcxproj

Lines changed: 6 additions & 5 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>
@@ -110,33 +110,34 @@
110110
<Keyword>Win32Proj</Keyword>
111111
<RootNamespace>pe_bliss</RootNamespace>
112112
<ProjectName>pe_bliss</ProjectName>
113+
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
113114
</PropertyGroup>
114115
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
115116
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
116117
<ConfigurationType>StaticLibrary</ConfigurationType>
117118
<UseDebugLibraries>true</UseDebugLibraries>
118119
<CharacterSet>Unicode</CharacterSet>
119-
<PlatformToolset>v120</PlatformToolset>
120+
<PlatformToolset>v141</PlatformToolset>
120121
</PropertyGroup>
121122
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
122123
<ConfigurationType>StaticLibrary</ConfigurationType>
123124
<UseDebugLibraries>true</UseDebugLibraries>
124125
<CharacterSet>Unicode</CharacterSet>
125-
<PlatformToolset>v120</PlatformToolset>
126+
<PlatformToolset>v141</PlatformToolset>
126127
</PropertyGroup>
127128
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
128129
<ConfigurationType>StaticLibrary</ConfigurationType>
129130
<UseDebugLibraries>false</UseDebugLibraries>
130131
<WholeProgramOptimization>true</WholeProgramOptimization>
131132
<CharacterSet>Unicode</CharacterSet>
132-
<PlatformToolset>v120</PlatformToolset>
133+
<PlatformToolset>v141</PlatformToolset>
133134
</PropertyGroup>
134135
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
135136
<ConfigurationType>StaticLibrary</ConfigurationType>
136137
<UseDebugLibraries>false</UseDebugLibraries>
137138
<WholeProgramOptimization>true</WholeProgramOptimization>
138139
<CharacterSet>Unicode</CharacterSet>
139-
<PlatformToolset>v120</PlatformToolset>
140+
<PlatformToolset>v141</PlatformToolset>
140141
</PropertyGroup>
141142
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
142143
<ImportGroup Label="ExtensionSettings">

samples/address_convertions/address_convertions.vcxproj

Lines changed: 6 additions & 5 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>
@@ -22,33 +22,34 @@
2222
<ProjectGuid>{2754B0D6-4A8B-49F4-AB9E-E7306D0DAB32}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>address_convertions</RootNamespace>
25+
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2526
</PropertyGroup>
2627
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2728
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2829
<ConfigurationType>Application</ConfigurationType>
2930
<UseDebugLibraries>true</UseDebugLibraries>
3031
<CharacterSet>Unicode</CharacterSet>
31-
<PlatformToolset>v120</PlatformToolset>
32+
<PlatformToolset>v141</PlatformToolset>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3435
<ConfigurationType>Application</ConfigurationType>
3536
<UseDebugLibraries>true</UseDebugLibraries>
3637
<CharacterSet>Unicode</CharacterSet>
37-
<PlatformToolset>v120</PlatformToolset>
38+
<PlatformToolset>v141</PlatformToolset>
3839
</PropertyGroup>
3940
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4041
<ConfigurationType>Application</ConfigurationType>
4142
<UseDebugLibraries>false</UseDebugLibraries>
4243
<WholeProgramOptimization>true</WholeProgramOptimization>
4344
<CharacterSet>Unicode</CharacterSet>
44-
<PlatformToolset>v120</PlatformToolset>
45+
<PlatformToolset>v141</PlatformToolset>
4546
</PropertyGroup>
4647
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4748
<ConfigurationType>Application</ConfigurationType>
4849
<UseDebugLibraries>false</UseDebugLibraries>
4950
<WholeProgramOptimization>true</WholeProgramOptimization>
5051
<CharacterSet>Unicode</CharacterSet>
51-
<PlatformToolset>v120</PlatformToolset>
52+
<PlatformToolset>v141</PlatformToolset>
5253
</PropertyGroup>
5354
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5455
<ImportGroup Label="ExtensionSettings">

samples/basic_dotnet_viewer/basic_dotnet_viewer.vcxproj

Lines changed: 6 additions & 5 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>
@@ -22,33 +22,34 @@
2222
<ProjectGuid>{5E2C4403-4C8B-4773-89A6-61547756ABDC}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>basic_dotnet_viewer</RootNamespace>
25+
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2526
</PropertyGroup>
2627
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2728
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2829
<ConfigurationType>Application</ConfigurationType>
2930
<UseDebugLibraries>true</UseDebugLibraries>
3031
<CharacterSet>Unicode</CharacterSet>
31-
<PlatformToolset>v120</PlatformToolset>
32+
<PlatformToolset>v141</PlatformToolset>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3435
<ConfigurationType>Application</ConfigurationType>
3536
<UseDebugLibraries>true</UseDebugLibraries>
3637
<CharacterSet>Unicode</CharacterSet>
37-
<PlatformToolset>v120</PlatformToolset>
38+
<PlatformToolset>v141</PlatformToolset>
3839
</PropertyGroup>
3940
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4041
<ConfigurationType>Application</ConfigurationType>
4142
<UseDebugLibraries>false</UseDebugLibraries>
4243
<WholeProgramOptimization>true</WholeProgramOptimization>
4344
<CharacterSet>Unicode</CharacterSet>
44-
<PlatformToolset>v120</PlatformToolset>
45+
<PlatformToolset>v141</PlatformToolset>
4546
</PropertyGroup>
4647
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4748
<ConfigurationType>Application</ConfigurationType>
4849
<UseDebugLibraries>false</UseDebugLibraries>
4950
<WholeProgramOptimization>true</WholeProgramOptimization>
5051
<CharacterSet>Unicode</CharacterSet>
51-
<PlatformToolset>v120</PlatformToolset>
52+
<PlatformToolset>v141</PlatformToolset>
5253
</PropertyGroup>
5354
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5455
<ImportGroup Label="ExtensionSettings">

samples/basic_info_viewer/basic_info_viewer.vcxproj

Lines changed: 6 additions & 5 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>
@@ -22,33 +22,34 @@
2222
<ProjectGuid>{71707667-1A10-4B53-AC02-E4AD898AC6E7}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>basic_info_viewer</RootNamespace>
25+
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2526
</PropertyGroup>
2627
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2728
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2829
<ConfigurationType>Application</ConfigurationType>
2930
<UseDebugLibraries>true</UseDebugLibraries>
3031
<CharacterSet>Unicode</CharacterSet>
31-
<PlatformToolset>v120</PlatformToolset>
32+
<PlatformToolset>v141</PlatformToolset>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3435
<ConfigurationType>Application</ConfigurationType>
3536
<UseDebugLibraries>true</UseDebugLibraries>
3637
<CharacterSet>Unicode</CharacterSet>
37-
<PlatformToolset>v120</PlatformToolset>
38+
<PlatformToolset>v141</PlatformToolset>
3839
</PropertyGroup>
3940
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4041
<ConfigurationType>Application</ConfigurationType>
4142
<UseDebugLibraries>false</UseDebugLibraries>
4243
<WholeProgramOptimization>true</WholeProgramOptimization>
4344
<CharacterSet>Unicode</CharacterSet>
44-
<PlatformToolset>v120</PlatformToolset>
45+
<PlatformToolset>v141</PlatformToolset>
4546
</PropertyGroup>
4647
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4748
<ConfigurationType>Application</ConfigurationType>
4849
<UseDebugLibraries>false</UseDebugLibraries>
4950
<WholeProgramOptimization>true</WholeProgramOptimization>
5051
<CharacterSet>Unicode</CharacterSet>
51-
<PlatformToolset>v120</PlatformToolset>
52+
<PlatformToolset>v141</PlatformToolset>
5253
</PropertyGroup>
5354
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5455
<ImportGroup Label="ExtensionSettings">

samples/bound_import_reader/bound_import_reader.vcxproj

Lines changed: 6 additions & 5 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>
@@ -22,33 +22,34 @@
2222
<ProjectGuid>{EFC31F33-D5E4-4356-A892-18CADABCFCCF}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>bound_import_reader</RootNamespace>
25+
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2526
</PropertyGroup>
2627
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2728
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2829
<ConfigurationType>Application</ConfigurationType>
2930
<UseDebugLibraries>true</UseDebugLibraries>
3031
<CharacterSet>Unicode</CharacterSet>
31-
<PlatformToolset>v120</PlatformToolset>
32+
<PlatformToolset>v141</PlatformToolset>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3435
<ConfigurationType>Application</ConfigurationType>
3536
<UseDebugLibraries>true</UseDebugLibraries>
3637
<CharacterSet>Unicode</CharacterSet>
37-
<PlatformToolset>v120</PlatformToolset>
38+
<PlatformToolset>v141</PlatformToolset>
3839
</PropertyGroup>
3940
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4041
<ConfigurationType>Application</ConfigurationType>
4142
<UseDebugLibraries>false</UseDebugLibraries>
4243
<WholeProgramOptimization>true</WholeProgramOptimization>
4344
<CharacterSet>Unicode</CharacterSet>
44-
<PlatformToolset>v120</PlatformToolset>
45+
<PlatformToolset>v141</PlatformToolset>
4546
</PropertyGroup>
4647
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4748
<ConfigurationType>Application</ConfigurationType>
4849
<UseDebugLibraries>false</UseDebugLibraries>
4950
<WholeProgramOptimization>true</WholeProgramOptimization>
5051
<CharacterSet>Unicode</CharacterSet>
51-
<PlatformToolset>v120</PlatformToolset>
52+
<PlatformToolset>v141</PlatformToolset>
5253
</PropertyGroup>
5354
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5455
<ImportGroup Label="ExtensionSettings">

samples/debug_info_reader/debug_info_reader.vcxproj

Lines changed: 6 additions & 5 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>
@@ -22,33 +22,34 @@
2222
<ProjectGuid>{332A1418-E89B-4658-9F7F-8D219ED776EA}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>debug_info_reader</RootNamespace>
25+
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2526
</PropertyGroup>
2627
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2728
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2829
<ConfigurationType>Application</ConfigurationType>
2930
<UseDebugLibraries>true</UseDebugLibraries>
3031
<CharacterSet>Unicode</CharacterSet>
31-
<PlatformToolset>v120</PlatformToolset>
32+
<PlatformToolset>v141</PlatformToolset>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3435
<ConfigurationType>Application</ConfigurationType>
3536
<UseDebugLibraries>true</UseDebugLibraries>
3637
<CharacterSet>Unicode</CharacterSet>
37-
<PlatformToolset>v120</PlatformToolset>
38+
<PlatformToolset>v141</PlatformToolset>
3839
</PropertyGroup>
3940
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4041
<ConfigurationType>Application</ConfigurationType>
4142
<UseDebugLibraries>false</UseDebugLibraries>
4243
<WholeProgramOptimization>true</WholeProgramOptimization>
4344
<CharacterSet>Unicode</CharacterSet>
44-
<PlatformToolset>v120</PlatformToolset>
45+
<PlatformToolset>v141</PlatformToolset>
4546
</PropertyGroup>
4647
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4748
<ConfigurationType>Application</ConfigurationType>
4849
<UseDebugLibraries>false</UseDebugLibraries>
4950
<WholeProgramOptimization>true</WholeProgramOptimization>
5051
<CharacterSet>Unicode</CharacterSet>
51-
<PlatformToolset>v120</PlatformToolset>
52+
<PlatformToolset>v141</PlatformToolset>
5253
</PropertyGroup>
5354
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5455
<ImportGroup Label="ExtensionSettings">

samples/entropy_calculator/entropy_calculator.vcxproj

Lines changed: 6 additions & 5 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>
@@ -22,33 +22,34 @@
2222
<ProjectGuid>{48879460-0DF8-491E-BD1D-A489C8D92746}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>entropy_calculator</RootNamespace>
25+
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2526
</PropertyGroup>
2627
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2728
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2829
<ConfigurationType>Application</ConfigurationType>
2930
<UseDebugLibraries>true</UseDebugLibraries>
3031
<CharacterSet>Unicode</CharacterSet>
31-
<PlatformToolset>v120</PlatformToolset>
32+
<PlatformToolset>v141</PlatformToolset>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3435
<ConfigurationType>Application</ConfigurationType>
3536
<UseDebugLibraries>true</UseDebugLibraries>
3637
<CharacterSet>Unicode</CharacterSet>
37-
<PlatformToolset>v120</PlatformToolset>
38+
<PlatformToolset>v141</PlatformToolset>
3839
</PropertyGroup>
3940
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4041
<ConfigurationType>Application</ConfigurationType>
4142
<UseDebugLibraries>false</UseDebugLibraries>
4243
<WholeProgramOptimization>true</WholeProgramOptimization>
4344
<CharacterSet>Unicode</CharacterSet>
44-
<PlatformToolset>v120</PlatformToolset>
45+
<PlatformToolset>v141</PlatformToolset>
4546
</PropertyGroup>
4647
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4748
<ConfigurationType>Application</ConfigurationType>
4849
<UseDebugLibraries>false</UseDebugLibraries>
4950
<WholeProgramOptimization>true</WholeProgramOptimization>
5051
<CharacterSet>Unicode</CharacterSet>
51-
<PlatformToolset>v120</PlatformToolset>
52+
<PlatformToolset>v141</PlatformToolset>
5253
</PropertyGroup>
5354
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5455
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)