forked from wakatime/visualstudio-wakatime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
source.extension.vsixmanifest
24 lines (24 loc) · 1.54 KB
/
source.extension.vsixmanifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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="2.0.2" />
<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://wakatime.com/visual-studio</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,13.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[12.0,13.0]" Id="Microsoft.VisualStudio.Premium" />
<InstallationTarget Version="[12.0,13.0]" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Version="[12.0,13.0]" Id="Microsoft.VisualStudio.IntegratedShell" />
<InstallationTarget Version="[12.0,13.0]" Id="Microsoft.VisualStudio.VSLS" />
</Installation>
<Dependencies>
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>