Skip to content

Commit

Permalink
Merge pull request #8017 from tmeschter/220329-AddMissingCategory
Browse files Browse the repository at this point in the history
Add explicit "General" category
  • Loading branch information
tmeschter authored Mar 29, 2022
2 parents 22430d3 + 87af0a3 commit 3dd1db4
Show file tree
Hide file tree
Showing 42 changed files with 222 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
Order="1000"
xmlns="http://schemas.microsoft.com/build/2009/properties">

<Rule.Categories>
<Category Name="General"
DisplayName="General" />
</Rule.Categories>

<Rule.DataSource>
<DataSource Persistence="ProjectFileWithInterception"
SourceOfDefaultValue="AfterContext"
Expand All @@ -15,7 +20,8 @@

<StringProperty Name="DebugPagePlaceholderDescription"
DisplayName="Ignored"
Description="The management of launch profiles has moved to a dedicated dialog. It may be accessed via the link below, via the Debug menu in the menu bar, or via the Debug Target command on the Standard tool bar.">
Description="The management of launch profiles has moved to a dedicated dialog. It may be accessed via the link below, via the Debug menu in the menu bar, or via the Debug Target command on the Standard tool bar."
Category="General">
<StringProperty.Metadata>
<NameValuePair Name="VisibilityCondition">
<NameValuePair.Value>(has-project-capability "LaunchProfiles")</NameValuePair.Value>
Expand All @@ -28,7 +34,8 @@
</StringProperty>

<StringProperty Name="OpenLaunchProfilesEditor"
DisplayName="Open debug launch profiles UI">
DisplayName="Open debug launch profiles UI"
Category="General">
<StringProperty.Metadata>
<NameValuePair Name="VisibilityCondition">
<NameValuePair.Value>(has-project-capability "LaunchProfiles")</NameValuePair.Value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
Order="1100"
xmlns="http://schemas.microsoft.com/build/2009/properties">

<Rule.Categories>
<Category Name="General"
DisplayName="General" />
</Rule.Categories>

<Rule.DataSource>
<DataSource Persistence="ProjectFileWithInterception"
SourceOfDefaultValue="AfterContext"
Expand All @@ -15,14 +20,16 @@

<StringProperty Name="ResourcesPagePlaceholderDescription"
DisplayName="Ignored"
Description="The management of assembly resources no longer occurs through project properties. Instead, open the RESX file directly from Solution Explorer. For convenience, you may access it via the link below.">
Description="The management of assembly resources no longer occurs through project properties. Instead, open the RESX file directly from Solution Explorer. For convenience, you may access it via the link below."
Category="General">
<StringProperty.ValueEditors>
<ValueEditor EditorType="Description" />
</StringProperty.ValueEditors>
</StringProperty>

<StringProperty Name="CreateOrOpenAssemblyResources"
DisplayName="Create or open assembly resources">
DisplayName="Create or open assembly resources"
Category="General">
<StringProperty.ValueEditors>
<ValueEditor EditorType="LinkAction">
<ValueEditor.Metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
Order="1200"
xmlns="http://schemas.microsoft.com/build/2009/properties">

<Rule.Categories>
<Category Name="General"
DisplayName="General" />
</Rule.Categories>

<Rule.DataSource>
<DataSource Persistence="ProjectFileWithInterception"
SourceOfDefaultValue="AfterContext"
Expand All @@ -15,7 +20,8 @@

<StringProperty Name="SettingsPagePlaceholderDescription"
DisplayName="Ignored"
Description="The management of application settings no longer occurs through project properties. Instead, open the settings file directly from Solution Explorer. For convenience, you may access it via the link below.">
Description="The management of application settings no longer occurs through project properties. Instead, open the settings file directly from Solution Explorer. For convenience, you may access it via the link below."
Category="General">
<StringProperty.ValueEditors>
<ValueEditor EditorType="Description" />
</StringProperty.ValueEditors>
Expand All @@ -27,7 +33,8 @@
</StringProperty>

<StringProperty Name="CreateOrOpenApplicationSettings"
DisplayName="Create or open application settings">
DisplayName="Create or open application settings"
Category="General">
<StringProperty.ValueEditors>
<ValueEditor EditorType="LinkAction">
<ValueEditor.Metadata>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3dd1db4

Please sign in to comment.