Skip to content

Commit fc5e389

Browse files
committed
Small changes to proj
1 parent 81c78ef commit fc5e389

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

external/source/exploits/cve-2013-3660/dll/reflective_dll.vcxproj

Lines changed: 8 additions & 8 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="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|ARM">
55
<Configuration>Debug</Configuration>
@@ -34,35 +34,35 @@
3434
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3535
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3636
<ConfigurationType>DynamicLibrary</ConfigurationType>
37-
<PlatformToolset>v120</PlatformToolset>
37+
<PlatformToolset>v100</PlatformToolset>
3838
<CharacterSet>MultiByte</CharacterSet>
3939
<WholeProgramOptimization>true</WholeProgramOptimization>
4040
</PropertyGroup>
4141
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
4242
<ConfigurationType>DynamicLibrary</ConfigurationType>
43-
<PlatformToolset>v120</PlatformToolset>
43+
<PlatformToolset>v110</PlatformToolset>
4444
<CharacterSet>MultiByte</CharacterSet>
4545
<WholeProgramOptimization>true</WholeProgramOptimization>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
4848
<ConfigurationType>DynamicLibrary</ConfigurationType>
49-
<PlatformToolset>v120</PlatformToolset>
49+
<PlatformToolset>v110</PlatformToolset>
5050
<CharacterSet>Unicode</CharacterSet>
5151
</PropertyGroup>
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
5353
<ConfigurationType>DynamicLibrary</ConfigurationType>
54-
<PlatformToolset>v120</PlatformToolset>
54+
<PlatformToolset>v110</PlatformToolset>
5555
<CharacterSet>Unicode</CharacterSet>
5656
</PropertyGroup>
5757
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5858
<ConfigurationType>DynamicLibrary</ConfigurationType>
59-
<PlatformToolset>v120</PlatformToolset>
59+
<PlatformToolset>v110</PlatformToolset>
6060
<CharacterSet>MultiByte</CharacterSet>
6161
<WholeProgramOptimization>false</WholeProgramOptimization>
6262
</PropertyGroup>
6363
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
6464
<ConfigurationType>DynamicLibrary</ConfigurationType>
65-
<PlatformToolset>v120</PlatformToolset>
65+
<PlatformToolset>v110</PlatformToolset>
6666
<CharacterSet>Unicode</CharacterSet>
6767
</PropertyGroup>
6868
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@@ -267,4 +267,4 @@
267267
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
268268
<ImportGroup Label="ExtensionTargets">
269269
</ImportGroup>
270-
</Project>
270+
</Project>

0 commit comments

Comments
 (0)