mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 12:50:19 +00:00
20 lines
887 B
XML
20 lines
887 B
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="Cosmos.VS.XSharp..9b039a95-3169-4491-b85d-99d2639cdc05">
|
|
<Name>Cosmos.VS.XSharp</Name>
|
|
<Author>Cosmos</Author>
|
|
<Version>1.0</Version>
|
|
<Description xml:space="preserve">This is a sample classifier extension to the Visual Studio Editor.</Description>
|
|
<Locale>1033</Locale>
|
|
<SupportedProducts>
|
|
<VisualStudio Version="10.0">
|
|
<Edition>Pro</Edition>
|
|
</VisualStudio>
|
|
</SupportedProducts>
|
|
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
|
|
</Identifier>
|
|
<References />
|
|
<Content>
|
|
<MefComponent>|%CurrentProject%|</MefComponent>
|
|
</Content>
|
|
</Vsix>
|