Skip to content

Commit 63be147

Browse files
committed
Change addinName
1 parent 3c45328 commit 63be147

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

VisualStudioMac.OneClickToOpenFile/Properties/AddinInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Category = "IDE extensions"
1010
)]
1111

12-
[assembly: AddinName("_One Click To Open File")]
12+
[assembly: AddinName("SolutionTree One Click To Open File")]
1313
[assembly: AddinDescription("This extension opens a file with only one click on the solutiontree.\n\nby Ivo Krugers")]
1414
[assembly: AddinAuthor("Ivo Krugers")]
1515
[assembly: AddinUrl("https://github.com/IvoKrugers/EssentialsAddin")]

VisualStudioMac.OneClickToOpenFile/VisualStudioMac.OneClickToOpenFile.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
77
<OutputPath>..\..\bin</OutputPath>
88
</PropertyGroup>
9-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10-
<OutputPath>bin</OutputPath>
11-
</PropertyGroup>
12-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
13-
<DebugType></DebugType>
14-
<OutputPath>bin</OutputPath>
15-
<WarningLevel>4</WarningLevel>
16-
</PropertyGroup>
179
<ItemGroup>
1810
<EmbeddedResource Include="Properties\VisualStudioMac.OneClickToOpenFile.addin.xml">
1911
<LogicalName>VisualStudioMac.OneClickToOpenFile.addin.xml</LogicalName>

0 commit comments

Comments
 (0)