diff options
| author | George Hazan <ghazan@miranda.im> | 2019-04-14 13:56:55 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-04-14 13:56:55 +0300 |
| commit | 31aec878c07125c3ba4e68bc854c5240af0ccdca (patch) | |
| tree | 2c4c9acf4ca6495aa48ca66d47c9f7d0f28e0f38 /build | |
| parent | 2cf530b43c3d0d725ad67e3210258400076553bb (diff) | |
pack of changes for VS2019
Diffstat (limited to 'build')
| -rw-r--r-- | build/vc.common/common.props | 1 | ||||
| -rw-r--r-- | build/vc.common/icons.props | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props index 7838a6d1f9..8af858ef6d 100644 --- a/build/vc.common/common.props +++ b/build/vc.common/common.props @@ -6,6 +6,7 @@ <CharacterSet>Unicode</CharacterSet>
<PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140_xp</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141_xp</PlatformToolset>
+ <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
<IntDir Condition="'$(Platform)'=='Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
<WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization>
diff --git a/build/vc.common/icons.props b/build/vc.common/icons.props index 7f96e8d2bb..3cc3448c8d 100644 --- a/build/vc.common/icons.props +++ b/build/vc.common/icons.props @@ -27,6 +27,7 @@ <Keyword>Win32Proj</Keyword>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141_xp</PlatformToolset>
+ <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
<OutDir Condition="'$(Platform)'=='Win32'">$(SolutionDir)$(Configuration)\Icons\</OutDir>
<IntDir Condition="'$(Platform)'=='Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
<OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\Icons\</OutDir>
|
