|
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>
|
|
53 | 65 | <PropertyGroup Condition="'$(Platform)'=='x64'">
|
54 | 66 | <TargetName>$(ProjectName)64</TargetName>
|
55 | 67 | </PropertyGroup>
|
| 68 | + <PropertyGroup Condition="'$(Platform)'=='ARM64'"> |
| 69 | + <TargetName>$(ProjectName)A64</TargetName> |
| 70 | + </PropertyGroup> |
56 | 71 | <PropertyGroup>
|
57 | 72 | <IgnoreImportLibrary>true</IgnoreImportLibrary>
|
58 | 73 | </PropertyGroup>
|
|
98 | 113 | <None Include="ClassicExplorer.rgs" />
|
99 | 114 | <None Include="ClassicExplorer32.def" />
|
100 | 115 | <None Include="ClassicExplorer64.def" />
|
| 116 | + <None Include="ClassicExplorerA64.def" /> |
101 | 117 | <None Include="ExplorerBand.rgs" />
|
102 | 118 | <None Include="ExplorerBHO.rgs" />
|
103 | 119 | <None Include="ExplorerL10N.ini">
|
|
0 commit comments