Improve branding for our extension
This commit is contained in:
parent
615d8e71d6
commit
f0d5461e31
|
|
@ -13,7 +13,7 @@
|
||||||
<Parent guid="guidSHLMainMenu" id="IDG_VS_WNDO_OTRWNDWS1"/>
|
<Parent guid="guidSHLMainMenu" id="IDG_VS_WNDO_OTRWNDWS1"/>
|
||||||
<Icon guid="guidImages" id="bmpPic1" />
|
<Icon guid="guidImages" id="bmpPic1" />
|
||||||
<Strings>
|
<Strings>
|
||||||
<ButtonText>RazorInfoToolWindow</ButtonText>
|
<ButtonText>Razor Diagnostics</ButtonText>
|
||||||
</Strings>
|
</Strings>
|
||||||
</Button>
|
</Button>
|
||||||
</Buttons>
|
</Buttons>
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
|
||||||
VS SDK Notes: This resx file contains the resources that will be consumed from your package by Visual Studio.
|
|
||||||
For example, Visual Studio will attempt to load resource '400' from this resource stream when it needs to
|
|
||||||
load your package's icon. Because Visual Studio will always look in the VSPackage.resources stream first for
|
|
||||||
resources it needs, you should put additional resources that Visual Studio will load directly into this resx
|
|
||||||
file.
|
|
||||||
|
|
||||||
Resources that you would like to access directly from your package in a strong-typed fashion should be stored
|
|
||||||
in Resources.resx or another resx file.
|
|
||||||
-->
|
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
|
@ -127,13 +117,13 @@
|
||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
<data name="110" xml:space="preserve">
|
<data name="110" xml:space="preserve">
|
||||||
<value>RazorPackage Extension</value>
|
<value>ASP.NET Core Razor Language Services</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="112" xml:space="preserve">
|
<data name="112" xml:space="preserve">
|
||||||
<value>RazorPackage Visual Studio Extension Detailed Info</value>
|
<value>Provides languages services for ASP.NET Core Razor.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\RazorPackage.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\RazorPackage.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue