|
19 | 19 | </ProjectConfiguration> |
20 | 20 | </ItemGroup> |
21 | 21 | <PropertyGroup Label="Globals"> |
22 | | - <VCProjectVersion>15.0</VCProjectVersion> |
| 22 | + <VCProjectVersion>16.0</VCProjectVersion> |
23 | 23 | <ProjectGuid>{C36C2313-72A8-4583-B7D8-28E193D5287F}</ProjectGuid> |
24 | 24 | <Keyword>Win32Proj</Keyword> |
25 | 25 | <RootNamespace>HookLibrary</RootNamespace> |
26 | | - <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> |
| 26 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
27 | 27 | </PropertyGroup> |
28 | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
30 | 30 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
31 | 31 | <UseDebugLibraries>true</UseDebugLibraries> |
32 | | - <PlatformToolset>v141</PlatformToolset> |
| 32 | + <PlatformToolset>v142</PlatformToolset> |
33 | 33 | <CharacterSet>Unicode</CharacterSet> |
34 | 34 | <SpectreMitigation>false</SpectreMitigation> |
| 35 | + <VcpkgEnabled>false</VcpkgEnabled> |
35 | 36 | </PropertyGroup> |
36 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
37 | 38 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
38 | 39 | <UseDebugLibraries>true</UseDebugLibraries> |
39 | | - <PlatformToolset>v141</PlatformToolset> |
| 40 | + <PlatformToolset>v142</PlatformToolset> |
40 | 41 | <CharacterSet>Unicode</CharacterSet> |
41 | 42 | <SpectreMitigation>false</SpectreMitigation> |
| 43 | + <VcpkgEnabled>false</VcpkgEnabled> |
42 | 44 | </PropertyGroup> |
43 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
44 | 46 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
45 | 47 | <UseDebugLibraries>false</UseDebugLibraries> |
46 | | - <PlatformToolset>v141</PlatformToolset> |
| 48 | + <PlatformToolset>v142</PlatformToolset> |
47 | 49 | <WholeProgramOptimization>true</WholeProgramOptimization> |
48 | 50 | <CharacterSet>Unicode</CharacterSet> |
49 | 51 | <SpectreMitigation>false</SpectreMitigation> |
| 52 | + <VcpkgEnabled>false</VcpkgEnabled> |
50 | 53 | </PropertyGroup> |
51 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
52 | 55 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
53 | 56 | <UseDebugLibraries>false</UseDebugLibraries> |
54 | | - <PlatformToolset>v141</PlatformToolset> |
| 57 | + <PlatformToolset>v142</PlatformToolset> |
55 | 58 | <WholeProgramOptimization>true</WholeProgramOptimization> |
56 | 59 | <CharacterSet>Unicode</CharacterSet> |
57 | 60 | <SpectreMitigation>false</SpectreMitigation> |
| 61 | + <VcpkgEnabled>false</VcpkgEnabled> |
58 | 62 | </PropertyGroup> |
59 | 63 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
60 | 64 | <ImportGroup Label="ExtensionSettings"> |
|
141 | 145 | <SubSystem>Windows</SubSystem> |
142 | 146 | <ModuleDefinitionFile>Export.def</ModuleDefinitionFile> |
143 | 147 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
144 | | - <IgnoreSpecificDefaultLibraries>libcmt.lib</IgnoreSpecificDefaultLibraries> |
145 | 148 | </Link> |
146 | 149 | </ItemDefinitionGroup> |
147 | 150 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
157 | 160 | <SubSystem>Windows</SubSystem> |
158 | 161 | <ModuleDefinitionFile>Export.def</ModuleDefinitionFile> |
159 | 162 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
160 | | - <IgnoreSpecificDefaultLibraries>libcmt.lib</IgnoreSpecificDefaultLibraries> |
161 | 163 | </Link> |
162 | 164 | </ItemDefinitionGroup> |
163 | 165 | <ItemGroup> |
|
0 commit comments