|
22 | 22 | <ProjectName>CascLib_test</ProjectName> |
23 | 23 | <ProjectGuid>{9403EA00-98F8-4D02-80B0-65D9168B0CCC}</ProjectGuid> |
24 | 24 | <RootNamespace>CascLib_test</RootNamespace> |
25 | | - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
| 25 | + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> |
26 | 26 | </PropertyGroup> |
27 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
29 | 29 | <ConfigurationType>Application</ConfigurationType> |
30 | | - <PlatformToolset>v142</PlatformToolset> |
| 30 | + <PlatformToolset>v141</PlatformToolset> |
31 | 31 | <UseOfMfc>false</UseOfMfc> |
32 | 32 | <CharacterSet>Unicode</CharacterSet> |
33 | 33 | </PropertyGroup> |
34 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
35 | 35 | <ConfigurationType>Application</ConfigurationType> |
36 | | - <PlatformToolset>v142</PlatformToolset> |
| 36 | + <PlatformToolset>v141</PlatformToolset> |
37 | 37 | <UseOfMfc>false</UseOfMfc> |
38 | 38 | <CharacterSet>Unicode</CharacterSet> |
39 | 39 | </PropertyGroup> |
40 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
41 | 41 | <ConfigurationType>Application</ConfigurationType> |
42 | | - <PlatformToolset>v142</PlatformToolset> |
| 42 | + <PlatformToolset>v141</PlatformToolset> |
43 | 43 | <UseOfMfc>false</UseOfMfc> |
44 | 44 | <CharacterSet>Unicode</CharacterSet> |
45 | 45 | </PropertyGroup> |
46 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
47 | 47 | <ConfigurationType>Application</ConfigurationType> |
48 | | - <PlatformToolset>v142</PlatformToolset> |
| 48 | + <PlatformToolset>v141</PlatformToolset> |
49 | 49 | <UseOfMfc>false</UseOfMfc> |
50 | 50 | <CharacterSet>Unicode</CharacterSet> |
51 | 51 | </PropertyGroup> |
|
326 | 326 | <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level3</WarningLevel> |
327 | 327 | <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level3</WarningLevel> |
328 | 328 | </ClCompile> |
| 329 | + <ClCompile Include="src\zlib\deflate.c" /> |
329 | 330 | <ClCompile Include="src\zlib\inffast.c"> |
330 | 331 | <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level3</WarningLevel> |
331 | 332 | <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level3</WarningLevel> |
|
344 | 345 | <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level3</WarningLevel> |
345 | 346 | <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level3</WarningLevel> |
346 | 347 | </ClCompile> |
| 348 | + <ClCompile Include="src\zlib\trees.c" /> |
347 | 349 | <ClCompile Include="src\zlib\zutil.c"> |
348 | 350 | <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level3</WarningLevel> |
349 | 351 | <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level3</WarningLevel> |
|
0 commit comments