Skip to content

Commit 4960f04

Browse files
committed
update Visual Studio project file to 2013 express, discard 2008
1 parent f2f2101 commit 4960f04

File tree

55 files changed

+948
-1429
lines changed

Some content is hidden

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

55 files changed

+948
-1429
lines changed

pe_bliss_tests_vc10.sln renamed to pe_bliss_tests_vc12.sln

Lines changed: 274 additions & 272 deletions
Large diffs are not rendered by default.

pe_bliss_tests_vc9.sln

Lines changed: 0 additions & 272 deletions
This file was deleted.

pe_bliss_vc10.sln renamed to pe_bliss_vc12.sln

Lines changed: 419 additions & 417 deletions
Large diffs are not rendered by default.

pe_bliss_vc9.sln

Lines changed: 0 additions & 417 deletions
This file was deleted.

pe_lib/pe_lib.vcxproj

Lines changed: 5 additions & 1 deletion
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="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -116,23 +116,27 @@
116116
<ConfigurationType>StaticLibrary</ConfigurationType>
117117
<UseDebugLibraries>true</UseDebugLibraries>
118118
<CharacterSet>Unicode</CharacterSet>
119+
<PlatformToolset>v120</PlatformToolset>
119120
</PropertyGroup>
120121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
121122
<ConfigurationType>StaticLibrary</ConfigurationType>
122123
<UseDebugLibraries>true</UseDebugLibraries>
123124
<CharacterSet>Unicode</CharacterSet>
125+
<PlatformToolset>v120</PlatformToolset>
124126
</PropertyGroup>
125127
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
126128
<ConfigurationType>StaticLibrary</ConfigurationType>
127129
<UseDebugLibraries>false</UseDebugLibraries>
128130
<WholeProgramOptimization>true</WholeProgramOptimization>
129131
<CharacterSet>Unicode</CharacterSet>
132+
<PlatformToolset>v120</PlatformToolset>
130133
</PropertyGroup>
131134
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
132135
<ConfigurationType>StaticLibrary</ConfigurationType>
133136
<UseDebugLibraries>false</UseDebugLibraries>
134137
<WholeProgramOptimization>true</WholeProgramOptimization>
135138
<CharacterSet>Unicode</CharacterSet>
139+
<PlatformToolset>v120</PlatformToolset>
136140
</PropertyGroup>
137141
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
138142
<ImportGroup Label="ExtensionSettings">

samples/address_convertions/address_convertions.vcxproj

Lines changed: 5 additions & 1 deletion
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="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -28,23 +28,27 @@
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>true</UseDebugLibraries>
3030
<CharacterSet>Unicode</CharacterSet>
31+
<PlatformToolset>v120</PlatformToolset>
3132
</PropertyGroup>
3233
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3334
<ConfigurationType>Application</ConfigurationType>
3435
<UseDebugLibraries>true</UseDebugLibraries>
3536
<CharacterSet>Unicode</CharacterSet>
37+
<PlatformToolset>v120</PlatformToolset>
3638
</PropertyGroup>
3739
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3840
<ConfigurationType>Application</ConfigurationType>
3941
<UseDebugLibraries>false</UseDebugLibraries>
4042
<WholeProgramOptimization>true</WholeProgramOptimization>
4143
<CharacterSet>Unicode</CharacterSet>
44+
<PlatformToolset>v120</PlatformToolset>
4245
</PropertyGroup>
4346
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4447
<ConfigurationType>Application</ConfigurationType>
4548
<UseDebugLibraries>false</UseDebugLibraries>
4649
<WholeProgramOptimization>true</WholeProgramOptimization>
4750
<CharacterSet>Unicode</CharacterSet>
51+
<PlatformToolset>v120</PlatformToolset>
4852
</PropertyGroup>
4953
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5054
<ImportGroup Label="ExtensionSettings">

samples/basic_dotnet_viewer/basic_dotnet_viewer.vcxproj

Lines changed: 5 additions & 1 deletion
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="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -28,23 +28,27 @@
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>true</UseDebugLibraries>
3030
<CharacterSet>Unicode</CharacterSet>
31+
<PlatformToolset>v120</PlatformToolset>
3132
</PropertyGroup>
3233
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3334
<ConfigurationType>Application</ConfigurationType>
3435
<UseDebugLibraries>true</UseDebugLibraries>
3536
<CharacterSet>Unicode</CharacterSet>
37+
<PlatformToolset>v120</PlatformToolset>
3638
</PropertyGroup>
3739
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3840
<ConfigurationType>Application</ConfigurationType>
3941
<UseDebugLibraries>false</UseDebugLibraries>
4042
<WholeProgramOptimization>true</WholeProgramOptimization>
4143
<CharacterSet>Unicode</CharacterSet>
44+
<PlatformToolset>v120</PlatformToolset>
4245
</PropertyGroup>
4346
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4447
<ConfigurationType>Application</ConfigurationType>
4548
<UseDebugLibraries>false</UseDebugLibraries>
4649
<WholeProgramOptimization>true</WholeProgramOptimization>
4750
<CharacterSet>Unicode</CharacterSet>
51+
<PlatformToolset>v120</PlatformToolset>
4852
</PropertyGroup>
4953
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5054
<ImportGroup Label="ExtensionSettings">

samples/basic_info_viewer/basic_info_viewer.vcxproj

Lines changed: 5 additions & 1 deletion
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="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -28,23 +28,27 @@
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>true</UseDebugLibraries>
3030
<CharacterSet>Unicode</CharacterSet>
31+
<PlatformToolset>v120</PlatformToolset>
3132
</PropertyGroup>
3233
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3334
<ConfigurationType>Application</ConfigurationType>
3435
<UseDebugLibraries>true</UseDebugLibraries>
3536
<CharacterSet>Unicode</CharacterSet>
37+
<PlatformToolset>v120</PlatformToolset>
3638
</PropertyGroup>
3739
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3840
<ConfigurationType>Application</ConfigurationType>
3941
<UseDebugLibraries>false</UseDebugLibraries>
4042
<WholeProgramOptimization>true</WholeProgramOptimization>
4143
<CharacterSet>Unicode</CharacterSet>
44+
<PlatformToolset>v120</PlatformToolset>
4245
</PropertyGroup>
4346
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4447
<ConfigurationType>Application</ConfigurationType>
4548
<UseDebugLibraries>false</UseDebugLibraries>
4649
<WholeProgramOptimization>true</WholeProgramOptimization>
4750
<CharacterSet>Unicode</CharacterSet>
51+
<PlatformToolset>v120</PlatformToolset>
4852
</PropertyGroup>
4953
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5054
<ImportGroup Label="ExtensionSettings">

samples/bound_import_reader/bound_import_reader.vcxproj

Lines changed: 5 additions & 1 deletion
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="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -28,23 +28,27 @@
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>true</UseDebugLibraries>
3030
<CharacterSet>Unicode</CharacterSet>
31+
<PlatformToolset>v120</PlatformToolset>
3132
</PropertyGroup>
3233
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3334
<ConfigurationType>Application</ConfigurationType>
3435
<UseDebugLibraries>true</UseDebugLibraries>
3536
<CharacterSet>Unicode</CharacterSet>
37+
<PlatformToolset>v120</PlatformToolset>
3638
</PropertyGroup>
3739
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3840
<ConfigurationType>Application</ConfigurationType>
3941
<UseDebugLibraries>false</UseDebugLibraries>
4042
<WholeProgramOptimization>true</WholeProgramOptimization>
4143
<CharacterSet>Unicode</CharacterSet>
44+
<PlatformToolset>v120</PlatformToolset>
4245
</PropertyGroup>
4346
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4447
<ConfigurationType>Application</ConfigurationType>
4548
<UseDebugLibraries>false</UseDebugLibraries>
4649
<WholeProgramOptimization>true</WholeProgramOptimization>
4750
<CharacterSet>Unicode</CharacterSet>
51+
<PlatformToolset>v120</PlatformToolset>
4852
</PropertyGroup>
4953
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5054
<ImportGroup Label="ExtensionSettings">

samples/debug_info_reader/debug_info_reader.vcxproj

Lines changed: 5 additions & 1 deletion
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="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -28,23 +28,27 @@
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>true</UseDebugLibraries>
3030
<CharacterSet>Unicode</CharacterSet>
31+
<PlatformToolset>v120</PlatformToolset>
3132
</PropertyGroup>
3233
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3334
<ConfigurationType>Application</ConfigurationType>
3435
<UseDebugLibraries>true</UseDebugLibraries>
3536
<CharacterSet>Unicode</CharacterSet>
37+
<PlatformToolset>v120</PlatformToolset>
3638
</PropertyGroup>
3739
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3840
<ConfigurationType>Application</ConfigurationType>
3941
<UseDebugLibraries>false</UseDebugLibraries>
4042
<WholeProgramOptimization>true</WholeProgramOptimization>
4143
<CharacterSet>Unicode</CharacterSet>
44+
<PlatformToolset>v120</PlatformToolset>
4245
</PropertyGroup>
4346
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4447
<ConfigurationType>Application</ConfigurationType>
4548
<UseDebugLibraries>false</UseDebugLibraries>
4649
<WholeProgramOptimization>true</WholeProgramOptimization>
4750
<CharacterSet>Unicode</CharacterSet>
51+
<PlatformToolset>v120</PlatformToolset>
4852
</PropertyGroup>
4953
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5054
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)