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

Commit 7d35269

Browse files
authored
Merge pull request #5 from robmen/branded-logos
Brand logo images and try larger images to look better on VS Marketplace
2 parents 52f8930 + 17334c5 commit 7d35269

File tree

15 files changed

+15
-40
lines changed

15 files changed

+15
-40
lines changed

src/Votive2010/Votive2010.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<Content Include="..\common\WixLogo.png">
28+
<Content Include="WixLogoDev10.png">
2929
<IncludeInVSIX>true</IncludeInVSIX>
30-
<VSIXSubPath>.</VSIXSubPath>
31-
</Content>
32-
<Content Include="..\common\WixLogoSmall.png">
33-
<IncludeInVSIX>true</IncludeInVSIX>
34-
<VSIXSubPath>.</VSIXSubPath>
3530
</Content>
3631
</ItemGroup>
3732

src/Votive2010/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<InstalledByMsi>false</InstalledByMsi>
99
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
1010
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
11-
<Icon>WixLogoSmall.png</Icon>
12-
<PreviewImage>WixLogo.png</PreviewImage>
11+
<Icon>WixLogoDev10.png</Icon>
12+
<PreviewImage>WixLogoDev10.png</PreviewImage>
1313
<SupportedProducts>
1414
<VisualStudio Version="10.0">
1515
<Edition>Pro</Edition>

src/Votive2012/Votive2012.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<Content Include="..\common\WixLogo.png">
28+
<Content Include="WixLogoDev11.png">
2929
<IncludeInVSIX>true</IncludeInVSIX>
30-
<VSIXSubPath>.</VSIXSubPath>
31-
</Content>
32-
<Content Include="..\common\WixLogoSmall.png">
33-
<IncludeInVSIX>true</IncludeInVSIX>
34-
<VSIXSubPath>.</VSIXSubPath>
3530
</Content>
3631
</ItemGroup>
3732

src/Votive2012/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<InstalledByMsi>false</InstalledByMsi>
99
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
1010
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
11-
<Icon>WixLogoSmall.png</Icon>
12-
<PreviewImage>WixLogo.png</PreviewImage>
11+
<Icon>WixLogoDev11.png</Icon>
12+
<PreviewImage>WixLogoDev11.png</PreviewImage>
1313
<SupportedProducts>
1414
<VisualStudio Version="11.0">
1515
<Edition>Pro</Edition>

src/Votive2013/Votive2013.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<Content Include="..\common\WixLogo.png">
28+
<Content Include="WixLogoDev12.png">
2929
<IncludeInVSIX>true</IncludeInVSIX>
30-
<VSIXSubPath>.</VSIXSubPath>
31-
</Content>
32-
<Content Include="..\common\WixLogoSmall.png">
33-
<IncludeInVSIX>true</IncludeInVSIX>
34-
<VSIXSubPath>.</VSIXSubPath>
3530
</Content>
3631
</ItemGroup>
3732

src/Votive2013/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<InstalledByMsi>false</InstalledByMsi>
99
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
1010
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
11-
<Icon>WixLogoSmall.png</Icon>
12-
<PreviewImage>WixLogo.png</PreviewImage>
11+
<Icon>WixLogoDev12.png</Icon>
12+
<PreviewImage>WixLogoDev12.png</PreviewImage>
1313
<SupportedProducts>
1414
<VisualStudio Version="12.0">
1515
<Edition>Pro</Edition>

src/Votive2015/Votive2015.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<Content Include="..\common\WixLogo.png">
28+
<Content Include="WixLogoDev14.png">
2929
<IncludeInVSIX>true</IncludeInVSIX>
30-
<VSIXSubPath>.</VSIXSubPath>
31-
</Content>
32-
<Content Include="..\common\WixLogoSmall.png">
33-
<IncludeInVSIX>true</IncludeInVSIX>
34-
<VSIXSubPath>.</VSIXSubPath>
3530
</Content>
3631
</ItemGroup>
3732

src/Votive2015/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<InstalledByMsi>false</InstalledByMsi>
99
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
1010
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
11-
<Icon>WixLogoSmall.png</Icon>
12-
<PreviewImage>WixLogo.png</PreviewImage>
11+
<Icon>WixLogoDev14.png</Icon>
12+
<PreviewImage>WixLogoDev14.png</PreviewImage>
1313
<SupportedProducts>
1414
<VisualStudio Version="14.0">
1515
<Edition>Pro</Edition>

src/Votive2017/Votive2017.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,8 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<Content Include="..\common\WixLogo.png">
30+
<Content Include="WixLogoDev15.png">
3131
<IncludeInVSIX>true</IncludeInVSIX>
32-
<VSIXSubPath>.</VSIXSubPath>
33-
</Content>
34-
<Content Include="..\common\WixLogoSmall.png">
35-
<IncludeInVSIX>true</IncludeInVSIX>
36-
<VSIXSubPath>.</VSIXSubPath>
3732
</Content>
3833
</ItemGroup>
3934

src/Votive2017/WixLogoDev15.png

7.35 KB
Loading

0 commit comments

Comments
 (0)