From 8db673f45fc9878328b53e30cf6a6ba57561a629 Mon Sep 17 00:00:00 2001 From: Derek McKinnon Date: Tue, 23 Oct 2018 17:19:52 -0400 Subject: [PATCH] Switcher: Added .cshtml -> .cshtml.cs support --- CodeMaid/Properties/Settings.Designer.cs | 2 +- CodeMaid/Properties/Settings.settings | 2 +- CodeMaid/app.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CodeMaid/Properties/Settings.Designer.cs b/CodeMaid/Properties/Settings.Designer.cs index 43c18b4a..ed20d9ba 100644 --- a/CodeMaid/Properties/Settings.Designer.cs +++ b/CodeMaid/Properties/Settings.Designer.cs @@ -1946,7 +1946,7 @@ public sealed partial class Settings : global::System.Configuration.ApplicationS [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute(".cpp .h||.xaml .xaml.cs||.xml .xsd||.ascx .ascx.cs||.aspx .aspx.cs||.master .mast" + - "er.cs")] + "er.cs||.cshtml .cshtml.cs")] public string Switching_RelatedFileExtensionsExpression { get { return ((string)(this["Switching_RelatedFileExtensionsExpression"])); diff --git a/CodeMaid/Properties/Settings.settings b/CodeMaid/Properties/Settings.settings index 46f94216..9271ad4c 100644 --- a/CodeMaid/Properties/Settings.settings +++ b/CodeMaid/Properties/Settings.settings @@ -483,7 +483,7 @@ False - .cpp .h||.xaml .xaml.cs||.xml .xsd||.ascx .ascx.cs||.aspx .aspx.cs||.master .master.cs + .cpp .h||.xaml .xaml.cs||.xml .xsd||.ascx .ascx.cs||.aspx .aspx.cs||.master .master.cs||.cshtml .cshtml.cs diff --git a/CodeMaid/app.config b/CodeMaid/app.config index 62562525..cfaf7aec 100644 --- a/CodeMaid/app.config +++ b/CodeMaid/app.config @@ -536,7 +536,7 @@ False - .cpp .h||.xaml .xaml.cs||.xml .xsd||.ascx .ascx.cs||.aspx .aspx.cs||.master .master.cs + .cpp .h||.xaml .xaml.cs||.xml .xsd||.ascx .ascx.cs||.aspx .aspx.cs||.master .master.cs||.cshtml .cshtml.cs