forked from erichexter/twitter.bootstrap.mvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwitter-bootstrap-mvc-sample.nuspec
23 lines (23 loc) · 1.16 KB
/
twitter-bootstrap-mvc-sample.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package>
<metadata>
<id>twitter.bootstrap.mvc4.sample</id>
<title>Twitter Bootstrap for ASP.Net MVC 4 Sample</title>
<version>1.0.0</version>
<authors>Eric Hexter, Matt Hinze</authors>
<description>This is a sample for the bootstrap layout and supporting files to quickly add Twitter Bootstrap to an MVC 4 application</description>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/erichexter/twitter.bootstrap.mvc</projectUrl>
<dependencies>
<dependency id="twitter.bootstrap.mvc4" />
<dependency id="twitter.bootstrap.mvc4.htmlhelpers" />
</dependencies>
</metadata>
<files>
<file src="Bootstrap\Controllers\Home*.cs" target="Content\Controllers"></file>
<file src="Bootstrap\Controllers\Example*.cs" target="Content\Controllers"></file>
<file src="Bootstrap\NavigationRouteFilterExamples\*.*" target="Content\NavigationRouteFilterExamples"></file>
<file src="Bootstrap\Models\*.*" target="Content\Models"></file>
<file src="Bootstrap\Views\ExampleLayouts\*.*" target="Content\Views\ExampleLayouts"></file>
</files>
</package>