aboutsummaryrefslogtreecommitdiff
path: root/lib/lufa/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lufa/LUFA/StudioIntegration/VSIX/extension.vsixmanifest')
-rw-r--r--lib/lufa/LUFA/StudioIntegration/VSIX/extension.vsixmanifest64
1 files changed, 32 insertions, 32 deletions
diff --git a/lib/lufa/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/lib/lufa/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
index f155618b7..a1901cb56 100644
--- a/lib/lufa/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
+++ b/lib/lufa/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
@@ -1,32 +1,32 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2 2
3<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<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">
4 <Identifier Id="FourWalledCubicle.LUFA.0e160d5c-e331-48d9-850b-e0387912171b"> 4 <Identifier Id="FourWalledCubicle.LUFA.0e160d5c-e331-48d9-850b-e0387912171b">
5 <Name>LUFA Library</Name> 5 <Name>LUFA Library</Name>
6 <Author>Dean Camera</Author> 6 <Author>Dean Camera</Author>
7 <Version>0</Version> 7 <Version>0</Version>
8 <MoreInfoUrl>http://www.lufa-lib.org</MoreInfoUrl> 8 <MoreInfoUrl>http://www.lufa-lib.org</MoreInfoUrl>
9 <Description xml:space="preserve">LUFA, the Lightweight USB Framework for AVRs.</Description> 9 <Description xml:space="preserve">LUFA, the Lightweight USB Framework for AVRs.</Description>
10 10
11 <License>License.txt</License> 11 <License>License.txt</License>
12 <Icon>LUFA_thumb.png</Icon> 12 <Icon>LUFA_thumb.png</Icon>
13 <PreviewImage>LUFA.png</PreviewImage> 13 <PreviewImage>LUFA.png</PreviewImage>
14 14
15 <SupportedProducts> 15 <SupportedProducts>
16 <IsolatedShell Version="7.0">AtmelStudio</IsolatedShell> 16 <IsolatedShell Version="7.0">AtmelStudio</IsolatedShell>
17 </SupportedProducts> 17 </SupportedProducts>
18 18
19 <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/> 19 <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/>
20 <Locale>1033</Locale> 20 <Locale>1033</Locale>
21 21
22 <AllUsers>false</AllUsers> 22 <AllUsers>false</AllUsers>
23 </Identifier> 23 </Identifier>
24 24
25 <References/> 25 <References/>
26 26
27 <Content> 27 <Content>
28 <VsPackage>LUFA.pkgdef</VsPackage> 28 <VsPackage>LUFA.pkgdef</VsPackage>
29 <CustomExtension Type="MSHelp">helpcontentsetup.msha</CustomExtension> 29 <CustomExtension Type="MSHelp">helpcontentsetup.msha</CustomExtension>
30 <CustomExtension Type="asf-manifest">asf-manifest.xml</CustomExtension> 30 <CustomExtension Type="asf-manifest">asf-manifest.xml</CustomExtension>
31 </Content> 31 </Content>
32</Vsix> 32</Vsix>