-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsource.extension.vsixmanifest
37 lines (37 loc) · 1.65 KB
/
source.extension.vsixmanifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<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">
<Identifier Id="e435087d-33d4-4f94-b465-f4c163476b71">
<Name>Workspace Reloader</Name>
<Author>Scott Hanselman</Author>
<Version>1.3</Version>
<Description xml:space="preserve">This package will reload the code files you had open when your project file was modified and unloaded then reloaded.
</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://www.hanselman.com/</MoreInfoUrl>
<License>Readme.txt</License>
<GettingStartedGuide>http://www.hanselman.com/</GettingStartedGuide>
<Icon>Package.png</Icon>
<InstalledByMsi>false</InstalledByMsi>
<SupportedProducts>
<VisualStudio Version="10.0">
<Edition>Ultimate</Edition>
<Edition>Premium</Edition>
<Edition>Pro</Edition>
</VisualStudio>
<VisualStudio Version="11.0">
<Edition>Ultimate</Edition>
<Edition>Premium</Edition>
<Edition>Pro</Edition>
</VisualStudio>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
</Identifier>
<References>
<Reference Id="Microsoft.VisualStudio.MPF" MinVersion="10.0">
<Name>Visual Studio MPF</Name>
</Reference>
</References>
<Content>
<VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage>
</Content>
</Vsix>