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.
21 lines
678 B
21 lines
678 B
<?xml version="1.0"?> |
|
<Template originator = "Mike Krueger" |
|
created = "03/10/2001" |
|
lastModified = "02/01/2003"> |
|
|
|
<!-- Template Header --> |
|
<TemplateConfiguration> |
|
<Name>${res:Templates.Project.EmptyProject.Name}</Name> |
|
<Category>VBNet</Category> |
|
<LanguageName>VBNet</LanguageName> |
|
<Icon>VBNet.Project.EmptyProject</Icon> |
|
<Description>${res:Templates.Project.EmptyProject.Description}</Description> |
|
</TemplateConfiguration> |
|
|
|
<Combine name = "${ProjectName}" directory = "."> |
|
<Options> |
|
<StartupProject>${ProjectName}</StartupProject> |
|
</Options> |
|
<Project name = "${ProjectName}" directory = "."/> |
|
</Combine> |
|
</Template>
|
|
|