Update 3rd Party Libraries

Json.NET, jQuery, jQuery UI, modernizr, moment.js, Highcharts, TinyMCE,
normalize.css, T4MVC, RazorGenerator, Reactive Extensions
This commit is contained in:
Gary Sharp
2014-06-02 02:11:03 +10:00
parent 7af6a2220c
commit be25569245
168 changed files with 49268 additions and 39371 deletions
+7
View File
@@ -14,6 +14,13 @@
<PortableAreas>
<!--<Area></Area>-->
</PortableAreas>
<!--Name of folder in your project root that follows the FeatureFolder convention (controllers and views are placed within the same folder)-->
<!--<FeatureFolderRootArea></FeatureFolderRootArea>-->
<!--Names of areas which follow the FeatureFolder convention (controllers and views are placed within the same folder).
Use <Area>*</Area> if you only use Areas with FeatureFolders-->
<FeatureFolderAreas>
<!--<Area></Area>-->
</FeatureFolderAreas>
<!--Choose whether you want to include an 'Areas' token when referring to areas.
e.g. Assume the Area is called Blog and the Controller is Post:
- When false use MVC.Blog.Post.etc...