From 2df8762d47950e7d4c21116231786f4c15f23468 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 8 Aug 2017 20:21:18 +0200 Subject: [PATCH] Migrate to Visual Studio 2017. --- .gitignore | 2 +- build/msbuild/lol.config.props | 4 +- doc/samples/benchsuite.vcxproj | 2 +- doc/samples/btphystest.vcxproj | 2 +- doc/samples/meshviewer/meshviewer.vcxproj | 2 +- doc/samples/nacl_phystest.vcxproj | 2 +- doc/tutorial/01_triangle.vcxproj | 2 +- doc/tutorial/02_cube.vcxproj | 2 +- doc/tutorial/03_noise.vcxproj | 2 +- doc/tutorial/04_texture.vcxproj | 2 +- doc/tutorial/05_easymesh.vcxproj | 2 +- doc/tutorial/06_sprite.vcxproj | 2 +- doc/tutorial/07_input.vcxproj | 2 +- doc/tutorial/08_fbo.vcxproj | 2 +- doc/tutorial/11_fractal.vcxproj | 2 +- doc/tutorial/12_voronoi.vcxproj | 2 +- doc/tutorial/13_shader_builder.vcxproj | 2 +- doc/tutorial/14_lol_lua.vcxproj | 2 +- doc/tutorial/15_lolimgui.vcxproj | 2 +- build/Lol (vs2015).sln => lol.sln | 48 +++++++++++------------ src/3rdparty/lol-bullet.vcxproj | 2 +- src/3rdparty/lol-lua.vcxproj | 2 +- src/lol-core.vcxproj | 4 +- src/t/test-base.vcxproj | 2 +- src/t/test-entity.vcxproj | 2 +- src/t/test-image.vcxproj | 2 +- src/t/test-math.vcxproj | 2 +- src/t/test-sys.vcxproj | 2 +- 28 files changed, 53 insertions(+), 53 deletions(-) rename build/Lol (vs2015).sln => lol.sln (90%) diff --git a/.gitignore b/.gitignore index 7c07715f..48bdb823 100644 --- a/.gitignore +++ b/.gitignore @@ -52,11 +52,11 @@ perf.data* *~ .ycm_extra_conf.pyc # Visual Studio cruft +.vs *.vcxproj.user *.csproj.user binaries/*Debug binaries/*Release -build/.vs build/*.VC.VC.opendb build/*.VC.db build/*.sdf diff --git a/build/msbuild/lol.config.props b/build/msbuild/lol.config.props index 197485dc..faa5b5ab 100644 --- a/build/msbuild/lol.config.props +++ b/build/msbuild/lol.config.props @@ -40,10 +40,10 @@ - Select the platform toolset depending on the platform --> - v140 + v141 - v140 + v141