|
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>v140_xp</PlatformToolset> |
33 | 33 | <CharacterSet>Unicode</CharacterSet>
|
34 | 34 | </PropertyGroup>
|
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
36 | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
37 | 37 | <UseDebugLibraries>true</UseDebugLibraries>
|
38 |
| - <PlatformToolset>v141</PlatformToolset> |
| 38 | + <PlatformToolset>v140_xp</PlatformToolset> |
39 | 39 | <CharacterSet>Unicode</CharacterSet>
|
40 | 40 | </PropertyGroup>
|
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
42 | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
43 | 43 | <UseDebugLibraries>false</UseDebugLibraries>
|
44 |
| - <PlatformToolset>v141</PlatformToolset> |
| 44 | + <PlatformToolset>v140_xp</PlatformToolset> |
45 | 45 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
46 | 46 | <CharacterSet>Unicode</CharacterSet>
|
47 | 47 | </PropertyGroup>
|
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
49 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
50 | 50 | <UseDebugLibraries>false</UseDebugLibraries>
|
51 |
| - <PlatformToolset>v141</PlatformToolset> |
| 51 | + <PlatformToolset>v140_xp</PlatformToolset> |
52 | 52 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
53 | 53 | <CharacterSet>Unicode</CharacterSet>
|
54 | 54 | </PropertyGroup>
|
|
98 | 98 | <SDLCheck>true</SDLCheck>
|
99 | 99 | <PreprocessorDefinitions>WIN32;_DEBUG;NAPS2WIA_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
100 | 100 | <ConformanceMode>true</ConformanceMode>
|
| 101 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
101 | 102 | </ClCompile>
|
102 | 103 | <Link>
|
103 | 104 | <SubSystem>Windows</SubSystem>
|
|
116 | 117 | <SDLCheck>true</SDLCheck>
|
117 | 118 | <PreprocessorDefinitions>WIN32;_DEBUG;NAPS2WIA_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
118 | 119 | <ConformanceMode>true</ConformanceMode>
|
| 120 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
119 | 121 | </ClCompile>
|
120 | 122 | <Link>
|
121 | 123 | <SubSystem>Windows</SubSystem>
|
|
136 | 138 | <SDLCheck>true</SDLCheck>
|
137 | 139 | <PreprocessorDefinitions>WIN32;NDEBUG;NAPS2WIA_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
138 | 140 | <ConformanceMode>true</ConformanceMode>
|
| 141 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
139 | 142 | </ClCompile>
|
140 | 143 | <Link>
|
141 | 144 | <SubSystem>Windows</SubSystem>
|
|
158 | 161 | <SDLCheck>true</SDLCheck>
|
159 | 162 | <PreprocessorDefinitions>WIN32;NDEBUG;NAPS2WIA_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
160 | 163 | <ConformanceMode>true</ConformanceMode>
|
| 164 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
161 | 165 | </ClCompile>
|
162 | 166 | <Link>
|
163 | 167 | <SubSystem>Windows</SubSystem>
|
|
0 commit comments