Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

extension.vsixmanifest 1.2KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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">
  3. <Identifier Id="FourWalledCubicle.LUFA.0e160d5c-e331-48d9-850b-e0387912171b">
  4. <Name>LUFA Library</Name>
  5. <Author>Dean Camera</Author>
  6. <Version>0</Version>
  7. <MoreInfoUrl>http://www.lufa-lib.org</MoreInfoUrl>
  8. <Description xml:space="preserve">LUFA, the Lightweight USB Framework for AVRs.</Description>
  9. <License>License.txt</License>
  10. <Icon>LUFA_thumb.png</Icon>
  11. <PreviewImage>LUFA.png</PreviewImage>
  12. <SupportedProducts>
  13. <IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
  14. <IsolatedShell Version="6.2">AtmelStudio</IsolatedShell>
  15. </SupportedProducts>
  16. <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/>
  17. <Locale>1033</Locale>
  18. <AllUsers>false</AllUsers>
  19. </Identifier>
  20. <References/>
  21. <Content>
  22. <VsPackage>LUFA.pkgdef</VsPackage>
  23. <CustomExtension Type="MSHelp">helpcontentsetup.msha</CustomExtension>
  24. <CustomExtension Type="asf-manifest">asf-manifest.xml</CustomExtension>
  25. </Content>
  26. </Vsix>