From cb1abd2bb14b5d2b2718a806c894ff394e61539e Mon Sep 17 00:00:00 2001 From: James South Date: Fri, 3 Oct 2014 15:10:18 +0100 Subject: [PATCH] Adding NET Client build. touches #82 Former-commit-id: 9f2e700de084fda8d7d2bb84c15bc416329f0e28 Former-commit-id: c501964d8dbded3c5adc5d62135f2edcdc7d9788 --- src/ImageProcessor/ImageProcessor.csproj | 66 ++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/src/ImageProcessor/ImageProcessor.csproj b/src/ImageProcessor/ImageProcessor.csproj index f234473a69..ad4363c1ff 100644 --- a/src/ImageProcessor/ImageProcessor.csproj +++ b/src/ImageProcessor/ImageProcessor.csproj @@ -10,12 +10,16 @@ ImageProcessor ImageProcessor v4.5 + + NET45 512 ..\ true + true full @@ -28,6 +32,24 @@ false true + + + + v4.0 + Client + AnyCPU + true + full + false + bin\Debug\$(Framework)\ + DEBUG;TRACE;NET40 + prompt + 4 + bin\$(Configuration)\$(Framework)\ImageProcessor.XML + false + true + + pdbonly true @@ -39,6 +61,22 @@ false true + + + + v4.0 + Client + pdbonly + true + bin\Release\$(Framework)\ + TRACE;NET40 + prompt + 4 + bin\Release\$(Framework)\ImageProcessor.XML + false + true + + true bin\All\ @@ -54,6 +92,25 @@ false true + + + + v4.0 + Client + true + bin\All\$(Framework)\ + DEBUG;TRACE;NET40 + bin\Debug\$(Framework)\ImageProcessor.XML + full + AnyCPU + prompt + false + true + 4 + false + false + true + @@ -175,4 +232,13 @@ --> + + + + + + + + + \ No newline at end of file