|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug|ARM"> |
5 | | - <Configuration>Debug</Configuration> |
6 | | - <Platform>ARM</Platform> |
7 | | - </ProjectConfiguration> |
8 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
9 | 5 | <Configuration>Debug</Configuration> |
10 | 6 | <Platform>Win32</Platform> |
|
13 | 9 | <Configuration>Debug</Configuration> |
14 | 10 | <Platform>x64</Platform> |
15 | 11 | </ProjectConfiguration> |
16 | | - <ProjectConfiguration Include="Release|ARM"> |
17 | | - <Configuration>Release</Configuration> |
18 | | - <Platform>ARM</Platform> |
19 | | - </ProjectConfiguration> |
20 | 12 | <ProjectConfiguration Include="Release|Win32"> |
21 | 13 | <Configuration>Release</Configuration> |
22 | 14 | <Platform>Win32</Platform> |
|
39 | 31 | <CharacterSet>MultiByte</CharacterSet> |
40 | 32 | <WholeProgramOptimization>false</WholeProgramOptimization> |
41 | 33 | </PropertyGroup> |
42 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
43 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 | | - <PlatformToolset>v120</PlatformToolset> |
45 | | - <CharacterSet>MultiByte</CharacterSet> |
46 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
47 | | - </PropertyGroup> |
48 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
49 | 35 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
50 | 36 | <PlatformToolset>v120</PlatformToolset> |
51 | 37 | <CharacterSet>Unicode</CharacterSet> |
52 | 38 | </PropertyGroup> |
53 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
54 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
55 | | - <PlatformToolset>v120</PlatformToolset> |
56 | | - <CharacterSet>Unicode</CharacterSet> |
57 | | - </PropertyGroup> |
58 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
59 | 40 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
60 | 41 | <CharacterSet>MultiByte</CharacterSet> |
|
72 | 53 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
73 | 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
74 | 55 | </ImportGroup> |
75 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> |
76 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
77 | | - </ImportGroup> |
78 | 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
79 | 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
80 | 58 | </ImportGroup> |
81 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> |
82 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
83 | | - </ImportGroup> |
84 | 59 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
85 | 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
86 | 61 | </ImportGroup> |
|
96 | 71 | <IntDir>$(Configuration)\</IntDir> |
97 | 72 | <LinkIncremental>true</LinkIncremental> |
98 | 73 | </PropertyGroup> |
99 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
100 | | - <LinkIncremental>true</LinkIncremental> |
101 | | - </PropertyGroup> |
102 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
103 | 75 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
104 | 76 | <IntDir>$(Platform)\$(Configuration)\</IntDir> |
|
111 | 83 | <TargetName>$(ProjectName)-x86</TargetName> |
112 | 84 | <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);..\..\..\ReflectiveDLLInjection\common\;..\..\..\ReflectiveDLLInjection\dll\src\</IncludePath> |
113 | 85 | </PropertyGroup> |
114 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
115 | | - <LinkIncremental>false</LinkIncremental> |
116 | | - </PropertyGroup> |
117 | 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
118 | 87 | <OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
119 | 88 | <IntDir>$(Configuration)\</IntDir> |
|
138 | 107 | <TargetMachine>MachineX86</TargetMachine> |
139 | 108 | </Link> |
140 | 109 | </ItemDefinitionGroup> |
141 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
142 | | - <ClCompile> |
143 | | - <Optimization>Disabled</Optimization> |
144 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;REFLECTIVE_DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
145 | | - <MinimalRebuild>true</MinimalRebuild> |
146 | | - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
147 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
148 | | - <PrecompiledHeader> |
149 | | - </PrecompiledHeader> |
150 | | - <WarningLevel>Level3</WarningLevel> |
151 | | - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
152 | | - </ClCompile> |
153 | | - <Link> |
154 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
155 | | - <SubSystem>Windows</SubSystem> |
156 | | - </Link> |
157 | | - </ItemDefinitionGroup> |
158 | 110 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
159 | 111 | <Midl> |
160 | 112 | <TargetEnvironment>X64</TargetEnvironment> |
|
199 | 151 | IF EXIST "..\..\..\..\..\data\post\" GOTO COPY |
200 | 152 | mkdir "..\..\..\..\..\data\post\" |
201 | 153 | :COPY |
202 | | -copy /y "$(TargetDir)$(TargetFileName)" "..\..\..\..\..\data\post\"</Command> |
203 | | - </PostBuildEvent> |
204 | | - </ItemDefinitionGroup> |
205 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
206 | | - <ClCompile> |
207 | | - <Optimization>MinSpace</Optimization> |
208 | | - <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
209 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
210 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;WIN_ARM;REFLECTIVE_DLL_EXPORTS;REFLECTIVEDLLINJECTION_VIA_LOADREMOTELIBRARYR;REFLECTIVEDLLINJECTION_CUSTOM_DLLMAIN;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
211 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
212 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
213 | | - <PrecompiledHeader> |
214 | | - </PrecompiledHeader> |
215 | | - <WarningLevel>Level3</WarningLevel> |
216 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
217 | | - <BufferSecurityCheck>true</BufferSecurityCheck> |
218 | | - <CompileAs>Default</CompileAs> |
219 | | - </ClCompile> |
220 | | - <Link> |
221 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
222 | | - <SubSystem>Windows</SubSystem> |
223 | | - <OptimizeReferences>true</OptimizeReferences> |
224 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
225 | | - <OutputFile>$(OutDir)$(ProjectName).arm.dll</OutputFile> |
226 | | - </Link> |
227 | | - <PostBuildEvent> |
228 | | - <Command> |
229 | | -IF EXIST "..\..\..\..\..\data\post\" GOTO COPY |
230 | | - mkdir "..\..\..\..\..\data\post\" |
231 | | -:COPY |
232 | 154 | copy /y "$(TargetDir)$(TargetFileName)" "..\..\..\..\..\data\post\"</Command> |
233 | 155 | </PostBuildEvent> |
234 | 156 | </ItemDefinitionGroup> |
|
0 commit comments