|
22 | 22 | <VCProjectVersion>17.0</VCProjectVersion> |
23 | 23 | <ProjectGuid>{32995E05-606F-4D83-A2E6-C2B361B34DF1}</ProjectGuid> |
24 | 24 | <RootNamespace>nssm</RootNamespace> |
| 25 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
25 | 26 | </PropertyGroup> |
26 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
27 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
28 | 29 | <ConfigurationType>Application</ConfigurationType> |
29 | 30 | <PlatformToolset>v143</PlatformToolset> |
30 | 31 | <UseOfMfc>false</UseOfMfc> |
31 | 32 | <CharacterSet>Unicode</CharacterSet> |
| 33 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
32 | 34 | </PropertyGroup> |
33 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
34 | 36 | <ConfigurationType>Application</ConfigurationType> |
|
129 | 131 | <WarningLevel>Level4</WarningLevel> |
130 | 132 | <SuppressStartupBanner>true</SuppressStartupBanner> |
131 | 133 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 134 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
132 | 135 | </ClCompile> |
133 | 136 | <ResourceCompile> |
134 | 137 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
222 | 225 | <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName> |
223 | 226 | <WarningLevel>Level4</WarningLevel> |
224 | 227 | <SuppressStartupBanner>true</SuppressStartupBanner> |
225 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 228 | + <DebugInformationFormat>None</DebugInformationFormat> |
| 229 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 230 | + <SDLCheck>true</SDLCheck> |
| 231 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
226 | 232 | </ClCompile> |
227 | 233 | <ResourceCompile> |
228 | 234 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
239 | 245 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
240 | 246 | <DataExecutionPrevention /> |
241 | 247 | <TargetMachine>MachineX86</TargetMachine> |
| 248 | + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
242 | 249 | </Link> |
243 | 250 | <Bscmake> |
244 | 251 | <SuppressStartupBanner>true</SuppressStartupBanner> |
|
0 commit comments