Browse Source

Remove reference to Microsoft.WebApplication.targets file from ASP.NET MVC project templates.

pull/16/merge
Matt Ward 14 years ago
parent
commit
cc57dcdabb
  1. 4
      data/templates/project/CSharp/MvcWebProject.xpt
  2. 4
      data/templates/project/VB/MvcWebProject.xpt

4
data/templates/project/CSharp/MvcWebProject.xpt

@ -42,10 +42,6 @@ @@ -42,10 +42,6 @@
<OutputPath>bin\</OutputPath>
</PropertyGroup>
<Imports clear="False">
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
</Imports>
<Files>
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs" />
<File name="Content\Site.css">

4
data/templates/project/VB/MvcWebProject.xpt

@ -42,10 +42,6 @@ @@ -42,10 +42,6 @@
<OutputPath>bin\</OutputPath>
</PropertyGroup>
<Imports clear="False">
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
</Imports>
<Files>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.vb" />
<File name="Content\Site.css">

Loading…
Cancel
Save