|
21 | 21 | <PropertyGroup Label="Globals"> |
22 | 22 | <ProjectGuid>{37EEB775-8CC2-40F8-A3CD-40C955E11F0F}</ProjectGuid> |
23 | 23 | <RootNamespace>ArduinoFloppyReaderWin</RootNamespace> |
24 | | - <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion> |
| 24 | + <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion> |
25 | 25 | <Keyword>MFCProj</Keyword> |
26 | 26 | </PropertyGroup> |
27 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
29 | 29 | <ConfigurationType>Application</ConfigurationType> |
30 | 30 | <UseDebugLibraries>true</UseDebugLibraries> |
31 | | - <PlatformToolset>v141</PlatformToolset> |
| 31 | + <PlatformToolset>v142</PlatformToolset> |
32 | 32 | <CharacterSet>Unicode</CharacterSet> |
33 | 33 | <UseOfMfc>Dynamic</UseOfMfc> |
| 34 | + <SpectreMitigation>false</SpectreMitigation> |
34 | 35 | </PropertyGroup> |
35 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
36 | 37 | <ConfigurationType>Application</ConfigurationType> |
37 | 38 | <UseDebugLibraries>false</UseDebugLibraries> |
38 | | - <PlatformToolset>v141</PlatformToolset> |
| 39 | + <PlatformToolset>v142</PlatformToolset> |
39 | 40 | <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | 41 | <CharacterSet>Unicode</CharacterSet> |
41 | 42 | <UseOfMfc>Static</UseOfMfc> |
| 43 | + <SpectreMitigation>false</SpectreMitigation> |
42 | 44 | </PropertyGroup> |
43 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
44 | 46 | <ConfigurationType>Application</ConfigurationType> |
45 | 47 | <UseDebugLibraries>true</UseDebugLibraries> |
46 | 48 | <PlatformToolset>v142</PlatformToolset> |
47 | 49 | <CharacterSet>Unicode</CharacterSet> |
48 | | - <UseOfMfc>Static</UseOfMfc> |
| 50 | + <UseOfMfc>Dynamic</UseOfMfc> |
| 51 | + <SpectreMitigation>false</SpectreMitigation> |
49 | 52 | </PropertyGroup> |
50 | 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
51 | 54 | <ConfigurationType>Application</ConfigurationType> |
52 | 55 | <UseDebugLibraries>false</UseDebugLibraries> |
53 | | - <PlatformToolset>v141</PlatformToolset> |
| 56 | + <PlatformToolset>v142</PlatformToolset> |
54 | 57 | <WholeProgramOptimization>true</WholeProgramOptimization> |
55 | 58 | <CharacterSet>Unicode</CharacterSet> |
56 | 59 | <UseOfMfc>Static</UseOfMfc> |
| 60 | + <SpectreMitigation>false</SpectreMitigation> |
57 | 61 | </PropertyGroup> |
58 | 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
59 | 63 | <ImportGroup Label="ExtensionSettings"> |
|
90 | 94 | <PrecompiledHeader>Use</PrecompiledHeader> |
91 | 95 | <WarningLevel>Level3</WarningLevel> |
92 | 96 | <Optimization>Disabled</Optimization> |
93 | | - <PreprocessorDefinitions>USING_MFC;WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 97 | + <PreprocessorDefinitions>USING_MFC;WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions);_WIN32_WINNT=0x0601</PreprocessorDefinitions> |
94 | 98 | <SDLCheck>true</SDLCheck> |
95 | 99 | </ClCompile> |
96 | 100 | <Link> |
|
113 | 117 | <PrecompiledHeader>Use</PrecompiledHeader> |
114 | 118 | <WarningLevel>Level3</WarningLevel> |
115 | 119 | <Optimization>Disabled</Optimization> |
116 | | - <PreprocessorDefinitions>_WINDOWS;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 120 | + <PreprocessorDefinitions>_WINDOWS;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions);_WIN32_WINNT=0x0601</PreprocessorDefinitions> |
117 | 121 | <SDLCheck>true</SDLCheck> |
118 | 122 | </ClCompile> |
119 | 123 | <Link> |
|
137 | 141 | <Optimization>MaxSpeed</Optimization> |
138 | 142 | <FunctionLevelLinking>true</FunctionLevelLinking> |
139 | 143 | <IntrinsicFunctions>true</IntrinsicFunctions> |
140 | | - <PreprocessorDefinitions>USING_MFC;WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 144 | + <PreprocessorDefinitions>USING_MFC;WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions);_WIN32_WINNT=0x0601</PreprocessorDefinitions> |
141 | 145 | <SDLCheck>true</SDLCheck> |
142 | 146 | </ClCompile> |
143 | 147 | <Link> |
|
164 | 168 | <Optimization>MaxSpeed</Optimization> |
165 | 169 | <FunctionLevelLinking>true</FunctionLevelLinking> |
166 | 170 | <IntrinsicFunctions>true</IntrinsicFunctions> |
167 | | - <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 171 | + <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions);_WIN32_WINNT=0x0601</PreprocessorDefinitions> |
168 | 172 | <SDLCheck>true</SDLCheck> |
169 | 173 | </ClCompile> |
170 | 174 | <Link> |
|
199 | 203 | <ClCompile Include="..\lib\ADFWriter.cpp"> |
200 | 204 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
201 | 205 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
| 206 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| 207 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
202 | 208 | </ClCompile> |
203 | 209 | <ClCompile Include="..\lib\ArduinoInterface.cpp"> |
204 | 210 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
205 | 211 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
| 212 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| 213 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
206 | 214 | </ClCompile> |
207 | 215 | <ClCompile Include="ArduinoFloppyReaderWin.cpp" /> |
208 | 216 | <ClCompile Include="ArduinoFloppyReaderWinDlg.cpp" /> |
|
0 commit comments