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.
23 lines
707 B
23 lines
707 B
<?xml version="1.0"?> |
|
<Template originator = "Mike Krueger" |
|
created = "01/10/2001" |
|
lastModified = "02/01/2003"> |
|
|
|
<!-- Template Header --> |
|
<TemplateConfiguration> |
|
<Name>${res:Templates.Project.EmptyProject.Name}</Name> |
|
<Category>C#</Category> |
|
<Icon>C#.Project.EmptyProject</Icon> |
|
<LanguageName>C#</LanguageName> |
|
<Description>${res:Templates.Project.EmptyProject.Description}</Description> |
|
</TemplateConfiguration> |
|
|
|
<Combine name = "${ProjectName}" directory = "."> |
|
<Project name = "${ProjectName}" directory = "."> |
|
<ProjectItems> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Xml" /> |
|
</ProjectItems> |
|
</Project> |
|
</Combine> |
|
</Template>
|
|
|