|
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|Win32"> |
| 4 | + <ProjectConfiguration Include="Debug|x64"> |
5 | 5 | <Configuration>Debug</Configuration>
|
6 |
| - <Platform>Win32</Platform> |
| 6 | + <Platform>x64</Platform> |
7 | 7 | </ProjectConfiguration>
|
8 |
| - <ProjectConfiguration Include="Release|Win32"> |
| 8 | + <ProjectConfiguration Include="Release|x64"> |
9 | 9 | <Configuration>Release</Configuration>
|
10 |
| - <Platform>Win32</Platform> |
| 10 | + <Platform>x64</Platform> |
11 | 11 | </ProjectConfiguration>
|
12 | 12 | </ItemGroup>
|
13 | 13 | <PropertyGroup Label="Globals">
|
|
18 | 18 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
19 | 19 | </PropertyGroup>
|
20 | 20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
21 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 21 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
22 | 22 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
23 | 23 | <UseDebugLibraries>true</UseDebugLibraries>
|
24 | 24 | <CharacterSet>Unicode</CharacterSet>
|
|
27 | 27 | <VcpkgEnabled>false</VcpkgEnabled>
|
28 | 28 | <VCToolsVersion Condition="'$(USE_XP_TOOLCHAIN)'!=''">14.27.29110</VCToolsVersion>
|
29 | 29 | </PropertyGroup>
|
30 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 30 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
31 | 31 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
32 | 32 | <UseDebugLibraries>false</UseDebugLibraries>
|
33 | 33 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
42 | 42 | </ImportGroup>
|
43 | 43 | <ImportGroup Label="Shared">
|
44 | 44 | </ImportGroup>
|
| 45 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 46 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 47 | + <Import Project="$(SolutionDir)Scylla\scylla.props" /> |
| 48 | + <Import Project="$(SolutionDir)Scylla\scylla.debug.props" /> |
| 49 | + </ImportGroup> |
| 50 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 51 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 52 | + <Import Project="$(SolutionDir)Scylla\scylla.props" /> |
| 53 | + <Import Project="$(SolutionDir)Scylla\scylla.release.props" /> |
| 54 | + </ImportGroup> |
45 | 55 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
46 | 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
47 | 57 | <Import Project="$(SolutionDir)Scylla\scylla.props" />
|
|
53 | 63 | <Import Project="$(SolutionDir)Scylla\scylla.release.props" />
|
54 | 64 | </ImportGroup>
|
55 | 65 | <PropertyGroup Label="UserMacros" />
|
56 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 66 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
57 | 67 | <LinkIncremental>false</LinkIncremental>
|
58 |
| - <TargetExt>.plw</TargetExt> |
| 68 | + <TargetExt>.dll</TargetExt> |
| 69 | + <TargetName>$(TargetName)x64</TargetName> |
59 | 70 | </PropertyGroup>
|
60 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 71 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
61 | 72 | <LinkIncremental>false</LinkIncremental>
|
62 |
| - <TargetExt>.plw</TargetExt> |
| 73 | + <TargetExt>.dll</TargetExt> |
| 74 | + <TargetName>$(TargetName)x64</TargetName> |
63 | 75 | </PropertyGroup>
|
64 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 76 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
65 | 77 | <ClCompile>
|
66 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;__NT__;__IDP__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 78 | + <PreprocessorDefinitions>WIN64;__X64__;_DEBUG;__VC__;_WINDOWS;__NT__;__IDP__;%(PreprocessorDefinitions);BUILD_IDA_64BIT;</PreprocessorDefinitions> |
67 | 79 | </ClCompile>
|
68 | 80 | <Link>
|
69 | 81 | <SubSystem>Windows</SubSystem>
|
70 | 82 | </Link>
|
71 | 83 | </ItemDefinitionGroup>
|
72 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 84 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
73 | 85 | <ClCompile>
|
74 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;__NT__;__IDP__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 86 | + <PreprocessorDefinitions>WIN64;__X64__;NDEBUG;__VC__;_WINDOWS;__NT__;__IDP__;%(PreprocessorDefinitions);BUILD_IDA_64BIT;</PreprocessorDefinitions> |
75 | 87 | </ClCompile>
|
76 | 88 | <Link>
|
77 | 89 | <SubSystem>Windows</SubSystem>
|
|
0 commit comments