From 0f37426c4adcc837d97960d6b72775578d62396a Mon Sep 17 00:00:00 2001 From: davidmatson Date: Tue, 6 Nov 2012 16:37:22 -0800 Subject: Create separate CodeAnalysis configuration. Remove SuppressMessage attributes from Release configuration. Also, cleanup project file settings/make consistent. --- src/System.Web.Mvc/System.Web.Mvc.csproj | 50 ++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 12 deletions(-) (limited to 'src/System.Web.Mvc') diff --git a/src/System.Web.Mvc/System.Web.Mvc.csproj b/src/System.Web.Mvc/System.Web.Mvc.csproj index 90908c67..6d4f76ba 100644 --- a/src/System.Web.Mvc/System.Web.Mvc.csproj +++ b/src/System.Web.Mvc/System.Web.Mvc.csproj @@ -4,7 +4,6 @@ Debug AnyCPU - false 9.0.30729 2.0 {3D3FFD8A-624D-4E9B-954B-E1C105507975} @@ -13,10 +12,6 @@ System.Web.Mvc System.Web.Mvc 512 - prompt - 4 - true - 1609891840 ..\..\ true @@ -26,26 +21,57 @@ false ..\..\bin\Debug\ TRACE;DEBUG;CODE_ANALYSIS;ASPNETMVC - ..\Strict.ruleset - $(OutputPath)\$(AssemblyName).xml + prompt + 4 + true 1591 + $(OutputPath)$(AssemblyName).xml + $(CodeAnalysis) + ..\Strict.ruleset + 1609891840 pdbonly true ..\..\bin\Release\ - TRACE;CODE_ANALYSIS;ASPNETMVC - ..\Strict.ruleset + TRACE;ASPNETMVC + prompt + 4 + true + 1591 + $(OutputPath)$(AssemblyName).xml $(CodeAnalysis) - $(OutputPath)\$(AssemblyName).xml + ..\Strict.ruleset + 1609891840 + + + pdbonly + true + ..\..\bin\CodeAnalysis\ + TRACE;CODE_ANALYSIS;ASPNETMVC + prompt + 4 + true 1591 + $(OutputPath)$(AssemblyName).xml + $(CodeAnalysis) + ..\Strict.ruleset + 1609891840 - + true + full + false ..\..\bin\CodeCoverage\ TRACE;DEBUG;CODE_ANALYSIS;CODE_COVERAGE;ASPNETMVC - full + prompt + 4 + true + 1591 + $(OutputPath)$(AssemblyName).xml + $(CodeAnalysis) ..\Strict.ruleset + 1609891840 -- cgit v1.2.3