Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1004 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||||
|
<?xml version="1.0"?> |
||||||
|
<Template author="Mike Krueger" version="1.0"> |
||||||
|
|
||||||
|
<Config |
||||||
|
name = "${res:SharpReport.AddinName}" |
||||||
|
icon = "Icons.32x32.TextFileIcon" |
||||||
|
category = "${res:Templates.File.Categories.Misc}" |
||||||
|
defaultname = "SharpReport" |
||||||
|
language = "SharpReport"/> |
||||||
|
|
||||||
|
<Description>${res:Templates.SharpReport.NewReport}</Description> |
||||||
|
|
||||||
|
<Files> |
||||||
|
<File name="${FullName}" language="SharpReport"/> |
||||||
|
</Files> |
||||||
|
|
||||||
|
<AdditionalOptions/> |
||||||
|
</Template> |
||||||
|
|
||||||
|
|
Loading…
Reference in new issue