diff options
Diffstat (limited to 'LUFA/StudioIntegration/VSIX/extension.vsixmanifest')
-rw-r--r-- | LUFA/StudioIntegration/VSIX/extension.vsixmanifest | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest index 8dd6de091..6be9f6a66 100644 --- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest +++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest @@ -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>
|