|
17 | 17 | <Configuration>Release</Configuration>
|
18 | 18 | <Platform>x64</Platform>
|
19 | 19 | </ProjectConfiguration>
|
| 20 | + <ProjectConfiguration Include="Debug|ARM64"> |
| 21 | + <Configuration>Debug</Configuration> |
| 22 | + <Platform>ARM64</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Release|ARM64"> |
| 25 | + <Configuration>Release</Configuration> |
| 26 | + <Platform>ARM64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | </ItemGroup>
|
21 | 29 | <PropertyGroup Label="Globals">
|
22 | 30 | <VCProjectVersion>15.0</VCProjectVersion>
|
|
53 | 61 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
54 | 62 | <CharacterSet>Unicode</CharacterSet>
|
55 | 63 | </PropertyGroup>
|
| 64 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 65 | + <ConfigurationType>Application</ConfigurationType> |
| 66 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 67 | + <PlatformToolset>v142</PlatformToolset> |
| 68 | + <CharacterSet>Unicode</CharacterSet> |
| 69 | + </PropertyGroup> |
| 70 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 71 | + <ConfigurationType>Application</ConfigurationType> |
| 72 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 73 | + <PlatformToolset>v142</PlatformToolset> |
| 74 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 75 | + <CharacterSet>Unicode</CharacterSet> |
| 76 | + </PropertyGroup> |
56 | 77 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
57 | 78 | <ImportGroup Label="ExtensionSettings">
|
58 | 79 | </ImportGroup>
|
|
70 | 91 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
71 | 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
72 | 93 | </ImportGroup>
|
| 94 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 95 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 96 | + </ImportGroup> |
| 97 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 98 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 99 | + </ImportGroup> |
73 | 100 | <PropertyGroup Label="UserMacros" />
|
74 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
75 | 102 | <LinkIncremental>true</LinkIncremental>
|
76 | 103 | </PropertyGroup>
|
77 | 104 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
78 | 105 | <LinkIncremental>true</LinkIncremental>
|
79 | 106 | </PropertyGroup>
|
| 107 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 108 | + <LinkIncremental>true</LinkIncremental> |
| 109 | + </PropertyGroup> |
80 | 110 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
81 | 111 | <LinkIncremental>false</LinkIncremental>
|
82 | 112 | </PropertyGroup>
|
83 | 113 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
84 | 114 | <LinkIncremental>false</LinkIncremental>
|
85 | 115 | </PropertyGroup>
|
| 116 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 117 | + <LinkIncremental>false</LinkIncremental> |
| 118 | + </PropertyGroup> |
86 | 119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
87 | 120 | <ClCompile>
|
88 | 121 | <WarningLevel>Level3</WarningLevel>
|
|
112 | 145 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
113 | 146 | </Link>
|
114 | 147 | </ItemDefinitionGroup>
|
| 148 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 149 | + <ClCompile> |
| 150 | + <WarningLevel>Level3</WarningLevel> |
| 151 | + <Optimization>Disabled</Optimization> |
| 152 | + <SDLCheck>true</SDLCheck> |
| 153 | + <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 154 | + <ConformanceMode>true</ConformanceMode> |
| 155 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 156 | + </ClCompile> |
| 157 | + <Link> |
| 158 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 159 | + <SubSystem>Windows</SubSystem> |
| 160 | + <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 161 | + </Link> |
| 162 | + </ItemDefinitionGroup> |
115 | 163 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
116 | 164 | <ClCompile>
|
117 | 165 | <WarningLevel>Level3</WarningLevel>
|
|
148 | 196 | <SubSystem>Windows</SubSystem>
|
149 | 197 | </Link>
|
150 | 198 | </ItemDefinitionGroup>
|
| 199 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 200 | + <ClCompile> |
| 201 | + <WarningLevel>Level3</WarningLevel> |
| 202 | + <Optimization>MaxSpeed</Optimization> |
| 203 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 204 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 205 | + <SDLCheck>true</SDLCheck> |
| 206 | + <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 207 | + <ConformanceMode>true</ConformanceMode> |
| 208 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 209 | + </ClCompile> |
| 210 | + <Link> |
| 211 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 212 | + <OptimizeReferences>true</OptimizeReferences> |
| 213 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 214 | + <SubSystem>Windows</SubSystem> |
| 215 | + </Link> |
| 216 | + </ItemDefinitionGroup> |
151 | 217 | <ItemGroup>
|
152 | 218 | <ClCompile Include="HelloWebView.cpp" />
|
153 | 219 | </ItemGroup>
|
|
0 commit comments