You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
22 lines
1.3 KiB
XML
22 lines
1.3 KiB
XML
<?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="Epic MarkdownMode" Version="0.221" Language="en-US" Publisher="Epic Games" />
|
|
<DisplayName>Epic MarkdownMode</DisplayName>
|
|
<Description xml:space="preserve">A language service for editing Markdown files.</Description>
|
|
<Icon>markdown-icon.png</Icon>
|
|
<PreviewImage>markdown-screenshot.png</PreviewImage>
|
|
</Metadata>
|
|
<Installation InstalledByMsi="false">
|
|
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,13.0)" />
|
|
</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|" />
|
|
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
|
|
</Assets>
|
|
</PackageManifest>
|