From 9533198365a737811e60d68e9b695aeb8faf249b Mon Sep 17 00:00:00 2001 From: Ryan Lewis Date: Thu, 7 Nov 2013 11:23:41 +0000 Subject: [PATCH 1/2] Can open VS solution with only Visual Studio 2013 installed (fixes U4-3445) --- src/umbraco.presentation.targets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/umbraco.presentation.targets b/src/umbraco.presentation.targets index 79eb7c494d..24d6f5c243 100644 --- a/src/umbraco.presentation.targets +++ b/src/umbraco.presentation.targets @@ -47,6 +47,10 @@ $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.Tasks.dll + + + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.Tasks.dll +