~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to data/templates/project/Misc/BlankSolution.xpt

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<Template originator   = "Mike Krueger"
 
3
          created      = "07/06/2001"
 
4
          lastModified = "02/01/2003">
 
5
        
 
6
        <!-- Template Header -->
 
7
        <TemplateConfiguration>
 
8
                <Name>${res:Templates.Project.BlankCombine.Name}</Name>
 
9
                <Category>SharpDevelop</Category>
 
10
                <Icon>Icons.32x32.CombineIcon</Icon>
 
11
                <Description>${res:Templates.Project.BlankCombine.Description}</Description>
 
12
        </TemplateConfiguration>
 
13
        
 
14
        <!-- Template Content -->
 
15
        <Solution name = "${ProjectName}" directory = "."/>
 
16
        
 
17
</Template>