-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ba4dc9
commit 765790a
Showing
3 changed files
with
34 additions
and
91 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,93 +1,33 @@ | ||
<?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="52d9c3ff-c893-408e-95e4-d7484ec7fa47"> | ||
<Name>WakaTime</Name> | ||
<Author>WakaTime</Author> | ||
<Version>8.0.5</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 Publisher="WakaTime" Version="8.0.5" Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47" Language="en-US" /> | ||
<DisplayName>WakaTime</DisplayName> | ||
<Description xml:space="preserve">Metrics, insights, and time tracking automatically generated from your programming activity.</Description> | ||
<Locale>1033</Locale> | ||
<MoreInfoUrl>https://github.com/wakatime/visualstudio-wakatime</MoreInfoUrl> | ||
<MoreInfo>https://github.com/wakatime/visualstudio-wakatime</MoreInfo> | ||
<License>LICENSE.txt</License> | ||
<Icon>Resources\wakatime-120.png</Icon> | ||
<PreviewImage>Resources\Screen-Shot-2016-03-21.png</PreviewImage> | ||
<InstalledByMsi>false</InstalledByMsi> | ||
<SupportedProducts> | ||
<VisualStudio Version="10.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
<Edition>Community</Edition> | ||
<Edition>IntegratedShell</Edition> | ||
<Edition>Enterprise</Edition> | ||
<Edition>VSLS</Edition> | ||
<Edition>VSWinExpress</Edition> | ||
<Edition>VPDExpress</Edition> | ||
<Edition>VWDExpress</Edition> | ||
<Edition>VSWinDesktopExpress</Edition> | ||
</VisualStudio> | ||
<VisualStudio Version="11.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
<Edition>Community</Edition> | ||
<Edition>IntegratedShell</Edition> | ||
<Edition>Enterprise</Edition> | ||
<Edition>VSLS</Edition> | ||
<Edition>VSWinExpress</Edition> | ||
<Edition>VPDExpress</Edition> | ||
<Edition>VWDExpress</Edition> | ||
<Edition>VSWinDesktopExpress</Edition> | ||
</VisualStudio> | ||
<VisualStudio Version="12.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
<Edition>Community</Edition> | ||
<Edition>IntegratedShell</Edition> | ||
<Edition>Enterprise</Edition> | ||
<Edition>VSLS</Edition> | ||
<Edition>VSWinExpress</Edition> | ||
<Edition>VPDExpress</Edition> | ||
<Edition>VWDExpress</Edition> | ||
<Edition>VSWinDesktopExpress</Edition> | ||
</VisualStudio> | ||
<VisualStudio Version="14.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
<Edition>Community</Edition> | ||
<Edition>IntegratedShell</Edition> | ||
<Edition>Enterprise</Edition> | ||
<Edition>VSLS</Edition> | ||
<Edition>VSWinExpress</Edition> | ||
<Edition>VPDExpress</Edition> | ||
<Edition>VWDExpress</Edition> | ||
<Edition>VSWinDesktopExpress</Edition> | ||
</VisualStudio> | ||
<VisualStudio Version="15.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
<Edition>Community</Edition> | ||
<Edition>IntegratedShell</Edition> | ||
<Edition>Enterprise</Edition> | ||
<Edition>VSLS</Edition> | ||
<Edition>VSWinExpress</Edition> | ||
<Edition>VPDExpress</Edition> | ||
<Edition>VWDExpress</Edition> | ||
<Edition>VSWinDesktopExpress</Edition> | ||
</VisualStudio> | ||
<IsolatedShell Version="6.0">AtmelStudio</IsolatedShell> | ||
</SupportedProducts> | ||
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" /> | ||
</Identifier> | ||
<References> | ||
<Reference Id="Microsoft.VisualStudio.MPF" MinVersion="10.0"> | ||
<Name>Visual Studio MPF</Name> | ||
</Reference> | ||
</References> | ||
<Content> | ||
<VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage> | ||
<MefComponent>|%CurrentProject%|</MefComponent> | ||
</Content> | ||
</Vsix> | ||
<Tags>analytics, metrics, time tracking, productivity, reports</Tags> | ||
</Metadata> | ||
|
||
<Installation> | ||
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.VSWinExpress" /> | ||
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress" /> | ||
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.VPDExpress" /> | ||
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.VWDExpress" /> | ||
</Installation> | ||
|
||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" 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,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
</PackageManifest> |
File renamed without changes.