|
30 | 30 | <ProjectGuid>{73C0A930-C2F5-45D2-9795-8EFE62E2F4C6}</ProjectGuid> |
31 | 31 | <RootNamespace>ComparePlus</RootNamespace> |
32 | 32 | <Keyword>Win32Proj</Keyword> |
33 | | - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
| 33 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
34 | 34 | </PropertyGroup> |
35 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
36 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
37 | 37 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
38 | 38 | <CharacterSet>Unicode</CharacterSet> |
39 | | - <PlatformToolset>v141</PlatformToolset> |
| 39 | + <PlatformToolset>v143</PlatformToolset> |
| 40 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | 41 | </PropertyGroup> |
41 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
42 | 43 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
43 | 44 | <CharacterSet>Unicode</CharacterSet> |
44 | | - <PlatformToolset>v141</PlatformToolset> |
| 45 | + <PlatformToolset>v143</PlatformToolset> |
| 46 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
45 | 47 | </PropertyGroup> |
46 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
47 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
48 | 50 | <CharacterSet>Unicode</CharacterSet> |
49 | | - <PlatformToolset>v141</PlatformToolset> |
| 51 | + <PlatformToolset>v143</PlatformToolset> |
| 52 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
50 | 53 | </PropertyGroup> |
51 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
52 | 55 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
53 | 56 | <CharacterSet>Unicode</CharacterSet> |
54 | | - <PlatformToolset>v141</PlatformToolset> |
| 57 | + <PlatformToolset>v143</PlatformToolset> |
| 58 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
55 | 59 | </PropertyGroup> |
56 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
57 | 61 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
58 | 62 | <CharacterSet>Unicode</CharacterSet> |
59 | | - <PlatformToolset>v141</PlatformToolset> |
| 63 | + <PlatformToolset>v143</PlatformToolset> |
| 64 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
60 | 65 | </PropertyGroup> |
61 | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
62 | 67 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
63 | 68 | <CharacterSet>Unicode</CharacterSet> |
64 | | - <PlatformToolset>v141</PlatformToolset> |
| 69 | + <PlatformToolset>v143</PlatformToolset> |
| 70 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
65 | 71 | </PropertyGroup> |
66 | 72 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
67 | 73 | <ImportGroup Label="ExtensionSettings"> |
|
143 | 149 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
144 | 150 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
145 | 151 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
146 | | - <WarningLevel>Level4</WarningLevel> |
| 152 | + <WarningLevel>EnableAllWarnings</WarningLevel> |
147 | 153 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
148 | 154 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
149 | 155 | <SDLCheck>true</SDLCheck> |
@@ -177,7 +183,7 @@ copy "..\..\libs\x86\*.dll" "$(OutDir)libs"</Command> |
177 | 183 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
178 | 184 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
179 | 185 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
180 | | - <WarningLevel>Level4</WarningLevel> |
| 186 | + <WarningLevel>EnableAllWarnings</WarningLevel> |
181 | 187 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
182 | 188 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
183 | 189 | <SDLCheck>true</SDLCheck> |
@@ -210,7 +216,7 @@ copy "..\..\libs\x64\*.dll" "$(OutDir)libs"</Command> |
210 | 216 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
211 | 217 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
212 | 218 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
213 | | - <WarningLevel>Level4</WarningLevel> |
| 219 | + <WarningLevel>EnableAllWarnings</WarningLevel> |
214 | 220 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
215 | 221 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
216 | 222 | <SDLCheck>true</SDLCheck> |
@@ -246,7 +252,7 @@ copy "..\..\libs\arm64\*.dll" "$(OutDir)libs"</Command> |
246 | 252 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
247 | 253 | <FunctionLevelLinking>true</FunctionLevelLinking> |
248 | 254 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
249 | | - <WarningLevel>Level4</WarningLevel> |
| 255 | + <WarningLevel>EnableAllWarnings</WarningLevel> |
250 | 256 | <DebugInformationFormat> |
251 | 257 | </DebugInformationFormat> |
252 | 258 | <CompileAs>Default</CompileAs> |
@@ -287,7 +293,7 @@ copy "..\..\libs\x86\*.dll" "$(OutDir)libs"</Command> |
287 | 293 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
288 | 294 | <FunctionLevelLinking>true</FunctionLevelLinking> |
289 | 295 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
290 | | - <WarningLevel>Level4</WarningLevel> |
| 296 | + <WarningLevel>EnableAllWarnings</WarningLevel> |
291 | 297 | <DebugInformationFormat> |
292 | 298 | </DebugInformationFormat> |
293 | 299 | <CompileAs>Default</CompileAs> |
@@ -327,7 +333,7 @@ copy "..\..\libs\x64\*.dll" "$(OutDir)libs"</Command> |
327 | 333 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
328 | 334 | <FunctionLevelLinking>true</FunctionLevelLinking> |
329 | 335 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
330 | | - <WarningLevel>Level4</WarningLevel> |
| 336 | + <WarningLevel>EnableAllWarnings</WarningLevel> |
331 | 337 | <DebugInformationFormat> |
332 | 338 | </DebugInformationFormat> |
333 | 339 | <CompileAs>Default</CompileAs> |
|
0 commit comments