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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user