Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit d90ac7e

Browse files
authored
Update NppPlugin.vstemplate
Add language and platform tags so template is easier to find in newproject list
1 parent e0c80f0 commit d90ac7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Visual Studio Project Template C#/NppPlugin.vstemplate

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<ProjectType>CSharp</ProjectType>
77
<ProjectSubType>
88
</ProjectSubType>
9+
<LanguageTag>C#</LanguageTag>
10+
<PlatformTag>windows</PlatformTag>
11+
<ProjectTypeTag>desktop</ProjectTypeTag>
912
<SortOrder>1000</SortOrder>
1013
<CreateNewFolder>true</CreateNewFolder>
1114
<DefaultName>MyNppPlugin</DefaultName>

0 commit comments

Comments
 (0)