Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit e642e2b

Browse files
committed
Add logo and additional information to VSIXs
1 parent 06ffe14 commit e642e2b

File tree

12 files changed

+75
-9
lines changed

12 files changed

+75
-9
lines changed

src/Votive2010/Votive2010.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
<None Include="source.extension.vsixmanifest" />
2525
</ItemGroup>
2626

27+
<ItemGroup>
28+
<Content Include="..\common\WixLogo.png">
29+
<IncludeInVSIX>true</IncludeInVSIX>
30+
<VSIXSubPath>.</VSIXSubPath>
31+
</Content>
32+
<Content Include="..\common\WixLogoSmall.png">
33+
<IncludeInVSIX>true</IncludeInVSIX>
34+
<VSIXSubPath>.</VSIXSubPath>
35+
</Content>
36+
</ItemGroup>
37+
2738
<ItemGroup>
2839
<ProjectReference Include="..\votive\votive.csproj">
2940
<Project>{24A98296-9D58-42C1-95C0-CC36736409E2}</Project>

src/Votive2010/source.extension.vsixmanifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
<Name>Wix Toolset Visual Studio 2010 Extension</Name>
55
<Author>.NET Foundation and contributors</Author>
66
<Version>|Votive2010;GetBuildVersion|</Version>
7-
<Description>The most powerful set of tools available to create your Windows installation experience.</Description>
87
<Locale>1033</Locale>
98
<InstalledByMsi>false</InstalledByMsi>
10-
<!--<Icon>wix.ico</Icon>-->
9+
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
10+
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
11+
<Icon>WixLogoSmall.png</Icon>
12+
<PreviewImage>WixLogo.png</PreviewImage>
1113
<SupportedProducts>
1214
<VisualStudio Version="10.0">
1315
<Edition>Pro</Edition>

src/Votive2012/Votive2012.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
<None Include="source.extension.vsixmanifest" />
2525
</ItemGroup>
2626

27+
<ItemGroup>
28+
<Content Include="..\common\WixLogo.png">
29+
<IncludeInVSIX>true</IncludeInVSIX>
30+
<VSIXSubPath>.</VSIXSubPath>
31+
</Content>
32+
<Content Include="..\common\WixLogoSmall.png">
33+
<IncludeInVSIX>true</IncludeInVSIX>
34+
<VSIXSubPath>.</VSIXSubPath>
35+
</Content>
36+
</ItemGroup>
37+
2738
<ItemGroup>
2839
<ProjectReference Include="..\votive\votive.csproj">
2940
<Project>{24A98296-9D58-42C1-95C0-CC36736409E2}</Project>

src/Votive2012/source.extension.vsixmanifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
<Name>Wix Toolset Visual Studio 2012 Extension</Name>
55
<Author>.NET Foundation and contributors</Author>
66
<Version>|Votive2012;GetBuildVersion|</Version>
7-
<Description>The most powerful set of tools available to create your Windows installation experience.</Description>
87
<Locale>1033</Locale>
98
<InstalledByMsi>false</InstalledByMsi>
10-
<!--<Icon>wix.ico</Icon>-->
9+
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
10+
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
11+
<Icon>WixLogoSmall.png</Icon>
12+
<PreviewImage>WixLogo.png</PreviewImage>
1113
<SupportedProducts>
1214
<VisualStudio Version="11.0">
1315
<Edition>Pro</Edition>

src/Votive2013/Votive2013.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
<None Include="source.extension.vsixmanifest" />
2525
</ItemGroup>
2626

27+
<ItemGroup>
28+
<Content Include="..\common\WixLogo.png">
29+
<IncludeInVSIX>true</IncludeInVSIX>
30+
<VSIXSubPath>.</VSIXSubPath>
31+
</Content>
32+
<Content Include="..\common\WixLogoSmall.png">
33+
<IncludeInVSIX>true</IncludeInVSIX>
34+
<VSIXSubPath>.</VSIXSubPath>
35+
</Content>
36+
</ItemGroup>
37+
2738
<ItemGroup>
2839
<ProjectReference Include="..\votive\votive.csproj">
2940
<Project>{24A98296-9D58-42C1-95C0-CC36736409E2}</Project>

src/Votive2013/source.extension.vsixmanifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
<Name>Wix Toolset Visual Studio 2013 Extension</Name>
55
<Author>.NET Foundation and contributors</Author>
66
<Version>|Votive2013;GetBuildVersion|</Version>
7-
<Description>The most powerful set of tools available to create your Windows installation experience.</Description>
87
<Locale>1033</Locale>
98
<InstalledByMsi>false</InstalledByMsi>
10-
<!--<Icon>wix.ico</Icon>-->
9+
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
10+
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
11+
<Icon>WixLogoSmall.png</Icon>
12+
<PreviewImage>WixLogo.png</PreviewImage>
1113
<SupportedProducts>
1214
<VisualStudio Version="12.0">
1315
<Edition>Pro</Edition>

src/Votive2015/Votive2015.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
<None Include="source.extension.vsixmanifest" />
2525
</ItemGroup>
2626

27+
<ItemGroup>
28+
<Content Include="..\common\WixLogo.png">
29+
<IncludeInVSIX>true</IncludeInVSIX>
30+
<VSIXSubPath>.</VSIXSubPath>
31+
</Content>
32+
<Content Include="..\common\WixLogoSmall.png">
33+
<IncludeInVSIX>true</IncludeInVSIX>
34+
<VSIXSubPath>.</VSIXSubPath>
35+
</Content>
36+
</ItemGroup>
37+
2738
<ItemGroup>
2839
<ProjectReference Include="..\votive\votive.csproj">
2940
<Project>{24A98296-9D58-42C1-95C0-CC36736409E2}</Project>

src/Votive2015/source.extension.vsixmanifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
<Name>Wix Toolset Visual Studio 2015 Extension</Name>
55
<Author>.NET Foundation and contributors</Author>
66
<Version>|Votive2015;GetBuildVersion|</Version>
7-
<Description>The most powerful set of tools available to create your Windows installation experience.</Description>
87
<Locale>1033</Locale>
98
<InstalledByMsi>false</InstalledByMsi>
10-
<!--<Icon>wix.ico</Icon>-->
9+
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
10+
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
11+
<Icon>WixLogoSmall.png</Icon>
12+
<PreviewImage>WixLogo.png</PreviewImage>
1113
<SupportedProducts>
1214
<VisualStudio Version="14.0">
1315
<Edition>Pro</Edition>

src/Votive2017/Votive2017.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
<None Include="source.extension.vsixmanifest" />
2727
</ItemGroup>
2828

29+
<ItemGroup>
30+
<Content Include="..\common\WixLogo.png">
31+
<IncludeInVSIX>true</IncludeInVSIX>
32+
<VSIXSubPath>.</VSIXSubPath>
33+
</Content>
34+
<Content Include="..\common\WixLogoSmall.png">
35+
<IncludeInVSIX>true</IncludeInVSIX>
36+
<VSIXSubPath>.</VSIXSubPath>
37+
</Content>
38+
</ItemGroup>
39+
2940
<ItemGroup>
3041
<Content Include="redirects\v3\wix.targets">
3142
<IncludeInVSIX>true</IncludeInVSIX>

src/Votive2017/source.extension.vsixmanifest

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<Metadata>
44
<Identity Id="WixToolset.VisualStudioExtension.Dev15" Version="|Votive2017;GetBuildVersion|" Language="en-US" Publisher=".NET Foundation and contributors" />
55
<DisplayName>Wix Toolset Visual Studio 2017 Extension</DisplayName>
6-
<Description>The most powerful set of tools available to create your Windows installation experience.</Description>
6+
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
7+
<MoreInfo>http://wixtoolset.org/</MoreInfo>
8+
<Icon>WixLogoSmall.png</Icon>
9+
<PreviewImage>WixLogo.png</PreviewImage>
710
</Metadata>
811
<Prerequisites>
912
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" />

0 commit comments

Comments
 (0)