|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>ARM64</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|ARM64EC"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>ARM64EC</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Debug|Win32"> |
9 | 13 | <Configuration>Debug</Configuration> |
10 | 14 | <Platform>Win32</Platform> |
|
13 | 17 | <Configuration>Release</Configuration> |
14 | 18 | <Platform>ARM64</Platform> |
15 | 19 | </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="Release|ARM64EC"> |
| 21 | + <Configuration>Release</Configuration> |
| 22 | + <Platform>ARM64EC</Platform> |
| 23 | + </ProjectConfiguration> |
16 | 24 | <ProjectConfiguration Include="Release|Win32"> |
17 | 25 | <Configuration>Release</Configuration> |
18 | 26 | <Platform>Win32</Platform> |
|
46 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
47 | 55 | <ConfigurationType>Application</ConfigurationType> |
48 | 56 | </PropertyGroup> |
| 57 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="Configuration"> |
| 58 | + <ConfigurationType>Application</ConfigurationType> |
| 59 | + </PropertyGroup> |
49 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
50 | 61 | <ConfigurationType>Application</ConfigurationType> |
51 | 62 | <WholeProgramOptimization>true</WholeProgramOptimization> |
|
54 | 65 | <ConfigurationType>Application</ConfigurationType> |
55 | 66 | <WholeProgramOptimization>true</WholeProgramOptimization> |
56 | 67 | </PropertyGroup> |
| 68 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="Configuration"> |
| 69 | + <ConfigurationType>Application</ConfigurationType> |
| 70 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 71 | + </PropertyGroup> |
57 | 72 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
58 | 73 | <ImportGroup Label="ExtensionSettings"> |
59 | 74 | <Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.props" /> |
|
73 | 88 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
74 | 89 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
75 | 90 | </ImportGroup> |
| 91 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="PropertySheets"> |
| 92 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 93 | + </ImportGroup> |
76 | 94 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
77 | 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
78 | 96 | </ImportGroup> |
79 | 97 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
80 | 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
81 | 99 | </ImportGroup> |
| 100 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="PropertySheets"> |
| 101 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 102 | + </ImportGroup> |
82 | 103 | <PropertyGroup Label="UserMacros" /> |
83 | 104 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
84 | 105 | <ClCompile> |
|
120 | 141 | <AdditionalDependencies>$(OutDir)KNSoft.SlimDetours.lib;$(OutDir)Microsoft.Detours.lib;%(AdditionalDependencies)</AdditionalDependencies> |
121 | 142 | </Link> |
122 | 143 | </ItemDefinitionGroup> |
| 144 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'"> |
| 145 | + <ClCompile> |
| 146 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 147 | + </ClCompile> |
| 148 | + <Link> |
| 149 | + <SubSystem>Console</SubSystem> |
| 150 | + <AdditionalDependencies>$(OutDir)KNSoft.SlimDetours.lib;$(OutDir)Microsoft.Detours.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 151 | + </Link> |
| 152 | + </ItemDefinitionGroup> |
123 | 153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
124 | 154 | <ClCompile> |
125 | 155 | <FunctionLevelLinking>true</FunctionLevelLinking> |
|
146 | 176 | <AdditionalDependencies>$(OutDir)KNSoft.SlimDetours.lib;$(OutDir)Microsoft.Detours.lib;%(AdditionalDependencies)</AdditionalDependencies> |
147 | 177 | </Link> |
148 | 178 | </ItemDefinitionGroup> |
| 179 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'"> |
| 180 | + <ClCompile> |
| 181 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 182 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 183 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 184 | + </ClCompile> |
| 185 | + <Link> |
| 186 | + <SubSystem>Console</SubSystem> |
| 187 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 188 | + <OptimizeReferences>true</OptimizeReferences> |
| 189 | + <AdditionalDependencies>$(OutDir)KNSoft.SlimDetours.lib;$(OutDir)Microsoft.Detours.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 190 | + </Link> |
| 191 | + </ItemDefinitionGroup> |
149 | 192 | <ItemGroup> |
150 | 193 | <ClCompile Include="DeadLock.c" /> |
151 | 194 | <ClCompile Include="DelayHook.c" /> |
|
176 | 219 | <None Include="Instruction.x86.asm" /> |
177 | 220 | <MARMASM Include="Instruction.ARM64.asm" /> |
178 | 221 | </ItemGroup> |
| 222 | + <ItemGroup Condition="'$(Platform)'=='ARM64EC'"> |
| 223 | + <None Include="Instruction.x64.asm" /> |
| 224 | + <None Include="Instruction.x86.asm" /> |
| 225 | + <None Include="Instruction.ARM64.asm" /> |
| 226 | + </ItemGroup> |
179 | 227 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
180 | 228 | <ImportGroup Label="ExtensionTargets"> |
181 | 229 | <Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.targets" /> |
|
0 commit comments