|
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> |
4 | 8 | <ProjectConfiguration Include="Debug|Win32">
|
5 | 9 | <Configuration>Debug</Configuration>
|
6 | 10 | <Platform>Win32</Platform>
|
|
9 | 13 | <Configuration>Debug</Configuration>
|
10 | 14 | <Platform>x64</Platform>
|
11 | 15 | </ProjectConfiguration>
|
| 16 | + <ProjectConfiguration Include="Release|ARM64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>ARM64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | <ProjectConfiguration Include="Release|Win32">
|
13 | 21 | <Configuration>Release</Configuration>
|
14 | 22 | <Platform>Win32</Platform>
|
|
17 | 25 | <Configuration>Release</Configuration>
|
18 | 26 | <Platform>x64</Platform>
|
19 | 27 | </ProjectConfiguration>
|
| 28 | + <ProjectConfiguration Include="Setup|ARM64"> |
| 29 | + <Configuration>Setup</Configuration> |
| 30 | + <Platform>ARM64</Platform> |
| 31 | + </ProjectConfiguration> |
20 | 32 | <ProjectConfiguration Include="Setup|Win32">
|
21 | 33 | <Configuration>Setup</Configuration>
|
22 | 34 | <Platform>Win32</Platform>
|
|
60 | 72 | <CharacterSet>Unicode</CharacterSet>
|
61 | 73 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
62 | 74 | </PropertyGroup>
|
| 75 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Setup|ARM64'" Label="Configuration"> |
| 76 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 77 | + <PlatformToolset>v142</PlatformToolset> |
| 78 | + <UseOfAtl>Static</UseOfAtl> |
| 79 | + <CharacterSet>Unicode</CharacterSet> |
| 80 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 81 | + </PropertyGroup> |
63 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
64 | 83 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
65 | 84 | <PlatformToolset>v142</PlatformToolset>
|
66 | 85 | <UseOfAtl>Static</UseOfAtl>
|
67 | 86 | <CharacterSet>Unicode</CharacterSet>
|
68 | 87 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
69 | 88 | </PropertyGroup>
|
| 89 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 90 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 91 | + <PlatformToolset>v142</PlatformToolset> |
| 92 | + <UseOfAtl>Static</UseOfAtl> |
| 93 | + <CharacterSet>Unicode</CharacterSet> |
| 94 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 95 | + </PropertyGroup> |
70 | 96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
71 | 97 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
72 | 98 | <PlatformToolset>v142</PlatformToolset>
|
73 | 99 | <UseOfAtl>Static</UseOfAtl>
|
74 | 100 | <CharacterSet>Unicode</CharacterSet>
|
75 | 101 | </PropertyGroup>
|
| 102 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 103 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 104 | + <PlatformToolset>v142</PlatformToolset> |
| 105 | + <UseOfAtl>Static</UseOfAtl> |
| 106 | + <CharacterSet>Unicode</CharacterSet> |
| 107 | + </PropertyGroup> |
76 | 108 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
77 | 109 | <ImportGroup Label="ExtensionSettings">
|
78 | 110 | </ImportGroup>
|
|
92 | 124 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
93 | 125 | <Import Project="..\Version.props" />
|
94 | 126 | </ImportGroup>
|
| 127 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Setup|ARM64'" Label="PropertySheets"> |
| 128 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 129 | + <Import Project="..\Version.props" /> |
| 130 | + </ImportGroup> |
95 | 131 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
96 | 132 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
97 | 133 | <Import Project="..\Version.props" />
|
98 | 134 | </ImportGroup>
|
| 135 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 136 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 137 | + <Import Project="..\Version.props" /> |
| 138 | + </ImportGroup> |
99 | 139 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
100 | 140 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
101 | 141 | <Import Project="..\Version.props" />
|
102 | 142 | </ImportGroup>
|
| 143 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 144 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 145 | + <Import Project="..\Version.props" /> |
| 146 | + </ImportGroup> |
103 | 147 | <PropertyGroup Label="UserMacros" />
|
104 | 148 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
105 | 149 | <OutDir>$(Configuration)\</OutDir>
|
|
115 | 159 | <LinkIncremental>true</LinkIncremental>
|
116 | 160 | <TargetName>$(ProjectName)64</TargetName>
|
117 | 161 | </PropertyGroup>
|
| 162 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 163 | + <IgnoreImportLibrary>true</IgnoreImportLibrary> |
| 164 | + <LinkIncremental>true</LinkIncremental> |
| 165 | + <TargetName>$(ProjectName)ARM64</TargetName> |
| 166 | + <OutDir>$(Configuration)ARM64\</OutDir> |
| 167 | + <IntDir>$(Configuration)ARM64\</IntDir> |
| 168 | + </PropertyGroup> |
118 | 169 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
119 | 170 | <OutDir>$(Configuration)\</OutDir>
|
120 | 171 | <IntDir>$(Configuration)\</IntDir>
|
|
129 | 180 | <LinkIncremental>false</LinkIncremental>
|
130 | 181 | <TargetName>$(ProjectName)64</TargetName>
|
131 | 182 | </PropertyGroup>
|
| 183 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 184 | + <IgnoreImportLibrary>true</IgnoreImportLibrary> |
| 185 | + <LinkIncremental>false</LinkIncremental> |
| 186 | + <TargetName>$(ProjectName)ARM64</TargetName> |
| 187 | + <OutDir>$(Configuration)ARM64\</OutDir> |
| 188 | + <IntDir>$(Configuration)ARM64\</IntDir> |
| 189 | + </PropertyGroup> |
132 | 190 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Setup|Win32'">
|
133 | 191 | <OutDir>$(Configuration)\</OutDir>
|
134 | 192 | <IntDir>$(Configuration)\</IntDir>
|
|
143 | 201 | <LinkIncremental>false</LinkIncremental>
|
144 | 202 | <TargetName>$(ProjectName)64</TargetName>
|
145 | 203 | </PropertyGroup>
|
| 204 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Setup|ARM64'"> |
| 205 | + <IgnoreImportLibrary>true</IgnoreImportLibrary> |
| 206 | + <LinkIncremental>false</LinkIncremental> |
| 207 | + <TargetName>$(ProjectName)ARM64</TargetName> |
| 208 | + <OutDir>$(Configuration)ARM64\</OutDir> |
| 209 | + <IntDir>$(Configuration)ARM64\</IntDir> |
| 210 | + </PropertyGroup> |
146 | 211 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
147 | 212 | <Midl>
|
148 | 213 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
216 | 281 | <PerUserRedirection>true</PerUserRedirection>
|
217 | 282 | </Link>
|
218 | 283 | </ItemDefinitionGroup>
|
| 284 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 285 | + <Midl> |
| 286 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 287 | + <MkTypLibCompatible>false</MkTypLibCompatible> |
| 288 | + <GenerateStublessProxies>true</GenerateStublessProxies> |
| 289 | + <HeaderFileName>ClassicExplorer_i.h</HeaderFileName> |
| 290 | + <DllDataFileName> |
| 291 | + </DllDataFileName> |
| 292 | + <InterfaceIdentifierFileName>ClassicExplorer_i.c</InterfaceIdentifierFileName> |
| 293 | + <ProxyFileName>ClassicExplorer_p.c</ProxyFileName> |
| 294 | + </Midl> |
| 295 | + <ClCompile> |
| 296 | + <Optimization>Disabled</Optimization> |
| 297 | + <AdditionalIncludeDirectories>..\Lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 298 | + <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 299 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 300 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 301 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 302 | + <WarningLevel>Level3</WarningLevel> |
| 303 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 304 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 305 | + <ConformanceMode>true</ConformanceMode> |
| 306 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 307 | + </ClCompile> |
| 308 | + <ResourceCompile> |
| 309 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 310 | + <AdditionalIncludeDirectories>$(IntDir);..\Lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 311 | + </ResourceCompile> |
| 312 | + <Link> |
| 313 | + <RegisterOutput>true</RegisterOutput> |
| 314 | + <AdditionalDependencies>oleacc.lib;comctl32.lib;uxtheme.lib;dwmapi.lib;winmm.lib;htmlhelp.lib;wininet.lib;wintrust.lib;crypt32.lib;Netapi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 315 | + <ModuleDefinitionFile>.\$(TargetName).def</ModuleDefinitionFile> |
| 316 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 317 | + <SubSystem>Windows</SubSystem> |
| 318 | + <PerUserRedirection>true</PerUserRedirection> |
| 319 | + </Link> |
| 320 | + </ItemDefinitionGroup> |
219 | 321 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
220 | 322 | <Midl>
|
221 | 323 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
291 | 393 | <PerUserRedirection>true</PerUserRedirection>
|
292 | 394 | </Link>
|
293 | 395 | </ItemDefinitionGroup>
|
| 396 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 397 | + <Midl> |
| 398 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 399 | + <MkTypLibCompatible>false</MkTypLibCompatible> |
| 400 | + <GenerateStublessProxies>true</GenerateStublessProxies> |
| 401 | + <HeaderFileName>ClassicExplorer_i.h</HeaderFileName> |
| 402 | + <DllDataFileName> |
| 403 | + </DllDataFileName> |
| 404 | + <InterfaceIdentifierFileName>ClassicExplorer_i.c</InterfaceIdentifierFileName> |
| 405 | + <ProxyFileName>ClassicExplorer_p.c</ProxyFileName> |
| 406 | + </Midl> |
| 407 | + <ClCompile> |
| 408 | + <Optimization>MaxSpeed</Optimization> |
| 409 | + <AdditionalIncludeDirectories>..\Lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 410 | + <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 411 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 412 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 413 | + <WarningLevel>Level3</WarningLevel> |
| 414 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 415 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 416 | + <ConformanceMode>true</ConformanceMode> |
| 417 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 418 | + </ClCompile> |
| 419 | + <ResourceCompile> |
| 420 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 421 | + <AdditionalIncludeDirectories>$(IntDir);..\Lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 422 | + </ResourceCompile> |
| 423 | + <Link> |
| 424 | + <RegisterOutput>true</RegisterOutput> |
| 425 | + <AdditionalDependencies>oleacc.lib;comctl32.lib;uxtheme.lib;dwmapi.lib;winmm.lib;htmlhelp.lib;wininet.lib;wintrust.lib;crypt32.lib;Netapi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 426 | + <ModuleDefinitionFile>.\$(TargetName).def</ModuleDefinitionFile> |
| 427 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 428 | + <SubSystem>Windows</SubSystem> |
| 429 | + <OptimizeReferences>true</OptimizeReferences> |
| 430 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 431 | + <PerUserRedirection>true</PerUserRedirection> |
| 432 | + </Link> |
| 433 | + </ItemDefinitionGroup> |
294 | 434 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Setup|Win32'">
|
295 | 435 | <Midl>
|
296 | 436 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
364 | 504 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
365 | 505 | </Link>
|
366 | 506 | </ItemDefinitionGroup>
|
| 507 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Setup|ARM64'"> |
| 508 | + <Midl> |
| 509 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 510 | + <MkTypLibCompatible>false</MkTypLibCompatible> |
| 511 | + <GenerateStublessProxies>true</GenerateStublessProxies> |
| 512 | + <HeaderFileName>ClassicExplorer_i.h</HeaderFileName> |
| 513 | + <DllDataFileName> |
| 514 | + </DllDataFileName> |
| 515 | + <InterfaceIdentifierFileName>ClassicExplorer_i.c</InterfaceIdentifierFileName> |
| 516 | + <ProxyFileName>ClassicExplorer_p.c</ProxyFileName> |
| 517 | + </Midl> |
| 518 | + <ClCompile> |
| 519 | + <Optimization>MaxSpeed</Optimization> |
| 520 | + <AdditionalIncludeDirectories>..\Lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 521 | + <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;BUILD_SETUP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 522 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 523 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 524 | + <WarningLevel>Level3</WarningLevel> |
| 525 | + <TreatWarningAsError>true</TreatWarningAsError> |
| 526 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 527 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 528 | + <ConformanceMode>true</ConformanceMode> |
| 529 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 530 | + </ClCompile> |
| 531 | + <ResourceCompile> |
| 532 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 533 | + <AdditionalIncludeDirectories>$(IntDir);..\Lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 534 | + </ResourceCompile> |
| 535 | + <Link> |
| 536 | + <AdditionalDependencies>oleacc.lib;comctl32.lib;uxtheme.lib;dwmapi.lib;winmm.lib;htmlhelp.lib;wininet.lib;wintrust.lib;crypt32.lib;Netapi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 537 | + <ModuleDefinitionFile>.\$(TargetName).def</ModuleDefinitionFile> |
| 538 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 539 | + <SubSystem>Windows</SubSystem> |
| 540 | + <OptimizeReferences>true</OptimizeReferences> |
| 541 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 542 | + </Link> |
| 543 | + </ItemDefinitionGroup> |
367 | 544 | <ItemGroup>
|
368 | 545 | <ClCompile Include="ClassicCopy.cpp" />
|
369 | 546 | <ClCompile Include="ClassicCopyExt.cpp" />
|
|
388 | 565 | <None Include="ClassicExplorer.rgs" />
|
389 | 566 | <None Include="ClassicExplorer32.def" />
|
390 | 567 | <None Include="ClassicExplorer64.def" />
|
| 568 | + <None Include="ClassicExplorerARM64.def" /> |
391 | 569 | <None Include="ExplorerBand.rgs" />
|
392 | 570 | <None Include="ExplorerBHO.rgs" />
|
393 | 571 | <None Include="ExplorerL10N.ini" />
|
|
0 commit comments