|
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="Release|x64"> |
| 5 | + <Configuration>Release</Configuration> |
| 6 | + <Platform>x64</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|x64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
4 | 12 | <ProjectConfiguration Include="Debug|ARM64"> |
5 | 13 | <Configuration>Debug</Configuration> |
6 | 14 | <Platform>ARM64</Platform> |
|
9 | 17 | <Configuration>Debug</Configuration> |
10 | 18 | <Platform>ARM64EC</Platform> |
11 | 19 | </ProjectConfiguration> |
12 | | - <ProjectConfiguration Include="Debug|x64"> |
13 | | - <Configuration>Debug</Configuration> |
14 | | - <Platform>x64</Platform> |
15 | | - </ProjectConfiguration> |
16 | 20 | <ProjectConfiguration Include="Release|ARM64"> |
17 | 21 | <Configuration>Release</Configuration> |
18 | 22 | <Platform>ARM64</Platform> |
|
21 | 25 | <Configuration>Release</Configuration> |
22 | 26 | <Platform>ARM64EC</Platform> |
23 | 27 | </ProjectConfiguration> |
24 | | - <ProjectConfiguration Include="Release|x64"> |
25 | | - <Configuration>Release</Configuration> |
26 | | - <Platform>x64</Platform> |
27 | | - </ProjectConfiguration> |
28 | 28 | </ItemGroup> |
29 | 29 | <PropertyGroup Label="Globals"> |
30 | 30 | <ProjectGuid>{7FD42DF7-442E-479A-BA76-D0022F99702A}</ProjectGuid> |
|
33 | 33 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
34 | 34 | </PropertyGroup> |
35 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
36 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
37 | 37 | <ConfigurationType>Application</ConfigurationType> |
38 | 38 | <CharacterSet>Unicode</CharacterSet> |
| 39 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
39 | 40 | <PlatformToolset>v143</PlatformToolset> |
40 | 41 | </PropertyGroup> |
41 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 42 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
42 | 43 | <ConfigurationType>Application</ConfigurationType> |
43 | 44 | <CharacterSet>Unicode</CharacterSet> |
44 | 45 | <PlatformToolset>v143</PlatformToolset> |
45 | 46 | </PropertyGroup> |
46 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="Configuration"> |
| 47 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
47 | 48 | <ConfigurationType>Application</ConfigurationType> |
48 | 49 | <CharacterSet>Unicode</CharacterSet> |
49 | 50 | <PlatformToolset>v143</PlatformToolset> |
50 | 51 | </PropertyGroup> |
51 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 52 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="Configuration"> |
52 | 53 | <ConfigurationType>Application</ConfigurationType> |
53 | 54 | <CharacterSet>Unicode</CharacterSet> |
54 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
55 | 55 | <PlatformToolset>v143</PlatformToolset> |
56 | 56 | </PropertyGroup> |
57 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
|
0 commit comments