forked from erichexter/twitter.bootstrap.mvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwitter-bootstrap-mvc.nuspec
36 lines (36 loc) · 1.85 KB
/
twitter-bootstrap-mvc.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
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<package>
<metadata>
<id>twitter.bootstrap.mvc4</id>
<title>Twitter Bootstrap for ASP.Net MVC 4</title>
<version>1.0.0</version>
<authors>Eric Hexter, Matt Hinze</authors>
<description>This has the bootstrap layout and supporting files to quickly add Twitter
Bootstrap to an MVC 4 application. Install the twitter.bootstrap.mvc4.sample to see how
to use the auto scaffolding feature.</description>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/erichexter/twitter.bootstrap.mvc</projectUrl>
<releaseNotes>https://github.com/erichexter/twitter.bootstrap.mvc/commits/master</releaseNotes>
<dependencies>
<dependency id="html5shiv" />
<dependency id="twitter.bootstrap" />
<dependency id="navigationroutes.mvc4" />
<dependency id="microsoft.aspnet.web.optimization" version="1.0.0"/>
<dependency id="jquery" />
<dependency id="jquery.migrate" />
<dependency id="Microsoft.jQuery.Unobtrusive.Ajax" />
<dependency id="Microsoft.jQuery.Unobtrusive.Validation" />
</dependencies>
</metadata>
<files>
<file src="Bootstrap\readme.txt" target="readme.txt"></file>
<file src="Bootstrap\tools\*.*" target="tools"></file>
<file src="Bootstrap\App_Start\*.*" target="Content\App_Start"></file>
<file src="Bootstrap\BootstrapSupport\*.*" target="Content\BootstrapSupport"></file>
<file src="Bootstrap\Views\Shared\*.*" target="Content\Views\Shared"></file>
<file src="Bootstrap\Views\_ViewStart.cshtml" target="Content\Views"></file>
<file src="Bootstrap\Scripts\*.*" target="Content\Scripts"></file>
<file src="Bootstrap\Controllers\BootstrapBaseController.*" target="Content\Controllers"></file>
<file src="Bootstrap\Content\*.css" target="Content\Content"></file>
</files>
</package>