Skip to content

Commit

Permalink
Fix extension manager icon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTrevellick committed Oct 29, 2016
1 parent d14f524 commit 4e10ec6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions AutoFindReplace/AutoFindReplace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,14 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\ExtensionPreview_32x32.png" />
<Content Include="Resources\VSPackageResx_175x175.ico" />
<Content Include="Resources\ExtensionIcon_32x32.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\VSPackageResx_175x175.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<ItemGroup>
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
Expand Down Expand Up @@ -198,10 +204,6 @@
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ServiceStack.Text, Version=4.5.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ServiceStack.Text.4.5.2\lib\net45\ServiceStack.Text.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion AutoFindReplace/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<License>LICENSE.txt</License>
<Icon>Resources\ExtensionIcon_32x32.png</Icon>
<PreviewImage>Resources\ExtensionPreview_175x175.png</PreviewImage>
<Tags> automatically find &amp; replace,</Tags>
<Tags> automatically find &amp; replace</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
Expand Down
Binary file modified TestCases.xlsx
Binary file not shown.

0 comments on commit 4e10ec6

Please sign in to comment.