-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/issue-57_add_vs_2017_support'
- Loading branch information
Showing
5 changed files
with
79 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 19 additions & 41 deletions
60
LicenseHeaderManager/VsixInformation/source.extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010"> | ||
<Identifier Id="4c570677-8476-4d33-bd0c-da36c89287c8"> | ||
<Name>License Header Manager</Name> | ||
<Author>rubicon IT GmbH</Author> | ||
<Version>1.7.3</Version> | ||
<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="4c570677-8476-4d33-bd0c-da36c89287c8" Version="1.7.3" Language="en-US" Publisher="rubicon IT GmbH" /> | ||
<DisplayName>License Header Manager</DisplayName> | ||
<Description xml:space="preserve">An extension for adding license headers to source code files.</Description> | ||
<Locale>1033</Locale> | ||
<MoreInfoUrl>https://github.com/rubicon-oss/LicenseHeaderManager</MoreInfoUrl> | ||
<MoreInfo>https://github.com/rubicon-oss/LicenseHeaderManager</MoreInfo> | ||
<License>VsixInformation/MIT.txt</License> | ||
<GettingStartedGuide>https://github.com/rubicon-oss/LicenseHeaderManager/wiki</GettingStartedGuide> | ||
<Icon>VsixInformation/Icon.png</Icon> | ||
<PreviewImage>VsixInformation/Preview.png</PreviewImage> | ||
<InstalledByMsi>false</InstalledByMsi> | ||
<SupportedProducts> | ||
<VisualStudio Version="10.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
</VisualStudio> | ||
<VisualStudio Version="11.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
</VisualStudio> | ||
<VisualStudio Version="12.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
</VisualStudio> | ||
<VisualStudio Version="14.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
</VisualStudio> | ||
</SupportedProducts> | ||
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5" /> | ||
</Identifier> | ||
<References> | ||
<Reference Id="Microsoft.VisualStudio.MPF" MinVersion="10.0"> | ||
<Name>Visual Studio MPF</Name> | ||
</Reference> | ||
</References> | ||
<Content> | ||
<VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage> | ||
</Content> | ||
</Vsix> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[11.0, 15.0]" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.0,)" /> | ||
</Dependencies> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
</PackageManifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters