|
134 | 134 | <ClCompile>
|
135 | 135 | <WarningLevel>Level4</WarningLevel>
|
136 | 136 | <Optimization>Disabled</Optimization>
|
137 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 137 | + <PreprocessorDefinitions>WIN32;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_DEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
138 | 138 | <TreatWarningAsError>false</TreatWarningAsError>
|
139 | 139 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
140 | 140 | <SDLCheck>true</SDLCheck>
|
141 | 141 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
142 | 142 | <MinimalRebuild>false</MinimalRebuild>
|
| 143 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 144 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
143 | 145 | </ClCompile>
|
144 | 146 | <Link>
|
145 | 147 | <SubSystem>Windows</SubSystem>
|
146 | 148 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
147 |
| - <AdditionalDependencies>shlwapi.lib;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> |
| 149 | + <AdditionalDependencies>shlwapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
148 | 150 | </Link>
|
149 | 151 | </ItemDefinitionGroup>
|
150 | 152 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
151 | 153 | <ClCompile>
|
152 | 154 | <WarningLevel>Level4</WarningLevel>
|
153 | 155 | <Optimization>Disabled</Optimization>
|
154 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 156 | + <PreprocessorDefinitions>WIN32;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_DEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
155 | 157 | <TreatWarningAsError>false</TreatWarningAsError>
|
156 | 158 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
157 | 159 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
158 | 160 | <SDLCheck>true</SDLCheck>
|
159 | 161 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
160 | 162 | <MinimalRebuild>false</MinimalRebuild>
|
| 163 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 164 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
161 | 165 | </ClCompile>
|
162 | 166 | <Link>
|
163 | 167 | <SubSystem>Windows</SubSystem>
|
164 | 168 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
165 |
| - <AdditionalDependencies>shlwapi.lib;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> |
| 169 | + <AdditionalDependencies>shlwapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
166 | 170 | </Link>
|
167 | 171 | </ItemDefinitionGroup>
|
168 | 172 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
169 | 173 | <ClCompile>
|
170 | 174 | <WarningLevel>Level4</WarningLevel>
|
171 | 175 | <Optimization>Disabled</Optimization>
|
172 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 176 | + <PreprocessorDefinitions>WIN32;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_DEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
173 | 177 | <TreatWarningAsError>false</TreatWarningAsError>
|
174 | 178 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
175 | 179 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
176 | 180 | <SDLCheck>true</SDLCheck>
|
177 | 181 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
178 | 182 | <MinimalRebuild>false</MinimalRebuild>
|
| 183 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 184 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
179 | 185 | </ClCompile>
|
180 | 186 | <Link>
|
181 | 187 | <SubSystem>Windows</SubSystem>
|
182 | 188 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
183 |
| - <AdditionalDependencies>shlwapi.lib;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> |
| 189 | + <AdditionalDependencies>shlwapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
184 | 190 | </Link>
|
185 | 191 | </ItemDefinitionGroup>
|
186 | 192 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
189 | 195 | <Optimization>MaxSpeed</Optimization>
|
190 | 196 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
191 | 197 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
192 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 198 | + <PreprocessorDefinitions>WIN32;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;NDEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
193 | 199 | <TreatWarningAsError>false</TreatWarningAsError>
|
194 | 200 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
195 | 201 | <SDLCheck>true</SDLCheck>
|
196 | 202 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
| 203 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 204 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
197 | 205 | </ClCompile>
|
198 | 206 | <Link>
|
199 | 207 | <SubSystem>Windows</SubSystem>
|
200 | 208 | <GenerateDebugInformation>false</GenerateDebugInformation>
|
201 | 209 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
202 | 210 | <OptimizeReferences>true</OptimizeReferences>
|
203 |
| - <AdditionalDependencies>shlwapi.lib;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> |
| 211 | + <AdditionalDependencies>shlwapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
204 | 212 | <ImportLibrary>$(TargetName).lib</ImportLibrary>
|
205 | 213 | </Link>
|
206 | 214 | </ItemDefinitionGroup>
|
|
210 | 218 | <Optimization>MaxSpeed</Optimization>
|
211 | 219 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
212 | 220 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
213 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 221 | + <PreprocessorDefinitions>WIN32;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;NDEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
214 | 222 | <TreatWarningAsError>false</TreatWarningAsError>
|
215 | 223 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
216 | 224 | <SDLCheck>true</SDLCheck>
|
217 | 225 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
| 226 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 227 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
218 | 228 | </ClCompile>
|
219 | 229 | <Link>
|
220 | 230 | <SubSystem>Windows</SubSystem>
|
221 | 231 | <GenerateDebugInformation>false</GenerateDebugInformation>
|
222 | 232 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
223 | 233 | <OptimizeReferences>true</OptimizeReferences>
|
224 |
| - <AdditionalDependencies>shlwapi.lib;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> |
| 234 | + <AdditionalDependencies>shlwapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
225 | 235 | <ImportLibrary>$(TargetName).lib</ImportLibrary>
|
226 | 236 | </Link>
|
227 | 237 | </ItemDefinitionGroup>
|
|
231 | 241 | <Optimization>MaxSpeed</Optimization>
|
232 | 242 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
233 | 243 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
234 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 244 | + <PreprocessorDefinitions>WIN32;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;NDEBUG;_WINDOWS;_USRDLL;NPPPLUGINTASKLIST_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
235 | 245 | <TreatWarningAsError>false</TreatWarningAsError>
|
236 | 246 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
237 | 247 | <SDLCheck>true</SDLCheck>
|
238 | 248 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
| 249 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 250 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
239 | 251 | </ClCompile>
|
240 | 252 | <Link>
|
241 | 253 | <SubSystem>Windows</SubSystem>
|
242 | 254 | <GenerateDebugInformation>false</GenerateDebugInformation>
|
243 | 255 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
244 | 256 | <OptimizeReferences>true</OptimizeReferences>
|
245 |
| - <AdditionalDependencies>shlwapi.lib;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> |
| 257 | + <AdditionalDependencies>shlwapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
246 | 258 | <ImportLibrary>$(TargetName).lib</ImportLibrary>
|
247 | 259 | </Link>
|
248 | 260 | </ItemDefinitionGroup>
|
|
251 | 263 | <ClInclude Include="include\Docking.h" />
|
252 | 264 | <ClInclude Include="include\DockingDlgInterface.h" />
|
253 | 265 | <ClInclude Include="include\dockingResource.h" />
|
| 266 | + <ClInclude Include="include\dpiManagerV2.h" /> |
254 | 267 | <ClInclude Include="include\menuCmdID.h" />
|
255 | 268 | <ClInclude Include="include\Notepad_plus_msgs.h" />
|
256 | 269 | <ClInclude Include="include\NppDarkMode.h" />
|
|
270 | 283 | <ClCompile Include="src\AboutDialog\AboutDlg.cpp" />
|
271 | 284 | <ClCompile Include="src\Common.cpp" />
|
272 | 285 | <ClCompile Include="src\config.cpp" />
|
| 286 | + <ClCompile Include="src\dpiManagerV2.cpp" /> |
273 | 287 | <ClCompile Include="src\NppDarkModeDummy.cpp" />
|
274 | 288 | <ClCompile Include="src\NppTaskListPlugin.cpp" />
|
275 | 289 | <ClCompile Include="src\PluginDefinition.cpp" />
|
|
0 commit comments