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.
17 lines
526 B
17 lines
526 B
<?xml version="1.0"?> |
|
<Template originator = "Mike Krueger" |
|
created = "07/06/2001" |
|
lastModified = "02/01/2003"> |
|
|
|
<!-- Template Header --> |
|
<TemplateConfiguration> |
|
<Name>${res:Templates.Project.BlankCombine.Name}</Name> |
|
<Category>SharpDevelop</Category> |
|
<Icon>Icons.32x32.CombineIcon</Icon> |
|
<Description>${res:Templates.Project.BlankCombine.Description}</Description> |
|
</TemplateConfiguration> |
|
|
|
<!-- Template Content --> |
|
<Solution name = "${ProjectName}" directory = "."/> |
|
|
|
</Template>
|
|
|