Update: 3rd Party Libraries

Newtonsoft.Json 5.0.8; RazorGenerator.Mvc 2.1.2; jQuery 2.0.3; jQuery
Validate Unobtrusive 3.0.0; Microsoft.Net.Http 2.1.10; KnockoutJS 2.3.0;
Highcharts 2.0; T4MVC 3.7.4; TinyMCE 4.0.9
This commit is contained in:
Gary Sharp
2013-10-28 17:42:38 +11:00
parent 7096a511c3
commit c13d13c91c
130 changed files with 91487 additions and 42737 deletions
+8
View File
@@ -51,10 +51,18 @@ See http://mvccontrib.codeplex.com/workitem/7163 for potential issues with this
<FileFolder>ClientSource</FileFolder>
<FileFolder>ClientBin</FileFolder>
</StaticFilesFolders>
<!--If true, static file helpers are generated for all view folders. See https://t4mvc.codeplex.com/discussions/445358-->
<AddAllViewsFoldersToStaticFilesFolders>False</AddAllViewsFoldersToStaticFilesFolders>
<!--Static files to exclude from the generated links-->
<ExcludedStaticFileExtensions>
<Extension>.cs</Extension>
</ExcludedStaticFileExtensions>
<!--Files to exclude from the generated views-->
<ExcludedViewExtensions>
<Extension>.master</Extension>
<Extension>.js</Extension>
<Extension>.css</Extension>
</ExcludedViewExtensions>
<!--When creating links with T4MVC, it can force them to HTTPS if the action method you are linking to requires Http.-->
<AttributeIndicatingHttps>System.Web.Mvc.RequireHttpsAttribute</AttributeIndicatingHttps>
<GenerateSecureLinksInDebugMode>False</GenerateSecureLinksInDebugMode>