forked from yysun/Git-Source-Control-Provider
-
Notifications
You must be signed in to change notification settings - Fork 6
/
source.extension.vsixmanifest
43 lines (43 loc) · 2.03 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
38
39
40
41
42
43
<?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="C4128D99-2000-41D1-A6C3-704E6C1A3DE2">
<Name>BB Git Source Control</Name>
<Author>blinkbox</Author>
<Version>0.9.6.134</Version>
<Description xml:space="preserve">BB Git Source Control is a custom version of Git Source Control Provider, which integrates git with Visual Studio and adds support for blinkbox dev processes.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://visualstudiogallery.msdn.microsoft.com/63a7e40d-4d71-4fbb-a23b-d262124b8f4c</MoreInfoUrl>
<License>License.txt</License>
<GettingStartedGuide>http://gitscc.codeplex.com/documentation</GettingStartedGuide>
<PreviewImage>solution explorer.png</PreviewImage>
<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.5" />
</Identifier>
<References>
<Reference Id="Microsoft.VisualStudio.MPF"
MinVersion="10.0">
<Name>Visual Studio MPF</Name>
</Reference>
</References>
<Content>
<VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage>
<CustomExtension Type="htm">Readme.htm</CustomExtension>
<CustomExtension Type="pkg">Dragon.pkg</CustomExtension>
</Content>
</Vsix>