~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/addins/AspNet/MonoDevelop.AspNet.Mvc/Templates/ViewPageRazor.xft.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<Template originator="Piotr Dowgiallo"
 
3
          created="2012/06/15"
 
4
          lastModified="2012/06/15">
 
5
 
 
6
        <!-- Template Header -->
 
7
        <TemplateConfiguration>
 
8
                <_Name>ASP.NET MVC View Page (Razor)</_Name>
 
9
                <Icon>md-html-file-icon</Icon>
 
10
                <_Category>ASP.NET MVC</_Category>
 
11
                <LanguageName>*</LanguageName>
 
12
                <ProjectType>AspNetMvc</ProjectType>
 
13
                <_Description>Creates an MVC Razor View page.</_Description>
 
14
        </TemplateConfiguration>
 
15
 
 
16
        <!-- Template Content -->
 
17
        <TemplateFiles>
 
18
                <File name="${Name}.cshtml" src="Common/ViewPageRazor.cshtml" />
 
19
        </TemplateFiles>
 
20
</Template>
 
21