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
653 B
21 lines
653 B
<?xml version="1.0"?> |
|
<Template originator = "Mike Krueger" |
|
created = "01/10/2001" |
|
lastModified = "12/01/2006"> |
|
|
|
<!-- Template Header --> |
|
<TemplateConfiguration> |
|
<Name>${res:Templates.Project.EmptyProject.Name}</Name> |
|
<Category>C#</Category> |
|
<Icon>C#.Project.EmptyProject</Icon> |
|
<Description>${res:Templates.Project.EmptyProject.Description}</Description> |
|
<SupportedTargetFrameworks>v2.0;v3.5Client</SupportedTargetFrameworks> |
|
</TemplateConfiguration> |
|
|
|
<Project language = "C#"> |
|
<ProjectItems> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Xml" /> |
|
</ProjectItems> |
|
</Project> |
|
</Template>
|
|
|