|
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>
|
|
9 | 17 | <Configuration>Debug</Configuration>
|
10 | 18 | <Platform>x64</Platform>
|
11 | 19 | </ProjectConfiguration>
|
| 20 | + <ProjectConfiguration Include="Release|ARM64"> |
| 21 | + <Configuration>Release</Configuration> |
| 22 | + <Platform>ARM64</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Release|ARM64EC"> |
| 25 | + <Configuration>Release</Configuration> |
| 26 | + <Platform>ARM64EC</Platform> |
| 27 | + </ProjectConfiguration> |
12 | 28 | <ProjectConfiguration Include="Release|Win32">
|
13 | 29 | <Configuration>Release</Configuration>
|
14 | 30 | <Platform>Win32</Platform>
|
|
17 | 33 | <Configuration>Release</Configuration>
|
18 | 34 | <Platform>x64</Platform>
|
19 | 35 | </ProjectConfiguration>
|
| 36 | + <ProjectConfiguration Include="Setup|ARM64"> |
| 37 | + <Configuration>Setup</Configuration> |
| 38 | + <Platform>ARM64</Platform> |
| 39 | + </ProjectConfiguration> |
| 40 | + <ProjectConfiguration Include="Setup|ARM64EC"> |
| 41 | + <Configuration>Setup</Configuration> |
| 42 | + <Platform>ARM64EC</Platform> |
| 43 | + </ProjectConfiguration> |
20 | 44 | <ProjectConfiguration Include="Setup|Win32">
|
21 | 45 | <Configuration>Setup</Configuration>
|
22 | 46 | <Platform>Win32</Platform>
|
|
53 | 77 | <PropertyGroup Condition="'$(Platform)'=='x64'">
|
54 | 78 | <TargetName>$(ProjectName)_64</TargetName>
|
55 | 79 | </PropertyGroup>
|
| 80 | + <PropertyGroup Condition="'$(Platform)'=='ARM64EC'"> |
| 81 | + <TargetName>$(ProjectName)_64</TargetName> |
| 82 | + </PropertyGroup> |
| 83 | + <PropertyGroup Condition="'$(Platform)'=='ARM64'"> |
| 84 | + <TargetName>$(ProjectName)_64</TargetName> |
| 85 | + <BuildAsX>true</BuildAsX> |
| 86 | + </PropertyGroup> |
56 | 87 | <ItemDefinitionGroup>
|
57 | 88 | <ClCompile>
|
58 | 89 | <PreprocessorDefinitions>_USRDLL;CLASSICIEDLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
0 commit comments