|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|x64"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>x64</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Release|x64"> |
| 9 | + <Configuration>Release</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
4 | 12 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 13 | <Configuration>Debug</Configuration> |
6 | 14 | <Platform>Win32</Platform> |
|
18 | 26 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
19 | 27 | </PropertyGroup> |
20 | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 29 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 30 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 31 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 32 | + <CharacterSet>Unicode</CharacterSet> |
| 33 | + <PlatformToolset>v142</PlatformToolset> |
| 34 | + <SpectreMitigation>false</SpectreMitigation> |
| 35 | + <VcpkgEnabled>false</VcpkgEnabled> |
| 36 | + <VCToolsVersion Condition="'$(USE_XP_TOOLCHAIN)'!=''">14.27.29110</VCToolsVersion> |
| 37 | + </PropertyGroup> |
| 38 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 39 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 40 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 41 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 42 | + <CharacterSet>Unicode</CharacterSet> |
| 43 | + <PlatformToolset>v142</PlatformToolset> |
| 44 | + <SpectreMitigation>false</SpectreMitigation> |
| 45 | + <VcpkgEnabled>false</VcpkgEnabled> |
| 46 | + <VCToolsVersion Condition="'$(USE_XP_TOOLCHAIN)'!=''">14.27.29110</VCToolsVersion> |
| 47 | + </PropertyGroup> |
21 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
22 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
23 | 50 | <UseDebugLibraries>true</UseDebugLibraries> |
|
42 | 69 | </ImportGroup> |
43 | 70 | <ImportGroup Label="Shared"> |
44 | 71 | </ImportGroup> |
| 72 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 73 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 74 | + <Import Project="$(SolutionDir)Scylla\scylla.props" /> |
| 75 | + <Import Project="$(SolutionDir)Scylla\scylla.debug.props" /> |
| 76 | + </ImportGroup> |
| 77 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 78 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 79 | + <Import Project="$(SolutionDir)Scylla\scylla.props" /> |
| 80 | + <Import Project="$(SolutionDir)Scylla\scylla.release.props" /> |
| 81 | + </ImportGroup> |
45 | 82 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
46 | 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
47 | 84 | <Import Project="$(SolutionDir)Scylla\scylla.props" /> |
|
53 | 90 | <Import Project="$(SolutionDir)Scylla\scylla.release.props" /> |
54 | 91 | </ImportGroup> |
55 | 92 | <PropertyGroup Label="UserMacros" /> |
| 93 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 94 | + <LinkIncremental>false</LinkIncremental> |
| 95 | + <TargetExt>.dll</TargetExt> |
| 96 | + <TargetName>$(TargetName)x64</TargetName> |
| 97 | + </PropertyGroup> |
| 98 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 99 | + <LinkIncremental>false</LinkIncremental> |
| 100 | + <TargetExt>.dll</TargetExt> |
| 101 | + <TargetName>$(TargetName)x64</TargetName> |
| 102 | + </PropertyGroup> |
56 | 103 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
57 | 104 | <LinkIncremental>false</LinkIncremental> |
58 | | - <TargetExt>.plw</TargetExt> |
| 105 | + <TargetExt>.dll</TargetExt> |
| 106 | + <TargetName>$(TargetName)x86</TargetName> |
59 | 107 | </PropertyGroup> |
60 | 108 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
61 | 109 | <LinkIncremental>false</LinkIncremental> |
62 | | - <TargetExt>.plw</TargetExt> |
| 110 | + <TargetExt>.dll</TargetExt> |
| 111 | + <TargetName>$(TargetName)x86</TargetName> |
63 | 112 | </PropertyGroup> |
| 113 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 114 | + <ClCompile> |
| 115 | + <PreprocessorDefinitions>WIN64;__X64__;_DEBUG;__VC__;_WINDOWS;__NT__;__IDP__;QT_NO_DEBUG;QT_NAMESPACE=QT;QT_NO_UNICODE_LITERAL;%(PreprocessorDefinitions);BUILD_IDA_64BIT;</PreprocessorDefinitions> |
| 116 | + <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)3rdparty;$(SolutionDir)3rdparty\idasdk\include;$(QTDIR)include;</AdditionalIncludeDirectories> |
| 117 | + </ClCompile> |
| 118 | + <Link> |
| 119 | + <SubSystem>Windows</SubSystem> |
| 120 | + </Link> |
| 121 | + </ItemDefinitionGroup> |
| 122 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 123 | + <ClCompile> |
| 124 | + <PreprocessorDefinitions>WIN64;__X64__;NDEBUG;__VC__;_WINDOWS;__NT__;__IDP__;QT_NO_DEBUG;QT_NAMESPACE=QT;QT_NO_UNICODE_LITERAL;%(PreprocessorDefinitions);BUILD_IDA_64BIT;</PreprocessorDefinitions> |
| 125 | + <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)3rdparty;$(SolutionDir)3rdparty\idasdk\include;$(QTDIR)include;</AdditionalIncludeDirectories> |
| 126 | + </ClCompile> |
| 127 | + <Link> |
| 128 | + <SubSystem>Windows</SubSystem> |
| 129 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 130 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 131 | + <OptimizeReferences>true</OptimizeReferences> |
| 132 | + </Link> |
| 133 | + </ItemDefinitionGroup> |
64 | 134 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
65 | 135 | <ClCompile> |
66 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;__NT__;__IDP__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 136 | + <PreprocessorDefinitions>WIN32;__X86__;_DEBUG;_WINDOWS;__NT__;__IDP__;%(PreprocessorDefinitions);</PreprocessorDefinitions> |
67 | 137 | </ClCompile> |
68 | 138 | <Link> |
69 | 139 | <SubSystem>Windows</SubSystem> |
70 | 140 | </Link> |
71 | 141 | </ItemDefinitionGroup> |
72 | 142 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
73 | 143 | <ClCompile> |
74 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;__NT__;__IDP__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 144 | + <PreprocessorDefinitions>WIN32;__X86__;NDEBUG;_WINDOWS;__NT__;__IDP__;%(PreprocessorDefinitions);</PreprocessorDefinitions> |
75 | 145 | </ClCompile> |
76 | 146 | <Link> |
77 | 147 | <SubSystem>Windows</SubSystem> |
|
88 | 158 | <ClCompile Include="..\PluginGeneric\Injector.cpp" /> |
89 | 159 | <ClCompile Include="..\PluginGeneric\OptionsDialog.cpp" /> |
90 | 160 | <ClCompile Include="..\Scylla\VersionPatch.cpp" /> |
| 161 | + <ClCompile Include="IdaHwndHelper.cpp" /> |
91 | 162 | <ClCompile Include="IdaServerClient.cpp" /> |
92 | 163 | <ClCompile Include="ScyllaHideIDAProPlugin.cpp" /> |
93 | 164 | </ItemGroup> |
|
102 | 173 | <ClInclude Include="..\PluginGeneric\Injector.h" /> |
103 | 174 | <ClInclude Include="..\PluginGeneric\OptionsDialog.h" /> |
104 | 175 | <ClInclude Include="..\Scylla\VersionPatch.h" /> |
| 176 | + <ClInclude Include="IdaHwndHelper.h" /> |
105 | 177 | <ClInclude Include="IdaServerClient.h" /> |
106 | 178 | <ClInclude Include="resource.h" /> |
107 | 179 | </ItemGroup> |
|
0 commit comments