|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 | 4 | <ProjectConfiguration Include="Debug|Win32">
|
5 | 5 | <Configuration>Debug</Configuration>
|
|
27 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
28 | 28 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
29 | 29 | <UseDebugLibraries>true</UseDebugLibraries>
|
30 |
| - <PlatformToolset>v140</PlatformToolset> |
| 30 | + <PlatformToolset>v141</PlatformToolset> |
31 | 31 | <CharacterSet>Unicode</CharacterSet>
|
32 | 32 | </PropertyGroup>
|
33 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
34 | 34 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
35 | 35 | <UseDebugLibraries>false</UseDebugLibraries>
|
36 |
| - <PlatformToolset>v140</PlatformToolset> |
| 36 | + <PlatformToolset>v141</PlatformToolset> |
37 | 37 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
38 | 38 | <CharacterSet>Unicode</CharacterSet>
|
39 | 39 | </PropertyGroup>
|
40 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
41 | 41 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
42 | 42 | <UseDebugLibraries>true</UseDebugLibraries>
|
43 |
| - <PlatformToolset>v140</PlatformToolset> |
| 43 | + <PlatformToolset>v141</PlatformToolset> |
44 | 44 | <CharacterSet>Unicode</CharacterSet>
|
45 | 45 | </PropertyGroup>
|
46 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
47 | 47 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
48 | 48 | <UseDebugLibraries>false</UseDebugLibraries>
|
49 |
| - <PlatformToolset>v140</PlatformToolset> |
| 49 | + <PlatformToolset>v141</PlatformToolset> |
50 | 50 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
51 | 51 | <CharacterSet>Unicode</CharacterSet>
|
52 | 52 | </PropertyGroup>
|
|
92 | 92 | <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
|
93 | 93 | <PreprocessorDefinitions>AVI20_EXPORTS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
94 | 94 | <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
| 95 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
95 | 96 | </ClCompile>
|
96 | 97 | <Link>
|
97 | 98 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
105 | 106 | <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
|
106 | 107 | <PreprocessorDefinitions>AVI20_EXPORTS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
107 | 108 | <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
| 109 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
108 | 110 | </ClCompile>
|
109 | 111 | <Link>
|
110 | 112 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
120 | 122 | <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
|
121 | 123 | <PreprocessorDefinitions>AVI20_EXPORTS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
122 | 124 | <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
| 125 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
123 | 126 | </ClCompile>
|
124 | 127 | <Link>
|
125 | 128 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
137 | 140 | <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
|
138 | 141 | <PreprocessorDefinitions>AVI20_EXPORTS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
139 | 142 | <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
| 143 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
140 | 144 | </ClCompile>
|
141 | 145 | <Link>
|
142 | 146 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
0 commit comments