Skip to content

Commit 7e02a53

Browse files
committed
Added the target framework in the template names.
1 parent 862b5c4 commit 7e02a53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ExcelDNAVSExtension/CSProjectTemplate/CSProjectTemplate.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<VSTemplate Version="3.0.0" Type="Project" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" xmlns:sdk="http://schemas.microsoft.com/developer/vstemplate-sdkextension/2010">
33
<TemplateData>
4-
<Name>Excel-DNA Add-in</Name>
4+
<Name>Excel-DNA Add-in (.NET Framework)</Name>
55
<Description>A project for creating an Excel add-in using Excel-DNA.</Description>
66
<Icon>CSProjectTemplate.ico</Icon>
77
<ProjectType>CSharp</ProjectType>

ExcelDNAVSExtension/VBProjectTemplate/VBProjectTemplate.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<VSTemplate Version="3.0.0" Type="Project" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" xmlns:sdk="http://schemas.microsoft.com/developer/vstemplate-sdkextension/2010">
22
<TemplateData>
3-
<Name>Excel-DNA Add-in</Name>
3+
<Name>Excel-DNA Add-in (.NET Framework)</Name>
44
<Description>A project for creating an Excel add-in using Excel-DNA.</Description>
55
<Icon>VBProjectTemplate.ico</Icon>
66
<ProjectType>VisualBasic</ProjectType>

0 commit comments

Comments
 (0)