diff --git a/Src/VsVimShared/Implementation/OptionPages/DefaultOptionPage.cs b/Src/VsVimShared/Implementation/OptionPages/DefaultOptionPage.cs index 155276ea83..5090478777 100644 --- a/Src/VsVimShared/Implementation/OptionPages/DefaultOptionPage.cs +++ b/Src/VsVimShared/Implementation/OptionPages/DefaultOptionPage.cs @@ -2,6 +2,7 @@ using Microsoft.VisualStudio.Shell; using System; using System.Collections.Generic; +using System.ComponentModel; using System.Linq; using System.Text; using Vim; @@ -10,6 +11,8 @@ namespace VsVim.Implementation.OptionPages { public sealed class DefaultOptionPage : DialogPage { + [DisplayName("Default Settings")] + [Description("Default settings to use when no vimrc file is found")] public DefaultSettings DefaultSettings { get; set; } protected override void OnActivate(System.ComponentModel.CancelEventArgs e) diff --git a/VsVim.sln b/VsVim.sln index facd0f8d9a..b6d1e471c1 100644 --- a/VsVim.sln +++ b/VsVim.sln @@ -7,7 +7,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject Cleanup.txt = Cleanup.txt CodingGuidelines.txt = CodingGuidelines.txt - Performance1.psess = Performance1.psess VsVim.nunit = VsVim.nunit EndProjectSection EndProject @@ -157,9 +156,6 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(Performance) = preSolution - HasPerformanceSessions = true - EndGlobalSection GlobalSection(TestCaseManagementSettings) = postSolution CategoryFile = VsVim.vsmdi EndGlobalSection