diff --git a/ILSpy.AddIn/ILSpy.AddIn.csproj b/ILSpy.AddIn/ILSpy.AddIn.csproj index b56546a98..2f4adc923 100644 --- a/ILSpy.AddIn/ILSpy.AddIn.csproj +++ b/ILSpy.AddIn/ILSpy.AddIn.csproj @@ -50,53 +50,80 @@ 4 true true + x86 - - ..\packages\VSSDK.DTE.7.0.3\lib\net20\envdte.dll - False - False + + True + ..\packages\EnvDTE.8.0.1\lib\net10\EnvDTE.dll + True + + + True + ..\packages\EnvDTE100.10.0.1\lib\net20\EnvDTE100.dll + True + + + True + ..\packages\EnvDTE80.8.0.1\lib\net10\EnvDTE80.dll + True + + + True + ..\packages\EnvDTE90.9.0.1\lib\net10\EnvDTE90.dll + True + + + True + ..\packages\EnvDTE90a.9.0.1\lib\net10\EnvDTE90a.dll + True + ..\packages\VSSDK.OLE.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.OLE.Interop.dll + True False - ..\packages\VSSDK.OLE.Interop.7.0.3\lib\net20\Microsoft.VisualStudio.OLE.Interop.dll + ..\packages\VSSDK.Shell.10.10.0.4\lib\net40\Microsoft.VisualStudio.Shell.10.0.dll False - ..\packages\VSSDK.Shell.10.10.0.3\lib\net40\Microsoft.VisualStudio.Shell.10.0.dll - False - ..\packages\VSSDK.Shell.Immutable.10.10.0.3\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll + ..\packages\VSSDK.Shell.Immutable.10.10.0.4\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll + True + ..\packages\VSSDK.Shell.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.dll + True False - ..\packages\VSSDK.Shell.Interop.7.0.3\lib\net20\Microsoft.VisualStudio.Shell.Interop.dll + + ..\packages\VSSDK.Shell.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.8.0.dll + True False - ..\packages\VSSDK.Shell.Interop.8.8.0.3\lib\net20\Microsoft.VisualStudio.Shell.Interop.8.0.dll - + ..\packages\VSSDK.Shell.Interop.9.9.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.9.0.dll + True False - ..\packages\VSSDK.Shell.Interop.9.9.0.3\lib\net20\Microsoft.VisualStudio.Shell.Interop.9.0.dll + ..\packages\VSSDK.TextManager.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.TextManager.Interop.dll + True False - ..\packages\VSSDK.TextManager.Interop.7.0.3\lib\net20\Microsoft.VisualStudio.TextManager.Interop.dll + ..\packages\VSSDK.TextManager.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.TextManager.Interop.8.0.dll + True False - ..\packages\VSSDK.TextManager.Interop.8.8.0.3\lib\net20\Microsoft.VisualStudio.TextManager.Interop.8.0.dll - - ..\packages\VSSDK.DTE.7.0.3\lib\net20\stdole.dll - False - False + + True + ..\packages\stdole.7.0.3301\lib\net10\stdole.dll + True @@ -107,35 +134,6 @@ - - - {26AD1324-4B7C-44BC-84F8-B86AED45729F} - 10 - 0 - 0 - primary - False - False - - - {1A31287A-4D7D-413E-8E32-3B374931BD89} - 8 - 0 - 0 - primary - False - False - - - {2CE2370E-D744-4936-A090-3FFFE667B0E1} - 9 - 0 - 0 - primary - False - False - - @@ -148,6 +146,7 @@ + @@ -163,7 +162,6 @@ - Designer diff --git a/ILSpy.AddIn/license.txt b/ILSpy.AddIn/license.txt index d7af541b0..ca82a7f57 100644 --- a/ILSpy.AddIn/license.txt +++ b/ILSpy.AddIn/license.txt @@ -3,7 +3,7 @@ The following MIT license applies to ILSpy, NRefactory and ICSharpCode.Decompile MIT license: -Copyright (c) 2011-2016 AlphaSierraPapa for the SharpDevelop team +Copyright (c) 2011-2017 AlphaSierraPapa for the SharpDevelop team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/ILSpy.AddIn/packages.config b/ILSpy.AddIn/packages.config index 14a098365..7cbdcb254 100644 --- a/ILSpy.AddIn/packages.config +++ b/ILSpy.AddIn/packages.config @@ -1,16 +1,22 @@  - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ILSpy.AddIn/source.extension.vsixmanifest b/ILSpy.AddIn/source.extension.vsixmanifest index bd6ff7751..39d94b9fb 100644 --- a/ILSpy.AddIn/source.extension.vsixmanifest +++ b/ILSpy.AddIn/source.extension.vsixmanifest @@ -1,36 +1,24 @@  - - - ILSpy - IC#Code - 1.5 + + + + ILSpy Integrates the ILSpy decompiler into Visual Studio. - ILSpy-Large.ico license.txt - - http://ilspy.net - 1033 - - - - Pro - - - Pro - - - Pro - - - Pro - - - Pro - Community - - - - - |%CurrentProject%;PkgdefProjectOutputGroup| - - + http://ilspy.net + https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.ILSpy + ILSpy-Large.ico + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ILSpy.sln b/ILSpy.sln index dad0c93a0..51694d981 100644 --- a/ILSpy.sln +++ b/ILSpy.sln @@ -1,8 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -# SharpDevelop 5.1 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{F45DB999-7E72-4000-B5AD-3A7B485A0896}" ProjectSection(SolutionItems) = preProject