forked from SamSaffron/MiniProfiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MiniProfiler.MVC3.nuspec
27 lines (27 loc) · 1.42 KB
/
MiniProfiler.MVC3.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MiniProfiler.MVC3</id>
<version>2.0.2</version>
<authors>Marc Gravell,Sam Saffron,Jarrod Dixon</authors>
<owners>Marc Gravell,Sam Saffron,Jarrod Dixon,Scott Hanselman</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://code.google.com/p/mvc-mini-profiler/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ASP.NET MVC3 specific package for the Lightweight mini-profiler. We attempt to automatically hook up as much as possible including EF code first. This package is optional.</description>
<language>en-US</language>
<tags>profiler sql mvc asp.net performance timing</tags>
<dependencies>
<dependency id="MiniProfiler" version="2.0.2" />
<dependency id="WebActivator" version="1.4" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.Web.Infrastructure" targetFramework=".NETFramework4.0" />
</frameworkAssemblies>
</metadata>
<files>
<file src="MiniProfiler.MVC3.Package\Content\Views\Shared\*.cshtml" target="Content\Views\Shared"/>
<file src="MiniProfiler.MVC3.Package\Content\App_Start\MiniProfiler.cs.pp" target="Content\App_Start"/>
<file src="MiniProfiler.MVC3.Package\tools\install.ps1" target="tools\install.ps1" />
</files>
</package>