forked from reactjs/React.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReact.Web.nutrans
More file actions
24 lines (23 loc) · 1.08 KB
/
React.Web.nutrans
File metadata and controls
24 lines (23 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<!--
Copyright (c) 2014-2015, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.
-->
<package
xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"
xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<metadata>
<title xdt:Transform="Insert">ReactJS.NET for ASP.NET</title>
<summary xdt:Transform="Insert">ReactJS tools for ASP.NET 4</summary>
<description xdt:Transform="Insert">ReactJS tools for ASP.NET. If using ASP.NET MVC, also install React.Web.Mvc4. For ASP.NET 5 (vNext) and MVC 6, install React.AspNet instead!
Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.
</description>
</metadata>
<files xdt:Transform="Insert">
<file src="Content\web.config.transform" target="Content" />
<file src="Content\App_Start\ReactConfig.cs.pp" target="Content\App_Start" />
</files>
</package>