From d2b46a3e493218110a37759ef79282badac7e5ff Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Sat, 23 Dec 2017 01:11:04 -0800 Subject: [PATCH] Upgrade to VS2017. Moved references to NuGet. Copied from lpubsppop01/EmacsKeys/commit/7672da7 --- .gitignore | 1 + EmacsEmulation.csproj | 175 +++++++++++++++++++++++++++------- packages.config | 39 ++++++++ source.extension.vsixmanifest | 10 +- 4 files changed, 185 insertions(+), 40 deletions(-) create mode 100644 packages.config diff --git a/.gitignore b/.gitignore index 2ec93bb..db06c18 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.suo *.user *.sln.docstates +.vs/ # Build results [Dd]ebug/ diff --git a/EmacsEmulation.csproj b/EmacsEmulation.csproj index 7fb99fa..0932214 100644 --- a/EmacsEmulation.csproj +++ b/EmacsEmulation.csproj @@ -1,9 +1,29 @@  - + - 12.0 - 12.0 + 15.0 + 15.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + 12.0 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true @@ -41,42 +61,133 @@ true + + False + packages\VSSDK.DTE.7.0.4\lib\net20\envdte.dll + True + - False + packages\VSSDK.ComponentModelHost.12.0.4\lib\net45\Microsoft.VisualStudio.ComponentModelHost.dll + True + False + + + packages\VSSDK.CoreUtility.12.0.4\lib\net45\Microsoft.VisualStudio.CoreUtility.dll + True + False + + + packages\VSSDK.Editor.12.0.4\lib\net45\Microsoft.VisualStudio.Editor.dll + True + False + + + packages\VSSDK.GraphModel.11.0.4\lib\net45\Microsoft.VisualStudio.GraphModel.dll + False + + + packages\VSSDK.Language.12.0.4\lib\net45\Microsoft.VisualStudio.Language.Intellisense.dll + True + False + + + packages\VSSDK.Language.12.0.4\lib\net45\Microsoft.VisualStudio.Language.StandardClassification.dll + True + False + + + packages\Microsoft.VisualStudio.OLE.Interop.7.10.6070\lib\Microsoft.VisualStudio.OLE.Interop.dll + True + + + packages\VSSDK.Shell.12.12.0.4\lib\net45\Microsoft.VisualStudio.Shell.12.0.dll + True + False + + + packages\VSSDK.Shell.Immutable.10.10.0.4\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll + True + False + + + packages\VSSDK.Shell.Immutable.11.11.0.4\lib\net45\Microsoft.VisualStudio.Shell.Immutable.11.0.dll + True + False + + + packages\VSSDK.Shell.Immutable.12.12.0.4\lib\net45\Microsoft.VisualStudio.Shell.Immutable.12.0.dll + True + False + + + packages\Microsoft.VisualStudio.Shell.Interop.7.10.6071\lib\Microsoft.VisualStudio.Shell.Interop.dll + True - - False + + True + packages\Microsoft.VisualStudio.Shell.Interop.10.0.10.0.30319\lib\Microsoft.VisualStudio.Shell.Interop.10.0.dll + True - - False + + True + packages\Microsoft.VisualStudio.Shell.Interop.11.0.11.0.61030\lib\Microsoft.VisualStudio.Shell.Interop.11.0.dll + True - - False + + True + packages\Microsoft.VisualStudio.Shell.Interop.12.0.12.0.30110\lib\Microsoft.VisualStudio.Shell.Interop.12.0.dll + True - - - - - - - False + + packages\VSSDK.Shell.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.8.0.dll + True + False - - False + + packages\VSSDK.Shell.Interop.9.9.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.9.0.dll + True + False - - False + + packages\VSSDK.Text.12.0.4\lib\net45\Microsoft.VisualStudio.Text.Data.dll + True + False - - False + + packages\VSSDK.Text.12.0.4\lib\net45\Microsoft.VisualStudio.Text.Logic.dll + True + False - - - false + + packages\VSSDK.Text.12.0.4\lib\net45\Microsoft.VisualStudio.Text.UI.dll + True + False + + + packages\VSSDK.Text.12.0.4\lib\net45\Microsoft.VisualStudio.Text.UI.Wpf.dll + True + False + + + packages\Microsoft.VisualStudio.TextManager.Interop.7.10.6070\lib\Microsoft.VisualStudio.TextManager.Interop.dll + True + + + packages\Microsoft.VisualStudio.TextManager.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.TextManager.Interop.8.0.dll + True + + + packages\VSSDK.Threading.12.0.4\lib\net45\Microsoft.VisualStudio.Threading.dll + True + False - + + + packages\VSSDK.DTE.7.0.4\lib\net20\stdole.dll + False + @@ -89,15 +200,6 @@ - - {80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2} - 8 - 0 - 0 - primary - False - False - {1CBA492E-7263-47BB-87FE-639000619B15} 8 @@ -231,6 +333,7 @@ resources Designer + Designer diff --git a/packages.config b/packages.config new file mode 100644 index 0000000..0654109 --- /dev/null +++ b/packages.config @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source.extension.vsixmanifest b/source.extension.vsixmanifest index 7746248..7ea9f81 100644 --- a/source.extension.vsixmanifest +++ b/source.extension.vsixmanifest @@ -1,16 +1,15 @@  - - + Emacs Provides basic support for Emacs keybindings and text editing commands. Emacs.ico Emacs.png emacs - - + + @@ -20,5 +19,8 @@ + + +