From 9ecb85d066a770ac7d14be779032d30b29fb0f56 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 11 Dec 2013 14:54:33 -0500 Subject: added mono release configuration --- .../MediaBrowser.Controller.csproj | 30 ++++++++-------------- 1 file changed, 10 insertions(+), 20 deletions(-) (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj') diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index b3b0f06c32..df108b5902 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -9,12 +9,12 @@ Properties MediaBrowser.Controller MediaBrowser.Controller - v4.5 512 ..\ true 10.0.0 2.0 + v4.5 true @@ -24,6 +24,7 @@ DEBUG;TRACE prompt 4 + v4.5 pdbonly @@ -32,30 +33,19 @@ TRACE prompt 4 + v4.5 Always - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - 4 - false - - - bin\x86\Release\ - TRACE - true + pdbonly - x86 + true + bin\Release Mono\ + TRACE prompt - MinimumRecommendedRules.ruleset 4 + v4.5 @@ -225,7 +215,7 @@ - if $(ConfigurationName) == Release ( + if '$(ConfigurationName)' == 'Release' ( xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i ) @@ -233,7 +223,7 @@ xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i - +