|
30 | 30 | </SccLocalPath>
|
31 | 31 | <SccProvider>
|
32 | 32 | </SccProvider>
|
| 33 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
33 | 34 | </PropertyGroup>
|
34 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
35 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
36 | 37 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
37 | 38 | <UseDebugLibraries>true</UseDebugLibraries>
|
38 |
| - <PlatformToolset>v141</PlatformToolset> |
| 39 | + <PlatformToolset>v142</PlatformToolset> |
39 | 40 | </PropertyGroup>
|
40 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
41 | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
42 | 43 | <UseDebugLibraries>true</UseDebugLibraries>
|
43 |
| - <PlatformToolset>v141</PlatformToolset> |
| 44 | + <PlatformToolset>v142</PlatformToolset> |
44 | 45 | </PropertyGroup>
|
45 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
46 | 47 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
47 | 48 | <UseDebugLibraries>false</UseDebugLibraries>
|
48 |
| - <PlatformToolset>v141</PlatformToolset> |
| 49 | + <PlatformToolset>v142</PlatformToolset> |
49 | 50 | </PropertyGroup>
|
50 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
51 | 52 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
52 | 53 | <UseDebugLibraries>false</UseDebugLibraries>
|
53 |
| - <PlatformToolset>v141</PlatformToolset> |
| 54 | + <PlatformToolset>v142</PlatformToolset> |
54 | 55 | </PropertyGroup>
|
55 | 56 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
56 | 57 | <ImportGroup Label="ExtensionSettings">
|
|
139 | 140 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
140 | 141 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
141 | 142 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 143 | + <RuntimeTypeInfo>false</RuntimeTypeInfo> |
| 144 | + <OpenMPSupport>false</OpenMPSupport> |
| 145 | + <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
| 146 | + <FloatingPointModel>Fast</FloatingPointModel> |
142 | 147 | </ClCompile>
|
143 | 148 | <Link>
|
144 | 149 | <SubSystem>Windows</SubSystem>
|
|
160 | 165 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
161 | 166 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
162 | 167 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 168 | + <RuntimeTypeInfo>false</RuntimeTypeInfo> |
| 169 | + <OpenMPSupport>false</OpenMPSupport> |
| 170 | + <FloatingPointModel>Fast</FloatingPointModel> |
163 | 171 | </ClCompile>
|
164 | 172 | <Link>
|
165 | 173 | <SubSystem>Windows</SubSystem>
|
|
0 commit comments