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.Common.Implementations.csproj | 31 ++++++++++++++-------- 1 file changed, 20 insertions(+), 11 deletions(-) (limited to 'MediaBrowser.Common.Implementations') diff --git a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj index 423bd00b72..66567fc161 100644 --- a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj +++ b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj @@ -9,12 +9,12 @@ Properties MediaBrowser.Common.Implementations MediaBrowser.Common.Implementations - v4.5 512 ..\ true 10.0.0 2.0 + v4.5 true @@ -24,6 +24,7 @@ DEBUG;TRACE prompt 4 + v4.5 pdbonly @@ -32,19 +33,21 @@ TRACE prompt 4 + v4.5 + + + pdbonly + true + bin\Release Mono\ + TRACE + prompt + 4 + v4.5 Always - - False - ..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll - - - False - ..\packages\SimpleInjector.2.4.0\lib\net45\SimpleInjector.dll - ..\packages\SimpleInjector.2.4.0\lib\net45\SimpleInjector.Diagnostics.dll @@ -61,6 +64,12 @@ ..\packages\sharpcompress.0.10.2\lib\net40\SharpCompress.dll + + ..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll + + + ..\packages\SimpleInjector.2.4.0\lib\net45\SimpleInjector.dll + @@ -109,9 +118,9 @@ - + - if $(ConfigurationName) == Release ( + if '$(ConfigurationName)' == 'Release' ( xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i ) -- cgit v1.2.3