|
1 | 1 | <?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"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 | 4 | <ProjectConfiguration Include="Debug|ARM">
|
5 | 5 | <Configuration>Debug</Configuration>
|
|
34 | 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
36 | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
37 |
| - <PlatformToolset>v100</PlatformToolset> |
| 37 | + <PlatformToolset>v120</PlatformToolset> |
38 | 38 | <CharacterSet>MultiByte</CharacterSet>
|
39 | 39 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
40 | 40 | </PropertyGroup>
|
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
42 | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
43 |
| - <PlatformToolset>v110</PlatformToolset> |
| 43 | + <PlatformToolset>v120</PlatformToolset> |
44 | 44 | <CharacterSet>MultiByte</CharacterSet>
|
45 | 45 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
46 | 46 | </PropertyGroup>
|
47 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
48 | 48 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
49 |
| - <PlatformToolset>v110</PlatformToolset> |
| 49 | + <PlatformToolset>v120</PlatformToolset> |
50 | 50 | <CharacterSet>Unicode</CharacterSet>
|
51 | 51 | </PropertyGroup>
|
52 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
53 | 53 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
54 |
| - <PlatformToolset>v110</PlatformToolset> |
| 54 | + <PlatformToolset>v120</PlatformToolset> |
55 | 55 | <CharacterSet>Unicode</CharacterSet>
|
56 | 56 | </PropertyGroup>
|
57 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
58 | 58 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
59 |
| - <PlatformToolset>v110</PlatformToolset> |
| 59 | + <PlatformToolset>v120</PlatformToolset> |
60 | 60 | <CharacterSet>MultiByte</CharacterSet>
|
61 | 61 | <WholeProgramOptimization>false</WholeProgramOptimization>
|
62 | 62 | </PropertyGroup>
|
63 | 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
64 | 64 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
65 |
| - <PlatformToolset>v110</PlatformToolset> |
| 65 | + <PlatformToolset>v120</PlatformToolset> |
66 | 66 | <CharacterSet>Unicode</CharacterSet>
|
67 | 67 | </PropertyGroup>
|
68 | 68 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
108 | 108 | <IntDir>$(Configuration)\</IntDir>
|
109 | 109 | <LinkIncremental>false</LinkIncremental>
|
110 | 110 | <TargetName>exploit</TargetName>
|
| 111 | + <SourcePath>$(VCInstallDir)atlmfc\src\mfc;$(VCInstallDir)atlmfc\src\mfcm;$(VCInstallDir)atlmfc\src\atl;$(VCInstallDir)crt\src;..\..\..\ReflectiveDLLInjection\dll\src\;</SourcePath> |
| 112 | + <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);..\..\..\ReflectiveDLLInjection\dll\src\;</IncludePath> |
111 | 113 | </PropertyGroup>
|
112 | 114 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
113 | 115 | <LinkIncremental>false</LinkIncremental>
|
|
116 | 118 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
117 | 119 | <IntDir>$(Platform)\$(Configuration)\</IntDir>
|
118 | 120 | <LinkIncremental>false</LinkIncremental>
|
| 121 | + <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);..\..\..\ReflectiveDLLInjection\dll\src\;</IncludePath> |
| 122 | + <SourcePath>$(VCInstallDir)atlmfc\src\mfc;$(VCInstallDir)atlmfc\src\mfcm;$(VCInstallDir)atlmfc\src\atl;$(VCInstallDir)crt\src;..\..\..\ReflectiveDLLInjection\dll\src\;</SourcePath> |
119 | 123 | </PropertyGroup>
|
120 | 124 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
121 | 125 | <ClCompile>
|
|
252 | 256 | </PostBuildEvent>
|
253 | 257 | </ItemDefinitionGroup>
|
254 | 258 | <ItemGroup>
|
| 259 | + <ClCompile Include="..\..\..\ReflectiveDLLInjection\dll\src\ReflectiveLoader.c" /> |
255 | 260 | <ClCompile Include="src\ReflectiveDll.c" />
|
256 |
| - <ClCompile Include="src\ReflectiveLoader.c" /> |
257 | 261 | </ItemGroup>
|
258 | 262 | <ItemGroup>
|
| 263 | + <ClInclude Include="..\..\..\ReflectiveDLLInjection\dll\src\ReflectiveDLLInjection.h" /> |
| 264 | + <ClInclude Include="..\..\..\ReflectiveDLLInjection\dll\src\ReflectiveLoader.h" /> |
259 | 265 | <ClInclude Include="src\ComplexPath.h" />
|
260 |
| - <ClInclude Include="src\ReflectiveDLLInjection.h" /> |
261 |
| - <ClInclude Include="src\ReflectiveLoader.h" /> |
262 | 266 | </ItemGroup>
|
263 | 267 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
264 | 268 | <ImportGroup Label="ExtensionTargets">
|
|
0 commit comments