Skip to content

Commit 874c364

Browse files
committed
- Added VSIX manifest and Icon.
1 parent 9eae3e7 commit 874c364

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
17.6 KB
Loading

CR_ExtractMethodAndInlineLiterals/CR_ExtractMethodAndInlineLiterals.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@
127127
<Install>true</Install>
128128
</BootstrapperPackage>
129129
</ItemGroup>
130+
<ItemGroup>
131+
<Content Include="CR-Plug-in.png">
132+
<IncludeInVSIX>true</IncludeInVSIX>
133+
</Content>
134+
</ItemGroup>
130135
<PropertyGroup>
131136
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
132137
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

CR_ExtractMethodAndInlineLiterals/source.extension.vsixmanifest

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
33
<Identifier Id="CR_ExtractMethodAndInlineLiterals">
4-
<Name>CR_ExtractMethodAndInlineLiterals</Name>
5-
<Author>MyCompany</Author>
4+
<Name>ExtractMethodAndInlineLiterals for CodeRush</Name>
5+
<Author>Rory Becker</Author>
66
<Version>1.0</Version>
7-
<Description xml:space="preserve">Empty DXCore VSIX plugin project.</Description>
7+
<Description xml:space="preserve">CodeRush plugin designed to simplify the workflow of Introduce Locals, Extract method and Inline Temp. See Readme.MD for more details. </Description>
88
<Locale>1033</Locale>
9+
<Icon>CR-Plug-in.png</Icon>
910
<SupportedProducts>
1011
<VisualStudio Version="10.0">
1112
<Edition>Pro</Edition>

0 commit comments

Comments
 (0)