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.
28 lines
850 B
28 lines
850 B
<?xml version="1.0"?> |
|
<Template originator = "Mike Krueger" |
|
created = "03/10/2001" |
|
lastModified = "07/20/2005"> |
|
|
|
<!-- Template Header --> |
|
<TemplateConfiguration> |
|
<Name>${res:Templates.Project.EmptyProject.Name}</Name> |
|
<Category>VB</Category> |
|
<Icon>VB.Project.EmptyProject</Icon> |
|
<Description>${res:Templates.Project.EmptyProject.Description}</Description> |
|
<SupportedTargetFrameworks>v2.0;v3.5Client</SupportedTargetFrameworks> |
|
</TemplateConfiguration> |
|
|
|
<Project language="VB"> |
|
<ProjectItems> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Xml" /> |
|
|
|
<Import Include="System" /> |
|
<Import Include="Microsoft.VisualBasic" /> |
|
</ProjectItems> |
|
<PropertyGroup> |
|
<OptionInfer>On</OptionInfer> |
|
</PropertyGroup> |
|
</Project> |
|
</Template>
|
|
|