|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|ARM64"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>ARM64</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|ARM64EC"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>ARM64EC</Platform> |
| 11 | + </ProjectConfiguration> |
4 | 12 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 13 | <Configuration>Debug</Configuration> |
6 | 14 | <Platform>Win32</Platform> |
7 | 15 | </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Release|ARM64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>ARM64</Platform> |
| 19 | + </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="Release|ARM64EC"> |
| 21 | + <Configuration>Release</Configuration> |
| 22 | + <Platform>ARM64EC</Platform> |
| 23 | + </ProjectConfiguration> |
8 | 24 | <ProjectConfiguration Include="Release|Win32"> |
9 | 25 | <Configuration>Release</Configuration> |
10 | 26 | <Platform>Win32</Platform> |
|
25 | 41 | <PlatformToolset>v145</PlatformToolset> |
26 | 42 | <CharacterSet>Unicode</CharacterSet> |
27 | 43 | </PropertyGroup> |
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 45 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 46 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 47 | + <PlatformToolset>v143</PlatformToolset> |
| 48 | + <CharacterSet>Unicode</CharacterSet> |
| 49 | + </PropertyGroup> |
| 50 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="Configuration"> |
| 51 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 52 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 53 | + <PlatformToolset>v143</PlatformToolset> |
| 54 | + <CharacterSet>Unicode</CharacterSet> |
| 55 | + </PropertyGroup> |
28 | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 57 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 58 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 59 | + <PlatformToolset>v145</PlatformToolset> |
| 60 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 61 | + <CharacterSet>Unicode</CharacterSet> |
| 62 | + </PropertyGroup> |
| 63 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 64 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 65 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 66 | + <PlatformToolset>v143</PlatformToolset> |
| 67 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 68 | + <CharacterSet>Unicode</CharacterSet> |
| 69 | + </PropertyGroup> |
| 70 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="Configuration"> |
29 | 71 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
30 | 72 | <UseDebugLibraries>false</UseDebugLibraries> |
31 | 73 | <PlatformToolset>v143</PlatformToolset> |
|
40 | 82 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
41 | 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
42 | 84 | </ImportGroup> |
| 85 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 86 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 87 | + </ImportGroup> |
| 88 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="PropertySheets"> |
| 89 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 90 | + </ImportGroup> |
43 | 91 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
44 | 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
45 | 93 | </ImportGroup> |
| 94 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 95 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 96 | + </ImportGroup> |
| 97 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="PropertySheets"> |
| 98 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 99 | + </ImportGroup> |
46 | 100 | <PropertyGroup Label="UserMacros" /> |
47 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
48 | 102 | <LinkIncremental>true</LinkIncremental> |
49 | 103 | <OutDir>$(SolutionDir)Build\$(Configuration)\</OutDir> |
50 | 104 | </PropertyGroup> |
| 105 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 106 | + <LinkIncremental>true</LinkIncremental> |
| 107 | + <OutDir>$(SolutionDir)Build\$(Configuration)\</OutDir> |
| 108 | + <IntDir>$(Configuration)\</IntDir> |
| 109 | + </PropertyGroup> |
| 110 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'"> |
| 111 | + <LinkIncremental>true</LinkIncremental> |
| 112 | + <OutDir>$(SolutionDir)Build\$(Configuration)\</OutDir> |
| 113 | + <IntDir>$(Configuration)\</IntDir> |
| 114 | + </PropertyGroup> |
51 | 115 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
52 | 116 | <LinkIncremental>false</LinkIncremental> |
53 | 117 | <OutDir>$(SolutionDir)Build\$(Configuration)\</OutDir> |
54 | 118 | </PropertyGroup> |
| 119 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 120 | + <LinkIncremental>false</LinkIncremental> |
| 121 | + <OutDir>$(SolutionDir)Build\$(Configuration)\</OutDir> |
| 122 | + <IntDir>$(Configuration)\</IntDir> |
| 123 | + </PropertyGroup> |
| 124 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'"> |
| 125 | + <LinkIncremental>false</LinkIncremental> |
| 126 | + <OutDir>$(SolutionDir)Build\$(Configuration)\</OutDir> |
| 127 | + <IntDir>$(Configuration)\</IntDir> |
| 128 | + </PropertyGroup> |
55 | 129 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
56 | 130 | <ClCompile> |
57 | 131 | <PrecompiledHeader>Use</PrecompiledHeader> |
|
64 | 138 | <SubSystem>Windows</SubSystem> |
65 | 139 | </Link> |
66 | 140 | </ItemDefinitionGroup> |
| 141 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 142 | + <ClCompile> |
| 143 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 144 | + <WarningLevel>Level3</WarningLevel> |
| 145 | + <Optimization>Disabled</Optimization> |
| 146 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;QUICKLOOKSHELL32HELPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 147 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 148 | + </ClCompile> |
| 149 | + <Link> |
| 150 | + <SubSystem>Windows</SubSystem> |
| 151 | + </Link> |
| 152 | + </ItemDefinitionGroup> |
| 153 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'"> |
| 154 | + <ClCompile> |
| 155 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 156 | + <WarningLevel>Level3</WarningLevel> |
| 157 | + <Optimization>Disabled</Optimization> |
| 158 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;QUICKLOOKSHELL32HELPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 159 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 160 | + </ClCompile> |
| 161 | + <Link> |
| 162 | + <SubSystem>Windows</SubSystem> |
| 163 | + </Link> |
| 164 | + </ItemDefinitionGroup> |
67 | 165 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
68 | 166 | <ClCompile> |
69 | 167 | <WarningLevel>Level3</WarningLevel> |
|
81 | 179 | <OptimizeReferences>true</OptimizeReferences> |
82 | 180 | </Link> |
83 | 181 | </ItemDefinitionGroup> |
| 182 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 183 | + <ClCompile> |
| 184 | + <WarningLevel>Level3</WarningLevel> |
| 185 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 186 | + <Optimization>Full</Optimization> |
| 187 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 188 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 189 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;QUICKLOOKSHELL32HELPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 190 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 191 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 192 | + </ClCompile> |
| 193 | + <Link> |
| 194 | + <SubSystem>Windows</SubSystem> |
| 195 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 196 | + <OptimizeReferences>true</OptimizeReferences> |
| 197 | + </Link> |
| 198 | + </ItemDefinitionGroup> |
| 199 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'"> |
| 200 | + <ClCompile> |
| 201 | + <WarningLevel>Level3</WarningLevel> |
| 202 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 203 | + <Optimization>Full</Optimization> |
| 204 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 205 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 206 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;QUICKLOOKSHELL32HELPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 207 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 208 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 209 | + </ClCompile> |
| 210 | + <Link> |
| 211 | + <SubSystem>Windows</SubSystem> |
| 212 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 213 | + <OptimizeReferences>true</OptimizeReferences> |
| 214 | + </Link> |
| 215 | + </ItemDefinitionGroup> |
84 | 216 | <ItemGroup> |
85 | 217 | <ClInclude Include="DialogHook.h" /> |
86 | 218 | <ClInclude Include="DOpus.h" /> |
|
97 | 229 | <ClCompile Include="DialogHook.cpp" /> |
98 | 230 | <ClCompile Include="dllmain.cpp"> |
99 | 231 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> |
| 232 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</CompileAsManaged> |
| 233 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">false</CompileAsManaged> |
100 | 234 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
101 | 235 | </PrecompiledHeader> |
| 236 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 237 | + </PrecompiledHeader> |
| 238 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'"> |
| 239 | + </PrecompiledHeader> |
102 | 240 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> |
| 241 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</CompileAsManaged> |
| 242 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">false</CompileAsManaged> |
103 | 243 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
104 | 244 | </PrecompiledHeader> |
| 245 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 246 | + </PrecompiledHeader> |
| 247 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'"> |
| 248 | + </PrecompiledHeader> |
105 | 249 | </ClCompile> |
106 | 250 | <ClCompile Include="DOpus.cpp" /> |
107 | 251 | <ClCompile Include="Everything.cpp" /> |
|
111 | 255 | <ClCompile Include="Shell32.cpp" /> |
112 | 256 | <ClCompile Include="stdafx.cpp"> |
113 | 257 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
| 258 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader> |
| 259 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">Create</PrecompiledHeader> |
114 | 260 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
| 261 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader> |
| 262 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">Create</PrecompiledHeader> |
115 | 263 | </ClCompile> |
116 | 264 | <ClCompile Include="WoW64HookHelper.cpp" /> |
117 | 265 | </ItemGroup> |
|
0 commit comments