Add ASF provider manifest file and adjust VSIX packing to compress the library contents.

This commit is contained in:
Dean Camera 2013-01-07 20:39:25 +00:00
parent 48e87c8e8f
commit 841bb33e36
5 changed files with 71 additions and 21 deletions

View file

@ -8,9 +8,9 @@
<MoreInfoUrl>http://www.lufa-lib.org</MoreInfoUrl>
<Description xml:space="preserve">LUFA USB Framework</Description>
<License>LUFA\License.txt</License>
<Icon>LUFA\DoxygenPages\Images\LUFA_thumb.png</Icon>
<PreviewImage>LUFA\DoxygenPages\Images\LUFA.png</PreviewImage>
<License>License.txt</License>
<Icon>PreviewThumb.png</Icon>
<PreviewImage>Preview.png</PreviewImage>
<SupportedProducts>
<IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
@ -18,8 +18,13 @@
<SupportedFrameworkRuntimeEdition MinVersion="4.0" />
<Locale>1033</Locale>
<AllUsers>true</AllUsers>
</Identifier>
<References/>
<Content/>
<Content>
<CustomExtension Type="asf-manifest">asf-manifest.xml</CustomExtension>
</Content>
</Vsix>