You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
501 B
22 lines
501 B
<?xml version="1.0"?> |
|
<Template author="Roman Taranchenko" version="1.0"> |
|
|
|
<Config |
|
name = "${res:Templates.File.HeaderFile.Name}" |
|
icon = "C++.File.EmptyFile" |
|
category = "C++" |
|
defaultname = "Empty${Number}.h" |
|
language = "C++.NET"/> |
|
|
|
<Description>${res:Templates.File.HeaderFile.Description}</Description> |
|
|
|
<Files> |
|
<File name="${FullName}" language="C++.NET"><![CDATA[${StandardHeader.C++.NET} |
|
|
|
]]></File> |
|
</Files> |
|
|
|
<AdditionalOptions/> |
|
</Template> |
|
|
|
|
|
|