|
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> |
|
43 | 51 | <PlatformToolset>v143</PlatformToolset> |
44 | 52 | <CharacterSet>MultiByte</CharacterSet> |
45 | 53 | </PropertyGroup> |
| 54 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 55 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 56 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 57 | + <PlatformToolset>v143</PlatformToolset> |
| 58 | + <CharacterSet>MultiByte</CharacterSet> |
| 59 | + </PropertyGroup> |
46 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
47 | 61 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
48 | 62 | <UseDebugLibraries>false</UseDebugLibraries> |
49 | 63 | <PlatformToolset>v142</PlatformToolset> |
50 | 64 | <WholeProgramOptimization>true</WholeProgramOptimization> |
51 | 65 | <CharacterSet>MultiByte</CharacterSet> |
52 | 66 | </PropertyGroup> |
| 67 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 68 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 69 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 70 | + <PlatformToolset>v142</PlatformToolset> |
| 71 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 72 | + <CharacterSet>MultiByte</CharacterSet> |
| 73 | + </PropertyGroup> |
53 | 74 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
54 | 75 | <ImportGroup Label="ExtensionSettings"> |
55 | 76 | </ImportGroup> |
|
64 | 85 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
65 | 86 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
66 | 87 | </ImportGroup> |
| 88 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 89 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 90 | + </ImportGroup> |
67 | 91 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
68 | 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
69 | 93 | </ImportGroup> |
| 94 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 95 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 96 | + </ImportGroup> |
70 | 97 | <PropertyGroup Label="UserMacros" /> |
71 | 98 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
72 | 99 | <OutDir>$(SolutionDir)$(PlatformTarget)\</OutDir> |
|
110 | 137 | <AdditionalDependencies>runtimeobject.lib;Shell32.lib</AdditionalDependencies> |
111 | 138 | </Link> |
112 | 139 | </ItemDefinitionGroup> |
| 140 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 141 | + <ClCompile> |
| 142 | + <WarningLevel>Level3</WarningLevel> |
| 143 | + <Optimization>Disabled</Optimization> |
| 144 | + <SDLCheck>true</SDLCheck> |
| 145 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 146 | + <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 147 | + <PreprocessorDefinitions>IPC_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 148 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
| 149 | + </ClCompile> |
| 150 | + <Link> |
| 151 | + <AdditionalDependencies>runtimeobject.lib;Shell32.lib</AdditionalDependencies> |
| 152 | + </Link> |
| 153 | + </ItemDefinitionGroup> |
113 | 154 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
114 | 155 | <ClCompile> |
115 | 156 | <WarningLevel>Level3</WarningLevel> |
|
146 | 187 | <AdditionalDependencies>runtimeobject.lib;Shell32.lib</AdditionalDependencies> |
147 | 188 | </Link> |
148 | 189 | </ItemDefinitionGroup> |
| 190 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 191 | + <ClCompile> |
| 192 | + <WarningLevel>Level3</WarningLevel> |
| 193 | + <Optimization>MaxSpeed</Optimization> |
| 194 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 195 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 196 | + <SDLCheck>true</SDLCheck> |
| 197 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 198 | + <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 199 | + <PreprocessorDefinitions>IPC_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 200 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
| 201 | + </ClCompile> |
| 202 | + <Link> |
| 203 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 204 | + <OptimizeReferences>true</OptimizeReferences> |
| 205 | + <AdditionalDependencies>runtimeobject.lib;Shell32.lib</AdditionalDependencies> |
| 206 | + </Link> |
| 207 | + </ItemDefinitionGroup> |
149 | 208 | <ItemGroup> |
150 | 209 | <ClCompile Include="source\UWP\DumperIPC.cpp"> |
151 | 210 | <LanguageStandard Condition="'$(Configuration)|$(Platform)'=='Release|x64'">stdcpp17</LanguageStandard> |
| 211 | + <LanguageStandard Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">stdcpp17</LanguageStandard> |
152 | 212 | <LanguageStandard Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">stdcpp17</LanguageStandard> |
| 213 | + <LanguageStandard Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">stdcpp17</LanguageStandard> |
153 | 214 | </ClCompile> |
154 | 215 | <ClCompile Include="main.cpp"> |
155 | 216 | <LanguageStandard Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">stdcpp17</LanguageStandard> |
| 217 | + <LanguageStandard Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">stdcpp17</LanguageStandard> |
156 | 218 | </ClCompile> |
157 | 219 | <ClCompile Include="source\UWP\UWP.cpp" /> |
158 | 220 | </ItemGroup> |
|
0 commit comments