From 3e941de12c087f08ec43cf9d85e02939f6b610c4 Mon Sep 17 00:00:00 2001 From: Erguotou Date: Mon, 27 Apr 2015 15:02:58 -0700 Subject: [PATCH] Add Visual Studio 2015 support Redirect VS2015 to use VS2013 binaries and toolset in CefSharp.props. Added .vs folder to .gitignore, as it contains the .suo files and intellisense database used by VS2015. See http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/6079923-store-project-related-information-in-vs-folder-to for more details. --- .gitignore | 1 + CefSharp.props | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 0a8989988c..445e78f6b7 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ CefSharp.BrowserSubprocess.lib Win32/Release x64/Release Win32/Release +.vs/ \ No newline at end of file diff --git a/CefSharp.props b/CefSharp.props index ef47260b9d..efc35997e9 100644 --- a/CefSharp.props +++ b/CefSharp.props @@ -5,10 +5,14 @@ 2010 2012 2013 + + 2013 v100 v110 v120 + + v120