Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1813 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
9 changed files with 21 additions and 21 deletions
@ -1,29 +1,29 @@ |
|||||||
<StandardProperties version="1.0"> |
<StandardProperties version="1.0"> |
||||||
<Property name = "StandardHeader.C#">/* |
<Property name = "StandardHeader.C#">/* |
||||||
* Created by SharpDevelop. |
* ${res:XML.StandardHeader.CreatedBySharpDevelop} |
||||||
* User: ${USER} |
* ${res:XML.StandardHeader.User} ${USER} |
||||||
* Date: ${DATE} |
* ${res:XML.StandardHeader.Date} ${DATE} |
||||||
* Time: ${TIME} |
* ${res:XML.StandardHeader.Time} ${TIME} |
||||||
* |
* |
||||||
* To change this template use Tools | Options | Coding | Edit Standard Headers. |
* ${res:XML.StandardHeader.HowToChangeTemplateInformation} |
||||||
*/</Property> |
*/</Property> |
||||||
|
|
||||||
<Property name = "StandardHeader.VBNET">' |
<Property name = "StandardHeader.VBNET">' |
||||||
' Created by SharpDevelop. |
' ${res:XML.StandardHeader.CreatedBySharpDevelop} |
||||||
' User: ${USER} |
' ${res:XML.StandardHeader.User} ${USER} |
||||||
' Date: ${DATE} |
' ${res:XML.StandardHeader.Date} ${DATE} |
||||||
' Time: ${TIME} |
' ${res:XML.StandardHeader.Time} ${TIME} |
||||||
' |
' |
||||||
' To change this template use Tools | Options | Coding | Edit Standard Headers. |
' ${res:XML.StandardHeader.HowToChangeTemplateInformation} |
||||||
'</Property> |
'</Property> |
||||||
|
|
||||||
<Property name = "StandardHeader.C++.NET">/* |
<Property name = "StandardHeader.C++.NET">/* |
||||||
* Created by SharpDevelop. |
* ${res:XML.StandardHeader.CreatedBySharpDevelop} |
||||||
* User: ${USER} |
* ${res:XML.StandardHeader.User} ${USER} |
||||||
* Date: ${DATE} |
* ${res:XML.StandardHeader.Date} ${DATE} |
||||||
* Time: ${TIME} |
* ${res:XML.StandardHeader.Time} ${TIME} |
||||||
* |
* |
||||||
* To change this template use Tools | Options | Coding | Edit Standard Headers. |
* ${res:XML.StandardHeader.HowToChangeTemplateInformation} |
||||||
*/</Property> |
*/</Property> |
||||||
|
|
||||||
</StandardProperties> |
</StandardProperties> |
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue