|
23 | 23 | <TemplateGuid>{dd38f7fc-d7bd-488b-9242-7d8754cde80d}</TemplateGuid>
|
24 | 24 | <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
|
25 | 25 | <RootNamespace>KSystemInformer</RootNamespace>
|
26 |
| - <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion> |
| 26 | + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
27 | 27 | <SignMode>Off</SignMode>
|
28 | 28 | <CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
|
29 | 29 | </PropertyGroup>
|
|
107 | 107 | <WarningLevel>Level4</WarningLevel>
|
108 | 108 | <SDLCheck>true</SDLCheck>
|
109 | 109 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
110 |
| - <LanguageStandard>stdcpplatest</LanguageStandard> |
| 110 | + <LanguageStandard>stdcpp20</LanguageStandard> |
111 | 111 | <LanguageStandard_C>stdc17</LanguageStandard_C>
|
112 | 112 | <AdditionalOptions>/kernel /utf-8 /INTEGRITYCHECK /d2guardretpoline %(AdditionalOptions)</AdditionalOptions>
|
113 | 113 | <CallingConvention>StdCall</CallingConvention>
|
|
144 | 144 | <SDLCheck>true</SDLCheck>
|
145 | 145 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
146 | 146 | <SupportJustMyCode>false</SupportJustMyCode>
|
147 |
| - <LanguageStandard>stdcpplatest</LanguageStandard> |
| 147 | + <LanguageStandard>stdcpp20</LanguageStandard> |
148 | 148 | <LanguageStandard_C>stdc17</LanguageStandard_C>
|
149 | 149 | <AdditionalOptions>/kernel /utf-8 /INTEGRITYCHECK %(AdditionalOptions)</AdditionalOptions>
|
150 | 150 | <CallingConvention>StdCall</CallingConvention>
|
|
176 | 176 | <WarningLevel>Level4</WarningLevel>
|
177 | 177 | <SDLCheck>true</SDLCheck>
|
178 | 178 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
179 |
| - <LanguageStandard>stdcpplatest</LanguageStandard> |
| 179 | + <LanguageStandard>stdcpp20</LanguageStandard> |
180 | 180 | <LanguageStandard_C>stdc17</LanguageStandard_C>
|
181 | 181 | <AdditionalOptions>/kernel /utf-8 /INTEGRITYCHECK /d1nodatetime /d2guardretpoline %(AdditionalOptions)</AdditionalOptions>
|
182 | 182 | <GuardEHContMetadata>true</GuardEHContMetadata>
|
|
212 | 212 | <WarningLevel>Level4</WarningLevel>
|
213 | 213 | <SDLCheck>true</SDLCheck>
|
214 | 214 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
215 |
| - <LanguageStandard>stdcpplatest</LanguageStandard> |
| 215 | + <LanguageStandard>stdcpp20</LanguageStandard> |
216 | 216 | <LanguageStandard_C>stdc17</LanguageStandard_C>
|
217 | 217 | <AdditionalOptions>/kernel /utf-8 /INTEGRITYCHECK /d1nodatetime %(AdditionalOptions)</AdditionalOptions>
|
218 | 218 | <CallingConvention>StdCall</CallingConvention>
|
|
255 | 255 | <ClCompile Include="file.c" />
|
256 | 256 | <ClCompile Include="hash.c" />
|
257 | 257 | <ClCompile Include="http.c" />
|
| 258 | + <ClCompile Include="imgcoherency.c" /> |
258 | 259 | <ClCompile Include="informer_debug.c" />
|
259 | 260 | <ClCompile Include="informer_file.c" />
|
260 | 261 | <ClCompile Include="informer_fileop.c" />
|
|
267 | 268 | <ClCompile Include="informer_thread.c" />
|
268 | 269 | <ClCompile Include="knowndll.c" />
|
269 | 270 | <ClCompile Include="kphobject.c" />
|
| 271 | + <ClCompile Include="lsa.c" /> |
270 | 272 | <ClCompile Include="main.c" />
|
271 | 273 | <ClCompile Include="object.c" />
|
272 | 274 | <ClCompile Include="parameters.c" />
|
273 | 275 | <ClCompile Include="process.c" />
|
274 | 276 | <ClCompile Include="protection.c" />
|
275 | 277 | <ClCompile Include="qrydrv.c" />
|
276 | 278 | <ClCompile Include="session_token.c" />
|
277 |
| - <ClCompile Include="sign.c" /> |
278 | 279 | <ClCompile Include="system.c" />
|
279 | 280 | <ClCompile Include="thread.c" />
|
280 | 281 | <ClCompile Include="util.c" />
|
|
0 commit comments