diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-08-30 12:47:46 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-08-30 17:16:05 +0200 |
commit | 80d071f834b13c73b14335ed6298daf895aecdb3 (patch) | |
tree | 71a1fd21f882a7661e876709392e587043305312 /Makefile.in | |
parent | c00948d9bd35dfb15a331c2163f32e9ee24644fd (diff) |
Upgrade to vs2017-ide-integration, since we don't support VS2015 in master
This allows to avoid the "(Visual Studio 2015)" labels next to project
names in Solution Explorer; and also avoid multiple warnilgs like
project-name.vcxproj : warning : The build tools for Visual Studio
2015 (v140) cannot be found. Install Visual Studio 2015 (v140) to
build using the Visual Studio 2015 (v140) build tools.
in IDE's Output pane in case VS2015 is absent locally.
Change-Id: I53b68ac810cbf2a31667c35dd549310e7209e010
Reviewed-on: https://gerrit.libreoffice.org/59797
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8cc9357666b9..324e0af03026 100644 --- a/Makefile.in +++ b/Makefile.in @@ -478,7 +478,7 @@ endef $(foreach ide,\ codelite \ - vs2015 \ + vs2017 \ kdevelop \ vim \ qtcreator \ |