forked from wakatime/visualstudio-wakatime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsource.extension.vsixmanifest-express
30 lines (30 loc) · 2.08 KB
/
source.extension.vsixmanifest-express
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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="52d9c3ff-c893-408e-95e4-d7484ec7fa47" Publisher="WakaTime" Language="en-US" Version="5.0.10" />
<DisplayName>WakaTime</DisplayName>
<Description xml:space="preserve" >WakaTime is a productivity & time tracking tool for programmers. Once the WakaTime plugin is installed, you get a dashboard with reports about your programming by time, language, project, and branch.</Description>
<MoreInfo>https://github.com/wakatime/visualstudio-wakatime</MoreInfo>
<License>LICENSE.txt</License>
<Icon>Resources\wakatime-120.png</Icon>
<PreviewImage>Resources\ScreenShot-2014-10-29.png</PreviewImage>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Version="[12.0,15.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.Premium" />
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Version="[12.0,15.0)" Id="Microsoft.VisualStudio.VSLS" />
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.VSWinExpress" />
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.VPDExpress" />
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.VWDExpress" />
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
</Installation>
<Dependencies>
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>