Minor documentation improvements.
[pub/USBasp.git] / LUFA / StudioIntegration / VSIX / extension.vsixmanifest
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <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">
4 <Identifier Id="FourWalledCubicle.LUFA.0e160d5c-e331-48d9-850b-e0387912171b">
5 <Name>LUFA Library</Name>
6 <Author>Dean Camera</Author>
7 <Version>00.00.00</Version>
8 <MoreInfoUrl>http://www.lufa-lib.org</MoreInfoUrl>
9 <Description xml:space="preserve">LUFA USB Framework</Description>
10
11 <Icon>LUFA\DoxygenPages\Images\LUFA_thumb.png</Icon>
12 <PreviewImage>LUFA\DoxygenPages\Images\LUFA.png</PreviewImage>
13
14 <SupportedProducts>
15 <IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
16 </SupportedProducts>
17 <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
18
19 <Locale>1033</Locale>
20 </Identifier>
21
22 <References/>
23 <Content/>
24 </Vsix>