From 3b997331ce8c84fa4e48a6e40df0390275574d4d Mon Sep 17 00:00:00 2001 From: Serg046 Date: Wed, 24 May 2017 02:34:02 +0300 Subject: [PATCH] Issue #14: VS2017 support --- MsBuildTaskExplorer.sln | 4 +- .../MsBuildTaskExplorer.csproj | 69 ++++++++++++++----- .../Properties/AssemblyInfo.cs | 4 +- MsBuildTaskExplorer/app.config | 19 +++++ MsBuildTaskExplorer/packages.config | 14 ++-- .../source.extension.vsixmanifest | 13 ++-- 6 files changed, 90 insertions(+), 33 deletions(-) create mode 100644 MsBuildTaskExplorer/app.config diff --git a/MsBuildTaskExplorer.sln b/MsBuildTaskExplorer.sln index eabd682..4a6211c 100644 --- a/MsBuildTaskExplorer.sln +++ b/MsBuildTaskExplorer.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25123.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.6 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsBuildTaskExplorer", "MsBuildTaskExplorer\MsBuildTaskExplorer.csproj", "{A2E6F3D2-0EBA-4399-9672-34312B0CDB43}" EndProject diff --git a/MsBuildTaskExplorer/MsBuildTaskExplorer.csproj b/MsBuildTaskExplorer/MsBuildTaskExplorer.csproj index 93d072a..a4b8701 100644 --- a/MsBuildTaskExplorer/MsBuildTaskExplorer.csproj +++ b/MsBuildTaskExplorer/MsBuildTaskExplorer.csproj @@ -1,12 +1,32 @@  - + - 14.0 + 15.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) true + + + + + 14.0 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -65,8 +85,11 @@ + - + + Designer + Designer @@ -97,8 +120,8 @@ False - - ..\packages\Microsoft.VisualStudio.Imaging.14.2.25123\lib\net45\Microsoft.VisualStudio.Imaging.dll + + ..\packages\Microsoft.VisualStudio.Imaging.15.0.26201\lib\net45\Microsoft.VisualStudio.Imaging.dll True @@ -106,7 +129,7 @@ True - ..\packages\Microsoft.VisualStudio.Shell.14.0.14.2.25123\lib\Microsoft.VisualStudio.Shell.14.0.dll + ..\packages\Microsoft.VisualStudio.Shell.14.0.14.3.25407\lib\Microsoft.VisualStudio.Shell.14.0.dll True @@ -122,7 +145,7 @@ True - ..\packages\Microsoft.VisualStudio.Shell.Immutable.14.0.14.2.25123\lib\net45\Microsoft.VisualStudio.Shell.Immutable.14.0.dll + ..\packages\Microsoft.VisualStudio.Shell.Immutable.14.0.14.3.25407\lib\net45\Microsoft.VisualStudio.Shell.Immutable.14.0.dll True @@ -160,17 +183,15 @@ ..\packages\Microsoft.VisualStudio.TextManager.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.TextManager.Interop.8.0.dll True - - ..\packages\Microsoft.VisualStudio.Threading.14.1.111\lib\net45\Microsoft.VisualStudio.Threading.dll - True + + ..\packages\Microsoft.VisualStudio.Threading.15.3.23\lib\net45\Microsoft.VisualStudio.Threading.dll - - ..\packages\Microsoft.VisualStudio.Utilities.14.2.25123\lib\net45\Microsoft.VisualStudio.Utilities.dll + + ..\packages\Microsoft.VisualStudio.Utilities.15.0.26201\lib\net45\Microsoft.VisualStudio.Utilities.dll True - - ..\packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll - True + + ..\packages\Microsoft.VisualStudio.Validation.15.3.15\lib\net45\Microsoft.VisualStudio.Validation.dll @@ -204,16 +225,28 @@ VSPackage + + + False + Microsoft .NET Framework 4.6 %28x86 и x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}. - - + + - +