|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.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> |
|
9 | 13 | <Configuration>Debug</Configuration> |
10 | 14 | <Platform>x64</Platform> |
11 | 15 | </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="PythonDebug|ARM64"> |
| 17 | + <Configuration>PythonDebug</Configuration> |
| 18 | + <Platform>ARM64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | <ProjectConfiguration Include="PythonDebug|Win32"> |
13 | 21 | <Configuration>PythonDebug</Configuration> |
14 | 22 | <Platform>Win32</Platform> |
|
17 | 25 | <Configuration>PythonDebug</Configuration> |
18 | 26 | <Platform>x64</Platform> |
19 | 27 | </ProjectConfiguration> |
| 28 | + <ProjectConfiguration Include="Release|ARM64"> |
| 29 | + <Configuration>Release</Configuration> |
| 30 | + <Platform>ARM64</Platform> |
| 31 | + </ProjectConfiguration> |
20 | 32 | <ProjectConfiguration Include="Release|Win32"> |
21 | 33 | <Configuration>Release</Configuration> |
22 | 34 | <Platform>Win32</Platform> |
|
45 | 57 | <WholeProgramOptimization>true</WholeProgramOptimization> |
46 | 58 | <PlatformToolset>v143</PlatformToolset> |
47 | 59 | </PropertyGroup> |
| 60 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 61 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 62 | + <CharacterSet>Unicode</CharacterSet> |
| 63 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 64 | + <PlatformToolset>v143</PlatformToolset> |
| 65 | + </PropertyGroup> |
48 | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
49 | 67 | <ConfigurationType>StaticLibrary</ConfigurationType> |
50 | 68 | <CharacterSet>Unicode</CharacterSet> |
|
55 | 73 | <CharacterSet>Unicode</CharacterSet> |
56 | 74 | <PlatformToolset>v143</PlatformToolset> |
57 | 75 | </PropertyGroup> |
| 76 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 77 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 78 | + <CharacterSet>Unicode</CharacterSet> |
| 79 | + <PlatformToolset>v143</PlatformToolset> |
| 80 | + </PropertyGroup> |
58 | 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|Win32'" Label="Configuration"> |
59 | 82 | <ConfigurationType>StaticLibrary</ConfigurationType> |
60 | 83 | <CharacterSet>Unicode</CharacterSet> |
|
65 | 88 | <CharacterSet>Unicode</CharacterSet> |
66 | 89 | <PlatformToolset>v143</PlatformToolset> |
67 | 90 | </PropertyGroup> |
| 91 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|ARM64'" Label="Configuration"> |
| 92 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 93 | + <CharacterSet>Unicode</CharacterSet> |
| 94 | + <PlatformToolset>v143</PlatformToolset> |
| 95 | + </PropertyGroup> |
68 | 96 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
69 | 97 | <ImportGroup Label="ExtensionSettings"> |
70 | 98 | </ImportGroup> |
|
74 | 102 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
75 | 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
76 | 104 | </ImportGroup> |
| 105 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 106 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 107 | + </ImportGroup> |
77 | 108 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
78 | 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
79 | 110 | </ImportGroup> |
80 | 111 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
81 | 112 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
82 | 113 | </ImportGroup> |
| 114 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 115 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 116 | + </ImportGroup> |
83 | 117 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|Win32'" Label="PropertySheets"> |
84 | 118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
85 | 119 | </ImportGroup> |
86 | 120 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|x64'" Label="PropertySheets"> |
87 | 121 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
88 | 122 | </ImportGroup> |
| 123 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|ARM64'" Label="PropertySheets"> |
| 124 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 125 | + </ImportGroup> |
89 | 126 | <PropertyGroup Label="UserMacros" /> |
90 | 127 | <PropertyGroup> |
91 | 128 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
98 | 135 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\..\bin64\$(Configuration)\</OutDir> |
99 | 136 | <OutDir Condition="'$(Configuration)|$(Platform)'=='PythonDebug|x64'">$(ProjectDir)\..\bin64\$(Configuration)\</OutDir> |
100 | 137 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\..\bin64\$(Configuration)\</OutDir> |
| 138 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(ProjectDir)\..\binarm64\$(Configuration)\</OutDir> |
| 139 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='PythonDebug|ARM64'">$(ProjectDir)\..\binarm64\$(Configuration)\</OutDir> |
| 140 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(ProjectDir)\..\binarm64\$(Configuration)\</OutDir> |
101 | 141 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IncludePath)</IncludePath> |
102 | 142 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IncludePath)</IncludePath> |
| 143 | + <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(IncludePath)</IncludePath> |
103 | 144 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='PythonDebug|Win32'">$(IncludePath)</IncludePath> |
104 | 145 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='PythonDebug|x64'">$(IncludePath)</IncludePath> |
| 146 | + <IncludePath Condition="'$(Configuration)|$(Platform)'=='PythonDebug|ARM64'">$(IncludePath)</IncludePath> |
105 | 147 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IncludePath)</IncludePath> |
106 | 148 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IncludePath)</IncludePath> |
| 149 | + <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(IncludePath)</IncludePath> |
107 | 150 | </PropertyGroup> |
108 | 151 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
109 | 152 | <ClCompile> |
|
135 | 178 | <LanguageStandard_C>stdc17</LanguageStandard_C> |
136 | 179 | </ClCompile> |
137 | 180 | </ItemDefinitionGroup> |
| 181 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 182 | + <ClCompile> |
| 183 | + <Optimization>Disabled</Optimization> |
| 184 | + <AdditionalIncludeDirectories>..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 185 | + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 186 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 187 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 188 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 189 | + <WarningLevel>Level4</WarningLevel> |
| 190 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 191 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 192 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 193 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 194 | + </ClCompile> |
| 195 | + </ItemDefinitionGroup> |
138 | 196 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|Win32'"> |
139 | 197 | <ClCompile> |
140 | 198 | <Optimization>Disabled</Optimization> |
|
165 | 223 | <LanguageStandard_C>stdc17</LanguageStandard_C> |
166 | 224 | </ClCompile> |
167 | 225 | </ItemDefinitionGroup> |
| 226 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|ARM64'"> |
| 227 | + <ClCompile> |
| 228 | + <Optimization>Disabled</Optimization> |
| 229 | + <AdditionalIncludeDirectories>..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 230 | + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 231 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 232 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 233 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 234 | + <WarningLevel>Level4</WarningLevel> |
| 235 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 236 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 237 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 238 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 239 | + </ClCompile> |
| 240 | + </ItemDefinitionGroup> |
168 | 241 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
169 | 242 | <ClCompile> |
170 | 243 | <AdditionalIncludeDirectories>..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
191 | 264 | <LanguageStandard_C>stdc17</LanguageStandard_C> |
192 | 265 | </ClCompile> |
193 | 266 | </ItemDefinitionGroup> |
| 267 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 268 | + <ClCompile> |
| 269 | + <AdditionalIncludeDirectories>..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 270 | + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 271 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 272 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 273 | + <WarningLevel>Level3</WarningLevel> |
| 274 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 275 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 276 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 277 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 278 | + </ClCompile> |
| 279 | + </ItemDefinitionGroup> |
194 | 280 | <ItemGroup> |
195 | 281 | <ClCompile Include="..\src\dpiManagerV2.cpp" /> |
196 | 282 | <ClCompile Include="..\src\NppDarkModeDummy.cpp" /> |
197 | 283 | <ClCompile Include="..\src\StaticDialog.cpp" /> |
198 | 284 | <ClCompile Include="..\stdafx.cpp"> |
199 | 285 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
200 | 286 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
| 287 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader> |
201 | 288 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
202 | 289 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 290 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader> |
203 | 291 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='PythonDebug|Win32'">Create</PrecompiledHeader> |
204 | 292 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='PythonDebug|x64'">Create</PrecompiledHeader> |
| 293 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='PythonDebug|ARM64'">Create</PrecompiledHeader> |
205 | 294 | </ClCompile> |
206 | 295 | </ItemGroup> |
207 | 296 | <ItemGroup> |
|
0 commit comments