|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>ARM</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|ARM64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>ARM64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Debug|Win32"> |
9 | 13 | <Configuration>Debug</Configuration> |
10 | 14 | <Platform>Win32</Platform> |
|
17 | 21 | <Configuration>Release</Configuration> |
18 | 22 | <Platform>ARM</Platform> |
19 | 23 | </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Release|ARM64"> |
| 25 | + <Configuration>Release</Configuration> |
| 26 | + <Platform>ARM64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | <ProjectConfiguration Include="Release|Win32"> |
21 | 29 | <Configuration>Release</Configuration> |
22 | 30 | <Platform>Win32</Platform> |
|
44 | 52 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | 53 | <PlatformToolset>v143</PlatformToolset> |
46 | 54 | </PropertyGroup> |
| 55 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 56 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 57 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 58 | + <PlatformToolset>v143</PlatformToolset> |
| 59 | + </PropertyGroup> |
47 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
48 | 61 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
49 | 62 | <UseDebugLibraries>true</UseDebugLibraries> |
|
59 | 72 | <UseDebugLibraries>false</UseDebugLibraries> |
60 | 73 | <PlatformToolset>v143</PlatformToolset> |
61 | 74 | </PropertyGroup> |
| 75 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 76 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 77 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 78 | + <PlatformToolset>v143</PlatformToolset> |
| 79 | + </PropertyGroup> |
62 | 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
63 | 81 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
64 | 82 | <UseDebugLibraries>false</UseDebugLibraries> |
|
73 | 91 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
74 | 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
75 | 93 | </ImportGroup> |
| 94 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 95 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 96 | + </ImportGroup> |
76 | 97 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> |
77 | 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
78 | 99 | </ImportGroup> |
|
82 | 103 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
83 | 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
84 | 105 | </ImportGroup> |
| 106 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 107 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 108 | + </ImportGroup> |
85 | 109 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> |
86 | 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
87 | 111 | </ImportGroup> |
|
92 | 116 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
93 | 117 | <LinkIncremental>false</LinkIncremental> |
94 | 118 | </PropertyGroup> |
| 119 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 120 | + <LinkIncremental>false</LinkIncremental> |
| 121 | + </PropertyGroup> |
95 | 122 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
96 | 123 | <LinkIncremental>false</LinkIncremental> |
97 | 124 | </PropertyGroup> |
|
101 | 128 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
102 | 129 | <LinkIncremental>false</LinkIncremental> |
103 | 130 | </PropertyGroup> |
| 131 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 132 | + <LinkIncremental>false</LinkIncremental> |
| 133 | + </PropertyGroup> |
104 | 134 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
105 | 135 | <LinkIncremental>false</LinkIncremental> |
106 | 136 | </PropertyGroup> |
|
137 | 167 | <ModuleDefinitionFile>uefiext.def</ModuleDefinitionFile> |
138 | 168 | </Link> |
139 | 169 | </ItemDefinitionGroup> |
| 170 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 171 | + <ClCompile> |
| 172 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;EXTS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 173 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 174 | + <WarningLevel>Level3</WarningLevel> |
| 175 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 176 | + <Optimization>Disabled</Optimization> |
| 177 | + <AdditionalIncludeDirectories>$(WindowsSdkDir)\Debuggers\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 178 | + </ClCompile> |
| 179 | + <Link> |
| 180 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 181 | + <SubSystem>Windows</SubSystem> |
| 182 | + <AdditionalDependencies>dbgeng.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 183 | + <ModuleDefinitionFile>uefiext.def</ModuleDefinitionFile> |
| 184 | + </Link> |
| 185 | + </ItemDefinitionGroup> |
140 | 186 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
141 | 187 | <ClCompile> |
142 | 188 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;EXTS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
188 | 234 | <ModuleDefinitionFile>uefiext.def</ModuleDefinitionFile> |
189 | 235 | </Link> |
190 | 236 | </ItemDefinitionGroup> |
| 237 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 238 | + <ClCompile> |
| 239 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;EXTS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 240 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 241 | + <WarningLevel>Level3</WarningLevel> |
| 242 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 243 | + <AdditionalIncludeDirectories>$(WindowsSdkDir)\Debuggers\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 244 | + </ClCompile> |
| 245 | + <Link> |
| 246 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 247 | + <SubSystem>Windows</SubSystem> |
| 248 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 249 | + <OptimizeReferences>true</OptimizeReferences> |
| 250 | + <AdditionalDependencies>dbgeng.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 251 | + <ModuleDefinitionFile>uefiext.def</ModuleDefinitionFile> |
| 252 | + </Link> |
| 253 | + </ItemDefinitionGroup> |
191 | 254 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
192 | 255 | <ClCompile> |
193 | 256 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;EXTS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
0 commit comments