extension.vsixmanifest 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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="7.0">AtmelStudio</IsolatedShell>
  14. </SupportedProducts>
  15. <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/>
  16. <Locale>1033</Locale>
  17. <AllUsers>false</AllUsers>
  18. </Identifier>
  19. <References/>
  20. <Content>
  21. <VsPackage>LUFA.pkgdef</VsPackage>
  22. <CustomExtension Type="MSHelp">helpcontentsetup.msha</CustomExtension>
  23. <CustomExtension Type="asf-manifest">asf-manifest.xml</CustomExtension>
  24. </Content>
  25. </Vsix>