Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/packages/WebGrease.1.3.0/WebGrease.1.3.0.nuspec @ 9604

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

#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.

File size: 699 bytes
Line 
1<?xml version="1.0"?>
2<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3  <metadata>
4    <id>WebGrease</id>
5    <version>1.3.0</version>
6    <authors>webgrease@microsoft.com</authors>
7    <owners>Microsoft</owners>
8    <licenseUrl>http://www.microsoft.com/web/webpi/eula/msn_webgrease_eula.htm</licenseUrl>
9    <requireLicenseAcceptance>true</requireLicenseAcceptance>
10    <description>Web Grease is a suite of tools for optimizing javascript, css files and images.</description>
11    <language>en-US</language>
12    <references>
13      <reference file="Antlr3.Runtime.dll" />
14      <reference file="WebGrease.dll" />
15    </references>
16  </metadata>
17</package>
Note: See TracBrowser for help on using the repository browser.