|
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> |
7 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Release|ARM64"> |
| 13 | + <Configuration>Release</Configuration> |
| 14 | + <Platform>ARM64</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Release|Win32"> |
9 | 17 | <Configuration>Release</Configuration> |
10 | 18 | <Platform>Win32</Platform> |
|
22 | 30 | <CharacterSet>Unicode</CharacterSet> |
23 | 31 | <WholeProgramOptimization>true</WholeProgramOptimization> |
24 | 32 | </PropertyGroup> |
| 33 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 34 | + <ConfigurationType>Application</ConfigurationType> |
| 35 | + <CharacterSet>Unicode</CharacterSet> |
| 36 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 37 | + </PropertyGroup> |
25 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
26 | 39 | <ConfigurationType>Application</ConfigurationType> |
27 | 40 | <CharacterSet>Unicode</CharacterSet> |
28 | 41 | </PropertyGroup> |
| 42 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 43 | + <ConfigurationType>Application</ConfigurationType> |
| 44 | + <CharacterSet>Unicode</CharacterSet> |
| 45 | + </PropertyGroup> |
29 | 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
30 | 47 | <ImportGroup Label="ExtensionSettings"> |
31 | 48 | </ImportGroup> |
32 | 49 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
33 | 50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
34 | 51 | </ImportGroup> |
| 52 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 53 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 54 | + </ImportGroup> |
35 | 55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
36 | 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
37 | 57 | </ImportGroup> |
| 58 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 59 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 60 | + </ImportGroup> |
38 | 61 | <PropertyGroup Label="UserMacros"> |
39 | 62 | <IntDir>$(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
40 | 63 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
|
45 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
46 | 69 | <LinkIncremental>true</LinkIncremental> |
47 | 70 | </PropertyGroup> |
| 71 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 72 | + <LinkIncremental>true</LinkIncremental> |
| 73 | + </PropertyGroup> |
48 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
49 | 75 | <LinkIncremental>false</LinkIncremental> |
50 | 76 | </PropertyGroup> |
| 77 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 78 | + <LinkIncremental>false</LinkIncremental> |
| 79 | + </PropertyGroup> |
51 | 80 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
52 | 81 | <ClCompile> |
53 | 82 | <Optimization>Disabled</Optimization> |
|
58 | 87 | <WarningLevel>Level3</WarningLevel> |
59 | 88 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
60 | 89 | <AdditionalOptions>/source-charset:shift_jis %(AdditionalOptions)</AdditionalOptions> |
61 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 90 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
62 | 91 | </ClCompile> |
63 | 92 | <Link> |
64 | 93 | <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
68 | 97 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
69 | 98 | </Link> |
70 | 99 | </ItemDefinitionGroup> |
| 100 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 101 | + <ClCompile> |
| 102 | + <Optimization>Disabled</Optimization> |
| 103 | + <PreprocessorDefinitions>WIN32;_CONSOLE;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 104 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 105 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 106 | + <PrecompiledHeader> |
| 107 | + </PrecompiledHeader> |
| 108 | + <WarningLevel>Level3</WarningLevel> |
| 109 | + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 110 | + <AdditionalOptions>/source-charset:shift_jis %(AdditionalOptions)</AdditionalOptions> |
| 111 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 112 | + </ClCompile> |
| 113 | + <Link> |
| 114 | + <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
| 115 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 116 | + <SubSystem>Console</SubSystem> |
| 117 | + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
| 118 | + </Link> |
| 119 | + </ItemDefinitionGroup> |
71 | 120 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
72 | 121 | <ClCompile> |
73 | 122 | <PreprocessorDefinitions>WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
76 | 125 | <WarningLevel>Level3</WarningLevel> |
77 | 126 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
78 | 127 | <AdditionalOptions>/source-charset:shift_jis %(AdditionalOptions)</AdditionalOptions> |
79 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 128 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
80 | 129 | </ClCompile> |
81 | 130 | <Link> |
82 | 131 | <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
87 | 136 | <TargetMachine>MachineX86</TargetMachine> |
88 | 137 | </Link> |
89 | 138 | </ItemDefinitionGroup> |
| 139 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 140 | + <ClCompile> |
| 141 | + <PreprocessorDefinitions>WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 142 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 143 | + <PrecompiledHeader> |
| 144 | + </PrecompiledHeader> |
| 145 | + <WarningLevel>Level3</WarningLevel> |
| 146 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 147 | + <AdditionalOptions>/source-charset:shift_jis %(AdditionalOptions)</AdditionalOptions> |
| 148 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 149 | + </ClCompile> |
| 150 | + <Link> |
| 151 | + <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
| 152 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 153 | + <SubSystem>Console</SubSystem> |
| 154 | + <OptimizeReferences>true</OptimizeReferences> |
| 155 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 156 | + </Link> |
| 157 | + </ItemDefinitionGroup> |
90 | 158 | <ItemGroup> |
91 | 159 | <ClCompile Include="HeaderMake.cpp" /> |
92 | 160 | </ItemGroup> |
|
0 commit comments