-
Notifications
You must be signed in to change notification settings - Fork 71
/
source.extension.vsixmanifest
24 lines (23 loc) · 1.46 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
<?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 Language="en-US" Publisher="Microsoft" Version="2.0" Id="d88ec9a6-cdda-4b04-8e46-ca81a3997a3a" />
<Identifier Id="d88ec9a6-cdda-4b04-8e46-ca81a3997a3a" Version="2.0" Language="en-US" Publisher="Microsoft" />
<DisplayName>Emacs</DisplayName>
<Description xml:space="preserve">Provides basic support for Emacs keybindings and text editing commands.</Description>
<Icon>Emacs.ico</Icon>
<PreviewImage>Emacs.png</PreviewImage>
<Tags>emacs</Tags>
</Metadata>
<Installation InstalledByMsi="false" AllUsers="true">
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0,]" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,]" />
<Dependency Id="Microsoft.VisualStudio.MPF.12.0" DisplayName="Visual Studio MPF 12.0" d:Source="Installed" Version="[12.0,]" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
</PackageManifest>