<?xml version="1.0" encoding="utf-8"?> <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> <Metadata> <Identity Id="SolutionOpen.JeffGrills.3ca51566-3e89-4031-b94e-3cfd0cd060bf" Version="1.0.2" Language="en-US" Publisher="Jeff Grills" /> <DisplayName>SolutionOpen</DisplayName> <Description xml:space="preserve">Open files from anywhere within the active solution.</Description> <License>License.txt</License> <ReleaseNotes>ReleaseNotes.txt</ReleaseNotes> </Metadata> <Installation> <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,)" /> <InstallationTarget Version="[11.0,)" Id="Microsoft.VisualStudio.Pro" /> </Installation> <Dependencies> <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> <Dependency Id="Microsoft.VisualStudio.MPF" DisplayName="Visual Studio MPF" d:Source="Installed" Version="[11.0,)" /> </Dependencies> <Assets> <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> </Assets> <Prerequisites> <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" /> </Prerequisites> </PackageManifest>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 23585 | brandon_m_bare | Added new file types to the list of valid extensions. | ||
#3 | 22261 | brandon_m_bare | Added support for Visual Studio 2017. | ||
#2 | 15798 | brandon_m_bare |
-- Added new extensions for the header flip. -- Deleted an unnecessary project file. |
||
#1 | 15412 | brandon_m_bare | Adding the latest SolutionOpen code (converted from an AddIn to an extension). |