Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nuspec @ 9793

Last change on this file since 9793 was 9589, checked in by pfleck, 11 years ago

#2063:
Added Asp.net MVC project and all required libraries.
Added publish profile to web services and web pages.

File size: 1.0 KB
Line 
1<?xml version="1.0"?>
2<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3  <metadata>
4    <id>Microsoft.AspNet.Mvc</id>
5    <version>4.0.20710.0</version>
6    <title>Microsoft ASP.NET MVC 4</title>
7    <authors>Microsoft</authors>
8    <owners>Microsoft</owners>
9    <licenseUrl>http://www.microsoft.com/web/webpi/eula/MVC_4_eula_ENU.htm</licenseUrl>
10    <projectUrl>http://www.asp.net/mvc</projectUrl>
11    <requireLicenseAcceptance>true</requireLicenseAcceptance>
12    <description>This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup.</description>
13    <language>en-US</language>
14    <tags>Microsoft AspNet Mvc AspNetMvc</tags>
15    <dependencies>
16      <dependency id="Microsoft.AspNet.WebPages" version="[2.0.20710.0, 2.1)" />
17      <dependency id="Microsoft.AspNet.Razor" version="[2.0.20710.0, 2.1)" />
18    </dependencies>
19  </metadata>
20</package>
Note: See TracBrowser for help on using the repository browser.