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.
29 lines
950 B
29 lines
950 B
<StandardProperties version="1.0"> |
|
<Property name = "StandardHeader.C#">/* |
|
* ${res:XML.StandardHeader.CreatedBySharpDevelop} |
|
* ${res:XML.StandardHeader.User} ${USER} |
|
* ${res:XML.StandardHeader.Date} ${DATE} |
|
* ${res:XML.StandardHeader.Time} ${TIME} |
|
* |
|
* ${res:XML.StandardHeader.HowToChangeTemplateInformation} |
|
*/</Property> |
|
|
|
<Property name = "StandardHeader.VBNET">' |
|
' ${res:XML.StandardHeader.CreatedBySharpDevelop} |
|
' ${res:XML.StandardHeader.User} ${USER} |
|
' ${res:XML.StandardHeader.Date} ${DATE} |
|
' ${res:XML.StandardHeader.Time} ${TIME} |
|
' |
|
' ${res:XML.StandardHeader.HowToChangeTemplateInformation} |
|
'</Property> |
|
|
|
<Property name = "StandardHeader.C++.NET">/* |
|
* ${res:XML.StandardHeader.CreatedBySharpDevelop} |
|
* ${res:XML.StandardHeader.User} ${USER} |
|
* ${res:XML.StandardHeader.Date} ${DATE} |
|
* ${res:XML.StandardHeader.Time} ${TIME} |
|
* |
|
* ${res:XML.StandardHeader.HowToChangeTemplateInformation} |
|
*/</Property> |
|
|
|
</StandardProperties>
|
|
|