From 72328f1e6684537fdfd650ac14a1fb536cb7894e 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: ab6542cff61659c0f7ee6d2af96331482068aacb Former-commit-id: 23fed9042e9a1dc9cdcf83cfcdc7ee76389f6826 --- src/ImageProcessor/ImageProcessor.csproj | 66 ++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/src/ImageProcessor/ImageProcessor.csproj b/src/ImageProcessor/ImageProcessor.csproj index f234473a6..ad4363c1f 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