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

« back to all changes in this revision

Viewing changes to src/addins/AspNet/MonoDevelop.AspNet.Mvc/Templates/EmptyProjectMvc3.xpt.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:
22
22
                        <StartupProject>${ProjectName}</StartupProject>
23
23
                </Options>
24
24
 
25
 
                <Project name = "${ProjectName}" directory = "." type = "AspNetMvc">
 
25
                <Project name = "${ProjectName}" directory = "." type = "AspNetMvc3">
26
26
                        <Options TargetFrameworkVersion = "4.0" />
27
27
                        <References>
28
28
                                <Reference type="Package" refto="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
39
39
                                <Reference type="Package" refto="System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
40
40
                                <Reference type="Package" refto="System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" SpecificVersion="false" />
41
41
                                <Reference type="Package" refto="System.Xml.Linq" />
 
42
                                <Reference type="Package" refto="Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
42
43
                        </References>
43
44
                        <Files>
44
45
                                <Directory name="Content" />