Cosmos/source/XSharp.VS/source.extension.vsixmanifest
kudzu_cp a32c2c9e40
2014-07-14 15:29:06 +00:00

26 lines
1 KiB
XML

<?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="e2ce86d3-fb0b-43ad-938a-5bcdd087ea2d">
<Name>XSharp.VS</Name>
<Author>Cosmos</Author>
<Version>1.0</Version>
<Description xml:space="preserve">Cosmos X# Language</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://www.GoCosmos.org</MoreInfoUrl>
<InstalledByMsi>false</InstalledByMsi>
<SupportedProducts>
<VisualStudio Version="10.0">
<Edition>Pro</Edition>
</VisualStudio>
</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>
</Content>
</Vsix>