Add ASF provider manifest file and adjust VSIX packing to compress the library contents.
This commit is contained in:
parent
48e87c8e8f
commit
841bb33e36
5 changed files with 71 additions and 21 deletions
|
@ -1,22 +1,7 @@
|
|||
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
|
||||
<Default Extension="vsixmanifest" ContentType="text/xml"/>
|
||||
|
||||
<Default Extension="jpg" ContentType="image/jpg"/>
|
||||
<Default Extension="png" ContentType="application/octet-stream"/>
|
||||
<Default Extension="bmp" ContentType="application/octet-stream"/>
|
||||
|
||||
<Default Extension="c" ContentType="application/octet-stream"/>
|
||||
<Default Extension="h" ContentType="application/octet-stream"/>
|
||||
<Default Extension="S" ContentType="application/octet-stream"/>
|
||||
|
||||
<Default Extension="txt" ContentType="text/plain"/>
|
||||
|
||||
<Default Extension="conf" ContentType="application/octet-stream"/>
|
||||
<Default Extension="inf" ContentType="application/octet-stream"/>
|
||||
|
||||
<Default Extension="xml" ContentType="text/xml"/>
|
||||
|
||||
<Default Extension="css" ContentType="application/octet-stream"/>
|
||||
<Default Extension="html" ContentType="text/html"/>
|
||||
<Default Extension="js" ContentType="application/octet-stream"/>
|
||||
<Default Extension="zip" ContentType="application/octet-stream"/>
|
||||
</Types>
|
||||
|
|
18
LUFA/StudioIntegration/VSIX/asf-manifest.xml
Normal file
18
LUFA/StudioIntegration/VSIX/asf-manifest.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<AsfContentProvider Version="1.0.0">
|
||||
<Identifier Id="0e160d5c-e331-48d9-850b-e0387912171b">
|
||||
<Org>FourWalledCubicle</Org>
|
||||
<ShortName>LUFA</ShortName>
|
||||
<Author>Dean Camera</Author>
|
||||
<Description></Description>
|
||||
<FollowFolderStructure>True</FollowFolderStructure>
|
||||
</Identifier>
|
||||
<AsfContent Type="zip" Path="contents.zip">
|
||||
<Content>
|
||||
<Version></Version>
|
||||
<HelpURL/>
|
||||
<Locator/>
|
||||
<DbXMLPath>content.xml.cache</DbXMLPath>
|
||||
<Description/>
|
||||
</Content>
|
||||
</AsfContent>
|
||||
</AsfContentProvider>
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue