diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/CPS/AdditionalPropertyNames.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/CPS/AdditionalPropertyNames.cs index b8982ea47d110fdaa211e73783e1ff60f7b0eb7f..a1067298f5876404b5e6919178ff4bf91a3f0f5d 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/CPS/AdditionalPropertyNames.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/CPS/AdditionalPropertyNames.cs @@ -7,6 +7,9 @@ namespace Microsoft.VisualStudio.LanguageServices.ProjectSystem /// internal static class AdditionalPropertyNames { - public const string RootNamespace = "rootnamespace"; + // All supported properties can be found in dotnet/project-system repo + // https://github.com/dotnet/project-system/blob/master/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/LanguageService.xaml + + public const string RootNamespace = "RootNamespace"; } }