Skip to content

Commit

Permalink
Updated icons in VSIX project
Browse files Browse the repository at this point in the history
  • Loading branch information
Suremaker committed Jul 16, 2018
1 parent 7a12ff4 commit ae025d3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
Binary file added logo/lightbdd_128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/lightbdd_32.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion make/Makefile.ps1
Expand Up @@ -57,7 +57,8 @@ Define-Step -Name 'Prepare templates' -Target 'all,pack' -Body {
Get-ChildItem '.\templates' -Recurse -Filter '*.vsixmanifest' | %{
$templateDirectory = $_.Directory.FullName
Write-ShortStatus "Processing: $templateDirectory"
Copy-Item 'logo\lightbdd_small.ico' -Destination "$templateDirectory\lightbdd_small.ico" | Out-Null
Copy-Item 'logo\lightbdd_128.png' -Destination "$templateDirectory\lightbdd_128.png" | Out-Null
Copy-Item 'logo\lightbdd_32.ico' -Destination "$templateDirectory\lightbdd_32.ico" | Out-Null
}
}

Expand Down
Expand Up @@ -10,7 +10,7 @@
<OldToolsVersion>14.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>lightbdd_small.ico</ApplicationIcon>
<ApplicationIcon>lightbdd_32.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
Expand Down Expand Up @@ -74,10 +74,13 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="lightbdd_small.ico">
<Content Include="lightbdd_128.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="lightbdd_32.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Preview.PNG">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand Down
Binary file added templates/LightBDD.VSIXTemplates/lightbdd_128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added templates/LightBDD.VSIXTemplates/lightbdd_32.ico
Binary file not shown.
Expand Up @@ -6,9 +6,9 @@
<Description xml:space="preserve">A collection of Item templates for LightBDD testing framework</Description>
<MoreInfo>https://github.com/LightBDD/LightBDD</MoreInfo>
<License>LICENSE.txt</License>
<Icon>lightbdd_small.ico</Icon>
<Icon>lightbdd_128.png</Icon>
<PreviewImage>Preview.PNG</PreviewImage>
<Tags>lightbdd bdd tdd testing framework behavior driven development acceptance criteria nunit mstest vstest fixie</Tags>
<Tags>lightbdd;bdd;tdd;test;nunit;mstest;vstest;fixie</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[11.0,)" Id="Microsoft.VisualStudio.Community"/>
Expand Down

0 comments on commit ae025d3

Please sign in to comment.