Last change
on this file since 2354 was
2213,
checked in by sam, 8 years ago
|
vslol: fix an infinite recursion triggered by IntelliSense.
|
File size:
1.2 KB
|
Line | |
---|
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="VsLol"> |
---|
4 | <Name>VsLol</Name> |
---|
5 | <Author>Lol</Author> |
---|
6 | <Version>1.0.0.8</Version> |
---|
7 | <Description xml:space="preserve">Lol Engine Productivity Tools.</Description> |
---|
8 | <Locale>1033</Locale> |
---|
9 | <MoreInfoUrl>http://lol.zoy.org/</MoreInfoUrl> |
---|
10 | <License>COPYING</License> |
---|
11 | <InstalledByMsi>false</InstalledByMsi> |
---|
12 | <SupportedProducts> |
---|
13 | <VisualStudio Version="10.0"> |
---|
14 | <Edition>Ultimate</Edition> |
---|
15 | <Edition>Premium</Edition> |
---|
16 | <Edition>Pro</Edition> |
---|
17 | </VisualStudio> |
---|
18 | <VisualStudio Version="11.0"> |
---|
19 | <Edition>Ultimate</Edition> |
---|
20 | <Edition>Premium</Edition> |
---|
21 | <Edition>Pro</Edition> |
---|
22 | </VisualStudio> |
---|
23 | </SupportedProducts> |
---|
24 | <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" /> |
---|
25 | </Identifier> |
---|
26 | <References /> |
---|
27 | <Content> |
---|
28 | <VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage> |
---|
29 | <MefComponent>|%CurrentProject%|</MefComponent> |
---|
30 | </Content> |
---|
31 | </Vsix> |
---|
Note: See
TracBrowser
for help on using the repository browser.